﻿/*
    this is to hide all IE8 things...
    */
.ie8 {
  display: none;
}

@font-face {
  font-family: 'Montserrat', Arial, sans-serif;
  src: url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

body,
html {
  height: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
}

.btn,
.btn-group,
button {
  font-family: inherit;
}

a,
.pointer {
  cursor: pointer;
}

/* this is overriding the default of bootstrap. */
.container {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar .container {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

form {
  margin: 0;
}

.section-header {
  font-weight: bold;
}

.shaded-section-header {
  background-color: #e7e7e7;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 0;
}

.multiline-header {
  vertical-align: top;
}

.multiline-content {
  display: inline-block;
  white-space: pre-line;
}

.container.piper-backtransfer-view {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

/**
   STD bootstrap overrides that need to occur before our styling 
    **/
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #c0c0c0;
}

.table th,
.table td {
  border-top: 1px solid #c0c0c0;
}

/**
    home/banner
 **/
#main {
  height: 100%;
}

.home-content {
  width: 100% !important;
  height: 100%;
}

.main-body {
  background-color: #ddd;
  min-height: calc(100% - 90px);
}

.home-container {
  position: absolute;
  top: 0;
  width: 100%;
}

.home-container .container {
  position: relative;
}

.home-login {
  vertical-align: bottom;
  display: inline-block;
}

.login-form .input-prepend .add-on {
  width: 100px;
}

.home-banner {
  padding: 20px 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #434343;
  position: relative;
  color: #434343;
}

.home-banner .banner-logo {
  padding: 0 1em;
}

.home-banner .banner-logo > img {
  width: 187px;
  height: 70px;
}

.home-banner .banner-text,
.home-banner a {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  margin-top: 0;
}

.home-banner .banner-text span {
  font-size: 0.5em;
  font-weight: 100;
}

.home-banner .banner-text {
  line-height: 0.7em;
}

.home-banner .arv-phone {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-banner .arv-email {
  font-size: 1em;
}

.home-banner .arv-forgot-password {
  font-size: 1.5em;
}

.home-banner .arv-logo {
  margin-top: 30px;
}

.home-banner a {
  color: #434343;
}

.nav-pills > li {
  margin-top: 40px;
}

.nav-pills > li > a {
  color: #d0d0d0;
}

.home-content .nav > li > a:hover,
.home-content .nav > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: inherit;
}

/**
   home banner button overrides 
    **/
.home-login #login-button,
.home-login #user-button {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  background-color: #424242;
  *background-color: #424242;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  color: #e0e0e0;
  font-weight: bold;
  border-color: #424242;
  text-shadow: none; /*0 1px 1px rgba(255, 255, 255, 0.75);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.home-login #login-button:hover {
  background-position: inherit;
}

/**
 End home styling   
 **/
/**
 Site wide banner   
    **/
.site-banner {
  padding: 10px 0 10px;
  height: 80px;
  background: url('../img/arv-background.png');
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2),
    inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2),
    inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  color: #d0d0d0;
  position: relative;
}

