html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 71px;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 71px;
  padding: 5px;
  background-color: #f5f5f5;
  border-top: 1px dashed #C0C0C0;
}

.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*
@media (max-width: 979px) {
  #header {
    padding-top: 0px;
  }
}
*/
.navbar .form-search{
  vertical-align: middle;
  height: 15px;
  padding-top: 5px;
}

.brand img{
  height: 26px;
}
#footer img{
  max-width: 100px;
  margin: 0px;
}
#footer .sponsors img{
  max-height: 23px;
}
#footer p{
  margin-bottom: 2px;
}
#footer .thumbnails, #footer .thumbnails li, #footer .thumbnails .thumbnail{
  margin-bottom: 0px;
}
#footer .thumbnails .thumbnail img{
  display: block;
  margin-left: auto;
  margin-right: auto }
}

.sponsors li{
  background-color: #FFFFFF;
}
.container hr{
  border-top: 1px solid #CCCCCC;
}
.bold{
  font-weight: bold;
}
.emphasize{
  font-size:120%
}
.justify{
  text-align:justify;
}
.hidden{
  display: none;
}
a:target {
  padding-top: 40px
}
div .thumbnail{
  margin-bottom: 10px;
}
div .thumbnail .well, div img + div.well {
  margin: 10px;
}
div .caption + img{
  width: calc(100% - 10px);
}
.publications h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}
.publications li{
  list-style: none;
}
.publications ul{
  margin: 0px;
  -webkit-padding-start: 0px;
}
#publications table {
  border-bottom: 1px solid #CECECE;
}
/*
@media (min-width: 979px) and (max-width: 1200px) {
  .navbar .brand {
    display: none;
  }
}
*/
.important{
  color: #d14;
  font-weight: bold;
}
.navbar .brand{
    font-weight: bold;
}
.navbar .brand:hover{
    color: #990000;
}
span.firstLetter{
    float:left;
    width:0.95em;
    font-size:275%;
    line-height:80%;
}

#footer .container{
  background-color: #f5f5f5
}

img.fitwidth{
  width: 100%;
  max-width: 600px;
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6{
  margin-top: 0px;
  margin-bottom: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
/*    color: grey;  */   /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
#scrollnav.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}
.small_portrait{
  max-height: 100px;
  max-width: 100px;
  overflow:  hidden;
}
.people_block {
  height: 125px;
}
.portrait{
  max-height: 300px;
  max-width: 300px;
  overflow:  hidden;
}

.media-heading h3{
  margin-top: 10px;
}

.editable .editable-control{
  visibility: hidden;
}
.editable:hover .editable-control{
  visibility: visible;
}

.project .table-striped>thead>tr {
  background-color: #f5f5f5;
}
.project .panel-title {
  font-size: 24px;
}
.project .panel-heading {
  padding: 10px 15px 10px 10px;  
}

@media (min-width: 768px) {
  .navbar{
    line-height: 0;
  }
  .navbar.center{
    text-align: center;
  }
  .navbar.center li ul{
    text-align: left;
    line-height: 20px;
  }
  .navbar.center .navbar-collapse .nav{
    display:inline-block;
    float: none;
  }
  .navbar.center .navbar-brand{
    display: none;
  }
}
@media (max-width: 767px) {
  #header img {
    display: none;
  }

  /* Force table to not be like tables anymore */
  #talks, #talks thead, #talks tbody, #talks th, #talks td, #talks tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  #talks thead .noshow { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  #talks tr { border: 1px solid #ccc; }
  
  #talks td { 
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee; 
    position: relative;
    text-align: left !important;
    white-space: normal;
  }
}
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: -22px;
}
.right-caret:after
 {	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.left-caret:after
{	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

.userguide img{
    max-width: 100%;
}

@media (max-width: 979px) {
  .navbar-brand{
    display: none;
  }
}
.table-striped thead{
  font-weight: bold;
}
.carousel-caption, .carousel-caption a{
  color: #111 !important;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255,255,255,.6);
  top: 20px;
}
.carousel-caption a{
  color: #073f92 !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6)
}


.carousel-control.right{
  background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.9) 100%)
}

.carousel-control.left{
  background-image: linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.9) 100%)
}

.carousel-indicators{
  bottom: 0;
}
.carousel-indicators li{
  background: transparent;
  border: 2px solid #666;
}

.carousel-indicators .active{
  background: transparent;
  border: 2px solid #666;
}
@media (max-width: 767px) {
  .carousel-caption, .carousel-caption a{
    font-size: x-small;
    padding: 0;
    top: 10px;
    text-shadow: none;
  }
  .carousel-indicators{
    display: none;
  }
}

@media (min-width: 767px) {
  .left_border{
    border-left: 1px solid #ddd;
  }
  
  .right_border{
    border-right: 1px solid #ddd;
  }
}
.tag a {
  color: #FFFFFF;
}
