
.wrap-table_module100 {
  width: 100%;
  height:100%;
  border-radius: 7px;
}
.table_module {
  display:block;
  border-radius: 7px;
  width: 100%;
  height:100%;
  margin: 0;
  border: 1px solid #efefef;
  overflow: auto;
}

.row_module {
  background: #fff;
}

.row_module.header {
  color: #ffffff;
  background: #428bca;
}
.module_container{
  width:65%;
  background-color:#FAFAFA;
  height:81vh;
  border-radius:5px;
}

.row_module .cell_module {
  font-size: 13px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.row_module.header .cell_module{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  vertical-align: middle;
}
.tipas_cell{
  font-size: 15px;
  color: #424242;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 15px;

  background-color: #fff9b6;
  /*text-decoration: underline;*/
  width: auto;
}
.row_module .cell_module:nth-child(1) {
  width: 80mm;
  padding-left: 25px;
}

.row_module .cell_module:nth-child(2) {
  width: auto;
  text-align: left;
  padding-left: 10px;
}
.row_module .cell_module:nth-child(3) {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.table_module, .row_module {
  width: 100% !important;
}

.row_module:hover:not(.header):not(.tipas_cell) {
  background-color: #c1ddf1;
  cursor: pointer;
}
