/* img.attrname-icon {
    margin-left: 4px;
    cursor: pointer;
    max-width: 18px;
     margin-top: -2px;
}

#cboxOverlay {
    background: #000;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.50 !important;
}

.path-ipns #colorbox button#cboxClose {
    display: none;
}

.scrollable-table table tbody tr td span.fieldset-legend + .img {
    display: none;
}


span.ipnsicon.row1.pictured {
    background-image: url(/themes/custom/hawk/images/iconoir_open-new-window.png);
    position: absolute;
    width: 13px;
    height: 14px;
    right: 10px;
    top: 27px;
    background-size: 14px;
    background-repeat: no-repeat;
} */

/* .scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label .img {
  display: none;
}

.scrollable-table table tbody tr td legend .fieldset-legend .attrname {
    min-width:auto;
    padding: 0 10px;
} */

/* @media screen and (max-width: 767px) {
  table.views-view-table.cols-5 {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  
  table.views-view-table.cols-5 thead {
    display: none;
  }
  
  table.views-view-table.cols-5 tbody,
  table.views-view-table.cols-5 tr {
    display: block;
    width: 100%;
  }

  table.views-view-table.cols-5 tr {
    display: block;
    width: 100%;
  }
  
  table.views-view-table.cols-5 tr {
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  
  table.views-view-table.cols-5 td {
    display: block;
    border: none;
  }
  
  table.views-view-table.cols-5 td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
  }
    
} */

@media screen and (max-width: 767px) {
  table.views-view-table.cols-5 {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  
  table.views-view-table.cols-5 thead {
    display: none;
  }
  
  table.views-view-table.cols-5 tbody,
  table.views-view-table.cols-5 tr {
    display: block;
    width: 100%;
  }
  
  table.views-view-table.cols-5 tr {
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  
  table.views-view-table.cols-5 td {
    display: block;
    border: none;
  }
  
  table.views-view-table.cols-5 td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
  }
  

  table.views-view-table.cols-5 td:first-child:before {
    content: none;
  }
  
  table.views-view-table.cols-5 td:first-child {
    position: relative;
  }
  
  table.views-view-table.cols-5 td:first-child:after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
  }
  
  table.views-view-table.cols-5 td:first-child select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2; 
  }
}
#DataTables_Table_0_length{
  display:none;
}