
/* EXHIBITORS LIST*/

.list-search {
    background: #246e8e;
    /* background: rgb(0,81,150);
    background: radial-gradient(circle, rgba(0,81,150,1) 0%, rgba(0,33,83,1) 70%); */
    color: #fff;
    font-weight: bold;
}

ul#first_letters {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
	width: 100%;
}

ul#first_letters li {
	margin: 0px;
	padding: 0px 3px;
	float: left;
}

ul#first_letters li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: #9ffeca;
	color: #002552;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
        margin-top: 5px;
}

ul#first_letters li a:hover {
    text-decoration: underline;
    /* color: #96bddc; */
    color: #002552;
}

ul#first_letters li.all {
	float: right;
}

ul#first_letters li.all a {
	padding: 0px;
	width: 110px;	
}

ul#first_letters li.selected a {
    /* color: #96bddc; */
    color: #002552;
	text-decoration: underline;
}

select.commodity_groups {
	float: left;
	width: 300px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
	/*border-radius: 15px;*/
	font-size: 15px;
	padding: 0px 15px;
}

select.represented-companies {
	float: left;
	width: 300px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
	/*border-radius: 15px;*/
	font-size: 15px;
	padding: 0px 15px;	
}

.ex-search-text {
	float: left;
	width: 250px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
	padding: 0px 15px;
	/*border-radius: 15px 0px 0px 15px;*/
	font-size: 13px;	
}

.ex-search-btn {
	float: left;
	background: #9ffeca;
	color: #002552;
	height: 30px;
	border: none;
	cursor: pointer;
	/*border-radius: 0px 15px 15px 0px;*/
	border-radius: 0px;
	font-size: 13px;
}

button.btn-primary.ex-search-btn:hover, button.btn-primary.ex-search-btn:not(:disabled):not(.disabled):active {
    background: #9ffeca;
    color: #002552;
}

#exhibitors-list .filling-empty-space-childs {
    width: 260px;
    height: 0;
}

.exhibitor-tile {
	display: inline-block;
	float: left;
	position: relative;
	width: 260px;
	height: 280px;
	padding: 18px 18px 18px 18px;
	margin-bottom: 25px;
	background: #fff;
	text-align: center;
}

.exhibitor-tile .exh-logo {
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 80px;
}

.exhibitor-tile .exh-title {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	font-size: 15px;
        line-height: 18px;
	font-weight: 700;
	color: #00692f;
}

.exhibitor-tile .exh-stands {
	position: absolute;
	bottom: 75px;
	width: 224px;
	font-size: 14px;
	color: #000;
}

.exhibitor-tile .read-more {
	display: inline-block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	/*border-radius: 22px;*/
	position: absolute;
	bottom: 20px;
	right: 80px;
	font-size: 14px;
	/*color: #002552;*/
	/*background: #fff040;*/
        
    /* background: #def1fc; */
    border: solid 2px #246e8e;
    cursor: pointer;          
}

.exhibitor-tile .read-more:hover {
    background: #246e8e;
    border: solid 2px #246e8e;
    color: #def1fc;          
}

.exhibitor-tile .read-more a {
    color: #246e8e;
}

.exhibitor-tile .read-more:hover a {
    color: #fff;
}

.exhibitor-tile a {
	color: #444;
}

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

.exhibitor-tile .read-more i {
	vertical-align: 5%;
	font-size: 9px;
}

.a-blue {
	color: #005196;
}

.a-blue:hover {
	color: #005196;
}

.dark-blue {
    color: #246e8e;
}

.dark-blue:hover {
    color: #246e8e;
}

.a-pink {
	color: #c51d67;
}

.a-pink:hover {
	color: #c51d67;
}

.a-dark-green {
    color: #00692f;
}

.a-dark-green:hover {
   color: #00250b;
}

.dark-green {
   color: #0a6834;    
}

.green {
   color: #76b82a;    
}

.dark-red {
   color: #dd073a;    
}

.blue {
	color: #246e8e;;
}

.blue:hover {
	color: #246e8e;
}

a.dark-red:hover {
   color: #dd073a;
   text-decoration: underline;
}

/* EXHIBITOR ACTIVITIES LIST*/

