/*======================================
 GENERAL WEBSITE CLASSES
======================================*/
/* Background colors */
.bg-light-grey{
	background-color: #eceff1;
}
.bg-grey{
	background-color: #78909c;
}
.bg-light-blue{
	background-color: #05c3de;
}
.bg-blue{
	background-color: #002855;
}
.bg-light-gwater{
	background-color: #4f868e;
}
.bg-green{
	background-color: #279989;
}

/* Border colors */
.brd-light-blue{
	border-color: #05c3de !important;
}
.brd-blue{
	border-color: #002855 !important;
}
.brd-light-gwater{
	border-color: #4f868e !important;
}
.brd-green{
	border-color: #279989 !important;
}

.brd-right-light{
	border-right: 1px solid #eceff1;
}

/*-------------------------------------
	Font classes
------------------------------------ */
.font-tit-regular{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.font-tit-bold{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
p{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}

ul.font-tit-bold li{
	font-weight: 700;
}

/*======================================
 DEFAULT SETTINGS
======================================*/
h1, h2, h3, h4, h5, h6{
	margin: 0;
}

*{
	transition: all 0.2s linear;
}

/*-------------------------------------
	Title & Subtitle classes
------------------------------------ */
/* Title */
.title-sez{
	font-size: 48px;
	font-weight: 600;
}
/* Subtitle */
.subtitle-sez{
	font-size: 24px;
}
/* Paragraph title */
.p-subtitle{
	font-size: 18px;
}
/* General paragraph */
.p-general, p, div{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
a{
	font-size: 14px;
}
.italic{
	font-style: italic;
}
/*-------------------------------------
	Breadcrumbs page
------------------------------------ */
section.breadcrumbs{
	padding-top: 20px;
	padding-bottom: 35px;
}
section.breadcrumbs div span{
	font-size: 14px;
}
/*======================================
1. HEADER - NAVBAR
======================================*/
/*-------------------------------------
	Top Navbar
------------------------------------ */
.line-grey{
	height: 15px;
	width: 100%;
}
nav .top-navbar{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}
/* Logo header */
div.brand{
	float: left;
}
div.brand img.img-logo-header{
	height: 60px;
}

/* POPUP INFORMATIVO */
.hcp-confirmation {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
    overflow: auto;
    padding: 20px 0;
}

.hcp-confirmation {
    display: none;
}

.hcp-confirmation .column {
    padding-left: 20px;
    padding-right: 20px;
}

.hcp-confirmation img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.hcp-confirmation .button[disabled] {
		color: #99999c !important;
		border-color: #ddddde !important;
		background-color: #ddddde !important;
		opacity: 1 !important;
    cursor: not-allowed !important;
}

.hcp-confirmation .icon-close:before {
    content: "\e900";
    color: #55555a;
}

.hcp-confirmation .show-for-sr {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.hcp-confirmation .row:after {
    clear: both;
}

.hcp-confirmation .row:after,
.hcp-confirmation .row:before {
    content: " ";
    display: table;
}

.hcp-confirmation .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.hcp-confirmation .toggle-button.button-toggle-menu:after,
.hcp-confirmation .toggle-button.button-toggle-menu:before,
.hcp-confirmation .toggle-button.button-toggle-menu>span:first-child {
		position: absolute;
		left: 10px;
		display: block;
		width: 20px;
		background: #00a951;
		border-bottom: 2px solid #00a951;
		opacity: 1;
		transition: all .2s ease-in-out;
		transform: rotate(0deg);
		transform-origin: left center;
}

.hcp-confirmation .toggle-button.button-toggle-menu:after,
.hcp-confirmation .toggle-button.button-toggle-menu:before {
    content: "";
}

.hcp-confirmation .toggle-button.button-toggle-cookie.active:after,
.hcp-confirmation .toggle-button.button-toggle-menu.active:after {
    top: 26px;
    left: 14px;
    transform: rotate(-45deg);
}

.hcp-confirmation .toggle-button.button-toggle-menu.active:before {
    top: 12px;
    left: 14px;
    transform: rotate(45deg);
}

.hcp-confirmation .toggle-button {
    color: #00a951;
    float: right;
    margin: 7px 0;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

.hcp-confirmation .button-toggle-menu {
    float: right;
}

.hcp-confirmation .checkbox input[type=checkbox] {
		margin-left: 0;
		width: 20px;
		height: 20px
}

.hcp-confirmation .checkbox label {
    padding-left: 30px;
}
/* POPUP INFORMATIVO */

.normal-font {
	font-size: inherit !important;
}

@media(max-width: 991px){
	div.brand img.img-logo-header{
		height: 40px;
	}
	div.social-box{
		position: absolute;
		top: -8px;
		right: 70px;
		z-index: 10;
	}
}
@media(max-width: 767px){
	nav .top-navbar{
		height: 65px;
	}
}
/* Social icons */
div.social-box{
	float: right;
	line-height: 60px;
}
div.social-box a{
	padding-left: 5px;
}
div.social-box a img.icon-social{
	width: 35px;
}
div.social-box a:hover img{
	cursor: pointer;
	opacity: 0.8;
}
/* Link area admin */
.area-login.cta-center-simple{
	height: 36px;
	line-height: 25px;
	text-align: center;
	padding-left: 30px;
}
@media(max-width: 767px){
	.area-login.cta-center-simple{
		max-width: 200px;
		margin-top: 20px;
		margin-left: 10px;
		line-height: 20px;
	}
}
.area-login.cta-center-simple:hover{
	cursor: pointer;
}
/* Menu area admin link */
.link-area{
	position: absolute;
	z-index: 10;
	right: 0;
	background-color: #00a951;
	line-height: unset;
	padding: 10px 20px;
	display: none;
	transition: all 0.3s ease-in-out;
}
.link-area a{
    border: 1px solid #fff;
    color: #fff;
    padding-left: unset !important;
    padding: 10px 20px !important;
    right: 0;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.link-area.openMenuLink{
	display: block;
}
/*-------------------------------------
	Main Navbar
------------------------------------ */
.navbar{
	margin-bottom: 0;
}
ul{
	margin: 0;
	padding-inline-start: 0;
}
li{
	list-style: none;
}
a, a:hover{
	color: initial;
	text-decoration: none;
}
ul.menu-header li{
	display: inline;
	margin: 0 10px;
}
.navbar-default ul.menu-header li a{
	line-height: 30px;
	padding: 2px 10px;
	font-size: 16px;
	color: #263238;
}
.navbar-default ul.menu-header li a:hover, ul.menu-header li a.active{
	background-color: #78909c;
	color: #fff;
}
.dropdown ul.dropdown-menu{
	padding: 0;
	margin-top: 10px;
}
.dropdown ul.dropdown-menu li{
	margin: 0;
}
.dropdown ul.dropdown-menu li a{
	line-height: 40px;
}
@media( min-width: 992px ){
	ul.menu-header{
		height: 60px;
		padding-top: 14px;
	}
}
@media(max-width: 1199px){
	nav.navbar .container{
		width: 100%;
	}
}
/* Main navbar mobile */
@media(max-width: 991px){
 	/* Button show menu */
 	.menu-mobile-button{
 		float: right;
 		line-height: 60px;
 	}
 	.menu-mobile-button span:hover{
 		cursor: pointer;
 	}
 	.menu-mobile-button i{
 		font-size: 30px;
 		color: #78909c;
 	}
 	.menu-mobile-button span .close-menu{
 		display: none;
 	}
 	/* Menu */
 	.main-navbar{
 		width: 0%;
 		margin-left: 20%;
 		position: absolute;
 		top: 80px;
 		right: 0;
 		z-index: 10;
 		background-color: #333;
 		overflow: hidden;
 		transition: all 0.3s linear;
 	}
 	.main-navbar.active{
 		width: 80%;
 	}
	ul.menu-header li{
		display: block;
	}
	ul.menu-header li a{
		color: #fff;
		line-height: 35px;
	}
	/* icons social mobile */
	.social-mobile img{
		width: 30px;
		margin: 10px 5px 20px;
	}
}
li.search-header{
	float: right;
	line-height: 30px;
}
li.search-header input{
	border: none;
	padding-left: 10px;
}
.search-header input{
	width: 200px;
	padding-right: 40px;
}
.search-header i{
	position: absolute;
    font-size: 16px;
    top: 8px;
    right: 15px;
}
@media(min-width: 992px){
	.search-header{
	    right: -10px;
	    position: absolute !important;
	}
}

/*======================================
2. FOOTER
======================================*/
footer img.logo-footer{
	float: left;
	margin-right: 20px;
}
footer .contact-footer{
	float: left;
}
footer .contact-footer h2{
	font-size: 18px;
	margin-bottom: 5px;
}
footer .social-footer{
	float: right;
}
footer .social-footer img{
	width: 30px;
	margin: 0 0 0 5px;
}
footer .social-footer img:hover{
	opacity: 0.7;
}
footer .link-footer{
	float: right;
	text-align: right;
	margin-right: 20px;
}
footer .link-footer span{
	display: none;
}
@media(max-width: 767px){
	footer .contact-footer, footer img.logo-footer{
		float: none;
	}
	footer .contact-footer h2{
		margin-top: 15px;
	}
	footer .social-footer, footer .link-footer{
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	footer .link-footer span{
		display: inline;
	}
}

/*======================================
3. SLIDER
======================================*/
/*-------------------------------------
	Navigation prev-next
------------------------------------ */
.carousel-control.left, .carousel-control.right{
	background-image: none;
}
.carousel-control.left i, .carousel-control.right i{
	padding: 10px 15px;
}
.carousel-control.left i:hover, .carousel-control.right i:hover{
	background-color: rgba(0,0,0,.3);
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before{
	content: "";
	display: none;
}
@media(min-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
		margin-top: -25px;
	}
}

/*======================================
4. HOMEPAGE
======================================*/
/*-------------------------------------
	Slider
------------------------------------ */
.carousel-inner .item img{
	margin: 0 auto;
}
/*-------------------------------------
	CTA News & CTA Global "Green"
------------------------------------ */
.cta-news p i{
	margin-left: 15px;
}
.cta-news:hover{
	cursor: pointer;
}
.cta-news:hover p{
	margin-left: 30px;
}
.cta-news p:hover{
	text-decoration: underline;
}
@media(min-width: 768px){
	.cta-news{
		height: 100px;
	}
	.cta-news h3{
		float: left;
		font-size: 40px;
		line-height: 100px;
		margin-right: 10%;
	}
	.cta-news p{
		line-height: 100px;
		font-size: 20px;
	}
}
@media(max-width: 767px){
	.cta-news{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cta-news h3{
		font-size: 30px;
		text-align: center;
		margin-bottom: 10px;
	}
	.cta-news p{
		font-size: 17px;
	}
}
/* CTA style green */
.cta-style-green{
	float: right;
	padding: 7px 30px;
	background-color: #00a951;
	color: #fff;
	border: 2px solid #00a951;
}
.cta-style-green span.arrow-cta{
	margin-left: 5px;
}
a.cta-style-green:hover{
	cursor: pointer;
	color: #00a951;
	background-color: #fff;
}
/* CTA green middle */
.cta-center-simple{
	padding: 7px 30px;
	background-color: #00a951;
	color: #fff;
	border: 1px solid #00a951;
}
.cta-style-green span.arrow-cta{
	margin-left: 5px;
}
/* CTA file pacchi procedurali */
a.download-pdf{
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
}
@media(max-width: 992px){
	a.download-pdf{
		display: inline-block;
		/*margin-top: 30px;*/
	}
}
/* Pacchi */
a.download-pdf.pacchi-procedurali{
	color: #fff;
    background-color: #002855;
    border: 1px solid #002855;
}
a.download-pdf.pacchi-procedurali:hover{
	color: #002855;
	background: #fff;
	cursor: pointer;
}

/* Teleria */
a.download-pdf.teleria-speciale-e-dispositivi{
	color: #fff;
    background-color: #05c3de;
    border: 1px solid #05c3de;
}
a.download-pdf.teleria-speciale-e-dispositivi:hover{
	color: #05c3de;
	background: #fff;
	cursor: pointer;
}
.list-sub-product ul.list.teleria-speciale-e-dispositivi li{
	border-color: #05c3de;
}
/* Abbigliamento monouso */
a.download-pdf.abbigliamento-monouso{
	color: #fff;
    background-color: #4f868e;
    border: 1px solid #4f868e;
}
a.download-pdf.abbigliamento-monouso:hover{
	color: #4f868e;
	background: #fff;
	cursor: pointer;
}
.list-sub-product ul.list.abbigliamento-monouso li{
	border-color: #4f868e;
}

/* Medicazione tradizionale */
a.download-pdf.medicazione-tradizionale{
	color: #fff;
    background-color: #279989;
    border: 1px solid #279989;
}
a.download-pdf.medicazione-tradizionale:hover{
	color: #279989;
	background: #fff;
	cursor: pointer;
}
.list-sub-product ul.list.medicazione-tradizionale li{
	border-color: #279989;
}

/*-------------------------------------
	Products list section
------------------------------------ */
.header-sez h4{
	margin-top: 5px;
	margin-bottom: 22px;
	font-weight: 600;
}
.box-product-homepage{
	margin-top: 50px;
}
.box-product-homepage h3{
	line-height: 80px;
	font-size: 20px;
}
.box-product-homepage img{
	width: 100%;
}
@media(max-width: 767px){
	.header-sez{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.about-homepage ul.list-products li{
    border-left: 8px;
    line-height: 30px;
    border-left-style: solid;
    margin-top: 10px;
    padding-left: 10px;
}
/* Immagine a fianco del testo about */
@media(min-width: 768px){
	.img-bg-about.sx{
		 position: absolute;
		 left: 0;
		 top: 0;
		 bottom: 0;
		 width: 50%;
		 height: 100%;
		 background-size: cover;
		 background-position: center;
		 z-index: 5;
	}
	.img-bg-about.dx{
		 position: absolute;
		 right: 0;
		 top: 0;
		 bottom: 0;
		 width: 50%;
		 height: 100%;
		 background-size: cover;
		 background-position: center;
		 z-index: 5;
	}
	/*
	.img-bg-about.sx.about-1{
		background-size: contain;
		background-repeat: no-repeat;
	}*/
	.img-bg-about.dx{
		 position: absolute;
		 right: 0;
		 top: 0;
		 bottom: 0;
		 width: 50%;
		 height: 100%;
		 background-size: cover;
		 background-position: center;
		 z-index: 5;
	}
}
@media(max-width: 767px){
	.img-bg-about.sx, .img-bg-about.dx{
		position: relative;
	}
	.sez-img_text{
		margin-top: 0;
		margin-bottom: 0;
	}
	.box-product-homepage h3{
		font-size: 16px;
		line-height: 25px;
		padding: 30px 0;
	}
}
/*-------------------------------------
	Why Medimberg section
------------------------------------ */
@media(min-width: 992px){
	.why-section .box-text{
		padding-left: 70px;
	}
}
.why-icons{
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-top: 20px;
}
.why-icons img{
	max-width: 60px;
}
.why-icons h4{
	font-size: 14px;
	margin-top: 10px;
}
@media(max-width: 991px){
	.why-section .img-bg-about.sx{
		width: 100%;
		position: relative;
	}
	.why-section .sez-img_text{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media(max-width: 767px){
	.why-icons h4{
		font-size: 12px;
	}
}
/* Bottone play video */
.open-video-home{
	transition: all 0.2s linear;
}
.open-video-home:hover{
	cursor: pointer;
	opacity: .9;
	box-shadow: 2px 3px 4px #c7c7c7;
}
.btn-play-video{
	width: 200px;
	margin-left: 50%;
	margin-top: calc(22.5% - 100px);
	opacity: .8;
	transition: all 0.3s linear;
}

.modal-video iframe{
	width: 100%;
	height: 400px !important;
}
.btn-play-video {
	width: 35%;
    opacity: .8;
    right: 25%;
    transition: all 0.3s linear;
    position: absolute;
}
@media(max-width: 1199px){
	.btn-play-video{
		top: calc(35% - 20%);
	}

}
@media(max-width: 991px){
	.btn-play-video{
		width: 30%;
		right: 35%;
	}

}
@media(min-width: 1200px){
	.modal-dialog{
		width: 50%;
	}
	.btn-play-video {
		top: calc(15% - 20%);
	}
	.btn-play-video:hover{
		cursor: pointer;
		opacity: 1;
		width: 42%;
	}
}
@media(min-width: 1900px){
	.modal-video iframe{
		height: 520px !important;
	}
	.box-text-video{
		height: 520px;
	}
}
@media(max-width: 767px){
	.video-homepage{
		height: 220px;
		background-position: center;
	}
}

/*======================================
5. ABOUT US PAGE
======================================*/
/*-------------------------------------
	List
------------------------------------ */
.with-ul-1 ul{
	padding-inline-start: 15px;
}
.with-ul-1 ul li{
	line-height: 26px;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 5px;
}
.with-ul-1 ul li:before {
  content: "\f0c8"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}

img.icon-about{
	margin-bottom: 20px;
}

/*======================================
6. PRODUCTS PAGES
======================================*/
/*-------------------------------------
	Pacchi procedurali list
------------------------------------ */
.product-item{
    position: relative;
    padding-right: 10px;
	margin-top: 15px;
}
.product-item:hover{
	background-color: #f7f7f7;
	cursor: pointer;
	box-shadow: 0px 0px 2px #ccc;
}
@media(min-width: 991px){
	.product-item{
		width: 50%;
	    float: left;
	    margin-top: 30px;
		display: flex;
		vertical-align: middle;
		align-items: center;
	}
}
img.product-image{
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}
h2.product-name{
    display: inline-block;
    font-size: 18px;
	width: calc(100% - 70px);
	padding: 0 10px;
}
span.icon-arrow-right{
    height: 14px;
    min-width: 20px;
    background-size: contain;
    background-position: left;
    margin-left: 10px;
    background-repeat: no-repeat;
    margin-top: 2px;
    display: inline-block;
}
@media(max-width: 992px){
	img.product-image{
		width: 50px;
	}
}
/* BREADCRUMBS */
span.icon-arrow-right.breadcrumbs{
	height: 12px;
	min-width: 10px;
	margin-left: 5px;
}
span.icon-arrow-right.black{
    background-image: url(../images/icons/arrow-black.png);
}

span.icon-arrow-right.green{
    background-image: url(../images/icons/arrow-green.png);
}

span.icon-arrow-right.white{
    background-image: url(../images/icons/arrow-white.png);
}
/* Frecce per colore settori */
span.icon-arrow-right.teleria-speciale{
    background-image: url(../images/icons/arrow-celeste.png);
}
span.icon-arrow-right.pacchi-procedurali{
    background-image: url(../images/icons/arrow-blu.png);
}
span.icon-arrow-right.abbigliamento{
    background-image: url(../images/icons/arrow-grigio.png);
}
span.icon-arrow-right.medicazione{
    background-image: url(../images/icons/arrow-verde-scuro.png);
}

/* Gestisco over */
a.cta-style-green:hover span.icon-arrow-right.white{
    background-image: url(../images/icons/arrow-green.png);
}

/*-------------------------------------
	Subprodotto del singolo prodotto (es. chirurgia generale)
------------------------------------ */
.list-sub-product ul.list li{
	font-size: 18px;
	line-height: 30px;
	border-left: 5px solid #002855;
	padding-left: 10px;
}
.list-sub-product ul.list li small{
	text-transform: none;
	line-height: 20px;
	font-size: 13px;
}

ul.simple-el{
	padding-inline-start: 20px;
}
ul.simple-el li{
	list-style: disc;
	margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
        font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
.m-t-minus-20{
	margin-top: -20px;
}

/*======================================
 7. WORK WITH US
======================================*/
.form-group{
	margin-bottom: 0;
}
.work-with-us-form form .form-group input[type=text], .work-with-us-form form .form-group input[type=email]{
    height: 40px;
    background-color: #cfd8dc;
    border: none;
    padding-left: 10px;
    width: 100%;
}
#imgcaptcha{
	height: 40px;
}
input#captcha{
	width: 40%;
}
small.error-captcha{
	color: red;
	font-size: 10px;
	display: none;
	margin-top: 5px;
}
small.error-captcha.in{
	display: block;
}
.work-with-us-form form .form-group textarea{
    background-color: #cfd8dc;
    border: none;
    padding-left: 10px;
    width: 100%;
    height: auto;
}
.work-with-us-form form .form-group .upload{
	padding: 5px;
	background-color: #cfd8dc;
}
@media(min-width: 768px){
	#modal-mail-privacy .modal-dialog{
		width: 80%;
	}
}
/*======================================
 8. CORPORATE
======================================*/
.cta-center-simple.download-file{
	max-width: 340px;
	display: block;
	margin: 5px auto;
}
ul li, .list-style-1 li{
	font-size: 18px;
	line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
ul li i, .list-style-1 li i{
	font-size: 14px;
}
/*======================================
 9. CONTACT PAGE
======================================*/
.info .p-general{
	font-size: 15px;
	line-height: 20px;
}
.map iframe{
	width: 100%;
}
.request-info-contact button.cta-style-green{
	float: none;
}
label{
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
@media(max-width: 767px){
	.request-info-contact form .col-sm-6, .request-info-contact form .col-sm-12{
		padding-left: 0;
		padding-right: 0;
	}
}

/*======================================
 9. PRODUCT SINGLE PAGE
======================================*/
.product-details ul{
 	padding-inline-start: 40px;
}
 .product-details ul li{
 	list-style: disc;
 }
 .product-details .list-sub-product ul{
 	padding-inline-start: 0;
 }
 .product-details .list-sub-product ul li{
 	list-style: none;
 }
/*======================================
 10. Privacy page
======================================*/
.cont-privacy .p-general{
	text-align: justify;
}


.video-news iframe{
	margin: 0 auto;
	margin-top: 20px;
	width: 100% !important;
}

/*======================================
 11. Ricerca header
======================================*/
/* Research form sidebar */
#result-research-sidebar, #result-research-sidebar-mobile{
	position: absolute;
    width: 150%;
    background-color: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #C7C7C7;
    z-index: 2;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
}
#result-research-sidebar ul, #result-research-sidebar-mobile ul{
	padding-right: 10px;
}
#result-research-sidebar ul li, #result-research-sidebar-mobile ul li{
    font-size: 14px;
    transition: all 0.3s linear;
    display: block;
	padding: 5px 0;
}
#result-research-sidebar ul li:hover, #result-research-sidebar-mobile ul li:hover{
	cursor: pointer;
	background-color: #e0e0e0;
}
#result-research-sidebar ul li.show-all-result, #result-research-sidebar-mobile ul li.show-all-result{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
}
#result-research-sidebar ul li.show-all-result:hover, #result-research-sidebar-mobile ul li.show-all-result:hover{
	background-color: transparent;
	cursor: initial;
}
#result-research-sidebar ul li.show-all-result a:hover, #result-research-sidebar-mobile ul li.show-all-result a:hover{
	cursor: pointer;
}
#result-research-sidebar ul li h2, #result-research-sidebar-mobile ul li h2{
	font-size: 14px;
	color: #333;
}
#result-research-sidebar li p{
	font-size: 12px;
}
#result-research-sidebar h2.no-results{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#result-research-sidebar li a:hover{
	background: transparent;
}
@media(max-width: 767px){
	#result-research-sidebar-mobile{
		position: relative;
		width: 100%;
	}
	#result-research-sidebar-mobile ul{
		list-style: none;
	    padding-inline-start: 10px;
	}
	#result-research-sidebar-mobile ul li{
		list-style: none;
	}
}

.black1{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
label.error{
	font-size: 12px;
	color: #ff0000;
}

.headerbutton {position: absolute; left: 20%; bottom: 5%; max-width: 50%; display: inline-block;}
.headerbutton img {width: 100%; height: auto;}
#documentDowloader {
	width: fit-content;
	border: 1px solid #002855;
	height: 47px;
}
.display-block {
	display: block;
}
.boxDownloadProduct {
	display: flex; flex-direction: column; justify-content: start; align-items: start;
	margin-top: 30px;
}
@media(min-width: 1200px){
	.boxDownloadProduct {
		display: flex; flex-direction: row; justify-content: space-around; align-items: start;
	}
}