﻿/* Theme * ----------------------------------------*/
/* packages */
.ppp-colour-1 #section-hospital .panel-hcf {
    background:#9D1A46 !important;
}

/*build your own*/
.ppp-colour-2 #section-hospital .panel-hcf {
   background:#9D1A46 !important; 
 }
 
 /* hospital */
.ppp-colour-3  #section-hospital .panel-hcf {
    background:#9D1A46 !important; 
}

/* extras */
#section-extras .panel-hcf {
    background:#E55A6D !important; 
}

/* Layout * ----------------------------------------*/
.keypoints {
  width: 190px;
  float: left;
  margin-right: -100%;
  top: 200px;
  position: relative;
  left:15px;
  display:none;
}

.keypoints:after {
  clear: both;
  content: '';
  display: block;
}
.keypoints .title {
  margin: 0 0 10px;
}

.coversummaries.container   
{
    margin-top:10px;
}

.coversummaries.container > .row section .content
{
    padding-bottom:10px;
}

.coversummaries .content-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

ul.list-checkmark {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
ul.list-checkmark li {
  margin-bottom: 10px;
}
ul.list-checkmark li:before {
  content: "\e603";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  color: #52a90c;
}

.notes-wrapper {
  display: table;
  width: 100%;
  font-size: 11px;
  Border:  Solid 2px #d9d9d9;  
}
.notes-wrapper .notes {
  border-width: 0px 0px 0;
  border-color: #d9d9d9;
  border-style: solid;
  padding: 10px 100px 10px 20px;
}
.notes-wrapper .notes:last-child {
  border-bottom-width: 0px;
}
.notes-wrapper .notes > div {
  display: table-cell;
  vertical-align: top;
}
.notes-wrapper .notes .sign {
  width: 20px;
  font-size: 16px;
  padding-right: 20px;
}

/* Buttons */
.btn-change{
    color: White;
}

.btn {
  transition: background-color .3s;
}
/*
.btn-red {
  background-color: #e01155;
  color: #fff;
  border: 1px solid #e01155;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  background-color: #fff;
  color: #e01155;
  outline: none;
}

.btn-hcf {
  padding: 5px 40px;
  border-radius: 10px;
}
*/
/* icon colours */
.included {
  color: #52a90c;
}

.not-included {
  color: #e01155;
}

/*
#content-hospital {
  margin-top: 180px;
}

#content-extras {
  margin-top: 116px;
}
*/

/* tables */
.table-hcf {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.table-hcf .included{
    font-size: 1.4em;
}

.table-hcf.table-extras {
  margin-bottom: 0;
}
.table-hcf thead, .table-hcf .thead {
  background-color: #f6f6f6;
  font-size: 12px;
  border-bottom: 1px solid #b2b2b2;
}
.table-hcf thead small, .table-hcf .thead small {
  display: block;
  font-weight: normal;
}
.table-hcf th, .table-hcf td {
  padding: 20px 30px;
}
.table-hcf > tbody > tr > td {
  border-bottom: 2px solid #d9d9d9;
}
.table-hcf.table-extras > tbody > tr > td {
  border-bottom: 0px solid #d9d9d9;
}

.table-group td {
  padding: 0;
}

.table-content {
  width: 100%;
}
.table-content tr {
  /*border-bottom: 1px solid #d9d9d9;*/
}
.table-content td {
  padding: 20px 30px;
}

.table-title {
  padding: 20px 30px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.table-title .btn-toggle {
  position: absolute;
  right: 40px;
  color: #e01155;
  text-decoration: none;
}
.table-title .btn-toggle:hover {
  color: #810a31;
}

#table-hospital th:nth-child(2) {
  text-align: center;
}
#table-hospital > tbody > tr > td:nth-child(2) {
  text-align: center;
  background-color: #fcfafd;
}
#table-hospital > tbody > tr > td:last-child {
  background-color: #fbf6fa;
  border-bottom:  2px Solid #FFF;
}

.table-extras th:nth-child(2),
.table-extras td:nth-child(2) {
  width: 270px;
}
.table-extras th:last-child,
.table-extras td:last-child {
  width: 150px;
}
.table-extras .table-content td:nth-child(2) {
  background-color: #fff9f9;
}
.table-extras .table-content td:last-child {
  background-color: #fef5f6;
}
.table-extras .table-content > tbody > tr > td {
  border-bottom:  2px solid #d9d9d9
}

.table-extras .table-content > tbody > tr > td:last-child {
  background-color: #fbf6fa;
  border-bottom:  2px Solid #FFF;
}

.table-extras .included,
.table-extras .not-included,
.table-extras .warning {
  text-align: center;
}

.showmore-wrapper {
  /*padding: 30px 0;*/
  text-align: center;
}

