.wlib-container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/* docs */
  .tmpl-container,
  .wlib-list  {
    padding-top: 20px;
    margin: 0 auto;
    gap: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .tmpl-link {
    color: black;
    text-decoration: none;
    cursor: pointer;
    color: blue;
  }
  
  .tmpl-bibl {
    color: blue;
    cursor: pointer;
    border: none;
    background-color: white;
  }
    
  .n-foto {
    width: 20px;
    height: 23px;
    vertical-align: middle;
    padding-right: 10px;
  }

  

  
  .tmpl-text {
    color: black;
    font-size: 15px;
  }
  
  .tmpl-text1 {
    font-size: 15px;
    font-weight: bold;
  }
  
  .tmpl-text2 {
    font-size: 12px;
  }
  
  .deactive {
    display: none;
  }
  .active {
    display: block;
  }
  
  .bibl {
    background-color: #FFFAF4;
    border: 1px solid green;
    padding: 5px;
  }
.tmpl-doklad {
  text-align: left;
}

.tmpl-text3 {
  font-size: 15px;
}

.tmpl-link3 {
  color: black;
  text-decoration: none;
  cursor: pointer;
  color: blue;
}



.tmpl-bibl3 {
  font-size: 15px;
  color: blue;
  cursor: pointer;
  border: none;
  background-color: white;
}

.bibl3 {
  background-color: #FFFAF4;
  border: 1px solid green;
  padding: 5px;
}
/* index */

.rlib-cp {
  text-align: center;
  font-weight: bold;
}
 
.rlib-fio {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
	padding: 2px;
}
 
.rlib-namelib {
  border: 1px solid black;
  font-weight: bold;
  padding: 5px;
 }
 
.rlib-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

/* ============================================================================= */
.rlib-tab {
  font-size: 15px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid black;
	border-collapse: collapse; 
}

.rlib-tab th span {
	font-weight: bold;
  text-align: center;
}

.rlib-tab tr td {
  text-align: center;
}


.rlib-cell {
  border: 1px solid #dddddd;
  text-align: center;
}

.font1 {
  font-size: 10px;
}

.font10 {
  font-size: 13px;
}

.font2 {
  font-size: 7px;
}

.font3 {
  font-size: 10px;
}

/* models */

/*  .n-foto2 {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    padding-right: 10px;
  }*/

/* plans */




/* reports */

  .def-but {
    margin: 0 auto;
  }

/* totals */

  .tmpl-link:hover {
    color: blue;
  }
  
 

