/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);


.program-page .program-subject {
	display: none;
  margin-top: 2em;
}

.program-page .program-subject header,
.program-page .program-subject main {
  padding: 1em;
  border-left: 2px solid;
}

.program-page .program-subject main {
  background-color: #f8f8f8;
}

.program-page .program-subject header {
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 1.1em;
}
.program-page .program-subject.breaks header {
  background-color: #00c8e6;
}

.program-page .program-subject.breaks header,
.program-page .program-subject.breaks main {
  border-color: #00c8e6;
}
.program-page .program-subject.tech header {
  background-color: #ffb136;
}

.program-page .program-subject.tech header,
.program-page .program-subject.tech main {
  border-color: #ffb136;
}
.program-page .program-subject.all header {
  background-color: #4c057b;
}

.program-page .program-subject.all header,
.program-page .program-subject.all main {
  border-color: #4c057b;
}
.program-page .program-subject.space header {
  background-color: #89a2ff;
}

.program-page .program-subject.space header,
.program-page .program-subject.space main {
  border-color: #89a2ff;
}

.program-page .program-subject.show-subject {
	display: block;
}

.program-page .subject-select-day {
  background-color: #000;
}

.program-page .subject-select-day nav {
  padding: 5% 0 5% 11%;
}

.program-page .subject-select-day nav ul,
.program-page .subject-select-category nav ul {
  margin:auto;
  width: 70%;
}

.program-page .subject-select-day a {
  padding: 10px 5px;
  color: #666;
  font-weight: bold;
  font-size: 38px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}


.program-page .subject-select-category {
  background-color: #dfdfdf;
}

.program-page .subject-select-category nav {
  /*padding: 65px 0px;*/
}

.program-page .subject-select-category li {
  margin-left: 1em;
  margin-right: 1em;
}

.program-page .subject-select-category li>a:before {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  width: 12px;
  height: 12px;
  content: "";
  vertical-align: middle;
}

.program-page .subject-select-day li.active>a,
.program-page .subject-select-day li.active>a:focus {
  color: #FFF;
  background-color: #000;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-radius: 0;
}

.program-page .subject-select-category li.active>a,
.program-page .subject-select-category li.active>a:focus {
  background-color: transparent;
  border: none;
  border-bottom-color: white;
  font-weight:bold;
  text-decoration:underline;
}

.program-page .subject-select-category .tech a:before {
  background-color: #ffb136;
}

.program-page .subject-select-category .breaks a:before {
  background-color: #00c8e6;
}

.program-page .subject-select-category .all a:before {
  background-color: #4c057b;
}

.program-page .subject-select-category .conferences a:before {
  background-color: #3A01DF;
}

.program-page .lunch-break-separator {
  text-align: center;
  margin: 1em 0;
  padding: 1em 0;
  background-color: #dfdfdf;
  font-weight:bold;
}

.tab-content ul {
  padding: 0;
}

.tab-content ul li {
  list-style: none;
}

#day-nav ul li {
  list-style: none;
}

.tab-content .event img {
  float: left;
  margin: 0px 10px;
  width: 40px;
  border-radius: 40px;
}

.event > ul > li {
  padding: 5px;
}

.event > ul > li:first-child {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 2px solid #c4cacb;

}

