
section.fixfirstrow {
  position: relative;
  /*border: 1px solid #000;*/
  margin-top:0px; /*prostor na fixedtop*/
  padding-top: 40px;
  width:100%;
  min-height: 200px;
  background-color: #eee;
}

.fixfirstrow .container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
  background-color: white;
}
.fixfirstrow table {
  border-spacing: 0;
  width:100%;
}

.fixfirstrow .thead, .fixfirstrow .fixtop {
  height: 0px !important;
  line-height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin: 0 !important;
  color: transparent !important;
  border: none !important;
  white-space: nowrap;
}
.fixfirstrow .tdata {
  border-bottom: 1px solid #eee !important;
}
.twolines {
  line-height: 15px;
  height:30px;
}
.fixfirstrow .thead div.headtext, .fixfirstrow .fixtop div.headtext {
  position: absolute;
  background-color:transparent;
  color: #777;
  padding: 5px 5px 5px 5px;
  top: 0px;
  margin-left: -5px;
  line-height: 15px;
  height:30px;
  font-weight:bold;
}

.fixfirstrow .align_right div.headtext{
  text-align: right;
  float:right;
}
.fixfirstrow .orderable div.headtext {
  color:#79ab3e !important;
}
.fixfirstrow .orderable2 div.headtext {
  color:#79ab3e !important;
}
.fixfirstrow .fixtop div.headtext {
  top: -25px;
}


