/* General */

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  /* color: #dbd6ce; */

  color: #404040;
  scrollbar-color: #4b4f53 #1c1e1f;
}

.list-group-item {
    border: none;
    background: #ffffff;
  /* background: rgba(55, 57, 58, 0.85); */
}

.astronaut {
  z-index: 9;
  position: fixed;
  width: 10vw;
  left:  82.2%;
  /*top: calc(100px - 1vw);*/
  top: 150px;
}

.col-sm-9 {
    background-color: #ffffff;
    /* background-color: rgba(55, 57, 58, 0.85); */
  outline-offset: -1rem;
}

h2 {
  margin-bottom: 0px;
  margin-top:0px;
  padding-top: 5px;
}

h3  {
  /* color: rgb(185, 179, 169); */
  font-size: 20px;
}

.lp-logo {
  margin-bottom: -78px;
  margin-top: 25px;
}

.lp-date-place {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.29em;
  margin-top: 42px
}

.img-responsive {
   max-width: 80%
}

.lp-content {
  position: relative;
  padding: 50px
}

.text-thick {
  font-weight: 900;
}

.margin-top {
  margin-top: 22px;
}

.word-break {
  word-break: break-all;
}

/* LP Program */

.program-session-details-toggle-all {
  margin-bottom: 25px;
  display: none;
}

.program-session-details-toggle-all button {
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 235px;
}

.program-session-details-toggle-all button.fixed {
  position: fixed;
  top: 50px;
  right: 20px;
}

.program-day {
  margin-bottom: 10px;
}

.program-day-header h2 {
  font-size: 2.1em;
  color: #29a314;
  padding: 0.3em;
  text-align: center;
  border-bottom: 3px solid #f5f5f5;
  border-radius: 5px;
}

.program-timeslot-break {
  margin-bottom: 2px;
}

.program-timeslot-break-header h2 {
  font-size: 1.6em;
  color: rgb(150, 150, 150);
}

.program-timeslot {
  padding: 0.5em;
}

.program-timeslot-header h2 {
  font-size: 1.6em;
}

.program-session-header h2 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 3px;
}

.program-session {
  padding: 0.5em;
}

.program-session button {
  font-size: 10px;
}

.session-desc {
  border: 1px solid #DDD;
  padding: 0.5em;
  border-radius: 5px;
  margin-top: 5px;
  background: #ffffff;
  /* background: rgba(55, 57, 58, 0.85); */
}

.program-session-speaker {
  margin: 0px 7px 0px 0px;
  font-style: italic;
}

.speaker-bio {
  padding-bottom: 25px;
}

.speakers-block {
  border-bottom: 1px solid rgb(200, 200, 200);
  margin-bottom: 20px;
}

.speakers-block img {
  border-radius: 100%;
}

.keynote-speakers-header {
  margin-bottom: 20px;
}

.speaker-block {
  padding-bottom: 20px;
}

.keynote-speaker-header h2 {
  font-size: 25px;
  padding-top: 0px;
}

.speaker-header h2 {
  font-size: 20px;
  padding-top: 0px;
}

.program-session-shelf {
  margin-top: 5px;
}

.program-session-room-details {
  margin-top: 4px;
  display: inline;
}

.program-session-room-details button {
  margin-left: 5px;
  font-weight: 700;
  display: none;
}

.program-session-ical-bg {
  background-color: rgb(245, 245, 245);
  padding: 5px;
  border-radius: 3px;
}

article.ical-howto header {
  margin-bottom: 10px;
}

article.ical-howto h2 {
  font-size: 15px;
}

code {
  color: #661127;
  background-color: #cac2c4;
}

/* Breadcrumb */

/* Looks better without it for LP 2024
.breadcrumb {
  background-color: rgba(29, 30, 31, 0.85);
}
*/

.breadcrumb > .active {
  color: #808080;
}

/* Links */

a:hover {
    color: #404040;
    text-decoration: none;
}
a:focus {
  color: #ffffff;
  text-decoration: none;
}

/*a {
  color: inherit;
  border-bottom: thin solid #808080;
}*/

.alt-a {
  color: inherit;
  text-decoration: none;
  -moz-text-decoration-color: #808080;
  text-decoration-color: #808080;
}

.lp-home a {
  text-decoration: none;
  border-bottom: none;
}

/* hr */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bababa;
}

/* LP Video */

.lp-video {
  width: 100%;
}

/* Forms */

.form-control:-moz-placeholder {
  color: #777777;
}

.form-control::-moz-placeholder {
  color: #777777;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  /* Dark */
  /* color: #d5c3c3; */
  vertical-align: middle;
  /* Dark */
  /* background-color: #242627; */
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #808080;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scholarship-input-annotation {
  margin-bottom: -0.6em;
}

.lp-signup .form-group {
  margin-bottom: 2px;
}

