/* nastaveni kontaineru */
.mGrids-firm,
.mGrids-polu,
.iGrids-index,
.dGrids-docs
{
  overflow-y: auto;
  margin: 5px;
  min-height: 200px;
  background-color: white;
  border: 1px solid #a1a1a1;
  min-width: 804px;
}

.mGrids-firm,
.mGrids-polu{
height: calc(50% - 10px);  
}

.iGrids-index,
.dGrids-docs{
height: calc(100% - 10px);  
}

table{
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  table-layout: fixed;
  min-width: 800px;
}

/* nastaveni hlavicky*/
th.grid-headCell{
  padding: 3px;
  text-align: left;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #d5d5d5;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
 /* box-shadow: 1px 1px 0 #000;*/
}
th.grid-headCell:last-child{
  padding: 3px;
  text-align: left;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #d5d5d5;
  border: 1px solid black;
 /* box-shadow: 1px 1px 0 #000;*/
}
/*nastaveni tela*/
tr:nth-child(even) {
  background-color: #f2f2f2
}

tr:hover{
  background-color: #cdebfe;
}

.grid-row{
  width: 100%;
}

.grid-cell:last-child,
.grid-cell-block:last-child
{
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
}
.grid-cell,
.grid-cell-block
{
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  
}
.grid-placeholder{
  width: auto;
  min-width: 1px;
}
.grid-cell{
  cursor: default;
}

.grid-cell-block,
.doc-download{
  cursor: pointer;
}

.grid-row-active{
  background-color: #8cd2fd !important;
}

.grid-infobox{
  float: left;
  padding: 2px;
  margin: 2px;
}

/*  krizove  */
.firm-identify{
  min-width: 30px !important;
 /* width: 2%;*/
}

.firm-name{
  width: 30%;
  min-width: 200px;
}
.firm-street{
  width: 30%;
  min-width: 200px;
}
.firm-town{
  width: 10%;
  min-width: 100px;
}
.firm-psc{
  min-width: 50px;
}
.firm-group{
  min-width: 25px;
}

.polu-name{
  width: 20%;
  min-width: 150px;
}
.polu-bname{
  width: 20%;
  min-width: 150px;
}
.polu-mixture{
  width: 5%;
  min-width: 50px;
}
.polu-cas{
  width: 10%;
  min-width: 100px;
}
.polu-state{
  width: 10%;
  min-width: 100px;
}
.polu-view{
  width: 50px;
  min-width: 50px;
  text-align: center;
  color: blue;
  cursor: pointer; 
}





/*     dokumentace         */
.doc-name,
.doc-title{
  width: 30%;
  min-width: 200px;
}
.doc-type{
  min-width: 30px;
  width: 50px;
}
.doc-category{
  min-width: 75px;
}
.doc-download{
  min-width: 75px;
  width: 75px;
  text-align: center;
  color: blue;
}




/*     indexove                   */
.index-name{
  width: 30%;
  min-width: 150px;  
}
.index-page{
  min-width: 25px;
  width: 25px;
}
.index-chapter{
  width: 25px;
  min-width: 25px; 
}
.index-paragraph{
  width: 2%;
  min-width: 25px;  
}
.index-line{
  width: 25px;
  min-width: 25px;  
}

.index-sorce{
  width: auto;
  min-width: 400px;
}
.index-view{
  width: 50px;
  min-width: 50px;
  text-align: center;
  color: blue;
  cursor: pointer;  
}

.index-search-radio{
  margin-left: 2px;
  margin-right: 2px;
}

.dialog-info{
  width: 75%;
  min-width: 70%;
  align-content: center;

}


.dialog-info p{
  display: inline-table;
  padding: 5px;
  margin: 2px;
  border: 1px solid grey;
  width: 20%;
}

.dialog-content{
 min-height: 200px;
 min-width: 69%;
 width: calc(100% - 15px);
}


.dialog-highlight{
  color: red;
  background-color: yellow;
  font-weight: bold;
}

