body{ 
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  background-color: #fff !important;
}

a { text-decoration: none;}

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  position: relative;
  clear: both;
}

.wrapper2 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
  clear: both;
}

.wrapper h3 {
  font-size: 30px;
}

.header  { 
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%; 
  padding: 20px; 
  background-color: #183153;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

} 

.header select {  padding: 10px; border-radius: 5px; }



.btn {
  display: table;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.btn:hover {
 color: aqua;
}

.place {
  list-style: none;
  margin: 110px 0px 50px 0px;
  padding: 0;

  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.place a  {
  flex: 1;
  margin: 10px;
  padding: 40px;
  color: #fff;
  font-weight: bold;
  /* background-color: #27a091; */
  min-height: 150px;
  text-decoration: none;
  font-size: 26px;
}

.color1 { background-color: #27a091; }
.color2 { background-color: #366f80;}
.color3 { background-color: #f3a63a;}
.color4 { background-color: #015e79; }
.color5 { background-color: #75c8cc; }
.color6 { background-color: #a9c779; } /* #8b81ba; */
.color7 { background-color: #630b58 ;}


/* .place a:nth-last-child(2), .place a:nth-last-child(3) {
  background-color: #366f80;
}

.place a:last-child {
  background-color: #f3a63a;
} */

.place a:hover {
  background-color: #333;
  color: #ffffff;
 
}

.boxDay{
  width: 100%;
  background-color: #fff;

}

.boxDay > h1 {
  margin-top: 120px;
  margin-bottom: 5px;
  font-size: 26px;
  }

.boxDay > h2 {
  margin-top: 0px;
  font-size: 22px;
  color: #27a091;
}  




.boxDayDel {
  width: 100%;
  background-color: #fff;

}

.boxDayDel > h2 {
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 26px;
  color: #27a091;
  }

.boxDayDel > h3 {
  margin-top: 0px;
  font-size: 22px;
  
}  



 .day {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .day li { 
  margin-bottom: 20px; 
  width: 100%;
  }


 .info {
  width: 100%;
  background-color: #27a091;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

 }


 .list {
  width: 100%;
  color: #333;
  font-size: 13px;
  border-bottom: 1px solid #27a091;
  box-sizing: border-box;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .list a { color: #333; }
 .list p, .list a, .list span { margin: 0; padding: 20px 0; font-weight: bold; }
 .list a:hover { background-color: #27a091; color: #fff;}


 .list .wolny { color: #27a091; }
 .list .zajety { font-weight: bold;}
 .list .odwolany { color: #d43f3a; }


 .list p:nth-child(1){
  width: calc(14% - 2px);
  border-left: 1px solid #27a091;
  border-right: 1px solid #27a091;
  text-align: center;
 }

 .list a:nth-child(2), .list span:nth-child(2){
  border-right: 1px solid #27a091;
  width: calc(43% - 1px);
  text-align: center;
 }

 .list a:nth-child(3),  .list span:nth-child(3){
  width: calc(43% - 1px);
  text-align: center;
  border-right: 1px solid #27a091;
 }


.box_add { width: 100%; box-sizing: border-box; margin-top: 30px; }
.box_add p {   font-size: 17px; clear: both; padding: 10px 0; }
.staly_dzien { width: 20px; height: 20px; margin-right: 7px;}
.uczestnik_list {  padding: 20px 10px; border-radius: 5px; box-sizing: border-box; width: 100%; -webkit-appearance: none; cursor: pointer; }
.uczestnik_read {  padding: 22px 10px; border-radius: 5px; border: 1px solid #767676; width: 100%; box-sizing: border-box; width: 100%; }

.button_save {
  padding: 22px 45px; border-radius: 5px;
  background-color: #27a091;
  color: #fff;
  font-weight: 700;
  border: 0;
  margin: 30px 0px;
  cursor: pointer;
 
 }

 .button_delete {
  padding: 22px 50px; border-radius: 5px;
  background-color: #d43f3a;
  color: #fff;
  font-weight: 700;
  border: 0;
  margin: 30px 0px;
  cursor: pointer;
 
 }

 .button_back {
  padding: 22px 45px; border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  border: 0;
  margin: 30px 0px;
  cursor: pointer;
 
 }

 .red { color: #d43f3a;}
 .ask { font-size: 20px; box-sizing: border-box; padding: 10px; border: 1px solid #d43f3a;}

 .success { width: 100%; box-sizing: border-box; padding: 20px; text-align: center; background-color: #27a091; color: #fff; font-weight: bold;
margin-bottom: 40px;}

.danger { width: 100%; box-sizing: border-box; padding: 20px; text-align: center; background-color: #dc3545; color: #fff; font-weight: bold;
  margin-bottom: 40px;}


  .listMyDay {
    list-style: none;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .listMyDay li {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .listMyDay li:last-child  {

    padding: 20px 0;
    border-bottom: 1px solid #ccc;

  }

  .termin { font-size: 17px; font-weight: 700;}
  .termin span  {  color: #27a091;}
  .action a { padding: 10px; background-color: #d9534f; border-radius: 6px; color: #fff; font-weight: bold; font-size: 14px;
  border:1px solid #d43f3a;}
  .action a:hover { background-color: #d43f3a;}

  .nowyMiesiacIfno { width: 100%; padding: 10px; color: #27a091; font-weight: 800; 
    border:1px solid #27a091; box-sizing: border-box; margin-bottom: 20px; margin-top: -40px;}

    .zmianaLokalizacji { width: 100%; padding: 10px; color: #d9534f; font-weight: 800; 
      border:1px solid #d9534f; box-sizing: border-box; margin-bottom: 20px; margin-top: -40px;
    }

    /* .box_informacja:first-child { margin-top: -15px; } */
    
    .informacja { width: 100%; padding: 10px; color: #183153; font-weight: 800; 
      border:1px solid #04a9c7; box-sizing: border-box; margin-bottom: 15px; margin-top: 0;
      border-radius: 5px; background-color: #eee; 
    }





    .listTereny {
      list-style: none;
      box-sizing: border-box;
      margin: 20px 0 0 0;
      padding: 0;
    }
  
    .listTereny li {
  
      padding: 20px 0;
      border-bottom: 1px solid #ccc;
    }



    .listTablica {
      list-style: none;
      box-sizing: border-box;
      margin: 20px 0 0 0;
      padding: 0;
    }
  
    .listTablica li {
  
      padding: 20px 0;
      border-bottom: 1px solid #ccc;
     
    }

    .listTablica li, .listTablica li a {
      color: #27a091; font-size: 18px; font-weight: 800;

    }

    .listTablica li span, .listTablica li a span {
      color: #333; font-size: 14px; font-weight: 800;
    }

    .nazwaTerenu { font-size: 15px; font-weight: 700;}
    .nazwaTerenu span  {  color: #27a091; font-size: 18px; }

    .nazwaTerenu a {color: #333;}
    .nazwaTerenu a:hover { text-decoration: underline;}

    .actionCopy { padding: 10px; background-color: #183153; border-radius: 6px; color: #fff; font-weight: bold; font-size: 14px;
    border:1px solid #183153; margin-top: 15px; cursor: pointer;}
    .actionCopy:hover { background-color: #183153;}


    .actionShow { padding: 10px; background-color: #27a091; border-radius: 6px; color: #fff; font-weight: bold; font-size: 14px;
      border:1px solid #27a091; margin-top: 15px;}
      .actionShow:hover { background-color: #27a091;}

      .terenUrl { display: none;}

      .razem { margin: 10px 0; float: left;}
      .seeMore { padding: 10px 20px; background-color:#27a091; color: #fff; text-decoration: none; border-radius: 5px; clear: both; margin: 20px 0; }