@page {
   size: portrait;
   margin: 4%;
}

.higher10 {
  position:relative;
  top:-10px;
  left:-13px;
}

.higher {
    position:relative;
    top:-6px;
}

.higher3 {
    position:relative;
    top:-3px;
}

.higher2 {
    position:relative;
    top:-2px;
}

.nameWidth {
    width:190px;
}

.lower {
    position:relative;
    top:6px;
}

.lower10 {
    position:relative;
    top:10px;
}

.relIndent {
    position:relative;
    left:35px;
}

.relOutdent {
    position:relative;
    left:-35px;
}

.borderNone {
	border:none !important;
}

.bottomBorder {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color:black !important;
}

.topBorder {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color:black !important;
}

.ICMLjumboHeadliner {
  width:100%;
  text-align: center;
  color:white;
  font-size:3em;
}

.ICMLjumbojumboText {
  color:white;
  text-align: center;
}


@media (min-width: 750px) {
	.jumboBlock2014 {
		height:200px;
	}
}

@media (min-width: 750px) {
	.jumboBlock2016 {
		height:160px;
	}
}


.volavaibilitybutton {
    width:40px;
}




.usertext {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-wrap: normal;
    overflow: auto;
    font-family: monospace;
}


.passport-table th {
  /* When you have labels running down the left side of a table*/
  vertical-align: top;
  text-align: right !important;
}

.passport-table td {
  vertical-align: top;
  text-align: left;
}


.topLinks {
}

.topLink {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em;
  padding-top:8px;
  color:#8E3A37;
}


.indented {
	width:90%;
	position:relative;
	left:5%;
}

.darrenbreak {padding-left: 20px;}

