body {
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}

.modal h1,.modal h2,.modal h3,.modal h4,.modal h5,.modal h6{
	font-weight: bold;
}

.readmorelesslabel{
	text-align:right;
}

.btn-fullwidth{
	width:100%;
}

.largercheckbox{
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	padding: 10px;
	margin: 10px;
}

.ablock{
	display:block;
	color: black;
}

.bmi2_responsive{
	width: 100%;
	height: auto;
}

.bmi2_responsive_maxw400 {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.wholerowclickable td:hover {
	cursor: pointer;
}

.pointer{
	cursor:pointer;
}

.fivepercentcol{
	width: 5%;
	float:left;
	text-align:center;
}

.exhibitorrow, .scaledbackground{
	margin-bottom: 20px; 
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.scaledbackgroundpadding{
	padding: 15px 0 15px 0;
}

.titlebox{
	color: white;
	font-weight: bold;
	background-color: #7f7f7f;
	border-radius: 4px;
	margin-left:auto;
	margin-right: auto;
	margin-top: -15px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

.exhibitordetails, .exhibitorlogo{
	padding: 20px;
}

.exhibitorlogo img{
	max-height: 150px;
	max-width: 100%;
}

.speakercard{
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px #888888;
	min-height: 260px;
}

.blacklink{
	color: #212529;
	text-decoration: underline;
}

.blacklink:visited{
	text-decoration: underline;
	color: #212529;
}

.blacklink:hover{
	text-decoration: underline;
	color: #212529;
}

.exhibitorcardlink{
	color: black;
}

.exhibitorcardlink:hover{
	text-decoration: none;
}

.speakerorganisation{
	opacity:.5!important;
}

.exhibitortitle{
	color:black;
}

.sessionrow{
	border-bottom: solid 1px grey;
	margin-bottom: 5px;
}

.sessiontimerow, .sessiondetailsrow{
	padding: 15px 15px 0 15px;
}

.widerspacing td{
	padding-bottom: 10px;
}

.categoryfilteroption{
	display: inline-block;
	margin-right: 10px;
}

.black{
	color: black;
}

/*
#chathistory, #trackchathistory{
	max-height: 350px;
	overflow-y: scroll;
	width:95%;
	padding: 0 20px 0 20px;
}

#chathistory .message, #trackchathistory .message, #trackchatfullhistory .message{
	border: 1px solid black;
	border-radius: 4px;
}

#chathistory .leftmessage, #trackchathistory .leftmessage, #trackchatfullhistory .leftmessage{
	text-align: left;
	background-color: #ffe2d8;
	margin-bottom: 10px;
}

#chathistory .rightmessage, #trackchathistory .rightmessage, #trackchatfullhistory .rightmessage{
	text-align: right;
	background-color: #ddd;
	margin-bottom: 10px;
}
*/


.messagetimestamp{
	color: grey;
	font-size: small;
	text-align:center;
}

.messagewriter{
	color: grey;
	font-size: small;
	text-align:center;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.rightmessage .messagewriter{
	color: white;
}

#chathistory, #trackchathistory{
  background-color: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-family: "SanFrancisco";
  font-size: 1.25rem;
  margin: 0 auto 1rem;
	width:95%;
  padding: 0.5rem 1.5rem;
	max-height: 350px;
	overflow-y: scroll;
}

#chathistory div, #trackchathistory div{
  border-radius: 1.15rem;
  line-height: 1.25;
  padding: 0.5rem .875rem;
  position: relative;
  word-wrap: break-word;
}

#chathistory div::before,
#chathistory div::after,
#trackchathistory div::before,
#trackchathistory div::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

div.rightmessage {
	align-self: flex-end;
	background-color: #248bf5;
	color: #fff; 
}

div.rightmessage::before {
	border-bottom-left-radius: 0.8rem 0.7rem;
	border-right: 1rem solid #248bf5;
	right: -0.35rem;
	transform: translate(0, -0.1rem);
}

div.rightmessage::after {
	background-color: #fff;
	border-bottom-left-radius: 0.5rem;
	right: -40px;
	transform:translate(-30px, -2px);
	width: 10px;
}

div.rightmessage ~ div.rightmessage {
	margin: 0.25rem 0 0;
}

div.rightmessage ~ div.rightmessage:not(:last-child) {
	margin: 0.25rem 0 0;
}

div.rightmessage ~ div.rightmessage:last-child {
	margin-bottom: 0.5rem;
}

div.leftmessage {
	align-items: flex-start;
	background-color: #e5e5ea;
	color: #000;
}

div.leftmessage:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #e5e5ea;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
}

div.leftmessage::after {
	background-color: #fff;
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
}

#profilenav a{
	color: black;
}

.carousel .carousel-item{
	text-align:center;
}


#eyesonpublicvideo{
	width:100%;
	height: 200px;
}

nav{
	font-size: 0.9em;
}

#standcontactdetails{
	padding: 10px;
}


.form_label{
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

.form_data{
	padding: 5px 0 5px 10px;
}

.hide{
	display:none;
}

.exhibitorlandingmodalimage2{
	max-width: 100%;
	max-height: 200px;
}

.vertical-center {
  min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 50vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.imgverticalcontainer {
	height: 140px;      /* equals max image height */
			white-space: nowrap;
    
			text-align: center;
}

.imgvalignhelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgverticalcenter{
	   vertical-align: middle;
    max-height: 140px;
}

/* overrides the bootstrap margin right -15px, only used on stand page where chevrons are needed */
.norightmargin{
	margin-right: 0px;
}

@media print {
	#toplogo{
		display:none;
	}

	nav{
		display:none;
	}
	
	.printhidden{
		display:none;
	}

}

.tableprofileimage img { 
	border-radius: 150%; 
	width: 100px;
	height: 100px;
}
.tableprofileimage {
	padding: 10px;
}

.eventdesc{
	font-size: 0.8em;
	font-style: italic;
}
