.agenda {
 margin-top:20px;
  padding-bottom: 32px !important;
  
background-image: url('userfiles/image/agenda_background.png') !important;
background-size: cover;
 
}




.days_flex {
  margin-top: 16px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}












.day_item {
  background-color: #313131;
  color: #313131;
  font-family: 'Poppins';
  font-weight: 600;
  text-align: left;
  width: 20%;
  margin: 0 -0.3px;
  cursor: pointer;
  padding: 12px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  border-right: 4px solid white;
  border-bottom: 4px solid white;

}

.day_item:first-of-type{
  background-color: #D7BAFC;
}

.day_item:nth-of-type(2){
  background-color: #F197A3;
}
.day_item:nth-of-type(3){
  background-color: #F26947;
}
.day_item:nth-of-type(4){
  background-color: #3E53A4;
}
.day_item:nth-of-type(5){
  background-color: #00AE3F;
}
.day_item:nth-of-type(6){
  background-color: #000;
}
@media only screen and (max-width: 768px){
  .day_item{
    width: 50%;
    margin: 0px -0.3px;
  }
}

.day_item:hover {
  background-color: #313131;
  color: white!important;
 
}

.day_item.otwarty{
 
  border-bottom: 4px solid white;
  color: white!important;
}





.otworz {
  display: none;
  font-size: 16px;
  color: white!important;
  margin: 0 -15.3px;
  background-color: #0f2b75;
  padding: 0px;
}


.otworz ul{
  padding-left: 10px!important;
  
}

.otworz ul li {
  color: white;
  font-size: 13px;
  padding: 2px 0;
  font-weight: 400;
}

.otworz strong{
  font-size: 16px;
}






.visible {
  display: block !important;
}

.obrazek img{
  display: block;
  width:100%;
}

.day_date{
  display: inline-block;
  padding: 4px 8px;
  font-size: 18px;
  color: #2D771E;
  background-color: #fff10f;
  font-weight: 900;
}

.pobierzAgende{
  font-size: 16px !important;
  color: #313131 !important;
  margin-top: 38px !important;
  padding-right: 30px;
  display: block;
  text-align: right;
  text-decoration: underline;
  position: relative;
}

.pobierzAgende.agenda_dzien{
  color: white !important;
}

.arrow{
  position: absolute;
  display: block;
  height: 18px;
  right: 0;
  bottom: 0;
}

.wspolna{
  padding: 16px;
 
}

.sesja_wspolna{
  border-left: none;
  padding-left: 0 !important;
}

.sesja_pokoj{
  padding-left: 16px !important;
}

h3.title_wspolna{
  color: white !important;
  text-align: right;
  font-size: 20px !important;
  font-weight: 600;
}

.godzina, .temat, .speaker, .przerwa{
  font-size: 16px !important;
  color: white !important;
  padding: 10px 6px!important;
  margin: 0 8px;
  font-weight: 400;
}
.bb{
  border-bottom: 1px solid white !important;
}

.godzina{
  text-align: center;
  font-weight: 700 !important;
}

.temat{
  font-weight: 400 !important;
  
}
div[data-sesja]{
  cursor: pointer;
  transition: 0.2s;
  
}
.speaker[data-target], .speaker[data-speaker]{
  cursor: pointer;
  transition: 0.2s;
  
}

div[data-sesja]:hover, .speaker[data-target]:hover, .speaker[data-speaker]:hover{
  color: #fff !important;
}

.przerwa{
  color: white !important;
  font-weight: 700 !important;
}

.hideMobile{
  display: block;
}

.showMobile{
  display:none;
}


@media only screen and (max-width: 845px){
  .speaker.bb, .godzina.bb{
    border-bottom: none !important;
  }

.mobileBottom{
  border-bottom: 1px solid black;
}

.hideMobile{
  display: none;
}

.showMobile{
  display:block;
}

.otworz{
  padding: 16px !important;
}

}

.agenda a.page-scroll.button_green{
  color: white !important;
  background-color: #000 !important;
  margin-top: 11px !important;
  margin-bottom: 22px !important;
  padding: 9px 20px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  float: right;
  font-weight: 700;
  letter-spacing: 1px;
}

@media only screen and (max-width: 992px){
  .agenda a.page-scroll.button_green{
      margin: 22px auto !important;
      float: right !important;

   }
}

#modalSesja .modal-content{
  background-color: white !important;
  
  padding-top: 30px;
  padding-bottom: 60px;
}

#modalSesja .modal-body{
  padding: 0 !important;
}

h3.linkPrelegent{
  color: #000 !important;
  text-decoration: underline;
  font-size: 20px !important;
}

.blakk{
  background-color: #313131;
  padding: 40px !important;
}

#sesjaTytul{
  color :#313131;
  padding: 8px 40px 16px !important;
}

#prelegenciSesja{
  padding: 16px 40px !important;
}

 #opisSesja{
  color: white !important;
  font-size: 16px !important;
}

.agenda_zal_title{
  font-size: 28px !important;
  color: black !important;
}

.tytuly_pokojow{
  display: none;
}

.tytuly_pokojow.logged{
  display:block;
}

.prowadzacyTekst.logged{
  display: none !important;
}

button.przejdz{
  display:none;
  color: white !important;
  background-color: #000 !important;
  margin-top: 38px !important;
  margin-bottom: 22px !important;
  padding: 9px 20px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px !important;
  border: none !important;
  outline: none !important;
  transition: 0.3s;
}

button.przejdz:hover{
  transform: scale(1.05);
}

button.przejdz.logged{
  display: block;
}

.agenda_zal_title{
  display: none;
}

 .zar_ag.logged{
  display: none !important;
}

@media only screen and (min-width: 993px){
  .pasek{
    position: relative;
  }
  
  .pasek::after{
    position: absolute;
    content:'';
    right: -15px;
    top: 0;
    display: block;
    width: 30px;
    height: 9999px !important;
    background-color: #0f2b75;
  }
  .otworz{
    overflow-y: hidden;
    
    
  }
}

.speakerIcon{
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  cursor: pointer !important;
  margin: 8px 4px !important;
}