.doc_type_icon {
  width: auto;
  height: 23px;
  padding-right: 7px;
  float: right;
}

#viewStyle {
  /* 11 */
  float:left;
  max-width: 30px;
  text-align: center;
  margin-right: 1em
}

#btLabel{
  /* 19 */
  font-size: .70em;
}

/* table */
#docs_paginate {
  width: 40%;
  float: right;
  /* background-color: grey; */
}

#docs_filter {
  width: 30%;
  float: right;
  text-align: center;
  /* background-color: grey; */
}
table#docs.dataTable tbody tr:hover {
  /* 82 */
  background-color: #F3F5B8;
  cursor: pointer;
}

table#docs.dataTable tbody label {
  /* 88 */
  display: none;
}

table#docs.dataTable.table tbody label {
  /* 93 */
  display: none;
}

table#docs.dataTable tr.selected label {
  /* 98 */
  color: #404040;
}

table#docs.dataTable tbody tr:hover > .sorting_1 {
  /* 104 */
  background-color: #F3F5B8;
  cursor: pointer;
}

table#docs tbody tr td:hover{
  /* 110 */
   text-decoration: underline;
}

table#docs.dataTable td:first-child {
  /* 115 */
  min-height: auto;
}

table#docs.dataTable .pvthumb {
  /* 24 */
  max-width: 30px;
  max-height: 30px;
}

/* --- /* cards */
  table#docs.dataTable.cards{
    border-left: 0;
    border-right: 0;
  }

  table#docs.dataTable.cards tbody tr {
    /* 40 */
    float: left;
    width: 21vw;
    min-width: 330px;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: 1.5rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.25);
    object-position: center;
  }

  table#docs.dataTable.cards tbody td {
    /* 50 */
    display: block;
  }

  table#docs.dataTable.cards td:first-child {
    /* 55 */
    min-height: 200px;
    min-width: 300px;
    height: 20vh;
    margin: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }

  table#docs.dataTable.cards td:last-child{
    border-left:0;
    border-right: 0;
    border-bottom: 0;
  }

  table#docs.dataTable.cards img.pvthumb {
    /* 31 */
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    /* width: 100%;
    height: auto; */
    object-fit: scale-down;
    /* object-position: center; */
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  table#docs.dataTable.cards td:nth-child(4) {
    /* 61 */
    min-height: 4em;
    margin: auto;
  }

  table#docs.dataTable.cards tbody label {
    /* 67 */
    display: inline;
    position: relative;
    font-size: 85%;
    top: -0.5rem;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
  }

#pvPageOf:hover, #pvPageTxt:hover {
  /* 120 */
  background: none;
  color: black!important; /*change the hover text color*/
  border-style: none;
}
/*below block of css for change style when active*/

#pvPageOf:active, #pvPageTxt:active {
  /* 128 */
  background: none;
  color: black!important;
  border-style: none;
}

.paginate_input_box{
  /* 135 */
    text-align: center;
  }

#content {
  /* 140 */
  width: 94%;
  min-height: 500px;
  margin-left: 3%;
  padding-top: 0;
  /* padding: 0 30px; */
}

.dataTables_wrapper .dataTables_processing {
  /* 149 */
  /* position: absolute; */
  top: 10px;
  left: 50%;
  width: 30%;
  height: 80px;
  margin-left: -20%;
  /* margin-top: -25px; */
  /* padding: 5px; */
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background: #c1e3b5;
}

#page-mask {
  /* 167 */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
}