.activity-list .checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.activity-list .checkbox > span {
    color: #246e8e;
    padding: 0.5rem 0.25rem;
}

.activity-list .checkbox > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #75ba13;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
  }

.activity-list .checkbox > input:checked {
    border: 1px solid #002552;
    background-color: #fff;
}

.activity-list .checkbox > input:checked + span::before {
    content: '\2713';
    font-size: 22px;
    font-family: Poppins;
    display: block;
    text-align: center;
    color: #002552;
    position: absolute;
    left: 0.1rem;
    top: -0.35rem;
    font-weight: bold;
}

.activity-list .checkbox > input:active {
    border: 2px solid #75ba13;
}



/*.activity-list label input {
  display: none;  Hide the default checkbox 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

 Style the artificial checkbox 
.activity-list label span {
  height: 13px;
  width: 13px;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  background: #75ba13;
  color: #fff;
}

 Style its checked state...with a ticked icon 
.activity-list [type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -8px;
  left: -1px;
  color: #00250b;
  color: #fff;
  font-size: 18px;
}*/


.ui-widget-content .ui-state-active {
	background: #9ffeca;
	border: 1px solid #9ffeca;
}

.exhibitor-activities-list-wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.exhibitor-activities-list {

}

.exhibitor-activities-list .filling-empty-space-childs {
    width: 270px;
    height: 0;
}

.exhibitor-activities-list-park {
	display: none;
}

.exhibitor-activities-tile {
	display: inline-block;
	float: left;
	position: relative;
	width: 280px;
	height: 300px;
	padding: 10px;
	margin-bottom: 25px;
	background: #fff;
	text-align: left;          
}

.exhibitor-activities-tile a {
	color: #000;
}

.exhibitor-activities-tile a:hover {
	text-decoration: underline;
}

.exhibitor-activities-tile .date {
	float: left;
	margin-top: 11px;
	width: 100%;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	/* background: #9ffeca; */
	color: #246e8e;
	/* padding: 0px 5px; */
}

.exhibitor-activities-tile .date .left {
	float: left;
}

.exhibitor-activities-tile .date .right {
	float: right;
}

.exhibitor-activities-tile .title {
	float: left;
	margin-top: 10px;
	width: 100%;
	max-height: 100px;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}

.exhibitor-activities-tile .type {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 25px;
	font-size: 15px;
	font-style: italic;
	line-height: 25px;
        color: #444;
}

.exhibitor-activities-tile .exhibitor {
	position: absolute;
	bottom: 50px;
	margin-top: 0px;
	width: 280px;
	height: 57px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

.exhibitor-activities-tile .bottom {
	position: absolute;
	bottom: 22px;
	width: 260px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
}

.exhibitor-activities-tile .bottom .left {
	float: left;
	width: 170px;
	border-top: 1px solid #002552;
	padding-top: 5px;
	color: #002552;
}

.exhibitor-activities-tile .bottom .right {
	float: right;
}

.exhibitor-activities-tile .bottom .left a {
	color: #002552;

}

.exhibitor-activities-tile a.more {
	font-size: 12px;
	color: #246e8e;
	display: inline-block;
	border: 1px solid #246e8e;
	padding: 0px 5px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
}

.exhibitor-activities-tile a.more:hover {
	text-decoration: underline;;
}

/* PROGRAMME LIST*/

a.programme-day {
    display: inline-block;
    width: 100%;
    background: #969696;
    color: #fff;
    /*height: 60px;*/
    text-decoration: none;
}

a.programme-day.selected, a.programme-day:hover {
    background: #246e8e;
}

a.programme-day.program-target-34 {
	background: #ef0e7d;
}

a.programme-day h4 {
    color: #fff;	
    font-size: 18px;
    font-weight: 600;    
    line-height: 25px;
    padding: 20px 0px;
    margin-bottom: 0px;
}

@media (max-width: 500px) {
	a.programme-day h4{	
		font-size: 14px;
		font-weight: 600;    
		line-height: 20px;
		padding: 5px 0px;
		margin-bottom: 0px;
	}
}

.programme-list div.time-classroom {
    height: 30px;
    overflow: hidden;
}

.programme-list div.time-classroom-2 {
    height: 36px;
    overflow: hidden;
}

.programme-list div.classroom {
    line-height: 18px;
}

.programme-list div.title-desc {
    height: 185px;
    overflow: hidden;
}

.programme-list .period-name {
    color: #000066;    
}

.programme-list .filling-empty-space-childs {
    width: 380px;
    height: 0;    
}

div.programme-tile-2 {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0;
	background: #fff;
	padding: 15px;
	position: relative;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);
}

