@media (min-width: 992px) {
    /* .col-md-9{
        width: 100%;
    } */
    /* .content > .col-md-3 {
        width: 230px;
    }
    .content > .company-report
    {
          width: calc(100% - 230px);
    } */

    .Iub_authority_reg_num{
        width: 110px;
    }
    .phone-filter__hide--label{
        display: none;
    }
}
    .container-print .content > .col-md-3 {
            width: 100% ;
    }
    .container-print .content > .company-report{
            width: 100% ;
    }

    .lurs-table-pager-holder{
        text-align: center;
    }

    @media print {
        .phone-filter__hide--label{
            display: none;
        }
        #publication_date {
            width: 110px;
        }
        .publication_date {
            width: 110px;
        }
        .decision_date {
            width: 110px;
        }
    }

    .lurs-search__options {
        display: none;
      }
      
      /* .lurs-search tr td:first-child {
        width: 90px;
      } */
      
      @supports (-ms-ime-align: auto) {
        .lurs-search tr td:first-child {
          width: 95px;
        }
      }
      
      .filter-language {
        width: 75px;
      }
      
      #page.fixed {
        padding-top: 60px;
      }
      
      .phone-filter__wrapper {
        color: #fff;
        display: none;
        -webkit-transition: position 1s linear;
        transition: position 1s linear;
        position: relative;
        z-index: 1000;
        width: calc(100% + 30px);
        max-width: 750px;
      }
      
      .phone-filter__wrapper.fixed {
        width: 100%;
        /* position: fixed; */
        top: 0;
      }
      
      .phone-filter__wrapper--holder.fixed {
        height: 54px;
      }
      
      .phone-filter__container {
        padding: 10px 0;
      }
      
      .phone-filter__container--header {
        background: #052e1e;
        -webkit-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
        position: relative;
        z-index: 9999;
      }
      
      .phone-filter__container--body {
        background: #fff;
        padding: 0;
        color: #363636;
        position: absolute;
        width: 100%;
        -webkit-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
      }
      
      .phone-filter__container--body tr {
        margin: 0 !important;
        display: none;
      }
      
      .phone-filter__container--body tr.visible {
        display: block;
      }
      
      .phone-filter__container--body .datepicker {
        width: 100% !important;
      }
      
      .phone-filter__order-title {
        font-weight: bold;
      }
      
      @media screen and (max-width: 991px) {
        .lurs-search tr td:first-child {
          width: 100%;
        }
      
        .filter-language {
          width: 100%;
        }
      
        .phone-filter__wrapper {
          display: block;
        }
      
        .phone-filter__container--body tr {
          border-bottom: 2px solid #b6b899 !important;
        }
      
        .phone-filter__container--body tr th a {
          display: block;
        }
      
        .phone-filter__hide {
          display: none !important;
        }
      
        .phone-filter__hide--label::before {
          display: none !important;
        }
      
        .lurs-search__options {
          display: block;
        }
        .kpnews_form {
          margin: 0, auto;
        }
        .kpnews_objectName {
          font-weight: bold;
        }
    }

    @media screen and (max-width: 991px){
        .lurs-search--responsive td::before, .lurs-search--responsive th::before {
        content: attr(data-label);
        font-weight: 500 !important;
        text-transform: uppercase;
        display: inline-block !important;
        left: 10px;
        white-space: nowrap;
        padding-right: 10px;
    }
        .kpnews_event {
          font-weight: bold;
          padding-left: 10px !important;
        }
    }

    .kpnewsEvents_moreInfo {
        font-weight: normal;
        padding-left: 5px !important;
    }