.tab-content .event > ul > li:first-child > p {
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px;
  padding-left: 60px;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.tab-content .col-lg-4 > ul > li > h4 {
  text-align: center;
}

.tab-content .col-lg-4 > ul > li {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border: dashed 1px #aaa;
  background: #00b1c3;
}

.tab-content:first-of-type .col-lg-4 > h3 {
  padding: 10px;
  min-height: 80px;
  background: #d12a60;
  color: #FFF;
}

.tab-content .event > ul > li > p span {
  position: absolute;
  left: 30px;
}

.tab-content .col-lg-4 .event {
  min-height: 60px;
}

.tab-content .col-lg-4 .event p {
  padding-left: 50px;
  min-height: 20px;
}

.tab-content .col-lg-4 > ul > li {
  background: #e0edf0;
}

.tab-content .col-lg-4 ul li ul {
  background: #e0edf0;
}

@media (max-width: 768px) {
  .page-template-page-programme_copie-php .col-xs-12, .page-template-page-programme_copie-php .col-sm-12, .page-template-page-programme_copie-php .col-md-12, .page-template-page-programme_copie-php .col-lg-12, .page-template-page-programme_copie-php .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-header, .page-template-page-programme_copie-php h2 {
    padding-left: 5px;
  }
  .program-page .program-subject.show-subject {
    padding-bottom: 15%;
    padding: 0 15px;
  }
}

/*
 Programmme custom css
 Séparation de 40px par 15minutes;
 */

 .dayliwrapper {
  position: relative;
  height: 1920px;
  background: #efefef;
}

.separator {
  width: 100%;
  height: 40px;
  border-top: 2px solid #999;
}

.event img {
  width: 50px;
}

#day2 ul li, #day1 ul li, #day ul li {
  display: table;
  padding: 10px;
  height: 110px;
  text-align: center;
}

#day2 ul li a, #day1 ul li a #day ul li a {
  display: inline-block;
  display: table-cell;
  padding: 20px;
  width: 100%;
  border-radius: 2px;
  color: #FFF;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 0.7;
}

#day2 ul, #day1 ul, #day ul {
  min-height: 100px;
}

.contentDay1 h3, .contentDay2 h3 {
  color: #00b1c3;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media (max-width: 990px) {
  #day2 ul, #day1 ul, #day ul {
    min-height: 320px;
  }
}

@media (max-width: 1200px) {
  .program-page .program-subject.show-subject {
    padding-bottom: 15%;
  }
}

.btnactive, .btnswitch:hover, .btnswitch:focus {
  opacity: 1 !important;

}

.halfday {
  margin: 20px 0px;
  padding: 30px 0px;
  background: #fff;
}

.halfday h4 {
  margin-left: 10px;
  color: #00c8cf;
  font-weight: bold;
  font-size: 36px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.halfday h4 span {
  font-weight: normal;
  opacity: 0.8;
}

.halfday h4 span.active {
  font-weight: normal;
  opacity: 1;
}

#day1 .btnswitch:hover {
  text-decoration: none !important;
}

.ambtn, .pmbtn {
  color: #00c8cf;
  opacity: 0.5;
}

.ambtn:hover, .ambtn.btnactive2, .pmbtn:hover, .pmbtn.btnactive2 {
  text-decoration: underline;
  opacity: 1 !important;
}

.amblock h4, .pmblock h4 {
  top: -50px;
  left: 160px;
  font-weight: normal;
}

@media (max-width: 990px) {
  .halfday {
    padding: 2px 0px;
  }
}

@media (max-width: 990px) {
  .amblock h4, .pmblock h4 {
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: normal;
  }
}

.event ul {
  min-height: 80px;
}

#track11 h4, #track21 h4, #track11 h4 span a, #track21 h4 span a {
  color: #c7ce28;
}

#track12 h4, #track22 h4, #track12 h4 span a, #track22 h4 span a {
  color: #00cace;
}

#track13 h4, #track23 h4, #track13 h4 span a, #track23 h4 span a {
  color: #3e277f;
}

#track14 h4, #track24 h4, #track14 h4 span a, #track24 h4 span a {
  color: #ff0000;
}

#track15 h4, #track25 h4, #track15 h4 span a, #track25 h4 span a {
  color: #ffb136;
}

#track16 h4, #track26h4, #track16 h4 span a, #track26 h4 span a {
  color: #811736;
}

#track17 h4, #track27 h4, #track17 h4 span a, #track27 h4 span a {
  color: #b0b72f;
}

#track18 h4, #track28 h4, #track18 h4 span a, #track28 h4 span a {
  color: #cb5d96;
}

#track19 h4, #track29 h4, #track19 h4 span a, #track29 h4 span a {
  color: #21a70c;
}

.eventbis {
  overflow: auto;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}

.programme-heure {
  padding: 8px 0px;
}

.programme-heure p {
  margin-bottom: 0px;
  text-align: center;
}

.programme-border-left {
  min-height: 46px;
}