div.programme-tile-2 .time {
    color: #246e8e; 
	font-weight: bold;   
}

div.programme-tile-2 .title {
    font-weight: 600;  
}

div.programme-tile-2 .more a, div.programme-tile-2 .lecturers a {
    color: #246e8e;
}

div.programme-tile-2 .more a {
	font-size: 16px;
}

div.programme-tile-2 .more a i {
	font-size: 12px;
}


.programme-tile div.cart-info {
    position: absolute;
    bottom: 45px;
    right: 15px;
    font-size: 18px;
    display: inline-block;
    padding: 0px 5px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
    min-width: 120px;
    text-align: right;
}

.programme-tile div.cart-info .remove-from-cart {
    cursor: pointer;
    color: #dd073a;
}

.programme-tile div.cart-info .info-txt {
    color: #dd073a;
}

.programme-tile div.cart-info .remove-txt {
    display: none;
}

.programme-tile div.cart-info:hover .info-txt {
    display: none;
}

.programme-tile div.cart-info:hover .remove-txt {
    display: inline;
}

.programme-tile a.add-to-cart {
    position: absolute;
    bottom: 45px;
    right: 15px;
    font-size: 18px;
    color: #dd073a;
    display: inline-block;
    padding: 0px 5px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
}

.programme-tile div.added-to-cart {
    position: absolute;
    bottom: 45px;
    right: 15px;
    font-size: 18px;
    color: #dd073a;
    display: inline-block;
    padding: 0px 5px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
}

.programme-details-top a.add-to-cart {
    color: #fff;
}

.programme-details-top a.add-to-cart:hover {
    color: #fff;    
}

.programme-details-top div.added-to-cart {
    color: #fff;
}

.programme-details-top div.added-to-cart:hover {
    color: #fff;    
}

.programme-details-top div.cart-info .remove-from-cart {
    cursor: pointer;
    color: #dd073a;
}

.programme-details-top div.cart-info .info-txt {
    color: #fff;
}

.programme-details-top div.cart-info .remove-txt {
    display: none;
}

.programme-details-top div.cart-info:hover .info-txt {
    display: none;
}

.programme-details-top div.cart-info:hover .remove-txt {
    display: inline;
}




a.lecturer-link {
	
}


/* STARS OF CEDE LIST */
#stars-list .filling-empty-space-childs {
    width: 270px;
    height: 0;
}

.stars-tile {
	display: inline-block;
	float: left;
	position: relative;
	width: 270px;
	/*height: 270px;*/
	height: 320px;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 10px 10px 14px 0px rgba(209,209,209,1);
	-moz-box-shadow: 10px 10px 14px 0px rgba(209,209,209,1);
	box-shadow: 10px 10px 14px 0px rgba(209,209,209,1);
}

.stars-tile .category {
	font-size: 10px;
}

.stars-tile .img {
	width: 250px;
	height: 160px;
}

.stars-tile .name {
	float: left;
    margin-top: 5px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}

