.row {
  margin: 0px;
}

.docs-mainblock {
  max-width: 100rem;
  -webkit-box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5);
  box-shadow: 0 5px 20px 0 rgba(24, 26, 26, 0.5);
  background-color: #FFF;
  padding: 13px 21px;
  margin: 10px 0px 0px 0px;
}

.docs-img {
  float: left;
  background: url(/wp-content/plugins/doc_list/img/doc.png) no-repeat;
  background-size: contain;
  height: 10rem !important;
  margin-top: auto;
  margin-bottom: auto;
}

a {
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.docs-block {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.read-block {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

a.docs-title {
  text-decoration: none;
  /* font-size: 24px; */
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.history::before {
  font: normal normal normal 24px/1 "Material Design Icons";  
  font-size: inherit;
  text-decoration: none;
  content: "\F143";
}

.history.collapsed::before {  
  content: "\F140";
  text-decoration: none;
}

.dl_img {
  background-image: url('../img/dl.png');
  background-position: center;
  background-size: cover;
  height: 25px;
  width: 25px;
}

.parent-doc {  
  -webkit-box-shadow: 0 11px 15px 0 rgba(24, 26, 26, 0.5);
  box-shadow: 0 20x 20px 0 rgba(24, 26, 26, 0.5);
  padding: 1rem;
  background-color: #fff;
  margin: 0px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
}

#listDoc, #listAdminDoc{
  max-width: 70rem;
}

.custom-select {
  height: 3rem !important;
}

.docs-mainblock .btn{
  font-size: 1.2rem !important;
  text-decoration: none;
  padding: 0.4rem !important;
}

.docs-mainblock .btn >i{
  padding: 0 0.2rem !important;
}
/*
.docs-mainblock .btn-primary {
  background-color: #bb1c81 !important;
}
.docs-mainblock .btn-secondary {
  background-color: #4b575f !important;
}
*/
.downloadbtn{
  width: fit-content;
}
/*
.text-row, .buttons-row {
  height: 33%;
}*/

.buttons-col {
  padding: 0px;
}

.docs-title {
  font-size: 2.4rem;
  margin: 0px;
}

.entry-content .modal {
  overflow-y: hidden;
  max-width: 100% !important;
}

.doc-userread {

  -webkit-box-shadow: 0 11px 15px 0 rgba(24, 26, 26, 0.5);
  box-shadow: 0 11px 15px 0 rgba(24, 26, 26, 0.5);
  background-color: #fff;
  margin: 0px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;

  height: 2rem;
  padding: 0.3rem !important;
}

.docl-user-title, .docl-data-title,
.docl-user, .docl-data {  
  font-size: 1rem;
}

.docl-user-title, .docl-data-title {
  font-weight: bold;
}