@media (max-width: 480px) {
  .programme-border-left {
    min-height: 56px;
  }
}

.programme-border-left p {
  text-align: left;
}

.track0 .programme-border-left {
  border-left: 10px solid #858585;
}

.track1 .programme-border-left {
  border-left: 10px solid #c7ce28;
}

.track2 .programme-border-left {
  border-left: 10px solid #00cace;
}

.track3 .programme-border-left {
  border-left: 10px solid #3e277f;
}

.track4 .programme-border-left {
  border-left: 10px solid #ff0000;
}

.track5 .programme-border-left {
  border-left: 10px solid #ffb136;
}

.track6 .programme-border-left {
  border-left: 10px solid #811736;
}

.track7 .programme-border-left {
  border-left: 10px solid #b0b72f;
}

.track8 .programme-border-left {
  border-left: 10px solid #cb5d96;
}

.track9 .programme-border-left {
  border-left: 10px solid #21a70c;
}

#day-nav {
  padding: 65px 0px;
  background-color: #000;
}

#day-nav a {
  cursor: pointer;
}

#day-nav .nav-tabs {
  margin: auto;
  width: 400px;
  border-bottom: none;
}

#day-nav #dashboard_tabs li {
  padding: 10px 5px;
  color: #666;
  font-weight: bold;
  font-size: 38px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#day-nav .nav > li > a, #day-nav .nav > li > a:hover, #day-nav .nav-tabs > li > a:hover {
  padding: 0 20px 15px 20px;
  border: none;
  background: none;
}

#day-nav .nav-tabs > li > a {
  color: #666;
}

#day-nav .nav-tabs > li > a:hover, #day-nav .nav-tabs > li.active > a:focus, #day-nav .nav-tabs > li.active > a, #day-nav .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: #00b1c3 4px solid;
  background: none;
  color: #fff;
}

#category-nav {
  background-color: #dfdfdf;
}

.day_program {
  padding: 0px;
}

.programme_lieu {
  font-size: 12px;
}

.programme_lieu div {
  padding-top: 6px;
}

.programme_lieu img {
  float: left;
  margin: 2px 6px 0px 0px !important;
  width: 8px !important;
  border-radius: 0px !important;
}

.day_program .description {
  margin: 20px 0px;
  color: #858585;
  font-size: 18px;
  line-height: 28px;
}

.day_program .day_name{
  padding: 10px 5px;
  color: #666;
  font-weight: bold;
  font-size: 38px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.day_program .pmblock {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dashed grey;
  padding-bottom: 20px;
  border-bottom: 4px dashed grey;
}

@media (max-width: 769px) {
  .desktop {
    /* display: none; */
  }

  .programme-border-left div {
    display: block;
    width: 100%;
  }

  .programme-border-left div {
    padding: 0px;
  }

  .page-template-page-programme-php .footer {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .eventbis {
    margin-bottom: 2px;
  }

  .day_program .pmblock {
    margin-top: 0px;
  }

  .contentDay1 > div, .contentDay2 > div {
    padding: 0px;
  }

  .page-programme .container {
    padding: 0px;
  }

  .page-programme #content {
    padding-top: 10px
  }
}

.page-template-page-programme-php .content-header {
  display: none;
}

.page-programme .row {
  margin: 0px
}

.page-programme #main {
  padding: 0px;
}

.program-list ul {
  padding: 0px;
}

.program-list li {
  display: block;
}

.programConferenceChecked{
  background-color: #A9F5A9;
}
.selectConferenceProgram{
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 24px;
}

.page-programme-2016 #day-nav .nav-tabs{
  text-align: center;
  width: 240px;
}

.page-programme-2016 #day-nav .nav-tabs>li{
  float: none;
  border: none;
  border-bottom: #00b1c3 4px solid;
  background: none;
  color: #fff !important;
}