.stars-tile .exhibitor {
    float: left;
    margin: 3px 0px 4px 0px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.stars-tile .options {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    font-style: italic
}

.stars-tile a.vote {
	float: left;
}

.stars-tile a.more {
    float: right;
}

.stars-tile a.share {
    position: absolute;
    bottom: 9px;
    left: 85px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.stars-tile a {
	color: #000;
}

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

.stars-tile .read-more i {
	vertical-align: 5%;
	font-size: 9px;
}

.vote-details {
    font-size: 14px;
    color: white;
    background-color: #5cac33;
    text-align: center;
    display: inline;
    border-radius: 3px;
    padding: 10px 35px;
    margin: 15px 0px;
}

.vote-details:hover {
    color: white;
}

.vote-fb {
    font-size: 14px;
    color: white;
    background-color: #3e64ad;
    text-align: center;
    display: inline;
    border-radius: 3px;
    padding: 10px 35px;
    margin: 15px 0px;
}

.vote-fb:hover {
    color: white;
}


/* CEDE NEW PRODUCTS LIST*/

select.product_categories {
	float: left;
	width: 250px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
}

select.exhibitors {
	float: left;
	width: 250px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
}

/*.product-search-text {
	float: left;
	width: 250px;
	height: 30px;
	background: #fff;
	border: none;
	color: #666;
	padding: 0px 5px;
}

.product-search-btn {
	float: left;
	background: #2a3786;
	color: #fff;
	height: 30px;
	border: none;
	cursor: pointer;
}*/

.new-products-list-wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.new-products-list {

}

.new-products-list .filling-empty-space-childs {
    width: 270px;
    height: 0;
}

.new-products-list-park {
	display: none;
}

.new-products-tile {
	display: inline-block;
	float: left;
	position: relative;
	width: 380px;
	height: 380px;
	padding: 10px;
	margin-bottom: 25px;
	background: #fff;
	text-align: left;;        
}

.new-products-tile a {
	color: #000;
}

.new-products-tile a:hover {
	text-decoration: underline;
}

.new-products-tile .img {
	float: right;
	margin-top: 11px;
	width: 120px;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
}

.new-products-tile .title {
	float: left;
	margin-top: 35px;
	width: 210px;
	max-height: 100px;
	font-size: 16px;
        font-weight: bold;
	line-height: 20px;
	overflow: hidden;
}

.new-products-tile .type {
	position: absolute;
	bottom: 25px;
	margin-top: 0px;
	width: 360px;
	height: 57px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

.new-products-tile .exhibitor {
	position: absolute;
	bottom: 100px;
	margin-top: 0px;
	width: 210px;
	height: 57px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

.new-products-tile .bottom {
	position: absolute;
	bottom: 22px;
	width: 360px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
}

.new-products-tile .bottom .left {
	float: left;
	width: 270px;
	border-top: 1px solid #246e8e;
	padding-top: 5px;
	color: #246e8e;
}

.new-products-tile .bottom .right {
	float: right;
}

.new-products-tile .bottom .left a {
	color: #246e8e;

}

@media (max-width: 419px)
{
    .new-products-tile .bottom {
        width: 253px;
    }
    
    .new-products-tile .bottom .left {
        width: 185px;
    }    
}


.new-products-tile a.more {
	font-size: 12px;
	color: #246e8e;
	display: inline-block;
	border: 1px solid #246e8e;
	padding: 0px 5px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
}

.new-products-list .filling-empty-space-childs {
    width: 380px;
    height: 0;
}


/* SPEAKERS LIST*/

.speakers-list-wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.speakers-list {

}

.speakers-list .filling-empty-space-childs {
    width: 270px;
    height: 0;
}

.speakers-list-tile {
	display: inline-block;
	float: left;
	position: relative;
	width: 270px;
	height: 270px;
	padding: 10px;
	margin-bottom: 20px;
	/* -webkit-box-shadow: 10px 10px 14px 0px rgba(209,209,209,1);
	-moz-box-shadow: 10px 10px 14px 0px rgba(209,209,209,1);
	box-shadow: 10px 10px 14px 0px rgba(209,209,209,1); */
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);	
}

.speakers-list-tile .img {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
    margin: 30px 65px 0px 65px;
    overflow: hidden;
    border: 1px solid #eee;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.speakers-list-tile img {
    max-width: 180px;
    max-height: 120px;
}

.speakers-list-tile .name {
	float: left;
	margin-top: 20px;
	width: 100%;
	max-height: 100px;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
	text-align: center;
}

.speakers-list-tile a {
	color: #002552;
}

.speakers-list-tile a:hover {
	text-decoration: underline;
}


/* EXHIBITOR ACTIVITIES LIST*/

.programme-filters .day {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-right: 6px;
}

.programme-filters .day.selected {
	color: #9ffeca;
}

.programme-filters #filter_unselect_all {
	color: #fff;
}

.programme-tile {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0;
	background: #fff;
	padding: 15px;
	position: relative;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);
}

.programme-tile a {
	color: #246e8e;
}

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

.programme-list-park {
	display: none;
}