/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background: #fff;
  margin-bottom: 10px;
}

.logowanie-logo{
  overflow: hidden;
  width: 150px;
}

.main {
  margin-top: 76px;
  max-width: 1140px;
}

#footer {
  position: fixed;
  z-index: 1001;
  color: #fff;
  background: #222; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right top,rgba(255, 255, 255, 0),rgb(0, 0, 0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom left,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom left,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom left,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Standard*/
  padding-right: 3px;
  bottom: 0;
}

#footer1 {
  position: fixed;
  z-index: 1001;
  color: #fff;
  background: #222; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top,rgba(255, 255, 255, 0),rgb(0, 0, 0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right bottom,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right bottom,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom right,rgba(0, 0, 0, 0),rgb(0, 0, 0)); /*Standard*/
  padding-left: 3px;
  right: 0;
  bottom: 0;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 7px 10px;
}

.x50 {
  width: 75px;
  height: 75px;
}
.f20 {
  font-size: 20px;
  font-weight: 600;
}

.navbar-inverse {
  background-color: #2e2e2e;
}

.navbar-form {
  line-height: 75px;
}

.navbar-brand {
  font-size: 24px;
  float: left;
}

.odstep {
  margin-top: 20px;
}

#timer {
  position: fixed;
  right: 0px;
  z-index: 988;
  text-align: center;
  width: 50px;
  border: 1px dashed #bbb;
  color: #aaa;
}

#timer:hover {
  border: 1px dashed #000;
  color: #000;
}

#komunikat {
  padding: 40px;
  position:fixed;
  top: 80px;
  width: 50%;
  left: 25%;
  background: #007161;
  z-index: 1060;
  color: #fff;
}

#komunikat:hover {
  background: rgba(87, 191, 134, 0.78);
  color: #000;
}

#zesp ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#zesp li {  
  font-size: 18px;
  min-width: 340px;
  max-width: 540px;
  min-height: 180px;
  padding: 5px;
  border: 1px solid #004a52;
  position: relative;
  display: inline-block;
  margin: 5px;
  color: #18424a;
  font-weight: 700;
  
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
}

#zesp li:hover {
  background: #67a263;/* #EDCD6B;*/
  cursor: pointer;
} 

#zesp li .nr {
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 6px;
  /*width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 10px solid #49a5bf
  */
}
#zesp nr {
  position: relative;
  top: 0px;
  color: #004a52;
}

#zesp li .add {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#zesp li .nazw {
  position: absolute;
  left: 60px;
  top: 45px;
}

#zesp li .opis {
  position: absolute;
  left: 10px;
  top: 145px;
  text-align: center;
  font-size: 12px;
}

#zesp li .rodz {
  position: absolute;
  left: 60px;
  top: 10px;
}
#zesp li .nazw_ok {
  color: rgb(138, 19, 19);
}

#zesp li .usr {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
}

#zesp li .usr_ok {
  color: rgb(19, 138, 19);
}

#zesp li .usr_alert {
  color: rgb(255, 136, 0);
}

#zesp li .usr_ico {
  position: absolute;
  top: 3px;
  right: 20px;

}

#zesp li .ocena_ico {
  position: absolute;
  top: 5px;
  right: 35px;

}

#zesp li .kom_ico {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(98, 185, 243);
}

#zesp li .edit_ico {
  position: absolute;
  top: 138px;
  right: 6px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 9px solid rgba(255,255,255,1); 
  z-index: 1029;
  background: white;
  color: #004a52;
}

#zesp a {
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.bg_zesp {
  background-color:#ccc;
}

.bg_white {
  background-color:#fff;
}

.bg_zesp_jury {
  background-color:#d7bc79;
}

.bg_zesp_active {
  background-color:#a1fcff;
}

.bg_table {
  background-color:#fff;
}

.bg_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #256653;
  color: white;
}

.bg_table tr:nth-child(even){background-color: #f2f2f2;}

.bg-start {
  background-color: #f3b04d;
}

.bg-check {
  background: rgba(147,206,222,1);
}

.kol_gold {
  color:gold;
}

.przerwa {
  margin-top: 10px;
}

.kol_green {
  color:#256653;
}

.kol_red {
  color:#990001;
}

.kol_blue {
  color: #FAA;
}

.kol_gray {
  color:#aaa;
}

.edit {
  position: absolute;
  right: 0px;
  top: -15px;
  background: #ddd;
  
}

.usun {
  position: absolute;
  right: 0px;
  top: 20px;
  background: #ddd;
}

.edit:hover {
  background: #d7bc79;
}

.usun:hover {
  background: #d7bc79;
}

.cut-string {
  max-width: 260px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cut-opis {
  height: 100px;
  display: block;
  overflow: hidden;
  #text-overflow: ellipsis;
  white-space: wrap;
}
