.widthwarning{
	display:none;
}
@media screen and (max-width: 1367px){
	.widthwarning{
		display:block;
	}
}

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

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;
}

a:hover {
	text-decoration: none;
	color: #06C;
}

a:active{
	border:1px dashed #CCC;
}

input[type=text]:focus {
	border-color: #000;
	background-color: #FFFE9D;
}

.cancelbutton{
	width: 40px;
	height: 40px;
	border:none;
	cursor: pointer;
	background: url('/images/cancel.png') no-repeat top;
	background-size:cover;
}

input.savebutton{
	width: 40px;
	height: 40px;
	border:none;
	cursor: pointer;
	background: url('/images/save.png') no-repeat top;
	background-size:cover;
}
.close-modal{
	display:none !important;
}

input.editbutton{
	width: 40px;
	height: 40px;
	border:none;
	cursor: pointer;
	background: url('../images/file_edit.png') no-repeat top;
	background-size:cover;
}


div.registrationnotesamend {
	display: none;
	width:300px;
	z-index: 100;
	padding: 10px;	
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	text-align:center;
}

#focuswarning{
	color: red;
	font-size: large;
	display: none;	
}

#registerbuttondiv{
	clear:left;
	width: 45%;
	padding-top: 10px;
}

/* select2 override */

.select2-selection__arrow{
	top: 8px !important;
}

.select2-selection{
	height: 40px !important;
}

.formLayout{
	background-color: #f3f3f3;
	border: solid 1px #a1a1a1;
	padding: 10px;
	width: 300px;
}
		
.formLayout label, .formLayout input, .formLayout select{
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}
 
.formLayout label{
	text-align: right;
	padding-right: 20px;
}

.formLayout br{
	clear: left;
}


.select_type{
	padding-left: 10px;
	cursor:pointer;
}

.failedform{
	border: 2px outset red;
	background-color: #FFCCCC;
} 

.formInfo{
	min-width:12px;
	height:12px;
	border:none;
	display: inline-block;
	background: url('/images/tooltip.png') no-repeat top;
}

.formInfo a{
	text-decoration: none;
}

#syncspinner{
	width: 100%;
	text-align:center;
}

#currentregistrationslist{
	height: 250px;
	width: 280px;
	overflow-y: scroll;
}

#statusmessage{
	margin-top: 10px;
	min-height: 100px;
	width: 95%;
	clear:both;
}

input.addjobtaskbutton{
	width: 40px;
	height: 40px;
	border:none;
	background: url('../images/green_plus_small.png') no-repeat top;
	background-size:cover;
}

table.backwhite {
	background-color:white;
	border-collapse: collapse;
}
table.backwhite td, table.backwhite th, table.backgrey td, table.backgrey th{
	padding: 3px;
	border: solid grey 1px;
}
table.backwhite td, table.backgrey td{
	border-left: solid black 1px;
	border-right: solid black 1px;
}
table.backwhite th, table.backgrey th{
	border: solid black 1px;
}
table.backwhite tr:last-child td, table.backgrey tr:last-child td{ 
	border-bottom: solid black 1px;
}

/* 
	fancy button styling 
	http://www.bestcssbuttongenerator.com/
*/
.fancyButton,.fancyLink {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #ffffff;
	font-size: 20px;
	background: #4e5e8a;
	padding: 10px 20px 10px 20px;
	border: solid #011447 2px;
	text-decoration: none;
}
.fancyButton:hover,.fancyLink:hover {
	background: #9cb1eb;
	color: #011447;
	text-decoration: none;
}

.pointer{
	cursor:pointer;
}

.bigButton{
	font-size:1.5em;
	padding:11px 23px;
}

.fancyButtonDisabled{
	background: linear-gradient(to bottom, #7caba5 5%, #7caba5 100%);
}

#speedtable td{
	text-align:center;
}

.clearboth{
	clear:both;
}

#scrollwrapper {
	overflow-x: scroll;
}

#importtable td, #importtable th{
	padding-left: 10px;
	padding-right: 10px;
}

#status{
	font-size: xx-large;
}

.sb-topnav .navbar-brand{
	width: auto;
}

#questionstobemoderateddiv{
	height: 100%;
	overflow-y: scroll;
}

#questions_active_moderator{
	height: 500px;
	overflow-y: scroll;
}

.locationtable tbody{
	display:block;
	max-height:500px;
	overflow:auto;
}
.locationtable tbody tr,.locationtable thead{
	display:table;
	width:100%;
	table-layout:fixed;/* even columns width , fix width of table too*/
}

.locationtable thead {
	width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover, .hoverBackground:hover {
	background-color: #eee;
}

.bottomborder{
	border-bottom: 1px solid #bbb;
}

.select2-basic{
	max-width: 80%;
}

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

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

.doublecheckbox,.largecheckbox{
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	zoom: 1.5;
}

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

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

.stickytable th{
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	background-color: white;
}

.extradets td{
	border-top: 0px;
}

.backgreen{
	background-color: #98FB98;
}

.hide{
	display:none !important;
}

.eventtype_initiallyhidden{
	display:none;
}

#exhibitorsonline{
	max-height: 200px;
	overflow-y: scroll;
}


/*
#exhibitorchathistory,#chathistory{
	max-height: 400px;
	overflow-y: scroll;
}

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

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



#chathistory, #trackchathistory, .chathistory{
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 20px 0 20px;
}

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

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

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

.delegaterowchathistory{
	max-height: 200px;
	padding: 0px 20px 0 20px;
}



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

#chathistory, #trackchathistory, .chathistory,#exhibitorchathistory{
  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, .chathistory div,#exhibitorchathistory 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,
.chathistory div::before,
.chathistory div::after,
#trackchathistory div::before,
#trackchathistory div::after,
#exhibitorchathistory div::before,
#exhibitorchathistory 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;
}



.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;
}

.limitedimagewidth img{
	max-width: 400px;
}

#container_wide{
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

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

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

#eyesonvideo2{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='100%'><text x='0' y='15' fill='red' font-size='20'>Loading video, please wait...</text></svg>");
}

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

.ace_editor {
	height: 300px;
}




/* Split.js */
.split,
.gutter.gutter-horizontal {
    float: left;
}

.split,
.gutter.gutter-horizontal {
    height: 360px;
}

.gutter {
    cursor: w-resize;
    height: 360px;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
}

.split {
    overflow-y: scroll;
    overflow-x: hidden;
}

.simpletable,
.simpletable th,
.simpletable td {
    border: 1px solid black;
    border-collapse: collapse;
}