.program-2016{
  width: 100%;
  padding: 0;
}
.program-2016 article{
  background: #f2f2f2;
}
.program-2016 section{
  background: #fff;
  padding: 30px 15%;
}
.program-2016 .page-header{
  text-align: center;
  margin: 0;
  border: 0;
  padding: 50px 0;
}
.program-2016 .page-header h1, .program-2016 .page-header h2{
  background: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
}
.program-2016 .page-header h2{
  font-weight: bold;
  margin: 5px 0;
}
.program-2016 h3{
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 25px;
}
.program-2016 #summits .summit, .program-2016 #summits-theme .event, .program-2016 #summits-theme .header{
  text-align: center;
}
.program-2016 #summits{
  margin-bottom: 50px;
}
.program-2016 #summits .summit span{
  margin: 5px 0;
  background: #000;
  width: 100%;
  display: block;
  color: #FFF;
  padding: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.program-2016 #summits .summit:hover span{
  cursor: pointer;
}
.program-2016 #summits .active span{
  background: #00b1c3;
}
.program-2016 #summits-theme .events{
  padding: 0;
}
.program-2016 #summits-theme .events:first-child{
  border-right: 1px solid #ededed;
}
.program-2016 #summits-theme .header{
  color: #c7c6c6;
  font-weight: bold;
  margin-bottom: 25px;
}
.program-2016 #summits-theme .event{
  height: 230px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ededed;
  margin-bottom: 25px;
  padding: 5px;
}
.program-2016 #summits-theme .event a{
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding-top: 125px;
  height: 210px;
}
.program-2016 #summits-theme .event span{
  display: block;
}
.program-2016 #summits-theme .event img{
  padding-top: 50px;
  width: 68px;
}
.program-2016 #summits-theme .event a.with-icon{
  padding-top: 0;
}
.program-2016 #summits-theme .active{
  background: #00a5b5;
  color: #FFF;
}
.program-2016 #summits-theme .active a{
  color: #FFF;
}
.program-2016 .day_program .pmblock, .program-2016 .day_program .amblock{
  border: 0;
}
.program-2016 .contentDay ul{
  list-style: none;
  padding: 0;
}
.program-2016 .description{
  text-align: center;
  margin-bottom: 35px;
  color: #c7c6c6;
  padding: 0 20px;
}
.program-2016 .type-event-theme #summits-theme{
 padding: 0 30px;
}
.program-2016 .type-event-theme #summits-theme .event{
  margin-right: 25px;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
  */
  .program-2016 #event-days input[type=checkbox] {
    display:none;
    margin:10px;
  }

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
  */
  .program-2016 #event-days input[type=checkbox] + label {
    display:inline-block;
    margin: 8px 10px;
    padding: 4px 12px;
    background-color: #ededed;
    border-color: #ddd;
    color: #000;
  }
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
 */
 .program-2016 #event-days input[type=checkbox]:checked + label {
   background-image: none;
   background-color:#00b1c3;
   color: #FFF;
 }

 .program-2016 #summits div.active{
  color:#000;
}

.program-2016 .iconActif{
  display: none;
}
.program-2016-own section{
  padding: 10px 15% 30px 15%;
}

.program-2016-own #summits div{
  height: 25px;
  color:#ededed;
}
.program-2016-own #brands div{
  color:#ededed;
}
.program-2016 #brands div.active{
  color:#000;
}
.program-2016-own #brands input{
  width: 10%;
  display: block;
  float: left;
}
.program-2016-own #brands label{
  width: 90%;
  display: block;
  float: left;
}

.program-2016-own .filter{
  background-color: #ededed;
  display: block;
  float: left;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.program-2016-own .filter .delete{
  color: #8d8d8d;
  font-size: 13px;
  margin-left: 10px;
}
.program-2016-own h2{
  font-size: 15px;
  font-weight: bold;
  margin-top: 35px;
}
.program-2016-own #submit{
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.program-2016-own #submit input{
  background-color: #00b1c3;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 90px;
}
.program-2016-own #export-pdf{
  margin: 0px 15% 0px 15%;
  text-align: center;
  height: 40px;
}
.program-2016-own #export-pdf span{
  background-color: #00b1c3;
  color: #FFF;
  padding: 5px;
  display: block;
  width: 150px;
  float: right;
  margin-top: 10px;
}
.program-2016-own #export-pdf span:hover{
  cursor: pointer;
}
