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

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

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

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

.nameWidth {
    width:190px;
}

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

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

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

.borderNone {
	border:none !important;
}


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

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



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

.darrenbreak {padding-left: 20px;}


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


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



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


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

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

.filterHover:hover {
  background-color: #F2F2F2;
  cursor:hand !important;
  cursor:pointer !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)
    );
	
}



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


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


.displayinline {
    display:inline-block;
}

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

.graybackground {
	background-color:#dEdEdE;
}

.graybackground {
	background-color:#dEdEdE;
}

.lightgraybackground {
	background-color: #EBEBEB;
}

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




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

@media screen and (min-width: 767px) {
    .sponsorPlatinum {
        min-height:unset !important;
		box-shadow: 0px 0px 10px #cad3d0;
		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('/static/admin/img/fairy1.gif');
    background-size: 130px;
    background-repeat: no-repeat;
    z-index:5;

}

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


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

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