.lp-label-news {
  display: inline-block;
}

.checkbox .help-block {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  color: #737373;
}

.form-group .lp-left-form-checkbox-text {
  text-align:right;
  font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 768px){
  .form-group .lp-left-form-checkbox-text {
    text-align: left;
    font-weight: bold;
  }

  .lp-label-news {
    font-size: 0.9em;
  }

  .checkbox .help-block {
    font-size: 0.9em;
  }

}

.field-required {
  color: rgba(128, 0, 0, 0.6);
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-clear-link {
  display: inline-block;
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* Buttons */

.btn-default {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color:#808080;
  border-color: #808080;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #ffffff;
  background-color:#808080;
  border-color: #808080;
}


@media (min-width:1280px) {
  .btn-block {
    display: block;
    margin-right:auto;
    margin-left:auto;
    width: 85%;
    padding-right: 0;
    padding-left: 0;
  }
}

.fsf-donate-button {
  margin-left: 24%;
  margin-top: 5px;
  margin-bottom: 10px;
  width:56%;
}

@media (max-width:768px) {
  .fsf-donate-button {
    margin-left: 38%;
    margin-top: 5px;
    margin-bottom: 10px;
    width:22%;
  }
}

@media (min-width:320px) and (max-width:360px) {
  .fsf-donate-button {
    margin-left: 28%;
    margin-top: 5px;
    margin-bottom: 10px;
    width:46%;
  }
}

.btn-register {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  background-color: #808080;
  text-decoration: none;
  box-shadow: 0px 3px 2px #BBBBBB;
}

.btn-register:hover,
.btn-register:focus,
.btn-register:active,
.btn-register.active,
.open .dropdown-toggle.btn-register {
  color: #ffffff;
  background-color:#808080;
  border-color:#808080;
}

.btn-register:active,
.btn-register.active,
.open .dropdown-toggle.btn-register {
  background-image: none;
}

/* Carousel */

.carousel-inner{
  position: relative;
  width: 95%;
  overflow: hidden;
  padding: 25px;
}

.carousel img{
  width: 100%;
  border-radius: 15px;
}

.btn-carousel {
  font-size: 1.15em;
  font-weight: 100;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: none;
}

@media (min-width: 375px) and (max-width: 767px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 60%;
  }
}

@media (max-width: 374px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 70%;
  }
}

.carousel-caption-tr {
  position: absolute;
  font-size: 1.1em;
  top: 5%;
  bottom: auto;
  right: 1.5%;
  left: 38%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0,0.6);
  border-radius: 8px;
}

.carousel-caption-bl {
  position: absolute;
  font-size: 1.1em;
  top: auto;
  bottom: 5%;
  right: 45%;
  left: 2%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0,0.6);
  border-radius: 8px;
}

.carousel-caption-tl {
  position: absolute;
  font-size: 1.1em;
  top: 5%;
  bottom: auto;
  right: 34%;
  left: 2%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0,0.6);
  border-radius: 8px;
}

.carousel-caption-center {
  position: absolute;
  font-size: 1.2em;
  width: 100%;
  bottom: -11px;
  right: auto;
  left: 0;
  z-index: 10;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  text-align: center;
  background-color: #404040;
  border-radius: 0 0 15px 15px ;
}

.carousel-caption-bottom {
  color: rgb(51, 51, 51);
  position: static;
  z-index: 10;
  height: auto;
  padding-top: 1px;
  padding-bottom: 9px;
  font-size: larger;
  text-align: center;
  background-color: rgba(240, 240, 240, .8);
  border-radius: 0px 0px 8px 8px;
}

@media screen and (min-width: 1280px) {
  .carousel-caption-tr {
    padding-bottom: 10px;
    margin-left: 65px;
    margin-right: auto;
  }

  .carousel-caption-bl {
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: 65px;
  }

}

@media screen and (min-width: 600px) and (max-width: 980px){
  .btn-carousel {
    font-size: 0.9em;
    font-weight: 200;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px){
  .carousel-caption-tl {
    right: 2%;
  }

  .btn-carousel {
    font-size: 0.85em;
    font-weight: 200;
  }
  .carousel-caption-tr {
    left: 1%;
  }
}

.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
  border-bottom: none;
}

.carousel-control.right {
  background-image: none;
  background-repeat: repeat-x;
  left: auto;
  right: 0;
  border-bottom: none;
}

/* Header */

.lp-archived {
  background-color: #29a314;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 2.5px 0;
}

.lp-archived p {
  margin: 0 0 0;
}

.lp-archived a {
  border-bottom: 0.1px dotted rgb(200, 220, 200);
}

.lp-archived a:hover, a:active, a:focus{
  color: #29a314;
}

.lp-banner {
  /*box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);*/
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #29a314;
  background-color: #404040;
  color: #ffffff;
}

