.pasek_zakladek {
	margin-top:10px;
	margin-right:10px;
}
.softer {
	color:#afafaf;
}

.odczyty_lista {
	color:black;
}
.h {
	color:black;
	font-weight:normal;
}
tr.odczyty_wiersz:hover {
	color:black;
	background:#ffa;
}
tr.odczyty_wiersz td span {
	color:#cfcfcf;
}
tr.odczyty_wiersz td span:hover {
	color:black;
	
}

.h .highlighted {
    background-color: #ffa;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

.raporty .col {
      background-color: #ffeeee;
      background-clip: content-box;
      min-height: 20px;
}

.wyniki_szukana_kalendarz {
	border-left:5px solid #bfdeff;margin-bottom:5px;
	border-top:1px solid #bfdeff;border-bottom:1px solid #bfdeff;border-radius: 15px 50px 30px;
	line-height:20px;
}
.wyniki_szukana_kalendarz:hover {
	background-color:#dfdfdf;
}
.pracownika_butony {
	text-align:center;
	min-height:50px;
	}
}