﻿@media print {
  body {
    -webkit-print-color-adjust: exact; /* This settings is used to print background color, but only works in Chrome browser*/
        font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  div.page-title {
    background-color: #0066cc;
    z-index: 50;
    position: relative;
}
  div.page-title h1 {
    padding: 19px 0px 20px 10px;
    background-color: #0066CC;
    font-size: 2.0em;
    color: #fff;
    margin-top: 0px;
    position: relative;
}
  .hospitalTitle {
    font-size: 1.2em;
    color: #888c91;
    font-weight: bold;
    margin: 15px 15px 15px 0px;
  }

  .backLink {
    float: right;
    font-size: 14px;
  }
  #dashboard-indicator-panel table>tbody>tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  #dashboard-indicator-panel table>tbody>tr>td{
        border: 1px solid #cccccc;
    height: 100px;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
  }
  #dashboard-indicator-panel table>tbody>tr>td .add-metric-button{
    height: 145px;
    border-radius: 10px !important;

  }
  #dashboard-indicator-panel table>tbody>tr>td.hospital-cell {
      width: 12% ;
      padding: 10px
    }
 #dashboard-indicator-panel table>tbody>tr>td.hospital-cell .organisation-address {
   color: black;
    } 
  #dashboard-indicator-panel table>tbody>tr>td.hospital-cell .map-link {
    align: center;
    display: inline;
    }
  #myModal {
    display: none;
  }
    #dashboard-indicator-panel table>tbody>tr>td.indicator-cell {
      width: 12%;
      text-align: center;
      padding: 10px;
      color: black;
    }
    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #cccccc;
}
  .table-bordered {
  border: 1px solid #cccccc;
}
  .dashboard-indicator-table {
    margin-top: 20px;
    
  }
  .dashboard-indicator-table td {
    height: 100px;
    
  }
  .deleteHospital span {
    float: right;
  }

  .add-hospital {
    font-size: 16px;
    font-weight: bold;
    color: #005eb8;
    margin-bottom: 5px;
}
  #hospital-search-panel {
    background-color: #ddd;
    margin: 0px;
    padding: 10px;
    height: 80px;
}
  #frmHospitalSearch div {
    width: 25%;
    display: inline;
  }
  #hospital-search-results {
    margin: 25px 25px 25px 35px;
}
  #hospital-search-results .paging-div {
    width: 59%;
    display: inline-block;
}
  #hospital-search-results nav.dashboard-pagination {
    display: inline-block !important;
    padding-left: 0px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}
  #hospital-search-results nav.dashboard-pagination ul > li {
    display: inline-block;
    margin-right: 20px;
    border-right: 2px #337ab7 solid;
    padding-right: 10px;
}
  #hospital-search-results .total-count {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
  
  .btn-primary {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
.header {
  display: none;
}
.hospital-dashboard-beta {
  display: none;
}
#feedback {
  display: none;
}
.footer {
  display: none;
}
#metricCheckList {
  display: none;
}
#search {
  display: none;
}
.add-hospital {
  display: none;
}
}