.lp-banner a,
.lp-banner .text-muted,
#footer .text-muted {
  color: #ffffff;
}

/* timer */

/* end timer */

.lp-signup {
  margin-right: 10px;
  margin-left: 10px;
}

.lp-banner .container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 991px) and (max-width:1200px) {
  .register-block p {
      margin-left: 0.5em;
  }
}

@media (min-width:1200px) {
  .register-block p {
      margin: 0;
  }
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: none;
}

/* Thumbnail */

.lp-thumbnail {
  float: right;
  margin-left: 0.5em;
}

@media (max-width: 635px) {
  .lp-thumbnail {
    float: none;
    margin-left: 0;
  }
}

/* Sponsor Logo */

.spnsr-logo {
  display: inline-block;
  max-width: 40%;
  margin: 0px 40px 40px 0px;
}

/* Panel */

#lp-panel {
  max-width: 32%;
  margin-left: 0.3em;
  float: right;
}

.panel {
  /* background-color: rgba(55, 57, 58, 0.85); */
  /* Dark */
  /* background-color: #404040; */
}

.panel-default > .panel-heading {
  /* background-color: rgba(55, 57, 58, 0.85); */
  /* Dark */
  /* background-color: #404040; */
  color: #484848!important;
}

#lp-panel-fixed {
  max-width: 32%;
  margin-left: 0.3em;
  position: fixed;
  right: 1%;
  top: 20%;
  display: none;
}

#lp-panel-fixed ul {
  list-style: square;
  padding-left: 0.4em;
}

#lp-panel-fixed li {
  margin-bottom: 0.5em;
}

@media (max-width:551px) {
  #lp-panel-fixed {
    max-width: 100%;
    margin-left: 0;
	position: static;
  }
}

@media (min-width: 552px) and (max-width:767px) {
  #lp-panel-fixed {
    max-width: 100%;
    margin-left: 0;
	position: static;
  }
}

/* Navs */

@media (min-width:768px) {
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 0em;
  }

  .lp-home {
    padding-top: 2.0em;
    padding-bottom: 1.0em;
  }

  .nav-padding-top {
    margin-top: 4.12em;
  }
}

.nav > li {
  position: relative;
  display: block;
  color: inherit;
  text-shadow: 0px 0px 0px #dadada;
  text-align: center;
  margin-bottom: 0.4em;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 5px;
}

.nav > li > a,
.lp-home a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #808080;
  transition: background-color 0.1s;
  border-bottom: none;
  color:#ffffff;
}
.nav > li > a:hover,
.lp-home a:hover {
    color:#404040;
}

.nav > li.fsf-donate > a {
  background-color: #29a314;
  margin-top: 8px;
  color: white !important;
}

.nav > li.btn-register > a {
  background-color: #404040;
  color: #404040;
  text-shadow: 0px 0px 0px #ffffff;
  text-decoration: none;
}

/* gf added */
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-header {
    color: #fff;
}

.navbar-default .navbar-nav > li.btn-register > a:focus,
.navbar-default .navbar-nav > li.btn-register > a:hover {
  background-color: transparent;
  color: #404040;
}

.nav > li > a:hover,
.nav > li > a:focus,
.lp-home a:hover,
.lp-home a:focus,
.area-link a:hover,
.area-link a:focus {
  /* background-color: rgb(55, 57, 58); */
    background-color: #808080;
  color: #ffffff;
}

.nav-pills > li > a,
.lp-home a {
  border-radius: 5px;
  color: #ffffff;
  border-bottom: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color:#808080;
}

#lp-mini-nav {
  position: fixed;
  bottom: 0%;
  right: 1%;
}

.navbar-default {
    background-color: #29a314;
    border-color: #29a314;
    border-bottom: 3px solid #808080;
}

.navbar-default .navbar-text { color: #DDD; }

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 75px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 15px;
    border-bottom: none;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 13px;
    padding: 9px 10px;
    position: relative;
}

.navbar-default .navbar-toggle {
    border-color: rgb(250, 250, 250);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgb(245, 245, 245);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(180, 180, 180);
}

.navbar-collapse {
    /* background-color: rgba(55, 57, 58, 0.85); */
    background-color: #808080;
    border-top: 1px solid transparent;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;*/
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

#lp-nav { margin-top: 66px; }

#lp-nav .list-group-item ul {
  padding: 1.3em;
}

#lp-nav .list-group-item li {
  margin-bottom: 1em;
}

#lp-nav .list-group-item li a {
  border-bottom: none;
}

/* Footer - adapted from <http://getbootstrap.com/examples/sticky-footer/>
-------------------------------------------------- */

html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0 0 60px;
  /* Space background */
  /*background-image: url('/2024/assets/img/pattern-1.png') !important; */
  /* background-color: rgba(55, 57, 58, 0.85); */
  background-color: #ffffff;
  background-position: top right;
  background-repeat: repeat-y repeat-x;
  background-size: contain;
}