.reach-background {
  height: 80px;
  background: url('../img/reach-background.png');
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.reach-background h4 {
  line-height: 80px;
  font-weight: 200;
  font-size: 20px;
  padding-top: 5px;
}

.site-banner h4 {
  margin: 5px 0;
}

.arv-banner-logo {
  height: 60px;
  margin-top: 15px;
}

.arv-banner-text {
  margin-top: 8px;
  margin-right: 210px;
}

.arv-banner-text h4 {
  line-height: 25px;
  text-align: right;
  color: #424242;
}

.arv-banner-text h4.phone {
  font-size: 1.6em;
}

.hict-banner-logo {
  height: 80px;
  background: url('../img/hict-logo.png');
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}
/****/

/**
 DASHBOARD cell color red/green
 **/

table td.last-cell,
.intervention-field-column:last-child {
  border-right: 2px solid #b0b0b0;
}

table td.text-success {
  /*  border: 1px solid #9BBE96;*/
  background-color: #def6d4 !important;
  color: #3d763f;
}

table td.text-error {
  /*border: 1px solid #C56566;*/
  background-color: #f5d5d6 !important;
  color: #af2d2d;
}

table td.text-warning {
  /*border: 1px solid #C56566;*/
  background-color: #feeec4 !important;
  color: #b77d29;
}

.text-error,
.text-success,
.text-warning {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

/**
 END dashboard cell color red/green
 **/
/**
 Dashboard table layout
 **/

table td.link-blue {
  color: #0088cc;
}

table td,
table th {
  background-color: white;
}

table td span.cell-data {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}

table td.red {
  background-color: #dd3131;
  color: #fff;
}

table td.amber {
  background-color: #ffbf00;
}

table td.green {
  background-color: #2dcc1e;
}

table td.offline {
  /*background-color: #f2ccbc;*/
  opacity: 0.5;
}

table td.online {
  background-color: #c7f1c3;
}

table td.text-center,
table th.text-center {
  text-align: center;
}

table td.vtext {
  vertical-align: middle;
}

.arv-odd > td {
  background-color: #f6f6f6;
}

.arv-even > td {
  background-color: #f9f9f9;
}

.table-bordered {
  /* border-collapse: collapse;  original value == separate. might need to ONLY apply to dashboard tables... */
}

.table tbody > tr[data-row-name='SectionHeader'] > td,
.table-bordered thead > tr > th {
  background-color: #dedede;
  background-image: -moz-linear-gradient(top, #dedede, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #d0d0d0);
  background-image: -o-linear-gradient(top, #dedede, #d0d0d0);
  background-image: linear-gradient(to bottom, #dedede, #d0d0d0);
  background-repeat: repeat-x;
  border: 1px solid #d0d0d0;
}

.table-bordered thead {
  border: 1px solid #b4b4b4;
}

.table tbody > tr[data-row-name='ColumnHeader'] > td {
  background-color: #ffffff;
}

/** Care classification specific colouring**/
.table tbody[class*='tbody-'] > tr {
  border-left-width: 4px;
  border-left-style: solid;
}

.table tbody.tbody-Tertiary > tr {
  border-left-color: #e4c52f;
}

.table tbody.tbody-SubTertiary > tr,
.table tbody.tbody-Metro > tr {
  border-left-color: #2e9fdb;
}

.table tbody[class*='tbody-'] > tr[data-row-name='SubTotals'] td {
  /*tbody-SubTertiary > tr[data-row-name="SubTotals"] td {*/
  background-color: #e7ecf0;
  color: #52788d;
}

.table tbody.tbody-SubRegional > tr {
  border-left-color: #6f8c70;
}

.table tbody.tbody-Regional > tr {
  border-left-color: #7b4f9d;
}

.table tbody.tbody-Private > tr {
  border-left-color: #238e7d;
}
/** bottom border of subtotals care classification colouring**/

.table tbody[class*='tbody-'] > tr[data-row-name='SubTotals'] {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.table tbody.tbody-SubTertiary > tr[data-row-name='SubTotals'],
.table tbody.tbody-Metro > tr[data-row-name='SubTotals'] {
  border-bottom-color: #2e9fdb;
}

.table tbody.tbody-Tertiary > tr[data-row-name='SubTotals'] {
  border-bottom-color: #e4c52f;
}

.table tbody.tbody-Regional > tr[data-row-name='SubTotals'],
.table tbody.tbody-RuralandRegional > tr[data-row-name='SubTotals'] {
  border-bottom-color: #7b4f9d;
}

.table tbody.tbody-Private > tr[data-row-name='SubTotals'] {
  border-bottom-color: #238e7d;
}
/**end subtotals-care classification colouring **/

.table tbody.tbody-RuralandRegional > tr,
.table tbody.tbody-BarwonSouthWest > tr {
  border-left-color: #7b4f9d;
}

.table tbody.tbody-Gippsland > tr {
  border-left-color: #a2b501;
}

.table tbody.tbody-Grampians > tr {
  border-left-color: #b59701;
}

.table tbody.tbody-Hume > tr {
  border-left-color: #b56d01;
}

.table tbody.tbody-LoddonMallee > tr {
  border-left-color: #b53301;
}

.table tbody > tr[data-row-name='GrandTotals'] {
  border-left-color: #4343e6;
  border-bottom-color: #4343e6;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.table tbody > tr[data-row-name='GrandTotals'] td {
  background-color: #b9b9f3;
  color: #18188c;
}

.password-change-container {
  height: 70%;
  padding-top: 4em;
  background-color: #ddd;
}

/**end care classification specific colouring **/

/** this section overrides the footer styles in arv.forms**/
/* Footer
-------------------------------------------------- */

/* On a mobile breakpoint, when logged out, hide the footer */
@media (max-width: 1180px) {
    .is-logged-out .main-footer {
        display: none;
    }
}

.main-footer {
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #434343;
  font-weight: bold;
  color: #434343;
  height: auto;
  display: inline-block;
  width: 100%;
}

.main-footer .full-height {
  line-height: 4em;
}

.main-footer .full-height .copy-right {
  width: 20%;
  display: inline-block;
}

.main-footer .full-height .contact-info {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.footer-text {
  width: 100%;
  line-height: 1.2;
}

.footer-text a {
  color: #434343;
  margin-left: 1em;
  display: block;
  text-align: right;
}

.footer-text a span {
  margin-left: 1em;
}

.main-footer .logos {
  text-align: right;
  width: 59%;
  display: inline-block;
}

.main-footer .footer-logo {
  display: inline-block;
  margin-left: 3em;
}

.main-footer .footer-logo.av img {
  width: 120px;
}

.main-footer .footer-logo.anzics img {
  width: 140px;
}

.main-footer .footer-logo.vpcn img {
  height: 50px;
}

.main-footer .footer-logo.commonwealth img {
  width: 200px;
}

.main-footer .footer-logo.purple img {
  height: 32px;
}

.main-footer .footer-logo.acem img {
  height: 36px;
}

.mustHide {
  display: none !important;
}

.main-footer .footer-copyright {
  margin-top: 5px;
}

.main-footer .footer-text {
  margin-top: 4px;
  line-height: 1.2em;
  color: #434343;
  display: inline-block;
}

.footer-links {
  margin: 10px 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.footer-links li:first-child {
  padding-left: 0;
}
/*
    END footer overrides 
 */
/**
 signalR style overrides (from arvForm.css)   
 **/
.connection-status {
  position: relative;
  top: 8px;
}

.connection-status > i[class*=' icon-'] {
  width: 8px;
  height: 8px;
}

.icon-connection-status {
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #77d42a),
    color-stop(1, #5cb811)
  );
  background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
  background-color: #77d42a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #268a16;
  display: inline-block;
  color: #306108;
  padding: 6px;
}

.reconnecting .icon-connection-status {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
  -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffec64),
    color-stop(1, #ffab23)
  );
  background: -moz-linear-gradient(center top, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border: 1px solid #ffaa22;
}

.disconnected .icon-connection-status {
  -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
  -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #fe1a00),
    color-stop(1, #ce0100)
  );
  background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
  background-color: #fe1a00;
  border: 1px solid #d83526;
}

/**
 End signalR overrides
 **/
/*
 table rounded corner overrides   
 */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

/*
 end table rounded corner overrides
 */

/*
 end nav bar rounded corners
 */

/*
 nav bar overrides 
 */
.navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
  color: #0088cc;
}

.navbar .nav .dropdown-menu .active > a {
  color: #ffffff;
}

/**
    well overrides. rounded corners.
    **/
.well {
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0; /*1px solid #e3e3e3;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}

/** margin overrides for lists inside wells.**/
.well .nav-list {
  padding-right: 0;
  padding-left: 0;
}

.nav-list-constrained {
  max-height: 450px;
  overflow-y: auto;
  height: 450px;
}

/**
     nav list overflow    
     **/
.nav-list > li > a {
  /*white-space: nowrap;*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/** Forms styling **/

.form > .well {
  padding-top: 69px;
}

.form-header {
  background-color: #e9e9e9;
  border-bottom: 1px solid #d6d6d6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.form-header-content {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
}

.input-append .required-indicator,
.input-prepend .required-indicator {
  font-size: 12pt;
}

.required-indicator {
  color: red;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

/** tabs**/
.nav-tabs {
  margin-bottom: 0px;
}
/** incident tabs **/
.form .well .nav-tabs {
  padding-left: 19px;
  border-bottom: 1px solid #bbbbbb;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #bbbbbb;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #bbbbbb;
}

/**
   incident styling 
    **/

#incidentDashboard .form .well {
    padding-left: 0;
    padding-right: 0;
}

#incidentDashboard .alert {
    margin-left: 19px;
    margin-right: 19px;
}

#incidentDashboard .incident-button,
#summary .incident-button,
#timeseries .incident-button {
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    background-color: #e51400;
    opacity: 0.75;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    color: #e0e0e0;
    font-weight: bold;
    border-color: #e51400;
    text-shadow: none; /*0 1px 1px rgba(255, 255, 255, 0.75);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#incidentDashboard .incident-button.active,
#summary .incident-button.active,
#timeseries .incident-button.active {
    background-color: #8cbf26;
    border-color: #8cbf26;
    opacity: 1;
}

#incidentDashboard .incident-button:hover,
#summary .incident-button.active,
#timeseries .incident-button.active {
    background-position: inherit;
    opacity: 1;
}

.tagline {
  font-size: 11pt;
  font-weight: normal;
}

.tagline h4 {
  margin-bottom: 0px;
}

.hospital-view dt {
  margin-top: 1.2em;
}

legend {
  display: none;
}

#patientDataTab,
#surgeBedDataTab {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

ul.tiles {
  margin-top: 20px;
  list-style: square;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.thumbnails > li.tile {
  display: block;
  cursor: pointer;
  -webkit-perspective: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.2s;
  float: left;
  width: 210px;
  height: 250px;
  text-align: center;
  padding: 20px 18px;
  background-color: #616161;
  margin: 5px;
  transition: box-shadow 0.15s ease-in-out;
}

.thumbnails > li.tile,
.thumbnails > li.tile h2,
.thumbnails > li.tile h3,
.thumbnails > li.tile h4,
.thumbnails > li.tile h5,
.thumbnails > li.tile h6,
.thumbnails > li.tile span {
  color: #ffffff;
  -webkit-user-select: none;
}

.thumbnails > li.tile h2 {
  font-size: 1.75em;
  margin-top: -20px;
  margin-left: 0px;
}

.thumbnails > li.tile h3,
.thumbnails > li.tile h4 {
  margin-top: -15px;
}

.thumbnails > li.tile h1.tile-text,
.thumbnails > li.tile h2.tile-text,
.thumbnails > li.tile h3.tile-text,
.thumbnails > li.tile h4.tile-text,
.thumbnails > li.tile h5.tile-text {
  margin-top: 0px;
  text-align: left;
  margin-left: 10px;
}

.thumbnails > li.tile span.tile-text {
  margin-top: 0px;
  text-align: center;
}

.thumbnails button {
  background-color: transparent;
  border: 0;
  width: 100%;
}

.thumbnails button:focus {
  border: 0;
  border-style: none;
  outline: none !important;
}

.thumbnails a {
  background-color: transparent;
  border: 0;
  width: 100%;
}

.thumbnails a:focus {
  outline: none;
}

.thumbnails > li.tile span.tile-text {
  display: block;
  width: 100%;
  font-weight: bold;
}

.thumbnails > li.tile span.tile-descriptive-text {
  font-size: 12px;
}

.thumbnails > li.tile hr {
  opacity: 50%;
  margin-left: -9px;
  margin-right: -9px;
}

div.tilesgroup {
  margin-top: 8em;
  width: 100%;
}

.tile-row {
  display: table;
  margin: 0 auto;
}

.thumbnails > li.tile a:hover {
  text-decoration: none;
}

.thumbnails > li.tile img {
  border: 0;
}

.thumbnails > li.tile:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.thumbnails > li.tile img {
  width: auto;
  height: 90px;
  margin: 2em 0;
}

.thumbnails > li.tile.tile-double {
  width: 260px;
}

.thumbnails > li.tile.tile-blue {
  background-color: #2e8bcc;
}

.thumbnails > li.tile.tile-darkblue {
  background-color: #254061;
}

.thumbnails > li.tile.tile-green {
  background-color: #339933;
}

.thumbnails > li.tile.tile-red {
  background-color: #e51400;
}

.thumbnails > li.tile.tile-yellow {
  background-color: #ffc40d;
}

.thumbnails > li.tile.tile-orange {
  background-color: #f09609;
}

.thumbnails > li.tile.tile-pink {
  background-color: #e671b8;
}

.thumbnails > li.tile.tile-purple {
  background-color: #7b4f9d;
}

.thumbnails > li.tile.tile-lime {
  background-color: #8cbf26;
}

.thumbnails > li.tile.tile-magenta {
  background-color: #ff0097;
}

.thumbnails > li.tile.tile-teal {
  background-color: #00aba9;
}

.thumbnails > li.tile.tile-lightpink {
  background-color: #e6b9b8;
}

.thumbnails > li.tile.tile-mildblue {
  background-color: #376092;
}

.thumbnails > li.tile.tile-darkpink {
  background-color: #d99694;
}

.thumbnails > li.tile.tile-paleblue {
  background-color: #b9cde5;
}

.thumbnails > li.tile.tile-palemauve {
  background-color: #ccc1da;
}

.thumbnails > li.tile-chris-orange {
  background-color: #d4982a;
}

.thumbnails > li.tile-chris-bright-purple {
  background-color: #a00194;
}

.thumbnails > li.tile-chris-blue {
  background-color: #199cea;
}

.thumbnails > li.tile-chris-red {
  background-color: #ca3a20;
}

.thumbnails > li.tile-chris-grey {
  background-color: #757575;
}

.thumbnails > li.tile-chris-purple {
  background-color: #a386cc;
}

.thumbnails > li.tile-chris-green {
  background-color: #429b6f;
}

.thumbnails > li.tile.tile-mauve {
  background-color: #b09fc6;
}

.icon-sign-blank {
  color: #333333;
}

.thumbnails > li.tile.tile-image {
  padding: 20px 5px;
  width: 220px;
}

.tile-image img {
  padding: 17px 0;
}

/** user form styles**/
.user-campus-list {
  max-height: 200px;
  overflow-y: auto;
}

.user-role-list {
  max-height: 100px;
  overflow-y: auto;
}

.user-incident-list {
  max-height: 100px;
  overflow-y: auto;
}

.user-jurisdiction-list {
  max-height: 150px;
  overflow-y: auto;
}
/*
    These are button in the nav. the styles below are to make them look like the
    links
    TODO watch this selector and possibly put the '>' back. it was removed to 
    try make it compatible with ie7 
  */
.dropdown-menu li button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
}

.dropdown-menu li button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
}

.bed-form-container {
  background-color: #e9e9e9;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.bed-divider {
  border-right: 1px solid #d6d6d6;
  margin-right: 20px;
}

.bed-divider.bed-ccu-contributes-to-icu {
  border-left: 0;
}

.hdu-combined {
  width: 100% !important;
  text-align: center;
}

/**the following were added for the patient referral form*/
.border-top {
  border-top: 1px black solid;
  padding-top: 5px;
}

div.border-top h4 {
  margin-top: 0;
}

div.border-top h5 {
  margin-top: 0;
}

hr {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  margin: 8px 0;
}

hr.visible-break {
  border-top: 2px solid #dddddd;
}

.multi-line {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}

fieldset:disabled input,
fieldset:disabled textarea,
fieldset:disabled select,
fieldset:disabled label {
  border: none !important;
  background: transparent;
  color: #000 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

fieldset:disabled select {
  -webkit-appearance: none;
}

fieldset:disabled select::-ms-expand {
  display: none;
}

fieldset:disabled textarea {
  resize: none;
}

fieldset:disabled .required-indicator {
  display: none;
}

.top-padding {
  padding-top: 5px;
}

.table > thead > tr.table-section-header > th {
  color: #fff;
  background-color: #548dd4;
  background-image: linear-gradient(to bottom, #548dd4, #4e7fbb);
  vertical-align: middle;
  text-align: center;
}

.table > thead > tr.table-column-header > th {
  background-color: #d3dfee;
  background-image: linear-gradient(to bottom, #d3dfee, #ced8e5);
  vertical-align: middle;
  text-align: center;
}

.table > thead > tr > th.width-1 {
  width: 7.69%;
}

.table > thead > tr > th.width-2 {
  width: 15.38%;
}

.table > thead > tr > th.width-2-5 {
  width: 19.23%;
}

.table > thead > tr > th.sort-none,
.table > thead > tr > th.sort-ascending,
.table > thead > tr > th.sort-descending {
  cursor: pointer;
}

.table > thead > tr > th.sort-ascending:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: '\f0de';
  margin-left: 0.5em;
}

.table > thead > tr > th.sort-descending:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: '\f0dd';
  margin-left: 0.5em;
}

.table > tfoot > tr > td {
  background-color: #d3dfee;
  color: #333;
  font-weight: bold;
}

.table td.shaded-cell {
  background-color: #d3dfee !important;
}

.l6-info-button {
  border-radius: 50%;
  padding: 0 8px;
}

.l6-info-modal {
  text-align: left;
}

.back-transfer-create {
  margin-bottom: 20px;
}

.back-transfer .controls input[type='text'],
.back-transfer .controls input[type='number'],
.back-transfer .controls select,
.back-transfer .controls textarea {
  box-sizing: border-box;
  height: 30px;
  width: calc(100% - 12px);
}

.back-transfer .controls textarea {
  height: 50px;
}

.back-transfer fieldset[disabled] label {
  font-weight: bold;
}

.back-transfer fieldset[disabled] .controls input[type='text'],
.back-transfer fieldset[disabled] .controls input[type='number'],
.back-transfer fieldset[disabled] .controls select,
.back-transfer fieldset[disabled] .controls textarea {
  padding: 0;
}

.back-transfer .btn {
  margin-bottom: 4px;
}

.back-transfers.table > thead > tr.table-section-header > th {
  text-align: left;
}

.back-transfers.table > thead > tr.table-section-header > th.text-center {
  text-align: center;
}

.back-transfers .icon-remove.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.backtransfer-cancellation-confirmation input[type='text'],
.backtransfer-cancellation-confirmation select,
.backtransfer-cancellation-confirmation textarea {
  width: calc(100% - 50px);
}

.backtransfer-cancellation-confirmation .row {
  margin: 0;
}

.multi-row > *:nth-child(2n + 1) {
  margin-left: 0px;
  clear: both;
}

.manage-data-page select {
  width: calc(100% - 20px);
}

@media (max-width: 1209px) and (min-width: 768px) {
  .monitoring.form > .well {
    padding-top: 0;
  }

  .monitoring .form-header {
    position: relative;
    height: auto;
  }

  .monitoring .form-header-content {
    margin-top: 0;
    padding-top: 10px;
  }

  #indicentDashboard .alert {
    margin-top: 19px;
  }

  .monitoring .form-header-content .row-fluid .span3,
  .monitoring .form-header-content .row-fluid .span4 {
    width: 50%;
    margin-left: 0;
  }

  .monitoring .form-header-content .row-fluid .span4 > .pull-right {
    float: left;
  }

  .form-header-content .form > .well {
    padding-top: 0;
  }

  .manage-data-page {
    width: 100%;
  }

  .manage-data-page .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }

  .manage-data-page .control-group .span6 {
    width: 50%;
  }

  .manage-data-page .control-group .span6 select {
    width: 100%;
  }

  .manage-data-page .my-hospital-contacts {
    display: flex;
  }

  .manage-data-page .incident-contacts {
    border: 1px solid lightgrey;
    display: flex;
    flex-direction: column;
  }

  .home-banner .banner-text {
    font-size: 1.2em;
  }

  .home-banner .banner-text span {
    font-size: 0.8em;
  }

  .login-content .row-fluid .intro img {
    width: 120px;
  }

  .login-content .row-fluid .intro h2 {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .main-body {
    height: 100%;
  }

  .main-footer .full-height {
    line-height: 1.2;
  }

  .main-footer .footer-logo {
    margin-left: 1em;
  }

  .main-footer .footer-logo.commonwealth img {
    width: 150px;
  }

  .main-footer .footer-logo.anzics img,
  .main-footer .footer-logo.av img,
  .main-footer .footer-logo.purple img .main-footer .footer-logo.vpcn img {
    width: 120px;
  }

  .main-footer .logos {
    width: 56%;
  }

  .main-footer .full-height .contact-info {
    width: 30%;
  }

  .main-footer .footer-copyright {
    font-size: 0.8em;
  }

  .main-footer .full-height .copy-right {
    width: 12%;
  }

  .main-footer {
    padding-top: 2em;
  }
}

@media (max-width: 1600px) {
  .manage-incident-page > .span3 {
    width: 15%;
  }

  .manage-incident-page > .span9 {
    width: 82%;
  }

  .manage-incident-page .row-fluid .span5.left-section,
  .span7.right-section {
    width: 100%;
    margin-left: 0;
  }

  .manage-incident-page
    .row-fluid
    .span5.left-section
    > .control-group
    .incident-info {
    width: 45%;
    display: inline-block;
  }

  .manage-incident-page .incident-info .controls > input,
  .controls > textarea,
  .controls > .input-xlarge {
    width: 80%;
  }
}

.incident-fields > * {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgrey;
}

.incident-fields > *:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.group-description {
  padding: 10px;
  margin: 15px 0;
  background: #f3fafd;
  color: black;
  border: 1px solid lightgrey;
}

.helper-text {
  color: #4d4d4d;
  font-size: 11px;
}

.intervention-field-groups > div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.intervention-field-groups > div > ng-form {
  padding: 10px;
  display: block;
}

.intervention-field-groups > div:first-child {
  margin-top: 0px;
}

.login-container {
  background: url(../img/home-background.jpg) center center;
  margin: 0;
  height: calc(100% - 169px);
}

.home-content > .container > .tilesgroup {
  margin-top: 0;
}

.home-content > .container > .tilesgroup > .tile-row {
  padding-top: 8em;
}

.login-content {
  height: 100%;
}

.login-content .row-fluid {
  height: 100%;
}

.login-content .row-fluid .intro {
  padding: 3em;
  text-align: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  background: rgba(24, 120, 191, 0.5);
}

.login-content .row-fluid .intro img {
  margin-bottom: 2em;
}

.login-content .row-fluid .intro p {
  font-size: 20px;
  margin: 2em 0;
  font-weight: 200;
  line-height: 1.5;
}

.login-content > ul {
  width: 100%;
}

.login-content > ul > li {
  display: inline-block !important;
  float: none !important;
}

.login-helper-text {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 2em;
  margin-top: 5em;
}

.landing-login {
  width: 100%;
  text-align: center;
}

.login-box-container {
  text-align: center;
}

.landing-login .login-box {
  display: inline-block;
  width: 50%;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(179, 166, 179, 1);
  border-radius: 5px;
  text-align: left;
  padding: 2em;
}

.landing-login .login-box h3 {
  margin-bottom: 1em;
}

.landing-login .login-box input {
  display: inline-block;
  width: 96%;
  min-height: 30px;
}

.landing-login .login-box .btn {
  margin-top: 1em;
}

.landing-login .login-box label {
  font-size: 16px;
  font-weight: bold;
}

.landing-login .login-box .captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.forgot-password {
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}

.header-dropdown-menu {
  margin-top: 1em;
}

.sub-total,
.sub-total > td {
  background-color: #f3fafd;
}

/* start of modification for 5 columns */
@media (min-width: 768px) {
  .fivecolumns .span2 {
    width: 18.297872340425532%;
    *width: 18.2234042553191494%;
  }
}

@media (min-width: 1200px) {
  .fivecolumns .span2 {
    width: 17.9487179487179488%;
    *width: 17.87424986361156592%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .span2 {
    width: 17.79005524861878448%;
    *width: 17.7155871635124022%;
  }
}
/* end of modification for 5 columns */
@media (min-width: 768px) {
  .summary-header {
    line-height: 60px;
  }
}

.summary-container {
  background-color: white;
  padding: 2em;
}

.summary-container .main-tiles > div:not(:last-child) {
  border-right: 1px dotted #555;
  padding-right: 2em;
}

.summary-container .stacked-tile {
  border-bottom: 1px dotted #555;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.summary-container .divider {
  border: 1px solid #d0d0d0;
  margin: 2em 0;
}

.summary-last-updated {
  line-height: 20px;
}

.summary-go-to-dashboard {
  text-align: right;
}

.summary-jurisdictions {
  margin-bottom: 10px;
}

.summary-jurisdiction {
  width: 10%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}

.summary-jurisdiction:first-child {
  padding-left: 0;
}

.summary-jurisdiction:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  .summary-jurisdiction {
    width: 25%;
  }

  .summary-jurisdiction:nth-child(4n + 1) {
    padding-left: 0;
  }

  .summary-jurisdiction:nth-child(4n + 0) {
    padding-right: 0;
  }
}

.summary-jurisdiction > button {
  width: 100%;
  height: 45px;
  border: 0;
}

.summary-jurisdiction > button.active {
  background-color: #1778bf;
  color: #ffffff;
}

.summary-tile-title {
  color: #1778bf;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 0.8em;
}

.summary-tile-title-multiline {
  color: #1778bf;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
}


.summary-title-title-sub {
    letter-spacing: 0.07em;
  font-size: 0.8rem;
  margin-top: 3px;
}

.summary-tile {
  background: #ffffff;
  font-weight: bold;
  overflow: hidden;
}

.summary-description {
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 10px;
}

.summary-row {
  margin-top: 10px;
  text-align: center;
}

.summary-row > div {
  margin-bottom: 10px;
}

.summary-total-value {
  display: inline-block;
  height: 50px;
  width: 70px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}

.summary-total-value.purple {
  background-color: #b9b9f3;
}

.summary-total-value.pink {
  background-color: #fcdddd;
}

.summary-total-value.blue {
  background-color: #f3fafd;
}

.summary-total-value.darkblue {
  background-color: #316388;
  color: #fff;
}

img.help-text {
  margin-bottom: 10px;
}

.ppe-chart pie-chart {
  display: block;
  text-align: center;
}

.ppe-chart-legend {
  text-align: center;
}

.ppe-label {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.ppe-label-name {
  font-size: 0.8em;
}

.resources-chart-panel {
  min-width: 630px;
}

.resources-chart {
  width: 50%;
}

.resources-chart > div {
  width: 220px;
  margin: 0 auto;
}

.resource-chart-other {
  margin-top: 10px;
}

.resource-chart-other .other-rules-title {
  text-align: center;
  color: #1778bf;
}

.resource-chart-other span {
  text-align: right;
  padding-right: 10px;
}

.resource-chart-other span.non-invasive {
  width: 100px;
  float: left;
  padding-top: 5px;
}

.unavailable-staff .summary-total-value {
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
}

.unavailable-staff .summary-description {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
}

.patients-beds .total-beds {
  padding: 0;
}

.patients-beds .total-beds > .span6 > div {
  display: inline-block;
}

.patients-beds .total-beds .total-label {
  margin-right: 20px;
}

.patients-beds .total-beds .summary-total-value {
  width: 75px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5em;
  font-weight: bold;
}

#paediatricSummary .patients-beds .total-beds > .span6 > .total-label {
  width: 33%;
  vertical-align: top;
}

#paediatricSummary .patients-beds .total-beds > .span6 {
  width: 30%;
  margin-bottom: 15pt;
  margin-top: 15pt;
}

#paediatricSummary .patients-beds .total-beds .summary-total-value {
  height: 50px;
  width: 70px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 1em;
}

.patients-beds .occupied-beds h2 {
  color: #1778bf;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.patients-beds .occupied-beds .legend-container {
  margin-bottom: 15px;
}

.patients-beds .occupied-beds .legend-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.patients-beds .occupied-beds .legend-box.han-purple {
  background-color: #4e00ff;
}

.patients-beds .occupied-beds .legend-box.malachite {
  background-color: #00bf1d;
}

.darkorange {
  background-color: #d59807;
}

.darkgrey {
  background-color: #707782;
}

.darkblue {
  background-color: #1469b8;
}

.lightblue {
  background-color: #50b7eb;
}

.lightgrey {
  background-color: #b1bccc;
}

.patients-beds .occupied-beds .legend-text {
  font-size: 0.7em;
  display: inline-block;
  line-height: 10px;
  overflow-wrap: break-word;
  max-width: 80%;
}

.map-region-less-50 {
  fill: #b1bccc;
}

.map-info-tile-breakdown {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 0px;
  display: block;
  pointer-events: none;
}

.map-info-tile-campuses {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.map-info-tile-campus {
  margin-left: 10px;
  border: 2px solid lightgray;
  font-size: 12px;
  font-weight: bold;
  line-height: 0.7em;
  width: 100px;
  background-color: white;
  padding: 10px;
  display: grid;
  height: 160px;
}

.map-info-tile-campuses .agregated {
  background-color: #d7eaf5;
}

.map-info-tile-region {
  text-align: center;
  display: block;
  height: 1.8vw;
  line-height: 0.9em;
}

.map-info-tile-region-stat {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.map-info-tile-name {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

.map-info-tile-value {
  padding: 5pt;
  text-align: center;
  height: 13px;
  display: block;
  margin: auto;
  background-color: rgb(173, 219, 244);
  font-size: 18px;
  padding-top: 15px;
}

.map .legend-container {
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 10px;
}

.map-legend span {
  padding-right: 5px;
  padding-top: 5px;
  font-size: 0.7vw;
}

.map-value-labels {
  font-size: 0.8vw;
}
/* Responsiveness for map-tiles */
@media (max-width: 767px) {
  .map-info-tile-campus {
    width: 60px;
    font-size: 0.8vw;
  }
}

@media (min-width: 768px) {
  .map-info-tile-campus {
    width: 100px;
  }
}

/* end Responsiveness for map-tiles */

.patients-beds .occupied-beds-data .span2 {
  width: 17%;
  text-align: center;
}

#paediatricSummary .patients-beds .occupied-beds-data .span2 {
  /* width: 25%*/
}

.patients-beds .occupied-beds-data .summary-total-value {
  width: 60px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  color: white;
}

.patients-beds .occupied-beds-data .summary-total-value.han-purple {
  background-color: #4e00ff;
}

.patients-beds .occupied-beds-data .summary-total-value.malachite {
  background-color: #00bf1d;
}

.patients-beds .occupied-beds-data .category {
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #555;
}

.patients-beds .info {
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
}

.icu-title {
  display: inline-block;
}

.summary-data-contribution {
  font-weight: bold;
}

.data-contributions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.region-data-contributions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 65%;
}

.map-container .no-data {
  fill: lightgrey;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.map .legend-text {
  padding-left: 5pt;
}

.map .legend-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.data-contribution {
  color: white;
  text-align: center;
  padding: 10px;
  width: 120px;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icu-totals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.icu-totals-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.icu-total {
  color: white;
  text-align: center;
  padding: 3px;
  width: 120px;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#paediatricSummary .icu-total {
  width: 300px;
  margin-right: 15px;
}

.total-icu-patients {
  width: 120px;
  height: 90px;
  padding-top: 15px;
}

.total-icu-patients > .icu-total-value {
  font-size: 1.8em;
  font-weight: 800;
}

.icu-total-sm {
  color: white;
  text-align: center;
  margin-left: 1px;
  padding: 3px;
  width: 50px;
  float: left;
}

.icu-total-name {
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.icu-total-name-sm {
  font-size: 0.5em;
  line-height: 1em;
  font-weight: normal;
}

.icu-total-value {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 800;
}

.covid-in-icu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.map-chart {
  clear: both;
  position: relative;
  margin-top: 35px;
}

.map-chart-vic {
  clear: both;
  position: relative;
  /*margin-top: 35px*/
}

.map-container {
  margin-left: 10%;
  margin-bottom: 5%;
}

#paediatricSummary .map-container {
  margin-left: 0%;
  margin-bottom: 0%;
}

.map-label {
  position: absolute;
  white-space: nowrap;
}

.map-label-large {
  position: absolute;
  white-space: nowrap;
  transform: scale(1.5);
}

.map-label-name {
  color: #4091df;
  font-size: 1em;
  text-align: center;
  position: absolute;
  bottom: 1.5em;
  width: 100%;
}

.map-label-value {
  color: white;
  font-size: 0.8em;
  padding: 0 0.3em;
  line-height: 1.8em;
  display: inline-block;
  min-width: 1.2em;
  text-align: center;
}

.map-label-value.darkblue,
.icu-total.darkblue,
.icu-total-sm.darkblue {
  background-color: #316388;
}

.map-label-value.grey,
.icu-total.grey,
.icu-total-sm.grey {
  background-color: #666;
}

.icu-total.teal {
  background-color: teal;
}

.icu-total.midblue {
  background-color: #1878bf;
}

.icu-total.mauve {
  background-color: #6f83f1;
}

.scaling-svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  /* override this inline for aspect ratio other than square */
}

#paediatricSummary .scaling-svg-container {
  padding-bottom: 60%;
}

.scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.summary-outer-container {
  padding-bottom: 20px;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #555;
  padding-bottom: 2em;
}

/* @@@BP Paediatric Summary Page Styling */
.summary-incident-paediatric-bedsmatrix .legend-container {
  height: 50px;
  margin-bottom: 10px;
}

.summary-incident-paediatric-patientbeds .total-label {
  font-weight: bold;
  height: 85px;
}

.summary-incident-paediatric-patientbeds .summary-total-value.darkblue {
  background: #1469b8;
}

.summary-incident-paediatric-bedsmatrix .summary-total-value.darkblue {
  background: #1469b8;
}

.summary-incident-paediatric-bedsmatrix .legend-container {
  height: inherit;
  display: inline-table;
}

.summary-incident-paediatric-bedsmatrix .legend-box {
  width: 30px;
  height: 30px;
  vertical-align: top;
  float: left;
}

.summary-incident-paediatric-bedsmatrix .legend-text {
  margin-left: 30px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1em;
  height: 30px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
}

@media (min-width: 1920px) {
  .summary-incident-paediatric-bedsmatrix .legend-text {
    min-width: 140px;
  }
}

.summary-incident-paediatric-bedsmatrix .summary-total-value {
  height: inherit;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  width: 85px;
}

.summary-incident-paediatric-bedsmatrix .summary-total-value.darkgrey {
  color: white;
}

.summary-incident-paediatric-bedsmatrix .summary-total-value.lightgrey {
  color: white;
}

.summary-incident-paediatric-bedsmatrix .category {
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.summary-incident-paediatric-bedsmatrix__category-container {
  width: 85px;
}

.summary-incident-paediatric-bedsmatrix .visible-phone.category {
  font-size: 12px;
  font-weight: bold;
}

.summary-incident-paediatric-bedsmatrix .grid {
  display: grid;
}

.summary-incident-paediatric-bedsmatrix .flex {
  display: flex;
}

@media (min-width: 768px) and (max-width: 979px) {
  .summary-incident-paediatric-bedsmatrix .legend-text {
    font-size: 8px;
  }

  .summary-incident-paediatric-bedsmatrix .summary-total-value {
    width: 50px;
  }
}

.summary-incident-paediatric-bedsmatrix__legend {
  width: 100%;
}

.summary-incident-paediatric-bedsmatrix__legend-row {
  width: 100%;
  display: flex;
  padding-bottom: 10px;
}

.summary-incident-paediatric-bedsmatrix__legend-item {
  width: 50%;
}

.summary-incident-paediatric-occupiedbeds {
    margin-top: 30px;
    overflow-x: auto;
}

.summary-incident-paediatric-covid19 .icu-total-name {
  padding: 5px;
}

#mapChartVic text {
  pointer-events: none;
}

#mapChartVic path[fill='black'] {
  pointer-events: none;
}

.map-chart-vic {
  padding: 20px;
}

.svg-vic-map .st0 {
  fill: #a3def5;
}

.svg-label {
  font-size: 12pt;
}

.summary-incident-paediatric .map-legend .legend-text {
    font-size: 0.6vw;
}

/*contacts: manage data -> my hospital-> contacts*/
.my-hospital-contacts .form-horizontal .controls {
    margin-left: 80px;
}

.form-horizontal .control-label {
    width: 70px;
}

.form-horizontal .control-label-w150 {
    width: 150px !important;
}

.incident-contacts {
    margin-bottom: 30px;
    margin-left: 0px !important;
    padding-left: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-30 {
  margin-left: 30px;
}

.nowrap {
  white-space: nowrap;
}

.totals-row {
  display:flex; 
  flex-direction: row; 
  margin-top: 20px;

  .caption {
    align-self: center; 
    flex: 1; 
    text-align: end; 
    padding-right: 30px;
    font-size: 0.9em;
    
    .sub {
      font-size: 0.9em;
      font-style: italic;
    }
  }
  
  .stat {
    flex: 1;
  }
}

.pyramid-chart-container {
  background-color: white; 
  border: 1px SOLID #333;
  width: 380px;
  /*width: 99%;*/
}

.pyramid-legend-container {
  background-color: #F5F5F5; 
  border: 1px SOLID #333;  
  width: 380px;
  /*width: 99%;*/
}

.patients-and-beds-charts {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  gap: 15px; 
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  
  .col-group {
    display: flex; 
    flex-direction: column; 
    gap: 15px;
    /*width: 48%;*/
  }
}

.icu-resources {
  display: flex; flex-direction: row;
  
  .title {
    width: 160px;
  }
  
  .resources-chart {
    flex: 1;
  }
  
  .stat-box {
    flex: 1; text-align:center; margin-top: 3px;
  }
  
  .circle {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #1778BF;
    color: white;
    /*display: flex;*/
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
  } 
}

.input-100 {
  width:100px;
}

.tree-node {
  cursor: default;
}

.node-content {
  align-items: center;
  padding: 4px 0;
}

.node-content:hover {
  background-color: #f5f5f5;
}

.node-toggle-icon-spacer {
  width: 16px;
  text-align: center;
  margin-right: 4px;
}

.node-name {
  cursor: pointer;
}

.node-info {
  color: #888;
  font-size: 0.9em;
  margin-left: 8px;
}

.node-directory .node-name {
  font-weight: bold;
  color: #1a5a96;
}

.node-file .node-name {
  font-weight: normal;
  color: #333;
}

.node-file .node-name:hover {
  color: #1a5a96;
  border-bottom: 1px dashed #000;
}


.node-icon {
  margin-left: 6px;
  margin-right: 6px;
  color: #666;
}

.node-children {
  margin-left: 16px;
  border-left: 1px dotted #ccc;
}

.clickable-card {
  border: 1px solid #007BFF;
  border-radius: 8px;
  padding: 16px;
  background-color: #f8f9fa;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.2s;
  cursor: pointer;
}

.clickable-card:hover {
  background-color: #e9f2ff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  transform: translateY(-2px);
}

.clickable-card h4 {
  margin-top: 0;
  color: #007BFF;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* Inline style replacements from _Layout.cshtml */
.noscript-warning {
  width: 22em;
  position: absolute;
  left: 50%;
  margin-left: -11em;
  color: red;
  background-color: #fff;
  border: 1px solid red;
  padding: 4px;
  font-family: sans-serif;
}
.loading-text {
  text-align: center;
  color: #eeeeee;
}

/* Release notes banner and related helpers */
.release-notes-banner {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-weight: normal;
}
.release-notes-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  margin: 0 6px;
}
.release-notes-banner .build-info {
  position: absolute;
  right: 16px;
}
.release-notes-highlights{
  --tw-bg-opacity: 1;
  background: #fff; 
  border-left: 4px solid rgba(4, 120, 87, var(--tw-bg-opacity)); 
  padding: 10px 12px; 
  margin: 16px 0;
}
.release-notes-changelog h4{
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.release-notes-changelog .entry{
  margin-bottom: 18px;
}
.release-notes-meta{
  color:#666; 
  font-size:0.9em;
}