/* Panel */
.panel-hcf {
  /*padding: 20px 30px;*/
  position: relative;
  z-index: 2;
  width: auto;
}
.panel-hcf.sticky {
  position: fixed;
  top: 0;
}
.panel-hcf.sticky p, 
.panel-hcf.sticky button {
  display: none !important;
}
.panel-hcf.to-top {
  top: -100px;
}
.panel-hcf .title, .panel-hcf .title p {
  margin: 0;
  padding-bottom: 10px;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;  
}
.panel-hcf .description {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
}
.panel-hcf p {
  font-size: 12px;
  margin: 20px 0 5px;
}
.panel-hcf .btn-change {
  position: absolute;
  right: 30px;
  top: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}

#section-hospital .panel-hcf {
  /* background-color: #c936a0; */
  color: #fff;
}
#section-hospital .panel-hcf .btn:hover {
  background-color: #fff;
  color: #c936a0;
}

#section-extras .panel-hcf {
  /* background-color: #fe6470; */
  color: #fff;
}
#section-extras .panel-hcf .btn:hover {
  background-color: #fff;
  color: #fe6470;
}
#section-extras #content-extras ul li, #section-extras #content-extras ol li
{
    font-family: 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}


@media only screen and (max-width: 955px) {
  /*.main {
    width: auto;
    padding-left: 10px;
  }

  .coversummaries .content {
    margin-left: 0;
  }

  .panel-hcf {
    padding: 10px;
    width: 100%;
  }

  .table-hcf th, .table-hcf td {
    padding: 10px;
  }

  .notes-wrapper .notes {
    padding-right: 10px;
  }

  #content-hospital,
  #content-extras {
    margin-top: 0;
  }*/
}


@media only screen and (max-width: 767px) {
  #table-hospital th:last-child {
    width: 80px;
  }

  /*.main {
    padding-left: 0;
  }*/
    
  .cover-summary-left, .cover-summary-right
  {
      padding: 0px 0px 0px 0px;
  }
  
  .coversummaries .content {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .notes-wrapper .notes {
    padding-right: 20px;
  }

  .table-title {
    padding: 10px;
  }
  .table-title .btn-toggle {
    right: 10px;
  }
  
  .table-extras td {
    padding: 10px;   
   }
   #table-hospital.table-hcf tbody tr td:nth-child(1)
   {
       padding: 2px;   
   }

  .table-extras th:nth-child(2),
  .table-extras th:last-child {
    text-align: center;
  }
  .table-extras th:nth-child(2),
  .table-extras td:nth-child(2) {
    padding: 10px;
    width: 35%;
  }
  .table-extras th:last-child,
  .table-extras td:last-child {
    width: 100px;
  }
  .table-extras > tbody > tr > td {
    padding: 5px 0;
  }

  .panel-hcf {
    width: auto;
  }
  .panel-hcf.sticky {
    left: 20px;
    right: 0;
  }
}

@media only screen and (min-width : 1224px)
{
    table.table-hcf a.pdf 
    {
        display:block;
    }
}






.coversummaries .panel-hcf p, .coversummaries  .panel-hcf h2
{
    font-family: 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.ppp-summary .panel-hcf h2.title, .coversummaries  .panel-hcf h2.title
{
    padding: 20px 20px 15px 20px;    
}
.coversummaries .panel-hcf p:nth-of-type(1)
{
    padding: 10px 20px 0px 20px;  
}
.coversummaries  .panel-hcf p:nth-of-type(2)
{
    padding: 0px 20px 5px 20px;    
}
.coversummaries .panel-hcf
{
    padding-bottom: 10px;
}

.coversummaries #section-hospital .panel-hcf h2
{
    background-color: #B1486B;    
}

.coversummaries #section-extras .panel-hcf h2
{
    background-color: #EA7B8A;    
}

.table-hcf .details 
{
    text-align: center;
    padding-top: 5px;
}


/* *******************************************************************************
** Progress bar fix specifically for cover summaries
******************************************************************************* */
@media only screen and (min-device-width: 415px) and (max-device-width: 768px) and (orientation : portrait)
{
    .coversummaries #progressbar li:after 
    {
        left: 17.25%; 
        z-index: 0;   
    }   
    
    .coversummaries #progressbar li:before 
    {
        left: -65%; 
        z-index: 2;   
    }   
}


@media only screen and (min-width: 769px) and (max-width: 968px)
{
    .coversummaries #progressbar li 
    {
        height: 50px;
    }   
    .coversummaries #progressbar li:after 
    {
        left: 18%; 
        z-index: 0;   
    }   
    .coversummaries #progressbar li:before 
    {
        left: -63%; 
        z-index: 2;    
    }   
        
    .cover-summary-left
    {
        padding: 0px 25px 0px 0px;     
    }
    .cover-summary-right
    {
        padding: 0px 0px 0px 25px;
    }
}


@media only screen and (min-width: 969px)
{
    .coversummaries #progressbar li 
    {
        height: 50px;
    }   
    .coversummaries #progressbar li:after 
    {
        left: 18.5%; 
        z-index: 0;   
    }   
    .coversummaries #progressbar li:before 
    {
        left: -65%; 
        z-index: 2;    
    }   
    
    .cover-summary-left
    {
        padding: 0px 25px 0px 0px;
    }
    .cover-summary-right
    {
        padding: 0px 0px 0px 25px;
    }
}