#footer {
  height: auto;
  border-top: 2px solid #dadada;
  /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/
  background-color: #404040;
  margin-top: 1.5em;
}

#footer .container p {
  margin: 1.4em 0;
}

/* KiwiIRC iframe */
.irc-client {
    border:0;
    width:100%;
    height:450px;
}

/* generated schedule and speakers list */

.lptrack{
padding:0 4px 0 4px;
border-radius: 5px
}

#speakerlist .glyphicon-road{
  margin-top:10px
}

.talkblock .glyphicon-home{
  margin-top:10px
}

/* Colors for tracks */

.lptrack1{background-color: #f28f93;} /*licensing*/
.lptrack2{background-color: #c4fff7;} /*LP special*/
.lptrack3{background-color: #dd358f;} /*community*/
.lptrack4{background-color: #00d6f9;} /*social context*/
.lptrack5{background-color: #14a36a;} /*government*/
.lptrack6{background-color: #c6e2ff;} /*education*/
.lptrack8{background-color: #a85ccc;} /*security*/
.lptrack9{background-color: #ccc;} /*FS in practice*/
.lptrack12{background-color:#808080;} /*keynote*/
.lptrack13{background-color:#71A314;} /*being creative*/
.lptrack14{background-color:#c4dbac;} /*exploring fs concepts*/
.lptrack15{background-color:#1470A3;} /*ladder*/
.lptrack16{background-color:#00d6f9;} /*workshop*/

.view-id-lp_schedule_2020 .view-grouping-header{
  font-size: 25px;
  font-weight: bold;
  border-top:4px solid #ccc;
  padding-top:20px!important;
}

.view-id-lp_schedule_2020 .col-1{
  width:33%
}

.view-id-lp_schedule_2020 .col-2{
  width:33%;
}

.speakerpic{
  border-radius: 10px
}

.talkblock{
  clear: both;
  float:right;
  display: block;
  width:55%;
  text-align: justify;
  margin-bottom:40px;
  background-color: #ffffff;
  padding:4% 5% 4% 5%;
  border-radius: 20px;
}

.speakerblock{
  float:left;
  display: block;
  width:40%;
  border-right:10px dotted #6e767a;
  padding-right:3%;
  text-align: justify;
  margin-bottom:40px;
}

.speakerheader {
  text-align: right
}

.view-content hr{
  border:3px solid #808080;
  border-radius: 3px;
  clear: both;
}

.speakerblock h2{
  text-align: right;
}

.speakerblock .speakerpic{
  width: 60%;
  display:inline-block;
  max-width: 200px;
  margin:0 0% 5% 0%;
}

.speakerblock h2{
  padding-bottom: 0.3em
}

.talkblock h2{
  padding-bottom: 0.3em;
  font-size:20px;
  text-align: left;
}

.talkblock .abstract{
  margin-top:20px
}


@media (max-width:600px) {

  .talkblock{
    clear: both;
    text-align: left;
  }

  .speakerblock{
    border-right:none;
    text-align: left;
    margin-bottom:40px;
  }

  .speakerheader {
    text-align: left;
  }

  .speakerblock h2{
    font-size: x-large;
    text-align: left;
  }

  .speakerblock .speakerpic{
    width: 100%;
    display:inline-block;
    max-width: 150px;
  }

}

#program table td  {
  border:1px solid rgb(255, 220, 67);
  width:33%;
  vertical-align:top;
  padding:7px 10px 5px 10px;
  /* background-color: rgba(55, 57, 58, 0.85); */
      background-color: #ffffff;
}

#program table .views-field-value{
  font-weight: bold;
  color: rgb(255, 220, 67);
}

.view-grouping-header, #speakerlist .view-content h3{
  font-size: x-large;
  font-weight: bold;
  display:block;
  margin:20px 0 20px 0;
  padding:5px 0 5px 15px;
  border-bottom:3px solid #808080;
  background-color: #29a314;
  color: white;
}

.lpcalendarlink {
  color: #808080;
  border: none;
}

.talkblockheader{
  font-weight: 500
}

#program h3, #speakerlist h3{
  clear: both;
}

#program table{
  width: 100%;
}

/* END generated schedule and speakers list */

/* deadline table */

#deadline-table table {
    border-collapse: collapse;
    text-align: center;
    position: relative;
    width: 95%;
    overflow: hidden;
}

#deadline-table th {
    background-color: #404040;
    color: white;
    padding: 10px;
    text-align: center;
}

#deadline-table td {
    border: 1px solid #dddddd;
    padding: 10px;
    text-align: center;
}

#deadline-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#deadline-table tr:hover {
    background-color: #e6e6e6;
}