.background2016blue {
  background: url('jumbotronBackground-2016-blue.jpg') no-repeat center center  !important;
  background-size:cover !important;
  font-size:1.2em;
  padding-left:13px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.background2017 {
  background: url('jumbotronBackground-2017.jpg') no-repeat center center  !important;
  background-size:cover !important;
  font-size:1.2em;
  padding-left:13px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.background2016 {
  background: url('background-2016-thin.jpg') no-repeat center center  !important;
  background-size:cover !important;
  color:white;
  font-size:2.5em;
  font-weight:bold;
  padding-left:20px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.jumbotronBackground-2018 {
	background: url('jumbotronBackground-2018.jpg') no-repeat center center  !important;
	background-size:100% 100% !important;
	z-index: -1;
	-webkit-background-origin:border;
}


.jumbotronBackground-2017 {
	background: url('jumbotronBackground-2017.jpg') no-repeat center center  !important;
	background-size:100% 100% !important;
	z-index: -1;
	-webkit-background-origin:border;
}

.jumbotronBackground-ICML-2017 {
  background: url('sydney-opera-house.jpg') no-repeat center center  !important;
  background-size:100% 100% !important;
  z-index: -1;
  -webkit-background-origin:border;
}

.jumbotronBackground-ICML-2018 {
  background: url('stockholm-2017.jpg') no-repeat center center  !important;
  background-size:100% 100% !important;
  z-index: -1;
  -webkit-background-origin:border;
}


.jumbotronBackground-2016 {
	background: url('jumbotronBackground-2016.jpg') no-repeat center center  !important;
	background-size:100% 100% !important;
	z-index: -1;
	-webkit-background-origin:border;
}


.jumbotronBackground-2015 {
	background: url('jumbotronBackground-2015c.jpg') no-repeat center center  !important;
	background-size:100% 100% !important;
	z-index: -1;
	-webkit-background-origin:border;
  color:white;
  padding:10px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.jumbotronBackground-2014 {
	background: url('jumbotronBackground-2014a.jpg') no-repeat center center  !important;
	background-size:100% 100% !important;
	z-index: -1;
	-webkit-background-origin:border;
  padding:10px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.filterHover:hover {
  background-color: #F2F2F2;
  cursor:hand !important;
  cursor:pointer !important;
}

.noborderradiustop {
  border-top-left-radius: 0em !important;
  border-top-right-radius: 0em !important;
}

.noborderradiusbottom {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}


.blurry-75 {

	border: 2px solid;
	border-radius:9px;
	padding:9px;
	background:
    linear-gradient(
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    );

}

.invoice-table tr,td {


}

.blurry-50 {

	border: 2px solid;
	border-radius:9px;
	padding:9px;
	background:
    linear-gradient(
      rgba(0, 0, 0, 0.50),
      rgba(0, 0, 0, 0.50)
    );

}

.jumbotronText {

	color:white !important;
}

.jumbotronText2 {
  color: #f8f8f8;
}


.break{
    display: block;
    clear: both;
    page-break-after: always;
}


.displayinline {
    display:inline-block;
}

.inline {
  display:inline;
}

.soften {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(255, 0, 0, 0.45),
      rgba(255, 0, 0, 0.45)
    )
}

.topbottom-margin {
    margin-top:2px;
    margin-bottom:2px;
}

.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;

  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}
.red {
    color:red;
}
.green {
    color:green;
}
.gray {
    color:gray;
}

.yellow {
	color:yellow;
}

.lightgray {
    color:lightgray;
}

.yellowbackground {
    background-color:#FFFF00;
}

.highlight {
    background-color:#FFFF00;
}

.marker {
    background-color:#FFFF00;
}

.graybackground {
	background-color:#dEdEdE;
}

.graybackground {
	background-color:#dEdEdE;
}

.lightgraybackground {
	background-color: #EBEBEB;
}


.facebooklegend {
	border:solid 1px lightgray;
	padding:6px 0px 6px 3px;
	white-space:nowrap;
	margin:5px 0px 5px 0px;
	color:#8b9dc3;
}

.blink {
  animation: blink 1.3s steps(5, start) infinite;
  -webkit-animation: blink 1.3s steps(5, start) infinite;
}
@keyframes blink {
  to { visibility: hidden; }
}
@-webkit-keyframes blink {
  to { visibility: hidden; }
}

#sidebar {
    background:white;
}


.invitedtalkstext {
    color:#7280c7;
}

.warning-ring {
    box-shadow: 0px 0px 10px #ff0;
}

.danger-ring {
    box-shadow: 0px 0px 10px #f00;
}
.success-ring {
    box-shadow: 0px 0px 10px #080;
}
.info-ring {
    box-shadow: 0px 0px 10px #00f;
}

.default-ring {
    /*This is a white ring. Not useful unless the background isn't white, unlike bootstraps css classes  */
    box-shadow: 0px 0px 10px #fff;
}

.datecolumn {
    width:100px;
}

.padding15 {
  padding:15px;
}

.menuLinkColor > li > a {
    background-color:white !important;
}


.contentColumn, .sideBarColumn{padding:20px; vertical-align:top;}

.hidden {display:none;}

.floatRight {float:right}

table.Report{
    width:100%;
}


body {
    min-height:640px;
}

@media screen and (min-width: 767px) {
    .blurb {
        min-height:260px;
    }
    .onlyprint {
        display:none;
    }
}



/*@media screen and (min-width: 767px) {
    .sponsorBlurb {
        min-height:650px;
    }
    .noscreen {display:none;}
}*/

.sponsorHeadingDiamond {
  background-color:#99ebff;
  text-align: center;
}

.sponsorHeadingPlatinum {
  background-color:#e5e4e2;
  text-align: center;
}

@media screen and (min-width: 767px) {
    .Diamond {
        min-height:unset !important;
		box-shadow: 0px 0px 15px #99ebff;
		padding:10px;
		margin-top: 10px;
	    margin-bottom: 50px;
    }
    .noscreen {display:none;}
}

@media screen and (min-width: 767px) {
    .Platinum {
        min-height:unset !important;
    box-shadow: 0px 0px 15px #e5e4e2;
    padding:10px;
    margin-top: 10px;
      margin-bottom: 10px;
    }
    .noscreen {display:none;}
}

.sponsorHeadingGold {
  background-color:#D4AF37;
  text-align: center;
}


@media screen and (min-width: 767px) {
    .Gold {
      min-height:unset !important;
      box-shadow: 0px 0px 8px #D4AF37;
      padding:10px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .noscreen {display:none;}
}

.sponsorHeadingBronze {
  background-color:#CD7F32;
  text-align: center;
}

@media screen and (min-width: 767px) {
    .Bronze {
      min-height:unset !important;
      box-shadow: 0px 0px 8px #CD7F32;
      padding:10px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .noscreen {display:none;}
}

.sponsorHeadingSilver {
  background-color:#C0C0C0;
  text-align: center;
}


@media screen and (min-width: 767px) {
    .Silver {
      min-height:unset !important;
      box-shadow: 0px 0px 8px #C0C0C0;
      padding:10px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .noscreen {display:none;}
}


.height100px {
	height:100px !important;
}

.height250px {
	height:250px !important;
}


.topHeading {
    position:relative;
    top:-15px;
}

.centeredColumnHeader {
    position:relative;
    left:45px;
}

.noBottomBorder{
    border-bottom:none !important;
    border-bottom-width:0px;
}

.discount {
    color:red;
}


@media print {
    .noprint { display: none; }
    .smallprint {font-size:xx-small}
    .printup {position:relative; top:-50px;}
	.fitprinter {max-width:450pt;}
    .pageBreakAfter {page-break-after: always;}

}

@media screen {
    .pageBreakAfter {display:none; }
}

.errorlist {
    color:red;
}

.glyphicons {
    position:relative;
    top:-15px;
    right:-25px;
    font-size:0.8em !important;
}

@media (max-width: 480px) {
  .hidden-xxs,
  tr.hidden-xxs,
  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}

.sponsorLogo {

    padding-bottom:5px;
    float: left;
    margin: 0px 15px 15px 0px;
    position:relative;
    top:20px;
    width:100px;
}


.Report .SectionHeader th a,.Report caption a {
 color: white;
}
/*
tr:nth-child(even) {
    background-color: #fcfcfc;
}
*/


.wrapText {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.width700{
    width:700px;
}
.thinBorder{
    border:2px solid;
    border-color:#ddd;
}
.Wrap {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#editFooter {
    position:fixed;
    bottom:0;
    width:205px;
    left:0;
    height:140px;   /* Height of the footer */
    padding:20px;
    padding-left:35px;
    background-image:url('fairy1.gif');
    background-size: 130px;
    background-repeat: no-repeat;
    z-index:5;

}

#footerLogo {
  position:fixed;
  bottom:0;
  left:0;
  height:150px;   /* Height of the footer */
  padding:20px;
  z-index:-6;
}

.bsblue {
	color:#3577BE;
}

#feedbackFooter {
    position:fixed;
    bottom:0;
    right:0;
    z-index:5;
	padding:5px;
}

.larger-font {
	font-size:1.3em;
}

.smaller-font {
	font-size:0.7em;
}

.bigger-font {
  font-size:1.2em;
}



.justificationrow {
    background-color:#eee;
    font-size:1.2em;
    text-align:center;
}
.summary {
    font-weight:bold;
}

.cellnumber {
    text-align:right;
}

.centered {
	text-align:center;
}

.invisible {
    visibility:hidden;
}

.menuright {
    position:relative;
    left:20px;
}

.strikeTableRow td {
	text-decoration: line-through;
}

.background-gray {
	background-color:#fcfcfc;
}

.strikethrough {
  text-decoration: line-through;
}

/* Styles for the search box */
#tfheader{
    background-color:#c3dfef;
}
.conferenceTitle {color:red;}
#tfnewsearch{
    float:right;
    padding:5px;
}
.tftextinput{
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    border:1px solid #0076a3; border-right:0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}
.tfbutton {
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #0076a3; border-right:0px;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}
.tfbutton:hover {
    text-decoration: none;
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
/* Fixes submit button height problem in Firefox */
.tfbutton::-moz-focus-inner {
    border: 0;
}
.tfclear{
    clear:both;
}

.indent20 {
	position:relative;
	left:20px;
}

.tutorial-image {
  height:120px;
  width:120px;
  position:relative;
  top:-8px;
}

.circular-image img {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;                
    -o-border-radius: 150px; border-radius: 150px;
    box-shadow: 3px 3px 15px #888888;
    float:right;
    margin:6px;
}

.circular-image-sm img {
    width: 150px !important;
    height: 150px !important;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;                
    -o-border-radius: 150px; border-radius: 150px;
    box-shadow: 3px 3px 15px #888888;
    float:right;
    margin:6px;
}

legend {

    font-weight: bold !important;
    font-size: 1.2em !important;
    text-align: left !important;
    width:inherit !important; /* Or auto */
    padding:0 6px !important;/* To give a bit of padding on the left and right */
    border-bottom:none !important;
}
fieldset {
    border: 1px solid !important;
    border-color:#ddd !important;
    padding: 0 1.2em 1.4em 1.4em !important;
    margin: 0 0 1.2em 0 !important;
    /*-webkit-box-shadow:  0px 0px 0px 0px #888 !important;
            box-shadow:  0px 0px 0px 0px #888 !important;*/
    
}