/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@media (min-width:992px){.view-accr .left-side{padding-right:70px;border-right:4px dotted #ccc}}@media (min-width:992px){.view-accr .right-side{padding-left:70px}}.view-accr .resident-approval-status{margin-top:20px;margin-bottom:20px;border:0;border-top:5px solid #438d01;list-style:none;padding-left:0;color:#438d01;padding-top:10px}.view-accr .resident-approval-status.no-approvals{color:#b00;border-color:#b00}.view-accr .accr-table{margin-top:20px;border-top:1px solid #ddd;border-bottom:2px solid #ddd}.view-accr .accr-table td,.view-accr .accr-table th{text-align:center}.view-accr .accr-table td.accr-activity-col{width:300px;text-align:left}.view-accr .accr-assessments-nav{margin-top:20px}.view-accr .assessmentSectionComments{padding-top:10px}.view-accr-modal .modal-dialog{position:fixed;top:0;width:860px;left:calc((100% - 860px) / 2);height:85%}.view-accr-modal .modal-dialog .modal-content{height:100%}.view-accr-modal .modal-dialog .modal-content .panel{margin-bottom:0}.view-accr-modal .modal-dialog .modal-content .modal-body{height:100%;width:100%;overflow:auto;padding:0}.view-accr-modal .modal-dialog .modal-content .modal-header-warning{background-color:#fde4c8;border-color:#f4d1a9;height:50px}.view-accr-modal .modal-dialog .modal-content .modal-header-close{background-color:#f7f7f7}.view-accr-modal .modal-dialog .modal-content .modal-header-close img{cursor:pointer}.view-accr-modal .modal-dialog .modal-content .modal-header-close img:hover{content:url(../../../images/close-hover.png)}.view-accr-modal .modal-dialog .modal-content .modal-header{padding:10px 8px 10px 10px}.view-accr-modal .modal-dialog .modal-content .modal-header .accr-view-dialog-header-title{font-size:14px;color:#9f4d23}.view-accr-modal .modal-dialog .modal-content .modal-header .banner-icon{width:20px;height:20px;margin:5px 10px 5px 0}.view-accr-modal .modal-dialog .modal-content .modal-header button{margin-top:-2px;margin-left:8px}.banner{border:1px solid;width:100%;padding:10px 30px 10px 10px;margin-bottom:5px;height:40px}.banner>div{display:inline-block}.banner.banner-error{border-color:#f4b9b2;background-color:#ffe7e4;color:#900}.banner.banner-error:first-child:before{display:inline-block;background-image:url(../../../images/banner-error.png);height:20px;width:20px;background-size:20px 20px;content:"";margin-right:10px}.banner.banner-small>div:first-child{font-size:14px;vertical-align:top}.billing-layout .view-sundry-charges .new-sundry-btn{height:40px}.billing-layout .view-sundry-charges .btn-sundry-status{display:inline-block;width:88px}.billing-layout .view-sundry-charges .charges-table{overflow-x:visible;margin:20px 0 0}.billing-layout .view-sundry-charges .charges-table.table-responsive{border:0}.billing-layout .view-sundry-charges .charges-table .resident-data div{display:inline-block;vertical-align:top}.billing-layout .view-sundry-charges .charges-table .resident-data div img{width:26px;height:26px;float:left;clear:both}.billing-layout .view-sundry-charges .charges-table .resident-data div:nth-child(2){margin-left:10px}.billing-layout .view-sundry-charges .charges-table table{border-collapse:collapse;margin-bottom:0;border-bottom:2px solid #aaa}.billing-layout .view-sundry-charges .charges-table thead tr th{padding:6px 8px;color:#666;font-size:12px;font-weight:500;border-top:1px solid #aaa!important;border-bottom:2px solid #aaa}.billing-layout .view-sundry-charges .charges-table thead tr th.invoicedate-header{width:12%;text-align:left;padding-left:5px}.billing-layout .view-sundry-charges .charges-table thead tr th.description-header{text-align:left;width:27%}.billing-layout .view-sundry-charges .charges-table thead tr th.invoice-header{text-align:left;width:15%}.billing-layout .view-sundry-charges .charges-table thead tr th.resident-header{width:23%;text-align:left}.billing-layout .view-sundry-charges .charges-table thead tr th.posted-header{width:10%;text-align:left}.billing-layout .view-sundry-charges .charges-table thead tr th.total-header{width:12%;text-align:right;padding-right:10px}.billing-layout .view-sundry-charges .charges-table tbody{background-color:#fff}.billing-layout .view-sundry-charges .charges-table tbody tr{border:1px solid #ccc}.billing-layout .view-sundry-charges .charges-table tbody tr.billing-header{background-color:#e2e2e2;height:32px}.billing-layout .view-sundry-charges .charges-table tbody tr.billing-header td{padding:7px 10px}.billing-layout .view-sundry-charges .charges-table tbody tr.billing-header .header-date{font-size:14px}.billing-layout .view-sundry-charges .charges-table tbody tr td{padding:8px;border:none;color:#3f3f41}.billing-layout .view-sundry-charges .charges-table tbody tr td .add-top-margin{margin-top:4px}.billing-layout .view-sundry-charges .charges-table tbody tr td div.invoice-description{font-weight:700}.billing-layout .view-sundry-charges .charges-table tbody tr td div.invoice-supplier{color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:235px}.billing-layout .view-sundry-charges .charges-table tbody tr td.invoice-number{text-align:left}.billing-layout .view-sundry-charges .charges-table tbody tr td.invoice-total{text-align:right;padding-right:10px}.billing-layout .view-sundry-charges .charges-table tbody tr td .invoice-draft{height:23px;width:50px;border:1px solid #999;border-radius:12px}.billing-layout .view-sundry-charges .charges-table tbody tr td .invoice-draft .label{height:16px;width:33px;color:#444;font-size:14px;line-height:16px;font-weight:400}.billing-layout .view-sundry-charges .charges-table tbody tr td:first-child{padding-left:10px}.billing-layout .common-sundry-charge-page .go-back{font-size:16px;height:23px;margin-top:22px}.billing-layout .common-sundry-charge-page .go-back .go-back-arrow{height:15.33px;width:15.33px;margin-bottom:3px}.billing-layout .common-sundry-charge-page .go-back .back-to{color:#666}.billing-layout .common-sundry-charge-page .go-back .sundry-charges-text{color:#666;font-weight:700}.billing-layout .common-sundry-charge-page .go-back .back-link{text-decoration:none}.billing-layout .common-sundry-charge-page .page-header{margin-top:14px}.billing-layout .common-sundry-charge-page .left-panel{padding-left:31px;padding-right:31px;padding-top:50px}.billing-layout .common-sundry-charge-page .right-panel .amount-small{font-size:28px;display:block;color:#666}.billing-layout .common-sundry-charge-page .right-panel .amount-small-inline{font-size:28px;vertical-align:top}.billing-layout .common-sundry-charge-page .right-panel .amount-large{font-size:55px;line-height:1}.billing-layout .common-sundry-charge-page .right-panel .amount-per-resident{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:left}.billing-layout .common-sundry-charge-page .right-panel .resident-count{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:right;margin-left:32%}.billing-layout .common-sundry-charge-page .right-panel img{padding-bottom:4px;height:23px;width:18.2px}.billing-layout .common-sundry-charge-page .panel{border-radius:3px}.billing-layout .common-sundry-charge-page .panel.gst-inclusive{border-top-left-radius:0!important;border-top-right-radius:0!important}.billing-layout .common-sundry-charge-page .splitter{box-sizing:border-box;height:3px;width:223px;border-top:4px dotted #aaa;margin-top:10px;margin-bottom:20px}.billing-layout .common-sundry-charge-page .gst-inclusive-header{height:30px;background-color:#e2e2e2;border-radius:3px 3px 0 0;border:1px solid #ccc;border-bottom:0;padding-left:20px;padding-top:4px}.billing-layout .common-sundry-charge-page .gst-inclusive-header span{font-size:14px}.billing-layout .add-sundry-charge .go-back{font-size:16px;height:23px;margin-top:22px}.billing-layout .add-sundry-charge .go-back .go-back-arrow{height:15.33px;width:15.33px;margin-bottom:3px}.billing-layout .add-sundry-charge .go-back .back-to{color:#666}.billing-layout .add-sundry-charge .go-back .sundry-charges-text{color:#666;font-weight:700}.billing-layout .add-sundry-charge .go-back .back-link{text-decoration:none}.billing-layout .add-sundry-charge .page-header{margin-top:14px}.billing-layout .add-sundry-charge .left-panel{padding-left:31px;padding-right:31px;padding-top:50px}.billing-layout .add-sundry-charge .right-panel .amount-small{font-size:28px;display:block;color:#666}.billing-layout .add-sundry-charge .right-panel .amount-small-inline{font-size:28px;vertical-align:top}.billing-layout .add-sundry-charge .right-panel .amount-large{font-size:55px;line-height:1}.billing-layout .add-sundry-charge .right-panel .amount-per-resident{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:left}.billing-layout .add-sundry-charge .right-panel .resident-count{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:right;margin-left:32%}.billing-layout .add-sundry-charge .right-panel img{padding-bottom:4px;height:23px;width:18.2px}.billing-layout .add-sundry-charge .panel{border-radius:3px}.billing-layout .add-sundry-charge .panel.gst-inclusive{border-top-left-radius:0!important;border-top-right-radius:0!important}.billing-layout .add-sundry-charge .splitter{box-sizing:border-box;height:3px;width:223px;border-top:4px dotted #aaa;margin-top:10px;margin-bottom:20px}.billing-layout .add-sundry-charge .gst-inclusive-header{height:30px;background-color:#e2e2e2;border-radius:3px 3px 0 0;border:1px solid #ccc;border-bottom:0;padding-left:20px;padding-top:4px}.billing-layout .add-sundry-charge .gst-inclusive-header span{font-size:14px}.billing-layout .add-sundry-charge #description,.billing-layout .add-sundry-charge #supplier{width:376px}.billing-layout .add-sundry-charge .panel-footer{padding-right:0;margin-top:42px}.billing-layout .add-sundry-charge .panel-footer .margin-right-16{margin-right:16px}.billing-layout .add-sundry-charge .gstInclusiveCheck{top:20px;padding-left:0}.billing-layout .add-sundry-charge .split-evenly-check{padding-left:0}.billing-layout .add-sundry-charge .sundry-checkbox label>span{padding-top:4px;float:right}.billing-layout .add-sundry-charge .sundry-checkbox .control-label{padding-left:9px}.billing-layout .add-sundry-charge .sundry-account{width:146px}.billing-layout .add-sundry-charge .table{margin-top:50px;border-color:#ccc}.billing-layout .add-sundry-charge .table .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.billing-layout .add-sundry-charge .table .dollar-input-container:before{top:8px}.billing-layout .add-sundry-charge .table thead>tr:first-child{border-bottom:2px solid #999}.billing-layout .add-sundry-charge .table thead>tr:first-child th{border:none}.billing-layout .add-sundry-charge .table thead>tr>th:first-child{padding-left:0}.billing-layout .add-sundry-charge .table thead>tr>th:nth-child(3){width:275px}.billing-layout .add-sundry-charge .table thead>tr>th:nth-child(4){width:80px;text-align:right}.billing-layout .add-sundry-charge .table tbody>tr>td:first-child{background-color:#f7f7f7;background-color:#fff;padding-left:0;width:210px}.billing-layout .add-sundry-charge .table tbody>tr>td:nth-child(3) input{width:175px}.billing-layout .add-sundry-charge .table tbody>tr>td:nth-child(4) input{width:70px}.billing-layout .add-sundry-charge .table tbody>tr>td:nth-child(5) select{width:85px}.billing-layout .add-sundry-charge .table tbody>tr>td:last-child{text-align:right;padding-right:0;vertical-align:middle}.billing-layout .add-sundry-charge .table tbody>tr{border:1px solid #ccc;border-left:none;border-right:none}.billing-layout .add-sundry-charge .table tbody>tr>td{border-bottom:1px solid #ccc}.billing-layout .add-sundry-charge .table tbody>tr>td .text-field{font-size:14px;height:36px}.billing-layout .add-sundry-charge .table tbody>tr:last-child{border-bottom:2px solid #999}.billing-layout .add-sundry-charge .table th{color:#666;text-transform:uppercase;font-weight:400;font-size:12px}.billing-layout .add-sundry-charge .sundry-resident-table-header{width:388px;color:#3f3f41;font-size:18px;font-weight:700;line-height:21px}.billing-layout .add-sundry-charge .sundry-resident-table{margin-top:15px;border-color:#ccc}.billing-layout .add-sundry-charge .sundry-resident-table img{width:36px;height:36px}.billing-layout .add-sundry-charge .sundry-resident-table thead>tr>th:nth-child(2){width:766px}.billing-layout .add-sundry-charge .sundry-resident-table tbody>tr:first-child{border-top:2px solid #999}.billing-layout .add-sundry-charge .sundry-resident-table tbody>tr:last-child{border-bottom:2px solid #999}.billing-layout .add-sundry-charge .sundry-resident-table tbody>tr>td{border-bottom:1px solid #ccc;height:50px}.billing-layout .add-sundry-charge .sundry-resident-table tbody>tr>td:first-child{width:4.8%;font-size:14px;text-align:left}.billing-layout .add-sundry-charge .sundry-resident-table tbody>tr>td:last-child{padding-left:20px;color:#3f3f41;font-size:14px;text-align:left}.billing-layout .view-sundry-charge .go-back{font-size:16px;height:23px;margin-top:22px}.billing-layout .view-sundry-charge .go-back .go-back-arrow{height:15.33px;width:15.33px;margin-bottom:3px}.billing-layout .view-sundry-charge .go-back .back-to{color:#666}.billing-layout .view-sundry-charge .go-back .sundry-charges-text{color:#666;font-weight:700}.billing-layout .view-sundry-charge .go-back .back-link{text-decoration:none}.billing-layout .view-sundry-charge .page-header{margin-top:14px}.billing-layout .view-sundry-charge .left-panel{padding-left:31px;padding-right:31px;padding-top:50px}.billing-layout .view-sundry-charge .right-panel .amount-small{font-size:28px;display:block;color:#666}.billing-layout .view-sundry-charge .right-panel .amount-small-inline{font-size:28px;vertical-align:top}.billing-layout .view-sundry-charge .right-panel .amount-large{font-size:55px;line-height:1}.billing-layout .view-sundry-charge .right-panel .amount-per-resident{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:left}.billing-layout .view-sundry-charge .right-panel .resident-count{padding-top:10px;height:31px;width:94px;color:#666;font-size:28px;line-height:32px;display:inline;text-align:right;margin-left:32%}.billing-layout .view-sundry-charge .right-panel img{padding-bottom:4px;height:23px;width:18.2px}.billing-layout .view-sundry-charge .panel{border-radius:3px}.billing-layout .view-sundry-charge .panel.gst-inclusive{border-top-left-radius:0!important;border-top-right-radius:0!important}.billing-layout .view-sundry-charge .splitter{box-sizing:border-box;height:3px;width:223px;border-top:4px dotted #aaa;margin-top:10px;margin-bottom:20px}.billing-layout .view-sundry-charge .gst-inclusive-header{height:30px;background-color:#e2e2e2;border-radius:3px 3px 0 0;border:1px solid #ccc;border-bottom:0;padding-left:20px;padding-top:4px}.billing-layout .view-sundry-charge .gst-inclusive-header span{font-size:14px}.billing-layout .view-sundry-charge .modify-button{margin-top:10px;width:221px}.billing-layout .view-sundry-charge .postcharges-button{margin-top:25px;width:221px}.billing-layout .view-sundry-charge .last-edited{font-size:12px;color:#999;margin-right:20px;margin-top:10px}.billing-layout .view-sundry-charge .description-sub-heading,.billing-layout .view-sundry-charge .residents-sub-heading{font-size:18px;font-weight:700;line-height:21px}.billing-layout .view-sundry-charge .resident-info div{display:inline-block;padding-top:10px}.billing-layout .view-sundry-charge .resident-info img{width:36px;height:36px;float:left;clear:both;margin-right:10px}.billing-layout .view-sundry-charge .resident-count-pic{width:18.2px;height:21px;float:left;clear:both;margin-top:8px;margin-right:4px}.billing-layout .view-sundry-charge table{width:100%;border-bottom:2px solid #aaa}.billing-layout .view-sundry-charge th{border-bottom:2px solid #aaa;color:#595a5c;font-size:12px;font-weight:400}.billing-layout .view-sundry-charge th.resident{padding-left:0;width:30%}.billing-layout .view-sundry-charge th.description,.billing-layout .view-sundry-charge th.sundry-account{width:32%}.billing-layout .view-sundry-charge th.amount{width:5%;text-align:right}.billing-layout .view-sundry-charge th.gst{width:20px;text-align:left;padding-left:30px;padding-right:0}.billing-layout .view-sundry-charge td{border-top:1px solid #ccc}.billing-layout .view-sundry-charge td.resident{padding-left:0}.billing-layout .view-sundry-charge td.description,.billing-layout .view-sundry-charge td.sundry-account{padding-top:18px}.billing-layout .view-sundry-charge td.amount{text-align:right;padding-top:18px}.billing-layout .view-sundry-charge td.gst{text-align:left;padding-left:30px;padding-top:18px;padding-right:0}.billing-layout .view-sundry-charge .no-residents{font-size:16px;color:#999;line-height:2}.billing-layout .resident-sundry-charge .modal-content{border:1px solid #ccc;background-color:#f7f7f7;box-shadow:-2px 0 15px 0 rgba(0,0,0,.5);border-radius:3px;width:15.5%;height:93.1%;position:fixed;left:65.3%;top:1.5%}.billing-layout .resident-sundry-charge .modal-body{padding-left:15px;padding-right:15px;height:inherit;overflow-y:auto}.billing-layout .resident-sundry-charge .modaldiv{background:#f7f7f7;border-width:1px;border-color:#ccc}.billing-layout .resident-sundry-charge .resident-sundry-charge-img-div{color:#666;font-size:16px;padding-right:19px;height:17px;display:inline-block}.billing-layout .resident-sundry-charge .resident-sundry-charge-img-div img{width:17px;height:18px}.billing-layout .resident-sundry-charge .modal-footer{padding-left:15px;padding-right:15px}.billing-layout .resident-sundry-charge .resident-sundry-charge-data{height:16px;width:185px;color:#3f3f41;font-size:14px;line-height:16px}.billing-layout .resident-sundry-charge .resident-sundry-charge-header{height:14px;color:#666;font-size:12px;line-height:14px;float:left}.billing-layout .resident-sundry-charge .resident-sect{height:14px;display:flex;flex-basis:100%;align-items:center;color:#666;font-size:12px;line-height:14px;padding-top:12px;padding-bottom:12px}.billing-layout .resident-sundry-charge .resident-sect:after{content:"";flex-grow:1;box-sizing:border-box;height:2px;border:1px solid #999}.billing-layout .resident-sundry-charge .departed-resident-sect{height:14px;display:flex;flex-basis:100%;align-items:center;color:#666;font-size:12px;line-height:14px;padding-top:33px;padding-bottom:12px}.billing-layout .resident-sundry-charge .departed-resident-sect:after{content:"";flex-grow:1;box-sizing:border-box;height:2px;border:1px solid #999}.billing-layout .resident-sundry-charge .resident-sundry-charge-table tbody>tr>td:nth-child(2){padding-left:6px;width:100%}.billing-layout .resident-sundry-charge .resident-sundry-charge-table tbody>tr>td{padding-top:5px;padding-bottom:5px}.view-billing-runs .page-header{margin:0 -15px 30px 0;height:120px;background-color:#eee}.view-billing-runs .page-header h1{margin-top:40px}.view-billing-runs .page-header .create-new-btn .btn{margin-top:40px;margin-bottom:40px}.view-billing-runs .billing-runs-table{padding-left:0;padding-right:0;width:1155px}.view-billing-runs .billing-runs-table .description{word-wrap:break-word;white-space:pre-wrap}.view-billing-runs .billing-runs-table .status_draft{color:#b3b3b3;font-weight:700}.view-billing-runs .billing-runs-table .status_committed{color:green;font-weight:700}.create-billing-run .page-header{margin:0 -15px 30px 0;height:120px;background-color:#eee}.create-billing-run .page-header h1{margin-top:40px}.create-billing-run .navbar-nav{margin-bottom:40px}.create-billing-run .navbar-nav li{font-size:15px;font-weight:600;color:#b3b3b3;border-bottom:4px solid #b3b3b3;margin-right:3px;padding-bottom:5px;width:185px}.create-billing-run .navbar-nav>.active{border-bottom:4px solid #008381;color:#008381}.create-billing-run .add-details .main-area{width:750px;padding-left:0}.create-billing-run .add-details .main-area .charge-to-date{padding-left:0}.create-billing-run .add-details .main-area .control-label{font-weight:700}.create-billing-run .add-details .main-area .comment-label{font-weight:400;font-size:13px;color:#b3b3b3}.create-billing-run .add-details .main-area input.input-lg{width:375px}.create-billing-run .add-details .main-area textarea.input-lg{width:750px;height:100px;border-color:#b3b3b3}.create-billing-run .add-details .main-area .dx-texteditor-input{font-size:18px}.create-billing-run .add-details .navigation-btn{margin-top:-180px}.create-billing-run .add-details .navigation-btn .dx-button{margin-left:10px;margin-right:10px;font-weight:600;font-size:14px;font-family:inherit;text-shadow:none;background-color:#008381;border:2px solid #008381;border-radius:2px;height:40px;float:right}.create-billing-run .add-details .navigation-btn .dx-button:hover{background-color:#025450;text-decoration:underline}.create-billing-run .selection-criteria .main-area{width:750px;padding-left:0}.create-billing-run .selection-criteria .main-area .control-label{font-weight:700}.create-billing-run .selection-criteria .main-area .readonly-selection{margin-left:40px}.create-billing-run .selection-criteria .navigation-btn{margin-top:-180px}.create-billing-run .selection-criteria .navigation-btn .dx-button{margin-left:10px;margin-right:10px;font-weight:600;font-size:14px;font-family:inherit;text-shadow:none;background-color:#008381;border:2px solid #008381;border-radius:2px;height:40px;float:right}.create-billing-run .selection-criteria .navigation-btn .dx-button:hover{background-color:#025450;text-decoration:underline}.create-billing-run .selection-criteria .billing-run-details-panel{margin-top:140px;margin-left:60px;width:280px;height:auto;font-size:16px;padding-top:15px;padding-bottom:15px;outline:1px solid #b3b3b3;color:#414141;background-clip:content-box}.create-billing-run .selection-criteria .billing-run-details-panel span{margin-left:10px}.create-billing-run .confirm-residents .main-area{width:750px;padding-left:0;margin-bottom:40px}.create-billing-run .confirm-residents .main-area .control-label{font-weight:700}.create-billing-run .confirm-residents .main-area .control-label a{font-weight:400}.create-billing-run .confirm-residents .main-area .billing-run-selection{outline:1px solid #b3b3b3;width:750px;height:auto;padding-left:0;padding-right:0;background-clip:content-box}.create-billing-run .confirm-residents .main-area .billing-run-selection .row{margin:15px 0;word-wrap:break-word}.create-billing-run .confirm-residents .main-area .charge-summary-table{margin-top:40px}.create-billing-run .confirm-residents .main-area .charge-summary-table .resident-column{width:30%}.create-billing-run .confirm-residents .main-area .charge-summary-table .resident-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:0}.create-billing-run .confirm-residents .main-area .charge-summary-table .departed-label{padding-left:10px}.create-billing-run .confirm-residents .main-area .charge-summary-table .departed-label span{background-color:#a94442;color:#fff;border-radius:3px;padding:3px;font-size:12px;font-weight:600}.create-billing-run .confirm-residents .main-area .charge-summary-table .dx-datagrid-rowsview .dx-selection.dx-row>td{background-color:transparent!important}.create-billing-run .confirm-residents .navigation-btn{margin-top:-180px}.create-billing-run .confirm-residents .navigation-btn .dx-button{margin-left:10px;margin-right:10px;font-weight:600;font-size:14px;font-family:inherit;text-shadow:none;background-color:#008381;border:2px solid #008381;border-radius:2px;height:40px;float:right}.create-billing-run .confirm-residents .navigation-btn .dx-button:hover{background-color:#025450;text-decoration:underline}.create-billing-run .confirm-residents .billing-run-info-panel{margin-top:100px;margin-left:120px;width:250px;height:auto;font-size:16px;padding-top:15px;padding-bottom:15px;outline:1px solid #b3b3b3;color:#414141;background-clip:content-box}.create-billing-run .confirm-residents .billing-run-info-panel span{margin-left:10px}.create-billing-run .review-and-commit .main-area{width:750px;padding-left:0;margin-bottom:40px}.create-billing-run .review-and-commit .main-area .control-label{font-weight:700}.create-billing-run .review-and-commit .main-area .control-label a{font-weight:400}.create-billing-run .review-and-commit .main-area .billing-run-selection{outline:1px solid #b3b3b3;width:750px;height:auto;padding-left:0;padding-right:0;background-clip:content-box}.create-billing-run .review-and-commit .main-area .billing-run-selection .row{margin:15px 0;word-wrap:break-word}.create-billing-run .review-and-commit .main-area .charge-summary-table{margin-top:40px}.create-billing-run .review-and-commit .main-area .charge-summary-table .resident-column{width:30%}.create-billing-run .review-and-commit .main-area .charge-summary-table .resident-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:0}.create-billing-run .review-and-commit .main-area .charge-summary-table .departed-label{padding-left:10px}.create-billing-run .review-and-commit .main-area .charge-summary-table .departed-label span{background-color:#a94442;color:#fff;border-radius:3px;padding:3px;font-size:12px;font-weight:600}.create-billing-run .review-and-commit .navigation-btn{margin-top:-180px}.create-billing-run .review-and-commit .navigation-btn .dx-button{margin-left:10px;margin-right:10px;font-weight:600;font-size:14px;font-family:inherit;text-shadow:none;background-color:#008381;border:2px solid #008381;border-radius:2px;height:40px;width:140px;float:right}.create-billing-run .review-and-commit .navigation-btn .dx-button:hover{background-color:#025450;text-decoration:underline}.create-billing-run .review-and-commit .billing-run-info-panel{margin-top:100px;margin-left:120px;width:250px;height:auto;font-size:16px;padding-top:15px;padding-bottom:15px;outline:1px solid #b3b3b3;color:#414141;background-clip:content-box}.create-billing-run .review-and-commit .billing-run-info-panel span{margin-left:10px}.view-committed-billing-run .page-header{margin:0 -15px 30px 0;height:120px;background-color:#eee}.view-committed-billing-run .page-header h1{margin-top:40px}.view-committed-billing-run .page-header .return-link{margin-top:45px}.view-committed-billing-run .main-area{width:750px;padding-left:0;margin-left:-15px;margin-bottom:40px}.view-committed-billing-run .main-area .control-label{font-weight:700}.view-committed-billing-run .main-area .control-label a{font-weight:400}.view-committed-billing-run .main-area .resident-selection{outline:1px solid #b3b3b3;width:750px;height:auto;background-color:#e2e2e2}.view-committed-billing-run .main-area .resident-selection .row{margin:15px 0;word-wrap:break-word}.view-committed-billing-run .main-area .charge-summary-table{margin-top:40px}.view-committed-billing-run .main-area .charge-summary-table .resident-column{width:30%}.view-committed-billing-run .main-area .charge-summary-table .resident-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:0}.view-committed-billing-run .main-area .charge-summary-table .departed-label{padding-left:10px}.view-committed-billing-run .main-area .charge-summary-table .departed-label span{background-color:#a94442;color:#fff;border-radius:3px;padding:3px;font-size:12px;font-weight:600}.view-committed-billing-run .billing-run-info-panel{margin-top:20px;margin-left:125px;width:280px;height:auto;font-size:16px;padding-top:15px;outline:1px solid #b3b3b3;color:#414141;background-clip:content-box}.view-committed-billing-run .billing-run-info-panel span{margin-left:10px}.view-committed-billing-run .billing-run-info-panel .committed-notice{margin-top:30px;margin-left:-15px;height:40px;width:280px;background-color:#e9f7d0;color:#074f30}.view-committed-billing-run .billing-run-info-panel .committed-notice span{margin-top:10px;font-weight:700}.view-committed-billing-run .billing-run-info-panel .committed-notice .committed-text{font-family:Source Sans Pro,sans-serif}.view-committed-billing-run .export-btn{margin-top:30px;margin-left:70px}.view-committed-billing-run .export-btn .btn{width:280px}.dx-list-item{border-top:none}.container{min-width:1164px}.page-header{border:none}.control-label{font-weight:400;color:#666}.form-group{padding-bottom:20px}.btn{font-weight:700}.btn-default.active{background-color:#9fa1a5;color:#fff;background:linear-gradient(0deg,#818386 0,#9fa1a5)}.btn-default.active:hover{color:#fff}.btn-warning{background-color:#fff;color:#ec971f;box-shadow:inset 0 0 0 2px #ec971f;border:none}.btn-warning:hover{background-color:#ec971f}.btn-warning:active:focus{background:#ec971f}.btn-danger{background-color:#fff;color:#c9302c;border:none;box-shadow:inset 0 0 0 2px #c9302c}.btn-danger:hover{background-color:#c9302c}.btn-danger:active:focus{background:#c9302c}.btn-primary:active:focus{background:#367cae}.btn-success{background:linear-gradient(180deg,#76d031,#76d031 0,#60aa27 100%,#60aa27 0);border:none}.btn-success:active:focus,.btn-success:hover{background:#4ca409}.navbar-default{min-height:46px;height:46px;border-color:#4e9acb;margin-bottom:0}.navbar-default .navbar-nav>li>a{font-weight:700;padding-top:12px;padding-bottom:12px}.navbar-default .navbar-nav>li>a:hover{background-color:#387eb0}.navbar-default .container{height:46px;min-height:46px}.panel-default .panel-heading{background-color:#595a5c;color:#fff;font-weight:700;padding-top:18px;padding-bottom:18px;border-bottom:none;margin:-1px -1px 0}.panel-footer{height:65px}.panel-body{padding:15px}.datepicker.dropdown-menu{width:250px;height:270px}.datepicker.dropdown-menu button{outline:none;border:0}.datepicker.dropdown-menu tbody{height:180px}.datepicker.dropdown-menu tbody button{padding:6px}.datepicker.dropdown-menu.datepicker-mode-1 tbody button,.datepicker.dropdown-menu.datepicker-mode-2 tbody button{height:65px}.input-lg+.datepicker+.form-control-feedback{width:46px;height:46px;line-height:46px}.nav-pills>li>a{border-radius:0;font-weight:700}hr{border-top:1px solid #ccc;margin-top:10px}ul{padding-left:20px}.list-group-item{height:48px;padding-top:14px}.list-group :hover{background-color:#f7f7f7}.nav-pills .active a.btn-default{background-color:#9fa1a5;color:#fff;background:linear-gradient(0deg,#818386 0,#9fa1a5)}.nav-pills .first-pill a.btn-default{border-top-left-radius:4px;border-bottom-left-radius:4px}.nav-pills .last-pill a.btn-default{border-top-right-radius:4px;border-bottom-right-radius:4px}.modal-open{overflow-y:scroll}.modal-title{font-size:18px}.modal-title.modal-title-header{font-family:Source Sans Pro;font-size:20px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:.03px;height:30px;width:100%}.modal-header.modal-header-action-bed-status{display:flex;width:668px;padding:15px 10px 15px 25px;align-items:flex-start}.modal-header.modal-header-action-bed-status.modal-header-action-close{height:60px}.btn-group-lg>.btn-lg,.btn-lg{height:40px;font-size:14px;font-weight:700;border-radius:3px}.btn-group-md>.btn-md,.btn-md{height:34px;font-size:14px;font-weight:700;border-radius:3px}.btn-default.active.focus{color:#fff}.label-default{background-color:#414141}.label-primary{background-color:#0064d2}.label-success{background-color:#008a00}.label-warning{background-color:#ff8c00}.label-danger{background-color:#d93923}.grid-col-override-11,.grid-col-override-11 .row{padding-left:0;padding-right:0}.grid-col-override-11 .row{margin-left:0;margin-right:0}.grid-col-override-11 .col-xs-11{width:100%}.grid-col-override-11 .col-xs-offset-11{margin-left:100%}.grid-col-override-11 .col-xs-10{width:90.90909091%}.grid-col-override-11 .col-xs-offset-10{margin-left:90.90909091%}.grid-col-override-11 .col-xs-9{width:81.81818182%}.grid-col-override-11 .col-xs-offset-9{margin-left:81.81818182%}.grid-col-override-11 .col-xs-8{width:72.72727273%}.grid-col-override-11 .col-xs-offset-8{margin-left:72.72727273%}.grid-col-override-11 .col-xs-7{width:63.63636364%}.grid-col-override-11 .col-xs-offset-7{margin-left:63.63636364%}.grid-col-override-11 .col-xs-6{width:54.54545455%}.grid-col-override-11 .col-xs-offset-6{margin-left:54.54545455%}.grid-col-override-11 .col-xs-5{width:45.45454545%}.grid-col-override-11 .col-xs-offset-5{margin-left:45.45454545%}.grid-col-override-11 .col-xs-4{width:36.36363636%}.grid-col-override-11 .col-xs-offset-4{margin-left:36.36363636%}.grid-col-override-11 .col-xs-3{width:27.27272727%}.grid-col-override-11 .col-xs-offset-3{margin-left:27.27272727%}.grid-col-override-11 .col-xs-2{width:18.18181818%}.grid-col-override-11 .col-xs-offset-2{margin-left:18.18181818%}.grid-col-override-11 .col-xs-1{width:9.09090909%}.grid-col-override-11 .col-xs-offset-1{margin-left:9.09090909%}.grid-col-override-10,.grid-col-override-10 .row{padding-left:0;padding-right:0}.grid-col-override-10 .row{margin-left:0;margin-right:0}.grid-col-override-10 .col-xs-10{width:100%}.grid-col-override-10 .col-xs-offset-10{margin-left:100%}.grid-col-override-10 .col-xs-9{width:90%}.grid-col-override-10 .col-xs-offset-9{margin-left:90%}.grid-col-override-10 .col-xs-8{width:80%}.grid-col-override-10 .col-xs-offset-8{margin-left:80%}.grid-col-override-10 .col-xs-7{width:70%}.grid-col-override-10 .col-xs-offset-7{margin-left:70%}.grid-col-override-10 .col-xs-6{width:60%}.grid-col-override-10 .col-xs-offset-6{margin-left:60%}.grid-col-override-10 .col-xs-5{width:50%}.grid-col-override-10 .col-xs-offset-5{margin-left:50%}.grid-col-override-10 .col-xs-4{width:40%}.grid-col-override-10 .col-xs-offset-4{margin-left:40%}.grid-col-override-10 .col-xs-3{width:30%}.grid-col-override-10 .col-xs-offset-3{margin-left:30%}.grid-col-override-10 .col-xs-2{width:20%}.grid-col-override-10 .col-xs-offset-2{margin-left:20%}.grid-col-override-10 .col-xs-1{width:10%}.grid-col-override-10 .col-xs-offset-1{margin-left:10%}.grid-col-override-9,.grid-col-override-9 .row{padding-left:0;padding-right:0}.grid-col-override-9 .row{margin-left:0;margin-right:0}.grid-col-override-9 .col-xs-9{width:100%}.grid-col-override-9 .col-xs-offset-9{margin-left:100%}.grid-col-override-9 .col-xs-8{width:88.88888889%}.grid-col-override-9 .col-xs-offset-8{margin-left:88.88888889%}.grid-col-override-9 .col-xs-7{width:77.77777778%}.grid-col-override-9 .col-xs-offset-7{margin-left:77.77777778%}.grid-col-override-9 .col-xs-6{width:66.66666667%}.grid-col-override-9 .col-xs-offset-6{margin-left:66.66666667%}.grid-col-override-9 .col-xs-5{width:55.55555556%}.grid-col-override-9 .col-xs-offset-5{margin-left:55.55555556%}.grid-col-override-9 .col-xs-4{width:44.44444444%}.grid-col-override-9 .col-xs-offset-4{margin-left:44.44444444%}.grid-col-override-9 .col-xs-3{width:33.33333333%}.grid-col-override-9 .col-xs-offset-3{margin-left:33.33333333%}.grid-col-override-9 .col-xs-2{width:22.22222222%}.grid-col-override-9 .col-xs-offset-2{margin-left:22.22222222%}.grid-col-override-9 .col-xs-1{width:11.11111111%}.grid-col-override-9 .col-xs-offset-1{margin-left:11.11111111%}.grid-col-override-8,.grid-col-override-8 .row{padding-left:0;padding-right:0}.grid-col-override-8 .row{margin-left:0;margin-right:0}.grid-col-override-8 .col-xs-8{width:100%}.grid-col-override-8 .col-xs-offset-8{margin-left:100%}.grid-col-override-8 .col-xs-7{width:87.5%}.grid-col-override-8 .col-xs-offset-7{margin-left:87.5%}.grid-col-override-8 .col-xs-6{width:75%}.grid-col-override-8 .col-xs-offset-6{margin-left:75%}.grid-col-override-8 .col-xs-5{width:62.5%}.grid-col-override-8 .col-xs-offset-5{margin-left:62.5%}.grid-col-override-8 .col-xs-4{width:50%}.grid-col-override-8 .col-xs-offset-4{margin-left:50%}.grid-col-override-8 .col-xs-3{width:37.5%}.grid-col-override-8 .col-xs-offset-3{margin-left:37.5%}.grid-col-override-8 .col-xs-2{width:25%}.grid-col-override-8 .col-xs-offset-2{margin-left:25%}.grid-col-override-8 .col-xs-1{width:12.5%}.grid-col-override-8 .col-xs-offset-1{margin-left:12.5%}.grid-col-override-7,.grid-col-override-7 .row{padding-left:0;padding-right:0}.grid-col-override-7 .row{margin-left:0;margin-right:0}.grid-col-override-7 .col-xs-7{width:100%}.grid-col-override-7 .col-xs-offset-7{margin-left:100%}.grid-col-override-7 .col-xs-6{width:85.71428571%}.grid-col-override-7 .col-xs-offset-6{margin-left:85.71428571%}.grid-col-override-7 .col-xs-5{width:71.42857143%}.grid-col-override-7 .col-xs-offset-5{margin-left:71.42857143%}.grid-col-override-7 .col-xs-4{width:57.14285714%}.grid-col-override-7 .col-xs-offset-4{margin-left:57.14285714%}.grid-col-override-7 .col-xs-3{width:42.85714286%}.grid-col-override-7 .col-xs-offset-3{margin-left:42.85714286%}.grid-col-override-7 .col-xs-2{width:28.57142857%}.grid-col-override-7 .col-xs-offset-2{margin-left:28.57142857%}.grid-col-override-7 .col-xs-1{width:14.28571429%}.grid-col-override-7 .col-xs-offset-1{margin-left:14.28571429%}.grid-col-override-6,.grid-col-override-6 .row{padding-left:0;padding-right:0}.grid-col-override-6 .row{margin-left:0;margin-right:0}.grid-col-override-6 .col-xs-6{width:100%}.grid-col-override-6 .col-xs-offset-6{margin-left:100%}.grid-col-override-6 .col-xs-5{width:83.33333333%}.grid-col-override-6 .col-xs-offset-5{margin-left:83.33333333%}.grid-col-override-6 .col-xs-4{width:66.66666667%}.grid-col-override-6 .col-xs-offset-4{margin-left:66.66666667%}.grid-col-override-6 .col-xs-3{width:50%}.grid-col-override-6 .col-xs-offset-3{margin-left:50%}.grid-col-override-6 .col-xs-2{width:33.33333333%}.grid-col-override-6 .col-xs-offset-2{margin-left:33.33333333%}.grid-col-override-6 .col-xs-1{width:16.66666667%}.grid-col-override-6 .col-xs-offset-1{margin-left:16.66666667%}.grid-col-override-5,.grid-col-override-5 .row{padding-left:0;padding-right:0}.grid-col-override-5 .row{margin-left:0;margin-right:0}.grid-col-override-5 .col-xs-5{width:100%}.grid-col-override-5 .col-xs-offset-5{margin-left:100%}.grid-col-override-5 .col-xs-4{width:80%}.grid-col-override-5 .col-xs-offset-4{margin-left:80%}.grid-col-override-5 .col-xs-3{width:60%}.grid-col-override-5 .col-xs-offset-3{margin-left:60%}.grid-col-override-5 .col-xs-2{width:40%}.grid-col-override-5 .col-xs-offset-2{margin-left:40%}.grid-col-override-5 .col-xs-1{width:20%}.grid-col-override-5 .col-xs-offset-1{margin-left:20%}.grid-col-override-4,.grid-col-override-4 .row{padding-left:0;padding-right:0}.grid-col-override-4 .row{margin-left:0;margin-right:0}.grid-col-override-4 .col-xs-4{width:100%}.grid-col-override-4 .col-xs-offset-4{margin-left:100%}.grid-col-override-4 .col-xs-3{width:75%}.grid-col-override-4 .col-xs-offset-3{margin-left:75%}.grid-col-override-4 .col-xs-2{width:50%}.grid-col-override-4 .col-xs-offset-2{margin-left:50%}.grid-col-override-4 .col-xs-1{width:25%}.grid-col-override-4 .col-xs-offset-1{margin-left:25%}.grid-col-override-3,.grid-col-override-3 .row{padding-left:0;padding-right:0}.grid-col-override-3 .row{margin-left:0;margin-right:0}.grid-col-override-3 .col-xs-3{width:100%}.grid-col-override-3 .col-xs-offset-3{margin-left:100%}.grid-col-override-3 .col-xs-2{width:66.66666667%}.grid-col-override-3 .col-xs-offset-2{margin-left:66.66666667%}.grid-col-override-3 .col-xs-1{width:33.33333333%}.grid-col-override-3 .col-xs-offset-1{margin-left:33.33333333%}.grid-col-override-2,.grid-col-override-2 .row{padding-left:0;padding-right:0}.grid-col-override-2 .row{margin-left:0;margin-right:0}.grid-col-override-2 .col-xs-2{width:100%}.grid-col-override-2 .col-xs-offset-2{margin-left:100%}.grid-col-override-2 .col-xs-1{width:50%}.grid-col-override-2 .col-xs-offset-1{margin-left:50%}.modal-body-error{color:#a94442;background-color:#f9ebeb;font-weight:700}.modal-body-error .error-details{color:#000;font-weight:400}.modal-backdrop.am-fade{opacity:.5;transition:opacity .15s linear}.modal-backdrop.am-fade.ng-enter{opacity:0}.modal-backdrop.am-fade.ng-enter.ng-enter-active,.modal-backdrop.am-fade.ng-leave{opacity:.5}.modal-backdrop.am-fade.ng-leave.ng-leave-active{opacity:0}.modal.center .modal-dialog{position:fixed;top:40%;left:50%;min-width:320px;max-width:630px;width:50%;transform:translateX(-50%) translateY(-50%)}.modal-body{background-color:#f5f5f5;padding-bottom:50px}.modal-body,.modal-footer{padding-left:30px;padding-right:30px}.modal-footer{background-color:#fff;border:1px solid #d2d2d2}.modal-header{background-color:#fff;border:0;padding-left:30px}.custom-dialog-container .mat-dialog-container{padding:0;min-height:226px}.cdk-overlay-container{z-index:1091}.mat-button-wrapper{font-family:Source Sans Pro!important}.navbar-default{border-radius:0}.navbar-default .navbar-brand{height:auto}.navbar-default .navbar-collapse{padding-left:0}@media only screen and (min-width:768px){.navbar-default .dropdown:hover .dropdown-menu{display:block}}.navbar-default{background-color:#4e9acb;border-color:#387eb0}.navbar-default .navbar-brand,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-text{color:#fff}.navbar-default .navbar-nav>li>.dropdown-menu{background-color:#595a5c}.navbar-default .navbar-nav>li>.dropdown-menu>li>a{color:#fff}.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus,.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover{color:#fff;background-color:#3f3f41}.navbar-default .navbar-nav>li>.dropdown-menu>li>.divider{background-color:#387eb0}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fff;background-color:#387eb0}.navbar-default .navbar-toggle{border-color:#387eb0}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#387eb0}.navbar-default .navbar-toggle .icon-bar{background-color:#fff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#fff}.navbar-default .navbar-link,.navbar-default .navbar-link:hover{color:#fff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#387eb0}}select.localytics-chosen+.chosen-container{width:100%!important}select.localytics-chosen+.chosen-container.chosen-container-single .chosen-single{display:block;width:100%;height:47px;padding:10px 12px;font-size:18px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-image:none}select.localytics-chosen+.chosen-container.chosen-container-single .chosen-single div{top:12px;padding-left:3px;color:#000}select.localytics-chosen+.chosen-container .chosen-drop{background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;margin:2px 0 0}select.localytics-chosen+.chosen-container .chosen-search input[type=text]{display:block;width:100%;height:34px;padding:6px 12px;font-size:18px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-image:none}select.localytics-chosen+.chosen-container .chosen-results{margin:2px 0 0;padding:5px 0;font-size:18px;list-style:none;background-color:#fff;margin-bottom:5px}select.localytics-chosen+.chosen-container .chosen-results li,select.localytics-chosen+.chosen-container .chosen-results li.active-result{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#555;white-space:nowrap;background-image:none}select.localytics-chosen+.chosen-container .chosen-results li.create-option{padding-left:7px;padding-right:7px}select.localytics-chosen+.chosen-container .chosen-results li.create-option a{font-size:18px;font-weight:400;height:30px;padding-top:3px;max-width:100%;padding-right:3px;text-overflow:ellipsis;overflow:hidden}select.localytics-chosen+.chosen-container .chosen-results li.active-result:hover,select.localytics-chosen+.chosen-container .chosen-results li.highlighted,select.localytics-chosen+.chosen-container .chosen-results li:hover{text-decoration:none;background-image:none}select.localytics-chosen+.chosen-container .chosen-results li.active-result:hover:not(.create-option):not(.result-selected),select.localytics-chosen+.chosen-container .chosen-results li.highlighted:not(.create-option):not(.result-selected),select.localytics-chosen+.chosen-container .chosen-results li:hover:not(.create-option):not(.result-selected){color:#fff;background-color:#367cae}select.localytics-chosen+.chosen-container .chosen-results li.active-result:hover:not(.create-option).result-selected,select.localytics-chosen+.chosen-container .chosen-results li.highlighted:not(.create-option).result-selected,select.localytics-chosen+.chosen-container .chosen-results li:hover:not(.create-option).result-selected{color:#fff;background-color:#ccc}select.localytics-chosen+.chosen-container .chosen-results li.active-result:hover.create-option,select.localytics-chosen+.chosen-container .chosen-results li.highlighted.create-option,select.localytics-chosen+.chosen-container .chosen-results li:hover.create-option{background-color:#fff}select.localytics-chosen+.chosen-container-multi .chosen-choices{display:block;width:100%;min-height:34px;padding:6px 6px 0;font-size:18px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-image:none}select.localytics-chosen+.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:auto;padding:6px 0 12px}select.localytics-chosen+.chosen-container-multi .chosen-choices li.search-choice{background-image:none;padding:3px 24px 3px 5px;margin:0 6px 0 0;font-size:18px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;border-radius:4px;color:#555;background-color:#dbebf2;border-color:#b4c6d3;margin-bottom:6px;text-overflow:ellipsis;overflow:hidden}select.localytics-chosen+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:10px;right:6px}select.localytics-chosen+.chosen-container-multi.chosen-container-active .chosen-choices,select.localytics-chosen+.chosen-container.chosen-container-single.chosen-container-active .chosen-single,select.localytics-chosen+.chosen-container .chosen-search input[type=text]:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}select.localytics-chosen+.chosen-container-multi .chosen-results li.result-selected{display:list-item;color:#ccc;cursor:default;background-color:#fff}.chosen-container-multi .chosen-choices li.search-field input[type=text]:focus{border-radius:3px;background-color:#fefbe3!important;border:1px solid #dddaa6!important;padding-left:5px!important;height:33px!important;color:#3f3f41!important;padding-top:13px!important;margin-bottom:8px!important;margin-top:0}.search-choice-close:hover{background-color:#b3cde6}.search-choice-disabled{background-color:#e2e2e2!important;color:#666!important;border-color:#ccc!important}:root{--banner-color-white:#fff;--banner-color-transparent:transparent;--banner-color-blue-lightest:#ecf7fe;--banner-color-blue-lighter:#d8effe;--banner-color-blue-light:#b2e0fd;--banner-color-blue-mid:#0064d2;--banner-color-blue-dark:#001e82;--banner-color-gray-50:#fff;--banner-color-gray-75:#fafafa;--banner-color-gray-100:#f5f5f5;--banner-color-gray-200:#eaeaea;--banner-color-gray-300:#e1e1e1;--banner-color-gray-400:#cacaca;--banner-color-gray-500:#b3b3b3;--banner-color-gray-600:#8e8e8e;--banner-color-gray-700:#6e6e6e;--banner-color-gray-800:#4b4b4b;--banner-color-gray-900:#2c2c2c;--banner-color-green-lightest:#ecf9ec;--banner-color-green-lighter:#d8f2d8;--banner-color-green-light:#b2e6b2;--banner-color-green-mid:#008a00;--banner-color-green-dark:#074f30;--banner-color-magenta-lightest:#ffeff7;--banner-color-magenta-lighter:#ffdeef;--banner-color-magenta-light:#ffbedf;--banner-color-magenta-mid:#a0168c;--banner-color-magenta-dark:#570066;--banner-color-orange-lightest:#fef3ec;--banner-color-orange-lighter:#fce6d8;--banner-color-orange-light:#facdb2;--banner-color-orange-mid:#d93923;--banner-color-orange-dark:#9e043e;--banner-color-purple-lightest:#f6f7fb;--banner-color-purple-lighter:#eeeff6;--banner-color-purple-light:#dcdeed;--banner-color-purple-mid:#5e50bf;--banner-color-purple-dark:#35237f;--banner-color-turquoise-lightest:#eff8f8;--banner-color-turquoise-lighter:#e0f2f1;--banner-color-turquoise-light:#c0e4e3;--banner-color-turquoise-mid:#008381;--banner-color-turquoise-dark:#025450;--banner-color-yellow-lightest:#fffcec;--banner-color-yellow-lighter:#fff9d8;--banner-color-yellow-light:#fff3b1;--banner-color-yellow-mid:#ffd140;--banner-color-yellow-dark:#eb9e07;--color-yellow-darkest:#986500}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(../fonts/source-sans-pro-v13-latin-regular.eot);src:url(../fonts/SourceSansPro-Regular.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/source-sans-pro-v13-latin-regular.woff2) format("woff2"),url(../fonts/source-sans-pro-v13-latin-regular.woff) format("woff"),url(../fonts/source-sans-pro-v13-latin-regular.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro) format("svg")}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(../fonts/source-sans-pro-v13-latin-italic.eot);src:url(../fonts/SourceSansPro-Italic.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-italic.eot?#iefix) format("embedded-opentype"),url(../fonts/source-sans-pro-v13-latin-italic.woff2) format("woff2"),url(../fonts/source-sans-pro-v13-latin-italic.woff) format("woff"),url(../fonts/source-sans-pro-v13-latin-italic.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro) format("svg")}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(../fonts/source-sans-pro-v13-latin-600.eot);src:url(../fonts/SourceSansPro-SemiBold.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-600.eot?#iefix) format("embedded-opentype"),url(../fonts/source-sans-pro-v13-latin-600.woff2) format("woff2"),url(../fonts/source-sans-pro-v13-latin-600.woff) format("woff"),url(../fonts/source-sans-pro-v13-latin-600.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro) format("svg")}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(../fonts/source-sans-pro-v13-latin-700.eot);src:url(../fonts/SourceSansPro-Bold.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/source-sans-pro-v13-latin-700.woff2) format("woff2"),url(../fonts/source-sans-pro-v13-latin-700.woff) format("woff"),url(../fonts/source-sans-pro-v13-latin-700.ttf) format("truetype"),url(../fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro) format("svg")}body{background-color:#fff;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;color:#414141;overflow-y:scroll}h1,h2,h3{font-weight:700}h1{font-size:30px}h2{font-size:18px}h3{font-size:16px}.top-header{background-color:#fff;height:50px;border-bottom-width:1px;border-bottom-color:#ccc}.top-header .container{height:50px}.top-header .split-bar{width:1px;height:30px;margin:11px 2px 4px;display:inline-block;text-decoration:none}.sub-header{margin-bottom:20px}.sub-header-locations{margin-top:12px;margin-bottom:20px}.form-section{padding-bottom:10px;margin-bottom:40px}.checkbox-large{padding-bottom:20px}.checkbox-large input[type=checkbox]{width:25px;height:25px}.checkbox-large span{padding-left:20px;padding-top:5px;display:inline-block}.checkbox-small label{display:block;padding-left:15px;text-indent:-20px}.checkbox-small input{width:13px;height:13px;padding:0;margin:0;vertical-align:bottom;position:relative;top:-1px;*overflow:hidden}input.no-spinner[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.ng-submitted .ng-invalid,input.ng-touched.ng-invalid{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.ng-submitted .ng-invalid:focus,input.ng-touched.ng-invalid:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.ng-submitted .ng-invalid+.chosen-container-active.chosen-container-multi>.chosen-choices,.ng-submitted .ng-invalid+.chosen-container.chosen-container-multi>.chosen-choices,select.localytics-chosen.ng-invalid+.chosen-container-active.chosen-container-multi>.chosen-choices,select.localytics-chosen.ng-touched.ng-invalid+.chosen-container.chosen-container-multi>.chosen-choices{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.btn-inline-block-lg{display:inline-block;width:170px}.btn-inline-block-xl{display:inline-block;width:200px}.btn-inline-block-xxl{display:inline-block;width:240px}.btn-inline-block-sm{display:inline-block;width:130px}.btn-inline-block-xsm{display:inline-block;width:100px}.btn-inline-block-xxsm{display:inline-block;width:93px}.btn-inline-block-xxxsm{display:inline-block;width:79px}.btn-inline-block-xxxxsm{display:inline-block;width:65px}.cm-table thead{background-color:#3f3f41}.cm-table thead th{font-weight:400;color:#fff}.cm-table tbody tr{background-color:#fff}.cursor-pointer{cursor:pointer}.cursor-grabbing{cursor:grabbing}.cursor-default{cursor:default}@media (min-width:767px){.row.cols-equal-height-in-lg-screen{display:-ms-flexbox;display:flex}}@media (min-width:767px){.row.cols-equal-height-in-lg-screen>[class*=col-]{display:flex;flex-direction:column}}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}a{text-decoration:none;color:#0064d2}a:hover{color:#276089;text-decoration:underline}.label-warning{color:#414141!important}.row.spacer{height:32px}.row.space-below{margin-bottom:32px}.row.space-below-label{margin-bottom:10px}.row.space-below-8{margin-bottom:8px}.row.space-below-15{margin-bottom:15px}.row.space-above{margin-top:32px}.row.space-above-20{margin-top:20px}.row.highlighted-bottom{background-color:#f7f7f7;border:1px solid #ccc;padding-bottom:20px;padding-top:20px;margin-top:-1px}.highlighted-bottom-pointer{width:0;height:0;border-style:solid;border-width:0 10px 16px;border-color:transparent transparent #ccc;display:block;margin-top:5px;margin-left:25px;position:relative}.highlighted-bottom-pointer:after{content:"";width:0;height:0;border-style:solid;border-width:0 8px 14px;border-color:transparent transparent #f7f7f7;display:block;position:absolute;left:-8px;top:2px}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.view-label{color:#666;font-size:14px}.view-value{color:#3f3f41;font-size:16px}.view-value-link{font-size:16px;cursor:pointer;display:block}.view-value-note{color:#696969}.margin-top-2{margin-top:2px}.margin-top-5{margin-top:5px}.margin-left-2{margin-left:2px}.margin-left-20{margin-left:-20px}.loading-indicator{display:none;position:fixed;z-index:2000;top:0;left:0;height:100%;width:100%;overflow:hidden;background-color:rgba(0,0,0,.5)}.loading-indicator.active{display:block}.loading-indicator div{top:50%;left:50%;font-size:18px;width:1em;height:1em;border-radius:50%;position:absolute;text-indent:-9999em;animation:a 1.1s infinite ease;transform:translateZ(0)}@keyframes a{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes b{0%,to{box-shadow:0 -2.6em 0 0 #000,1.8em -1.8em 0 0 rgba(0,0,0,.2),2.5em 0 0 0 rgba(0,0,0,.2),1.75em 1.75em 0 0 rgba(0,0,0,.2),0 2.5em 0 0 rgba(0,0,0,.2),-1.8em 1.8em 0 0 rgba(0,0,0,.2),-2.6em 0 0 0 rgba(0,0,0,.5),-1.8em -1.8em 0 0 rgba(0,0,0,.7)}12.5%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.7),1.8em -1.8em 0 0 #000,2.5em 0 0 0 rgba(0,0,0,.2),1.75em 1.75em 0 0 rgba(0,0,0,.2),0 2.5em 0 0 rgba(0,0,0,.2),-1.8em 1.8em 0 0 rgba(0,0,0,.2),-2.6em 0 0 0 rgba(0,0,0,.2),-1.8em -1.8em 0 0 rgba(0,0,0,.5)}25%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.5),1.8em -1.8em 0 0 rgba(0,0,0,.7),2.5em 0 0 0 #000,1.75em 1.75em 0 0 rgba(0,0,0,.2),0 2.5em 0 0 rgba(0,0,0,.2),-1.8em 1.8em 0 0 rgba(0,0,0,.2),-2.6em 0 0 0 rgba(0,0,0,.2),-1.8em -1.8em 0 0 rgba(0,0,0,.2)}37.5%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.2),1.8em -1.8em 0 0 rgba(0,0,0,.5),2.5em 0 0 0 rgba(0,0,0,.7),1.75em 1.75em 0 0 #000,0 2.5em 0 0 rgba(0,0,0,.2),-1.8em 1.8em 0 0 rgba(0,0,0,.2),-2.6em 0 0 0 rgba(0,0,0,.2),-1.8em -1.8em 0 0 rgba(0,0,0,.2)}50%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.2),1.8em -1.8em 0 0 rgba(0,0,0,.2),2.5em 0 0 0 rgba(0,0,0,.5),1.75em 1.75em 0 0 rgba(0,0,0,.7),0 2.5em 0 0 #000,-1.8em 1.8em 0 0 rgba(0,0,0,.2),-2.6em 0 0 0 rgba(0,0,0,.2),-1.8em -1.8em 0 0 rgba(0,0,0,.2)}62.5%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.2),1.8em -1.8em 0 0 rgba(0,0,0,.2),2.5em 0 0 0 rgba(0,0,0,.2),1.75em 1.75em 0 0 rgba(0,0,0,.5),0 2.5em 0 0 rgba(0,0,0,.7),-1.8em 1.8em 0 0 #000,-2.6em 0 0 0 rgba(0,0,0,.2),-1.8em -1.8em 0 0 rgba(0,0,0,.2)}75%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.2),1.8em -1.8em 0 0 rgba(0,0,0,.2),2.5em 0 0 0 rgba(0,0,0,.2),1.75em 1.75em 0 0 rgba(0,0,0,.2),0 2.5em 0 0 rgba(0,0,0,.5),-1.8em 1.8em 0 0 rgba(0,0,0,.7),-2.6em 0 0 0 #000,-1.8em -1.8em 0 0 rgba(0,0,0,.2)}87.5%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,.2),1.8em -1.8em 0 0 rgba(0,0,0,.2),2.5em 0 0 0 rgba(0,0,0,.2),1.75em 1.75em 0 0 rgba(0,0,0,.2),0 2.5em 0 0 rgba(0,0,0,.2),-1.8em 1.8em 0 0 rgba(0,0,0,.5),-2.6em 0 0 0 rgba(0,0,0,.7),-1.8em -1.8em 0 0 #000}}@keyframes c{0%{background-color:#4e9acb;opacity:.8}to{background-color:none;opacity:1}}.infinite-scroll-loading-indicator{text-align:center;padding-top:2px;margin-bottom:30px}.infinite-scroll-loading-indicator div{display:block;margin-left:calc(50% - 70px);margin-top:8px;font-size:6px;width:1em;height:1em;border-radius:50%;position:absolute;text-indent:-9999em;animation:b 1.1s infinite ease;transform:translateZ(0)}.input-short{width:75px}.panel-body.wide{padding-left:100px;padding-right:100px}.panel-body.with-highlighted-bottom{padding-bottom:0}.view-label-block,.view-label-block .view-label,.view-value-block,.view-value-block .view-value,.view-value-link-block,.view-value-link-block .view-value-link{display:block}.dollar-input-container{position:relative;display:block}.dollar-input-container:before{content:"$";position:absolute;top:11px;left:8px;font-size:18px}.dollar-input-container input{padding-left:20px;text-align:right}.percentage-input-container{position:relative;display:block}.percentage-input-container:before{content:"%";position:absolute;top:11px;right:8px;font-size:18px}.percentage-input-container input{padding-right:26px}.form-group.single-form-group{padding-bottom:0}.block{display:block}.panel-subtitle{padding-bottom:15px}.assign-bed-panel{height:65px;padding:0;align-content:center}.assign-bed-panel .assign-bed-button:focus,.assign-bed-panel .assign-bed-button:hover{text-decoration:none!important;outline:none}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-40{margin-top:40px}.margin-top-3{margin-top:3px}.no-margin-top{margin-top:0}.no-margin-right{margin-right:0!important}.no-left-padding{padding-left:0}.no-padding-right{padding-right:0!important}.padding-top-18{padding-top:18px}.padding-top-5{padding-top:5px}.padding-top-10{padding-top:10px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-11{margin-bottom:11px}.margin-bottom-12{margin-bottom:12px}.margin-bottom-15{margin-bottom:15px}.right-align{text-align:right}.sticky-action-bar-wrapper{background:hsla(0,0%,95%,.9);margin-left:-25px;padding-left:25px}.sticky-action-bar-wrapper.affix{box-shadow:0 8px 5px -5px rgba(0,0,0,.15);z-index:9999}.sticky-action-bar-wrapper.affix+.sticky-action-bar-wrapper-affix-margin{display:block;height:65px}.sticky-action-bar-wrapper .sticky-action-bar{padding:15px 0;position:relative}.sticky-action-bar-wrapper .sticky-action-bar button:first-of-type{margin-right:10px;padding:7px 20px}.sticky-action-bar-wrapper .sticky-action-bar a{font-size:18px}.sticky-action-bar-wrapper .sticky-action-bar-ex{margin-left:20px;padding:15px 0;position:relative}.sticky-action-bar-wrapper .sticky-action-bar-ex button:first-of-type{margin-right:30px;padding:7px 20px}.sticky-action-bar-wrapper .sticky-action-bar-ex a{font-size:18px}.sticky-action-bar-wrapper .right-aligned-btns{margin-left:524px}.radio-group{padding-bottom:10px;margin-bottom:0}.radio-group ul{list-style:none;padding-left:1px}.radio-group ul li{margin-bottom:3px}.radio-group input[type=radio]{width:2em;height:2em}.radio-group .radio-label{padding-left:15px;color:#666;font-size:14px;font-style:normal;font-weight:400;margin-bottom:10px;vertical-align:bottom}.nounderline{text-decoration:none}.default-table table{border-collapse:collapse}.default-table thead,.default-table thead tr{background-color:#595a5c}.default-table thead tr th{background-color:#595a5c;border-bottom:none;padding:10px 18px;color:#fff}.default-table tbody tr{background-color:#fff;height:48px;border:1px solid #ddd}.default-table tbody tr td{padding:10px 18px;vertical-align:middle;border:none}.bold-font{font-weight:700}.logged-user-info div{display:inline-block}.logged-user-info .user-menu{margin-left:10px}.logged-user-info .error{background-color:#ee8600;color:#900;padding:2px 5px;border-radius:3px;cursor:default}.resident-search-sundry{display:inline-block}.resident-search-sundry .remove-magnifier input[type=text]{padding-left:11px}.resident-search-sundry .add-magnifier input[type=text]{background:url(../images/magnifying-glass-black.png) no-repeat;background-size:17px 17px;background-position:2% 50%;padding-left:25px}.resident-search-sundry .angucomplete-holder{position:relative;display:inline-block;width:210px}.resident-search-sundry .angucomplete-holder input[type=text]{height:36px;border-radius:3px;padding-right:30px}.resident-search-sundry .angucomplete-holder .resident-photo-selected{position:absolute;top:1px;right:1px}.resident-search-sundry .angucomplete-holder .resident-photo-selected img{height:34px;width:34px}.resident-search-sundry .angucomplete-holder .angucomplete-dropdown{background-color:#fff;position:absolute;z-index:1;width:100%;padding:3px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.resident-search-sundry .angucomplete-holder input[type=text]::-ms-clear{width:0;height:0}.resident-search-sundry .angucomplete-holder i.clear-icon{position:absolute;padding:6px;right:5px;height:10px;width:10px;cursor:pointer;color:#f1f1f2;display:inline-block;top:8px;background:url(../images/clear-search-neutral.png) no-repeat 50%;background-size:10px 10px}.resident-search-sundry .angucomplete-holder i.clear-icon:hover{background:url(../images/clear-search-hover.png) no-repeat 50%;background-size:10px 10px}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper{display:block;cursor:pointer;height:34px;top:4px}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper .resident-photo{display:inline-block;right:3px;position:absolute}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper .resident-photo img{height:34px;width:34px}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper .resident-info{display:inline-block;vertical-align:middle}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper .resident-info .resident-name{color:#3f3f41;font-size:14px;text-overflow:ellipsis;width:180px;overflow:hidden;white-space:nowrap;padding-top:7px;padding-left:8px}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper:hover{background-color:#4e9acb}.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper:hover .resident-additional-info,.resident-search-sundry .angucomplete-holder .resident-search-row-wrapper:hover .resident-name{color:#fff}.auto-complete-free-text .free-text-search-row-wrapper{height:46px;cursor:pointer;display:block}.auto-complete-free-text .free-text-search-row-wrapper .auto-complete-result{display:inline-block;vertical-align:middle;color:#3f3f41;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:12px;padding-left:8px}.auto-complete-free-text .free-text-search-row-wrapper:hover{background-color:#4e9acb}.auto-complete-free-text .free-text-search-row-wrapper:hover .auto-complete-result{color:#fff}.auto-complete-free-text .angucomplete-dropdown{background-color:#fff;position:absolute;z-index:1;width:260px;padding:5px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.navbar-nav>li>a span.caret{display:none}.navbar-nav>li>.dropdown-menu{padding:0 0 7px}.navbar-nav>li>.dropdown-menu li>a{padding:6px 20px}.sub-label{margin-top:10px;color:#999}.mid-line-checkbox{margin-top:30px}.searchable-dropdown.select2-container{width:100%}.searchable-dropdown.select2-container .select2-choice{height:46px;border-radius:6px;background-color:none;background-image:none;border:1px solid #ccc}.searchable-dropdown .select2-container:focus{outline:none;border-color:#9ecaed;box-shadow:0 0 10px #9ecaed}.searchable-dropdown.select2-container .select2-choice .select2-arrow{border-left:none;background:none;color:#fff;top:8px}.searchable-dropdown.select2-dropdown-open .select2-choice{background-color:#fff}.searchable-dropdown .select2-chosen{font-size:18px;color:#3f3f41;padding:12px}.searchable-dropdown .select2-results{font-size:16px;color:#3f3f41}.searchable-dropdown .select2-search{border-top:1px solid #5897fb;padding-top:4px}.searchable-dropdown .select2-search input{font-size:18px;height:46px!important;background:none;font-family:inherit}.searchable-dropdown .option-min-height{min-height:20px}.table-hover.override-hover-background-colour tr:hover{background-color:#e2e2e2!important}.values-with-effective-date-dialog .modal-content{border-radius:3px;width:418px}.values-with-effective-date-dialog .modal-content .modal-header .delete-button-2{margin-top:4px}.values-with-effective-date-dialog .modal-content .modal-body{padding-bottom:1px;padding-left:0;padding-right:13px}.values-with-effective-date-dialog .modal-content .text-danger{font-size:14px}.values-with-effective-date-dialog .input-table{padding-right:12px;padding-left:30px;margin-right:0;max-height:700px;margin-bottom:10px}.values-with-effective-date-dialog .scrollable{overflow-y:auto}.values-with-effective-date-dialog .input-table::-webkit-scrollbar{width:8px}.values-with-effective-date-dialog .input-table::-webkit-scrollbar-track{color:#ccc;border-radius:4px}.values-with-effective-date-dialog .input-table::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ccc}.values-with-effective-date-dialog .input-table::-webkit-scrollbar-track-piece{margin-top:32px;margin-bottom:20px}.values-with-effective-date-dialog .table{border-color:#ccc}.values-with-effective-date-dialog .table .input-lg{border-radius:3px;height:36px;width:135px;font-size:14px}.values-with-effective-date-dialog .table .percentage-input-container:before{content:"%";position:absolute;top:8px;right:8px;font-size:14px}.values-with-effective-date-dialog .table .dollar-input-container:before{top:6px}.values-with-effective-date-dialog .table .form-control-feedback{position:sticky;width:36px;height:36px;margin-top:-39px;margin-left:98px}.values-with-effective-date-dialog .table .col-xs-12{position:static}.values-with-effective-date-dialog .table tbody{background-color:#fff}.values-with-effective-date-dialog .table tbody>tr{border:1px solid #ccc}.values-with-effective-date-dialog .table tbody>tr>td{border-bottom:1px solid #ccc}.values-with-effective-date-dialog .table tbody>tr:last-child,.values-with-effective-date-dialog .table thead>tr:first-child{border-bottom:2px solid #999}.values-with-effective-date-dialog .table thead>tr:first-child th{border:none}.values-with-effective-date-dialog .table th{color:#666;text-transform:uppercase;font-weight:400;font-size:12px}.values-with-effective-date-dialog .table td:first-child{width:152px}.values-with-effective-date-dialog .table td:nth-child(2){width:136px}.values-with-effective-date-dialog .table td:last-child{width:20%;vertical-align:middle;text-align:right;padding-right:12px}.values-with-effective-date-dialog .table div.form-group{padding-bottom:0;margin-bottom:0}.values-with-effective-date-dialog .table div.col-xs-12{padding-right:0;padding-left:0}.calander-container tbody>tr{border:none}.calander-container tbody>tr:last-child,.calander-container tbody>tr>td,.calander-container thead>tr:first-child{border-bottom:none}.delete-button{background:url(../images/gray-cross@2x.png) no-repeat;background-size:16px}.delete-button,.delete-button-2{border:none;width:16px;height:16px;vertical-align:middle}.delete-button-2{background:url(../images/cross-neutral.png) no-repeat;background-size:16px}.float-right{float:right}.resman-checkbox{height:28px;width:28px;display:inline-block;padding:6px;border-radius:3px;border:1px solid #ccc;background:#fff;cursor:pointer}.resman-checkbox img{width:14px;height:14px;vertical-align:top}.resman-checkbox:hover{border:1px solid #999}.resman-checkbox.true{background-color:#367cae}.resman-checkbox.true:hover{background-color:#4e9acb}.resman-checkbox.disabled{background-color:#f7f7f7;cursor:auto}.resman-checkbox.disabled:hover{border:1px solid #ccc}.text-field{height:40px;border-radius:3px;font-size:16px}.space-below-10{margin-bottom:10px}.space-below-24{margin-bottom:24px}.chevron-up-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/chevron-up.png);background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block;vertical-align:middle;margin-bottom:1px}.back-to-top{position:fixed;height:44px;width:154px;border-radius:22px;bottom:15px;right:15px;display:none;z-index:1;font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:16px;line-height:24px;font-weight:600}.back-to-top:focus{outline:0!important}.back-to-top .icon{margin-left:8px;vertical-align:text-top}.calender-pos-a{top:26px;right:10px}.calender-pos-b{top:18px;right:10px}.calender-pos-c{top:22px}.calender-pos-d{right:10px}.calender-pos-e{top:-6px;right:10px}.calender-pos-f{top:-2px;right:10px}.v-align-middle,.v-allign-label-40{vertical-align:middle}.v-allign-label-40{height:40px;display:table-cell}[ng-cloak]{display:none!important}.icon-history-blue{width:14px;height:14px;background-position:50%;background-repeat:no-repeat;background-image:url(../images/history-blue.svg)}.delete-button-3{border:none;background-color:#fff}.delete-button-3:hover{color:#000;background:#f5a623;background-color:rgba(0,131,129,.08);border-radius:26px;opacity:1}.tooltip-button{position:relative;border:none;background:transparent;cursor:pointer}.icon{background-color:#4caf50;color:#fff;font-size:12px;border-radius:50%}.tooltip-text{visibility:hidden;position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:#fff;color:#414141;padding:4px 8px;border:1px solid #595959;border-radius:6px;font-size:12px;opacity:0;transition:opacity .3s ease;z-index:1;white-space:nowrap}.tooltip-button:hover .tooltip-text{visibility:visible;opacity:1}.disabled-class{opacity:.6}.disabled-class:focus,.disabled-class:hover{outline:none;box-shadow:none;background-color:#fff}.disabled-class .icon{opacity:.6}.icon-delete-margin{margin-top:15%}.show-hide-password{padding-right:40px;float:left}.show-hide-switch{padding:0 5px;transform:translateX(-100%);position:absolute;padding-top:2px;cursor:pointer;color:#367cae}.show-hide-password[style*=background-image]{padding-right:70px}.show-hide-password[style*=background-image]+.show-hide-switch{transform:translateX(calc(-100% - 25px))}@supports (-ms-accelerator:true){.croppie-container input[type=range]{display:initial;width:auto}.croppie-container input[type=range]::-ms-tooltip{display:none}.croppie-container .cr-slider-wrap{margin-top:12px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.croppie-container input[type=range]{display:inline;width:auto}.croppie-container input[type=range]::-ms-tooltip{display:none}.croppie-container .cr-slider-wrap{margin-top:0}}.dashboard-header h1{margin-bottom:5px}.dashboard-medicare-events-wrapper{display:none}.dashboard-medicare-events-wrapper .view-all{margin-top:20px}.dashboard-medicare-events-wrapper .medicare-events-container{width:100%;height:300px;border:1px solid #ccc;background-color:#fff;border-radius:3px}.dashboard-leave-wrapper{padding-top:25px}.dashboard-leave-wrapper .dashboard-residents-on-leave-container .content-header{color:#666}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table{margin-top:4.5px}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr{background-color:#fff;height:56px}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr.resident-overdue{background-color:#ffe7e4}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr.resident-overdue td{border-top:1px solid #f4b9b2;border-bottom:1px solid #f4b9b2}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr.resident-overdue td .view-label{color:#900}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr.resident-overdue td.cell-border-right{border-right:1px solid #f4b9b2}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr.resident-overdue td.cell-border-left{border-left:1px solid #f4b9b2}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td{padding:0;padding-left:13px;padding-right:7.5px;vertical-align:middle;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td .resident-name{font-size:14px;color:#001e82;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:184px;display:block}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td .resident-name span{margin-bottom:-5px}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td.resident-image{padding:5px}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td.cell-border-right{border-right:1px solid #ccc}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td.cell-border-left{border-left:1px solid #ccc}.dashboard-leave-wrapper .dashboard-residents-on-leave-container table tbody tr td img{height:46px;width:46px;padding:0}.dashboard-resident-info-wrapper{border:1px solid #ccc;background-color:#fff;border-radius:2px;text-align:center}.dashboard-resident-info-wrapper .dashboard-resident-info{height:214px;margin-top:10px;color:#666}.dashboard-resident-info-wrapper .dashboard-resident-info .main-metric{font-size:74px;color:#3f3f41}.dashboard-resident-info-wrapper .dashboard-resident-info .no-right-padding{padding-right:0}.dashboard-resident-info-wrapper .dashboard-resident-info .no-left-padding{padding-left:0}.dashboard-resident-info-wrapper .dashboard-resident-info .no-padding{padding:0}.dashboard-resident-info-wrapper .dashboard-resident-info .content-header{padding-top:20px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel-divider{height:152px!important;border-left:3px dotted #ccc}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel-divider .main-metric{padding-top:5px}.dashboard-resident-info-wrapper .dashboard-resident-info .seperator-1{height:2px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center{height:60px;background-color:#f7f7f7}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center .seperator-2{height:3px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center .seperator-3{height:10px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center .footer-content-divider{height:47px;border-left:3px dotted #ccc}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center .footer-content-divider .resident-info-footer p{margin-top:8px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel-center .footer-content-divider .resident-info-footer p span{padding-right:5px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel{height:154px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body{padding-top:5px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .main-metric-padding-right{padding-right:5px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-current-occupancy{display:inline;line-height:50px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-current-occupancy .total-beds{font-size:28px;vertical-align:text-top;margin-left:-10px;display:inline-block}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-current-occupancy img{margin-bottom:5px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-current-occupancy .vacancy{display:block;font-size:14px;margin-top:-20px;color:#666;text-align:left}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-supported-residents{display:inline;line-height:50px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-panel .content-body .sub-metric-supported-residents span{font-size:28px;vertical-align:text-top;margin-left:-10px}.dashboard-resident-info-wrapper .dashboard-resident-info .content-footer-panel{height:60px;background-color:#f7f7f7;padding:0}.dashboard-resident-info-wrapper .dashboard-resident-info .resident-info-footer{height:40px;background-color:#f7f7f7;text-align:center;vertical-align:middle;color:#666}.dashboard-resident-info-wrapper .dashboard-resident-info .resident-info-footer p{float:left;width:100%;margin-top:10px}.dashboard-resident-info-wrapper .dashboard-resident-info .resident-info-footer p span.footer-stats{font-size:28px;vertical-align:middle}.dashboard-resident-info-wrapper .dashboard-resident-info .resident-info-footer p span.footer-stats.respite-residents-padding{padding-left:10px}.dashboard-ilu-info-wrapper{background-color:#fff;border-top:1px solid #ccc;border-radius:2px;text-align:center;height:198px;margin-top:10px;color:#666}.dashboard-ilu-info-wrapper .detail-list-border-bottom{border-bottom:1px solid #ccc}.dashboard-ilu-info-wrapper .gi-2x{font-size:2em}.dashboard-ilu-info-wrapper .expand-arrow-margin{margin-top:7px}.dashboard-ilu-info-wrapper hr{border-left:3px dotted #ccc;height:133px;width:1px;margin-left:292px;position:absolute}.dashboard-ilu-info-wrapper .main-metric{font-size:74px;color:#3f3f41}.dashboard-ilu-info-wrapper .no-right-padding{padding-right:0}.dashboard-ilu-info-wrapper .no-left-padding{padding-left:0}.dashboard-ilu-info-wrapper .no-padding{padding:0}.dashboard-ilu-info-wrapper .content-header{padding-top:20px}.dashboard-ilu-info-wrapper .content-panel-center{height:156px;border-right:1px solid #ccc;margin-right:0}.dashboard-ilu-info-wrapper .content-panel-center .main-metric{padding-top:5px}.dashboard-ilu-info-wrapper .content-panel-center .lead-main-metric{font-size:74px;color:#3f3f41}.dashboard-ilu-info-wrapper .content-panel-center .sub-metric-current-occupancy{display:inline;line-height:50px}.dashboard-ilu-info-wrapper .content-panel-center .sub-metric-current-occupancy .deposit{font-size:14px;vertical-align:text-top;margin-left:-10px;display:inline-block;text-align:left}.dashboard-ilu-info-wrapper .content-panel-center .sub-metric-current-occupancy img{margin-bottom:5px}.dashboard-ilu-info-wrapper .content-panel-center .sub-metric-current-occupancy .tour{display:block;font-size:14px;margin-top:-20px;color:#666;text-align:left}.dashboard-ilu-info-wrapper .content-footer-panel-center{height:40px;background-color:#f7f7f7;border-right:1px solid #ccc;border-left:1px solid #ccc;margin-left:1px;border-bottom:1px solid #ccc}.dashboard-ilu-info-wrapper .content-panel{height:156px;border-left:1px solid #ccc;margin-left:0;margin-right:-2px}.dashboard-ilu-info-wrapper .content-panel .content-body{padding-top:5px}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-current-occupancy{display:inline;line-height:50px}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-current-occupancy .total-beds{font-size:28px;vertical-align:text-top;text-align:left;display:inline-block}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-current-occupancy img{margin-bottom:5px}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-current-occupancy .vacancy{display:block;font-size:14px;margin-top:-20px;color:#666;text-align:left}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-supported-residents{display:inline;line-height:50px}.dashboard-ilu-info-wrapper .content-panel .content-body .sub-metric-supported-residents span{font-size:28px;vertical-align:text-top;margin-left:-10px}.dashboard-ilu-info-wrapper .content-footer-panel{height:40px;background-color:#f7f7f7;padding:0;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-right:1px}.dashboard-ilu-info-wrapper .dropdown-toggle{border:1px solid #ccc;border-left:none;border-right:none;border-bottom:none;padding-top:0}.dashboard-ilu-info-wrapper .dropdown-toggle .no-maring-bottom{margin-top:0}.dashboard-ilu-info-wrapper .dropdown-toggle.row,.dashboard-ilu-info-wrapper .dropdown-toggle .row{margin-right:0;margin-left:0}.dashboard-ilu-info-wrapper .dropdown-toggle .dropdown-area{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;text-align:left;padding-left:16px;padding-right:16px;padding-bottom:24px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1{padding-top:24px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .header{font-size:16px;font-weight:700}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .details .detail{margin-top:8px;padding-top:22px;padding-bottom:22px;border:1px solid #ccc}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .details .detail .col-xs-4{padding-right:8px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .details .detail .col-xs-8{padding-left:8px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .details .detail .link{font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;width:210px;display:inline-block}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-1 .details .detail .description{font-size:14px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-2{padding-top:24px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-2 .header{font-size:16px;font-weight:700}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-2 .details .detail{margin-top:8px;padding-top:22px;padding-bottom:22px;border:1px solid #ccc;text-overflow:ellipsis}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-2 .details .detail .link{font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;width:210px;display:inline-block}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-2 .details .detail .description{font-size:14px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3{padding-top:24px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .header{font-weight:700}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .header .main{font-size:16px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .header .sub{font-size:13px;padding-top:2px}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .header .col-xs-4{padding-left:0}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .header .col-xs-8{padding-right:0;text-align:right}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .details .detail{margin-top:8px;padding-top:22px;padding-bottom:22px;border:1px solid #ccc}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .details .detail .link{font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;width:210px;display:inline-block}.dashboard-ilu-info-wrapper .dropdown-toggle .section-style-3 .details .detail .description{font-size:14px}.dashboard-banner .alert-danger,.dashboard-banner .alert-info,.dashboard-banner .alert-success,.dashboard-banner .alert-warning{border:none;border-bottom:3px solid;border-radius:0}.dashboard-banner .alert-danger strong,.dashboard-banner .alert-info strong,.dashboard-banner .alert-success strong,.dashboard-banner .alert-warning strong{font-weight:600}.dashboard-banner .alert-danger a,.dashboard-banner .alert-info a,.dashboard-banner .alert-success a,.dashboard-banner .alert-warning a{color:inherit;text-decoration:underline}.dashboard-banner .alert-success{color:var(--banner-color-green-mid);border-bottom-color:var(--banner-color-green-mid);background-color:var(--banner-color-green-lighter)}.dashboard-banner .alert-info{color:var(--banner-color-blue-mid);border-bottom-color:var(--banner-color-blue-mid);background-color:var(--banner-color-blue-lighter)}.dashboard-banner .alert-warning{color:var(--color-yellow-darkest);border-bottom-color:var(--banner-color-yellow-mid);background-color:var(--banner-color-yellow-lightest)}.dashboard-banner .alert-danger{color:var(--banner-color-orange-mid);border-bottom-color:var(--banner-color-orange-mid);background-color:var(--banner-color-orange-lighter)}.panel.facility-form{border:1px solid #ccc;border-radius:3px}.panel.facility-form .chosen-results:empty:after{content:"No locations";padding-left:5px;color:#999}.panel.facility-form .optional{color:#666;font-weight:400;font-size:14px}.panel.facility-form .panel-body{margin-top:30px;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.panel.facility-form .respiteDaysAllocation .form-group,.panel.facility-form .street1{padding-bottom:0}.panel.facility-form .panel-footer{background-color:#e2e2e2}.panel.facility-form .btn-inline-block-lg{width:140px}.panel.facility-form .control-label{white-space:nowrap}.facilities-table table,.panel:last-child{margin-bottom:0}.required{color:#c53535;padding-right:5px}.optional-services-container .optional-services-table .stop-billing-event-col{vertical-align:top;width:175px}.optional-services-container .optional-services-table .stop-billing-event-col .stop-billing-event-label{margin-top:8px;display:block}.optional-services-container .optional-services-table .stop-billing-event-col .invalid .dropdown-btn{border-color:#c53535}.file-upload{margin-bottom:10px}.file-upload a{cursor:pointer;color:#0064d2}.file-upload a:active,.file-upload a:hover{color:#367cae}.file-upload .file-upload-header{line-height:16px;font-size:14px}.file-upload .file-upload-header span{font-weight:700}.file-upload hr{margin:6px 0 11px}.file-upload .file-upload-documents .file-upload-document{margin-bottom:11px}.file-upload .file-upload-documents .file-upload-document .file-upload-document-icon{background:url(../images/paperclip-active.png);background-size:12px 14px;background-position:top;background-repeat:no-repeat;width:12px;height:14px;display:inline-block;vertical-align:top;margin-right:11px;border:none;margin-top:1px}.file-upload .file-upload-documents .file-upload-document .file-upload-document-icon.inactive{background:url(../images/paperclip-inactive.png);background-size:12px 14px;border:none;background-position:top;background-repeat:no-repeat}.file-upload .file-upload-documents .file-upload-document .file-upload-document-name{line-height:16px;font-size:14px;color:#0064d2;display:inline-block;width:calc(100% - 27px);vertical-align:top;overflow:hidden;word-wrap:break-word}.file-upload .file-upload-documents .file-upload-document .file-upload-document-name:active,.file-upload .file-upload-documents .file-upload-document .file-upload-document-name:hover{color:#367cae}.file-upload .file-upload-documents .file-upload-document .file-upload-progress-name{line-height:16px;font-size:14px;display:inline-block;vertical-align:top;overflow:hidden;color:#999;width:calc(100% - 27px - 67px);word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.file-upload .file-upload-documents .file-upload-document .file-upload-progress{margin-left:3px;width:60px;height:4px;display:inline-block;vertical-align:top;margin-top:11px;background:#ccc}.file-upload .file-upload-documents .file-upload-document .file-upload-progress>div{height:4px;background-color:#4e9acb;margin-bottom:10px}.file-upload .file-upload-documents .file-upload-document .popover{width:250px;padding:10px;border:1px solid #ccc;border-radius:3px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.file-upload .file-upload-documents .file-upload-document .popover .popover-content{padding:0}.file-upload .file-upload-documents .file-upload-document .popover:focus{outline:none}.file-upload .file-upload-documents .file-upload-document .popover .arrow{display:none}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-header div:first-child{width:100%;height:10px}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-header div:first-child>a{height:10px;line-height:10px}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-header div:first-child>a>div{margin:0;background:url(../images/cross-neutral.png);background-size:10px 10px;height:10px;width:10px;border:none;background-position:top;background-repeat:no-repeat}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-header div:first-child>a>div:hover{background:url(../images/cross-active.png);background-size:10px 10px;border:none;background-position:top;background-repeat:no-repeat}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-header div:last-child{display:inline-block;color:#3f3f41;margin:0 5px}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-person{color:#999;margin:0 5px}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons{margin:0 5px}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button{padding:0;margin:18px 0 5px;text-transform:uppercase;font-weight:400;color:#4e9acb}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button:active,.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button:hover{color:#367cae}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button.delete-document-button{color:#c9302c}.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button.delete-document-button:active,.file-upload .file-upload-documents .file-upload-document .popover .file-upload-details-buttons button.delete-document-button:hover{color:#961613}.input-modal .modal-title{font-weight:700}.input-modal label{font-weight:400}.input-modal .modal-dialog{width:550px!important}.input-modal .modal-dialog ul{padding:0}.input-modal .modal-dialog ul li{color:#e66454;list-style:none}.input-modal .modal-footer .col-xs-6{padding:0}.sticky-action-bar-wrapper{background:#fff}.sticky-action-bar-wrapper .sticky-action-bar{z-index:1}.medicare-events-table{overflow-x:visible}.medicare-events-table table{border-collapse:collapse}.medicare-events-table thead{background-color:#595a5c}.medicare-events-table thead tr{background-color:#595a5c;border:1px solid #ddd;border-bottom:none}.medicare-events-table thead tr th{background-color:#595a5c;border-bottom:none;padding:10px 8px;color:#fff}.medicare-events-table thead tr th.event-date-header{width:12%;text-align:left;padding-left:15px}.medicare-events-table thead tr th.event-request-status-header{width:25.5%}.medicare-events-table thead tr th.event-request-type-header{width:26.5%}.medicare-events-table thead tr th.event-request-type-resident{width:36%}.medicare-events-table tbody tr{background-color:#fff;border:1px solid #ddd}.medicare-events-table tbody tr.medicare-events-header{background-color:#444;color:#fff;height:33px}.medicare-events-table tbody tr.medicare-events-header .header-date{margin-left:13px;font-size:14px}.medicare-events-table tbody tr.no-border-top{border-top:hidden}.medicare-events-table tbody tr.no-border-bottom{border-bottom:hidden}.medicare-events-table tbody tr.rejected:not(.selected){background-color:#fff7f4;border:1px solid #f5ced1}.medicare-events-table tbody tr.rejected:hover:not(.selected){background-color:#fef0eb}.medicare-events-table tbody tr.selected{background-color:#008381;color:#fff}.medicare-events-table tbody tr.selected .event-date-content,.medicare-events-table tbody tr.selected td span.accepted,.medicare-events-table tbody tr.selected td span.rejected{color:#fff}.medicare-events-table tbody tr:not(.selected) td span.accepted{color:green}.medicare-events-table tbody tr:not(.selected) td span.rejected{color:#900}.medicare-events-table tbody tr td{padding:4px;vertical-align:middle;border:none}.medicare-events-table tbody tr td span.icon-padding{padding-right:5px}.medicare-events-table tbody tr td .event-date{font-size:20px;text-align:center;width:51px}.medicare-events-table tbody tr td .event-month{text-align:center;width:51px}.medicare-events-table tbody tr:first-child{border-top:none}.updates-section{padding-bottom:20px}.updates-section .last-update-time{padding-left:15px;display:inline-block}.view-statement .statement-header{height:100px;margin-top:0;margin-left:-20px;margin-right:-20px;padding-top:12px;padding-left:20px}.view-statement .statement-menu{background-color:#fff;height:56px;border-bottom:1px solid #ccc;margin-left:-20px;margin-right:-20px;margin-bottom:15px}.view-statement .statement-menu ul li a{color:#414141;font-size:16px;text-align:center;padding-top:20px;background-color:#fff}.view-statement .statement-menu ul li a:focus,.view-statement .statement-menu ul li a:hover{color:#367cae}.view-statement .statement-menu ul li.active a{box-shadow:inset 0 -5px #008381;color:#111}.view-statements .statement-card{background:#f9f9f9;border:1px solid #ccc;margin-bottom:15px;width:100%;padding:1em;border-radius:3px;display:flex}.view-statements .statement-card:last-child{margin-bottom:0}.view-statements .statement-month-header{color:#3f3f41;font-size:16px;line-height:1;margin:0;width:190px;padding-right:0}.view-statements hr{width:98%;margin-bottom:15px}.view-statements .card-divider-not-reconciled{display:none}.view-statements .card-content{display:flex;margin-bottom:0;height:inherit}.view-statements .card-column{width:30%;min-width:250px;flex-basis:1;border:none}.view-statements .card-column-variance{width:30%;min-width:150px;flex-basis:1;border:none}.view-statements .card-column-finalised{width:30%;min-width:100px;flex-basis:1;border:none}.view-statements .card-column-content{margin-left:0}.view-statements .card-column-header{color:#3f3f41;font-size:18px;font-weight:700;line-height:21px;margin:0}.view-statements .border-column{border:none}.view-statements .small-label{color:#414141;font-size:14px;line-height:16px;margin-top:1em}.view-statements .large-value{font-size:24px;line-height:28px}.view-statements .card-field-margin{margin-top:.5em}.view-statements .symbol-circle-anchor{position:relative}.view-statements .symbol-circle{border-radius:50%;border:1px solid #ccc;width:41px;height:41px;transform:translate(-10px,-20px);color:#666;background:#fff;font-size:16px;line-height:41px;text-align:center;float:right;margin:0 10px;position:inherit}.view-statements .finalised{background-color:#008a00;color:#fff;width:63px;height:24px;padding-top:4px;text-align:center;font-size:12px;font-weight:600;line-height:16px;font-family:Source Sans Pro;float:right;border-radius:2px}.view-statement-table{margin-right:-10px}.view-statement-table a{color:#0064d2}.view-statement-table thead tr th{font-weight:400;font-size:12px;padding-bottom:0;color:#666;border-bottom:2px solid #999}.view-statement-table thead tr th.first-column{padding-left:0}.view-statement-table tbody:last-child{border-bottom:2px solid #999}.view-statement-table tbody tr{background-color:#fff;height:32px;padding-right:5px}.view-statement-table tbody tr td:nth-child(n+2){width:120px}.view-statement-table tbody tr td:last-child{width:160px}.view-statement-table tbody tr td{padding:4px;vertical-align:middle;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:14px;color:#3f3f41}.view-statement-table tbody tr td.amount{text-align:right}.view-statement-table tbody tr td.cell-border-right{border-right:1px solid #ddd}.view-statement-table tbody tr td.cell-border-left{border-left:1px solid #ddd}.view-statement-table tbody tr td .statement-view{display:none}.view-statement-table tbody tr td.first-column{padding-left:15px}.view-statement-table tbody tr td.noapproval{color:#982600}.view-statement-table tbody tr td.noapproval img{margin-left:-22px;margin-bottom:2px;margin-right:7px}.view-statement-table tbody tr:hover.noapproval{background-color:#f8e6d2}.view-statement-table tbody tr.noapproval{background-color:#ffefdd}.view-statement-table.resident-tab .col-name{width:18%}.view-statement-table.resident-tab .col-approved-care{width:11%}.view-statement-table.resident-tab .col-departure,.view-statement-table.resident-tab .col-entry{width:10%}.view-statement-table.resident-tab .col-balance-days{width:12%}.view-statement-table.resident-tab .col-spacer{width:39%}.view-statement-table.resident-tab .col-acfi-expiry,.view-statement-table.resident-tab .col-daily-fee,.view-statement-table.resident-tab .col-financial-status{width:13%}.view-statement-subheader thead tr th{border-bottom:none}.view-statement-subheader tbody:nth-child(2) tr:first-child{background-color:#f7f7f7;height:40px}.view-statement-subheader tbody tr:first-child{background-color:#e6e6e6;height:32px}.view-statement-subheader tbody tr:first-child td{border-bottom:none;padding-left:15px;color:#000;font-weight:700}.medicare-statement-summary{margin-left:9%;margin-right:9%}.medicare-statement-summary .total{background:#008381}.medicare-statement-summary .summary-values{border:1px solid #ccc;border-radius:3px;width:100%;margin-left:-5px;margin-right:5px;background:#fff;padding:30px}.medicare-statement-summary .summary-values .left-column-header{margin-right:-3px;padding-right:53px}.medicare-statement-summary .summary-values .left-column-header>div{padding-bottom:10px;font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.medicare-statement-summary .summary-values .right-column-header{padding-left:50px}.medicare-statement-summary .summary-values .right-column-header>div{padding-bottom:10px;font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.medicare-statement-summary .summary-values .left-column{margin-right:-3px;padding-right:50px;border-right:3px dotted #ccc}.medicare-statement-summary .summary-values .right-column{padding-left:50px}.medicare-statement-summary .summary-values .inner-statement-table{width:100%;margin-bottom:30px}.medicare-statement-summary .summary-values .inner-statement-table thead{font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.medicare-statement-summary .summary-values .inner-statement-table thead tr{height:20px}.medicare-statement-summary .summary-values .inner-statement-table thead tr td{padding-bottom:10px}.medicare-statement-summary .summary-values .inner-statement-table tbody tr{color:#3f3f41}.medicare-statement-summary .summary-values .inner-statement-table tbody tr td{font-size:14px;padding-top:10px}.medicare-statement-summary .summary-values .inner-statement-table tbody tr td:last-child{text-align:right;font-size:16px}.medicare-statement-summary .summary-values .inner-statement-table tbody tr td:last-child:after{content:attr(value)}.medicare-statement-summary .summary-values .inner-statement-table tbody tr td[value="0"],.medicare-statement-summary .summary-values .inner-statement-table tbody tr td[value="0.00"]{color:#999}.view-variance-statement{margin-left:0;margin-right:0}.view-variance-statement .statement-header{height:auto;margin:0;padding:0}.view-variance-statement .statement-menu{height:56px;border-bottom:1px solid #ccc;margin:0}.view-variance-statement .statement-menu ul li a{color:#414141;font-size:16px;text-align:center;padding-top:20px;background-color:transparent}.view-variance-statement .statement-menu ul li a:focus,.view-variance-statement .statement-menu ul li a:hover{color:#367cae}.view-variance-statement .statement-menu ul li.active a{box-shadow:inset 0 -5px #008381;color:#111}.variance-statement-summary{margin-left:auto;margin-right:auto}.variance-statement-summary .summary-values{margin:20px 0;padding:20px 0;background-color:#f9f9f9;border:1px solid #dedede;border:1px solid #ccc;border-radius:3px;width:100%}.variance-statement-summary .summary-values .left-column-header{margin-right:-3px;padding-right:53px}.variance-statement-summary .summary-values .left-column-header .col-xs-6{padding-left:0}.variance-statement-summary .summary-values .left-column-header>div{padding-bottom:10px;font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.variance-statement-summary .summary-values .left-column-header div:first-child{width:227px}.variance-statement-summary .summary-values .left-column-header div:not(:first-child){font-weight:400;font-size:14px;height:33px;width:88px;padding-right:0;text-align:right}.variance-statement-summary .summary-values .right-column-header{padding-left:50px}.variance-statement-summary .summary-values .right-column-header .col-xs-6{padding-left:0}.variance-statement-summary .summary-values .right-column-header>div{padding-bottom:10px;font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.variance-statement-summary .summary-values .right-column-header div:first-child{width:227px}.variance-statement-summary .summary-values .right-column-header div:not(:first-child){font-weight:400;font-size:14px;height:33px;width:88px;padding-right:0;text-align:right}.variance-statement-summary .summary-values .left-column{margin-right:-3px;padding-right:50px;border-right:3px dotted #ccc}.variance-statement-summary .summary-values .right-column{padding-left:50px}.variance-statement-summary .summary-values .inner-statement-table{width:100%;margin-bottom:30px}.variance-statement-summary .summary-values .inner-statement-table thead{font-weight:700;font-size:16px;color:#3f3f41;border-bottom:1px solid #ccc}.variance-statement-summary .summary-values .inner-statement-table thead tr{height:20px}.variance-statement-summary .summary-values .inner-statement-table thead tr td{padding-bottom:10px}.variance-statement-summary .summary-values .inner-statement-table tbody tr{color:#3f3f41}.variance-statement-summary .summary-values .inner-statement-table tbody tr td{font-size:14px;padding-top:10px}.variance-statement-summary .summary-values .inner-statement-table tbody tr td:not(:first-child){text-align:right;font-size:14px;width:18%}.variance-statement-summary .summary-values .inner-statement-table tbody tr td[value="0"],.variance-statement-summary .summary-values .inner-statement-table tbody tr td[value="0.00"]{color:#999}.variance-statement-summary .summary-values .inner-statement-table tbody tr td[value^="-"]:last-child{color:#9e043e}.variance-statement-summary .summary-values .inner-statement-table tbody tr td:not(:first-child):not(:last-child):after{content:attr(value)}.variance-statement-payment .auto-match-icon{color:green}.variance-statement-payment input[type=checkbox]{width:24px;height:24px;margin-right:1rem}.variance-statement-payment .selected-color{background-color:#ffffe0!important}.variance-statement-payment .transparency{opacity:1!important}.variance-statement-payment .payment-tables{margin-left:15px;margin-right:15px;margin-bottom:12rem}.variance-statement-payment .payment-tables table{width:100%}.variance-statement-payment .payment-tables table tr td:first-child{padding-left:10px;width:44px}.variance-statement-payment .payment-tables table tr td:nth-child(2) label{font-weight:400;margin-bottom:0}.variance-statement-payment .payment-tables table tr td:nth-last-child(2){padding-left:14px;width:7%}.variance-statement-payment .payment-tables table tr td:last-child{padding-right:5px;width:7%;text-align:center}.variance-statement-payment .payment-tables .table-top-header table{width:100%;background-color:#fff;height:72px}.variance-statement-payment .payment-tables .table-top-header table tr td:first-child{font-size:26px;font-weight:700;text-align:left;padding-left:10px}.variance-statement-payment .payment-tables .table-top-header table tr td:last-child{font-size:22px;text-align:right}.variance-statement-payment .payment-tables .section-header{height:40px}.variance-statement-payment .payment-tables .respite-table-header table{background-color:#666;color:#fff;font-weight:700;width:100%;height:40px}.variance-statement-payment .payment-tables .respite-table-header table td:first-child{width:5%}.variance-statement-payment .payment-tables .respite-table-header table td:nth-child(3),.variance-statement-payment .payment-tables .respite-table-header table td:nth-child(4),.variance-statement-payment .payment-tables .respite-table-header table td:nth-child(5){text-align:right;width:14%}.variance-statement-payment .payment-tables .respite-table-header table td:last-child{width:7%}.variance-statement-payment .payment-tables .respite-payment-data .name-row{background-color:#f7f7f7;font-weight:700;height:32px}.variance-statement-payment .payment-tables .respite-payment-data .name-row td:nth-child(3){text-align:right}.variance-statement-payment .payment-tables .respite-payment-data .name-row a{color:#0064d2}.variance-statement-payment .payment-tables .respite-payment-data .adjustment-row{background-color:#e2e2e2;font-weight:700;height:33px}.variance-statement-payment .payment-tables .respite-payment-data .data-row{background-color:#fff;height:32px;border-bottom:1px solid #ddd}.variance-statement-payment .payment-tables .respite-payment-data .data-row td:first-child{width:5%}.variance-statement-payment .payment-tables .respite-payment-data .data-row td:nth-child(3),.variance-statement-payment .payment-tables .respite-payment-data .data-row td:nth-child(4),.variance-statement-payment .payment-tables .respite-payment-data .data-row td:nth-child(5){text-align:right;width:14%}.variance-statement-payment .payment-tables .respite-payment-data .data-row td:last-child{width:3%;padding-left:7px;padding-right:0;opacity:.2}.variance-statement-payment .payment-tables .respite-payment-data .data-row td:last-child:hover{opacity:1}.variance-statement-payment .payment-tables .permanent-table-header table{background-color:#666;color:#fff;font-weight:700;width:100%;height:40px}.variance-statement-payment .payment-tables .permanent-table-header table td:first-child{width:5%}.variance-statement-payment .payment-tables .permanent-table-header table td:nth-child(3){width:15%}.variance-statement-payment .payment-tables .permanent-table-header table td:nth-child(4),.variance-statement-payment .payment-tables .permanent-table-header table td:nth-child(5),.variance-statement-payment .payment-tables .permanent-table-header table td:nth-child(6){text-align:right;width:14%}.variance-statement-payment .payment-tables .permanent-table-header table td:last-child{width:7%}.variance-statement-payment .payment-tables .permanent-payment-data .name-row{background-color:#f7f7f7;font-weight:700;height:32px}.variance-statement-payment .payment-tables .permanent-payment-data .name-row td:nth-child(3){text-align:right}.variance-statement-payment .payment-tables .permanent-payment-data .name-row a{color:#0064d2}.variance-statement-payment .payment-tables .permanent-payment-data .adjustment-row{background-color:#f7f7f7;font-weight:700}.variance-statement-payment .payment-tables .permanent-payment-data .data-row{background-color:#fff;height:32px;border-bottom:1px solid #ddd}.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:first-child{width:5%}.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:nth-child(3){width:15%}.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:nth-child(4),.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:nth-child(5),.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:nth-child(6){text-align:right;width:14%}.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:last-child{width:3%;padding-left:7px;padding-right:0;text-align:center;opacity:.2}.variance-statement-payment .payment-tables .permanent-payment-data .data-row td:last-child:hover{opacity:1}.variance-statement-payment .buttons-row{padding-right:30px;padding-left:30px}.variance-statement-payment .buttons-row .button-margin-right{margin-right:30px}.variance-statement-payment .buttons-row .btn-lg,.variance-statement-payment .buttons-row .btn-width-auto{width:auto}.variance-statement-payment .buttons-row .sticky-action-bar-ex{margin-left:10px}.variance-statement-payment .buttons-row .right-button-section{padding-right:0}.variance-statement-payment .buttons-row .right-button-section button:first-of-type{margin-right:0!important}.variance-statement-payment .buttons-row .right-button-section.padding-right-10{padding-right:10px!important}.variance-statement-payment .buttons-row .payment-filter{padding-left:0}.variance-statement-payment .buttons-row .payment-filter select{height:40px}.variance-statement-payment .buttons-row .payment-filter label{font-weight:400;float:right;white-space:nowrap}.variance-statement-payment .buttons-row .payment-filter .col-xs-7{padding-left:0}.variance-statement-payment .buttons-row .payment-filter div:first-child{margin-top:8px;display:table-cell;height:40px}.variance-statement-payment .match-value-dialog{width:1100px}.variance-statement-payment .match-value-dialog table{width:100%}.variance-statement-payment .match-value-dialog .section-header{height:40px}.variance-statement-payment .match-value-dialog .left-column{margin-right:5px}.variance-statement-payment .match-value-dialog .right-column{margin-left:5px}.variance-statement-payment .match-value-dialog table tr td:first-child{padding-left:10px}.variance-statement-payment .match-value-dialog table tr td:last-child{padding-right:10px}.variance-statement-payment .match-value-dialog .respite-table-header{background-color:#666;color:#fff;font-weight:700;width:100%;height:40px}.variance-statement-payment .match-value-dialog .respite-table-header td:nth-child(2),.variance-statement-payment .match-value-dialog .respite-table-header td:nth-child(3),.variance-statement-payment .match-value-dialog .respite-table-header td:nth-child(4){text-align:right;width:14%}.variance-statement-payment .match-value-dialog .respite-payment-data .name-row{background-color:#e2e2e2;font-weight:700;height:32px}.variance-statement-payment .match-value-dialog .respite-payment-data .name-row td:nth-child(2){text-align:right}.variance-statement-payment .match-value-dialog .respite-payment-data .name-row a{color:#0064d2}.variance-statement-payment .match-value-dialog .respite-payment-data .adjustment-row{background-color:#e2e2e2;font-weight:700}.variance-statement-payment .match-value-dialog .respite-payment-data .data-row{background-color:#fff;height:32px;border-bottom:1px solid #ddd}.variance-statement-payment .match-value-dialog .respite-payment-data .data-row td:nth-child(2),.variance-statement-payment .match-value-dialog .respite-payment-data .data-row td:nth-child(3),.variance-statement-payment .match-value-dialog .respite-payment-data .data-row td:nth-child(4){text-align:right;width:14%}.variance-statement-payment .match-value-dialog .permanent-table-header{background-color:#666;color:#fff;font-weight:700;width:100%;height:40px}.variance-statement-payment .match-value-dialog .permanent-table-header td:nth-child(2){width:17%}.variance-statement-payment .match-value-dialog .permanent-table-header td:nth-child(3),.variance-statement-payment .match-value-dialog .permanent-table-header td:nth-child(4),.variance-statement-payment .match-value-dialog .permanent-table-header td:nth-child(5){text-align:right;width:14%}.variance-statement-payment .match-value-dialog .permanent-payment-data .name-row{background-color:#e2e2e2;font-weight:700;height:32px}.variance-statement-payment .match-value-dialog .permanent-payment-data .name-row td:nth-child(2){text-align:right}.variance-statement-payment .match-value-dialog .permanent-payment-data .name-row a{color:#0064d2}.variance-statement-payment .match-value-dialog .permanent-payment-data .adjustment-row{background-color:#e2e2e2;font-weight:700}.variance-statement-payment .match-value-dialog .permanent-payment-data .data-row{background-color:#fff;height:32px;border-bottom:1px solid #ddd}.variance-statement-payment .match-value-dialog .permanent-payment-data .data-row td:nth-child(2){width:17%}.variance-statement-payment .match-value-dialog .permanent-payment-data .data-row td:nth-child(3),.variance-statement-payment .match-value-dialog .permanent-payment-data .data-row td:nth-child(4),.variance-statement-payment .match-value-dialog .permanent-payment-data .data-row td:nth-child(5){text-align:right;width:14%}.variance-statement-payment .reconciliation-adjustment-summary{width:900px}.variance-statement-payment .reconciliation-adjustment-summary .modal-body{padding-bottom:20px;max-height:800px;overflow-y:scroll}.variance-statement-payment .reconciliation-adjustment-summary table{width:100%}.variance-statement-payment .reconciliation-adjustment-summary .top-header tr{background-color:#666;color:#fff;font-weight:700;height:30px}.variance-statement-payment .reconciliation-adjustment-summary .top-header tr th:first-child{padding-left:15px}.variance-statement-payment .reconciliation-adjustment-summary .top-header tr th:last-child{text-align:right;padding-right:15px}.variance-statement-payment .reconciliation-adjustment-summary .data-table{padding:0;background-color:#fff}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header{background-color:#eee;height:40px;border-bottom:1px solid #ccc}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td:first-child{padding-left:15px}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td:last-child{padding-right:15px;text-align:right}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td[value^="-"]:last-child{color:red}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td[value^="-"]:last-child:after{content:attr(value)}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td[value^="+"]:last-child{color:green}.variance-statement-payment .reconciliation-adjustment-summary .data-table .sub-header td[value^="+"]:last-child:after{content:attr(value)}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table thead>tr{border-bottom:1px solid #ccc;height:40px}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table thead>tr th:first-child{padding-left:15px}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table thead>tr th:nth-child(3),.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table thead>tr th:nth-child(4){text-align:right}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table thead>tr th:last-child{padding-right:15px;text-align:right}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr{border-bottom:1px solid #ccc;height:40px}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td:first-child{padding-left:15px;width:20%}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td:nth-child(3),.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td:nth-child(4){width:10%;text-align:right}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td:last-child{width:20%;padding-right:15px;text-align:right}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td[value^="-"]:last-child{color:red}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td[value^="-"]:last-child:after{content:attr(value)}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td[value^="+"]:last-child{color:green}.variance-statement-payment .reconciliation-adjustment-summary .data-table .details-table tbody>tr td[value^="+"]:last-child:after{content:attr(value)}.variance-statement-payment .popover{box-sizing:inherit;width:20%;min-width:200px;white-space:normal;text-align:center;font-family:inherit}.variance-statement-payment .label-help{cursor:help;min-width:100%!important;display:inline-block}.variance-payment-statement-action-bar{margin-left:-20px;width:100%;height:65px}.variance-payment-statement-action-bar.affix{z-index:1000!important}.variance-payment-statement-action-bar.position-changed>div{margin-right:50px}.partial-totals{background:#008381;margin:20px 5px 4px -5px}.partial-totals table{width:100%;margin-top:35px;margin-bottom:30px}.partial-totals table tbody tr td{font-size:14px;color:#fff;padding-top:5px}.partial-totals table tbody tr td:last-child{text-align:right;font-size:20px}.partial-totals table tbody tr td:last-child:after{content:attr(value)}.partial-totals table tbody tr td[value="0.00"]{color:#fff}.total{background:#367cae;margin:0 5px 10px -5px}.total table{width:100%;margin-top:35px;margin-bottom:30px;margin-top:10px;margin-bottom:10px}.total table tbody tr td{font-size:14px;color:#fff;padding-top:5px}.total table tbody tr td:last-child{text-align:right;font-size:20px}.total table tbody tr td:last-child:after{content:attr(value)}.total table tbody tr td[value="0.00"]{color:#fff}.total table tbody tr td{font-weight:700}.supported-ratios-tab .supported-ratios-table{margin-bottom:10px;table-layout:auto}.supported-ratios-tab .supported-ratios-table thead tr th{text-align:center;padding-bottom:5px}.supported-ratios-tab .supported-ratios-table tbody tr td:first-child{background:#e2e2e2;color:#414141;border-bottom:1px solid #ccc;border-left:1px solid #ccc;width:80px}.supported-ratios-tab .supported-ratios-table tbody tr td{text-align:center}.supported-ratios-tab .percentage{width:150px}.supported-ratios-tab .percentage span{font-size:20px}.supported-ratios-tab .partial-totals{margin:0 3px 4px -2px}.supported-ratios-tab .total{background:#025450;margin:0 3px 0 -2px}.an-acc-subsidies-table th.gutter{width:2%}.an-acc-subsidies-table .amount-alignment{text-align:right;padding-left:0;padding-right:0}.an-acc-subsidies-table .care-type-header{text-align:left;font-size:12px}.an-acc-subsidies-table tbody>tr>td:first-child{padding-left:8px;background-color:#fff;font-weight:700}.an-acc-subsidies-table .variable-component-resident-type{text-align:left;background-color:#e2e2e2}.an-acc-subsidies-table .variable-component-resident-type td:first-child{background-color:#e2e2e2}.daily-subsidies-tab table thead tr th:first-child{padding-left:15px;text-align:left;padding-bottom:5px;font-size:16px;font-weight:600;width:28%}.daily-subsidies-tab table thead tr th:nth-child(2){width:12%}.daily-subsidies-tab table thead tr th:last-child{padding-right:15px}.daily-subsidies-tab table thead tr th{text-align:right;padding-bottom:5px;padding-right:10px;width:20%}.daily-subsidies-tab table tbody tr td:first-child{padding-left:15px;text-align:left;background:#e2e2e2;color:#414141;border-bottom:1px solid #ccc;border-left:1px solid #ccc}.daily-subsidies-tab table tbody tr td:last-child{border-right:1px solid #ccc;padding-right:15px}.daily-subsidies-tab table tbody tr td{text-align:right;padding-right:10px;padding-bottom:5px}.daily-subsidies-tab .total{padding-left:15px;padding-right:15px;margin-left:0;margin-right:0;background:#008381}.daily-subsidies-tab .total>div{background:#008381;color:#fff;font-weight:700;padding-top:20px;padding-bottom:30px}.daily-subsidies-tab .total>div div{float:left;width:50%;height:20px;vertical-align:bottom}.daily-subsidies-tab .total>div div:first-child{text-align:right;padding-right:10px;font-size:14px;padding-top:6px}.daily-subsidies-tab .total>div div:last-child{text-align:left;padding-left:10px;font-size:20px}.medicare-events-detail{background-color:#fff;border:1px solid #ddd;height:calc(100vh - 246px);padding:3px 25px 25px}.medicare-events-detail .thick-line{border-top:4px solid #333;margin-top:21px;margin-bottom:15px}.medicare-events-detail .can-change-colour.accepted{border-color:green;color:green}.medicare-events-detail .can-change-colour.rejected{border-color:#900;color:#900}.medicare-events-detail .can-change-colour.icon-padding{padding-right:5px}.medicare-events-detail .event-status{font-weight:700;font-size:16px;margin-bottom:20px}.medicare-events-detail .resident-section{margin-top:-4px;margin-bottom:13px}.medicare-events-detail .resident-section .resident-info{padding-top:12px}.medicare-events-detail .resident-section .resident-info .resident-name{font-size:16px}.medicare-events-detail .resident-section .thumbnail{margin:0 1px 1px;border-radius:0;padding:0;width:68px;height:68px;border:1px solid #bbb}.medicare-events-detail .event-details-section,.medicare-events-detail .event-details-section .row{padding-left:15px}.medicare-events-detail .event-details-section h2{margin-top:0;margin-bottom:0}.medicare-events-detail .event-details-section .col-xs-2{padding-left:0}.reverse-event-modal .modal-content{width:500px}.finalise-claim{margin-top:-5px}.medicare-event-filter .row.space-below{margin-bottom:16px}.medicare-event-filter input[type=checkbox]{width:20px;height:20px}.medicare-event-filter .multiselect-parent{width:100%}.medicare-event-filter .multiselect-parent .dropdown-toggle{width:100%;text-align:left;font-weight:400!important}.medicare-event-filter .multiselect-parent .dropdown-toggle .caret{border-top:4px solid;float:right;margin-left:0;margin-top:8px}.medicare-event-filter .multiselect-parent .checkboxInput{margin:0 -20px}.medicare-event-filter .multiselect-parent .checkbox{margin-top:3px;margin-bottom:3px}.medicare-event-filter .multiselect-parent .checkbox span{padding-left:10px;display:inline-block}.medicare-event-filter .multiselect-parent .dropdown-menu>li>a{padding:3px 16px}.medicare-event-filter .has-feedback .form-control-feedback{right:10px;top:19px}.medicare-event-filter .input-lg{height:34px;font-size:14px;border-radius:4px}.medicare-event-filter .resident-search{margin-top:0;float:left!important}.medicare-event-filter .resident-search .angucomplete-holder input[type=text]{background-color:#fff;border:1px solid #ccc;color:#666;box-shadow:none;padding-left:10px;height:auto;background:url(../images/magnifying-glass.png) no-repeat;background-size:17px 17px;background-position:2% 50%;min-height:34px}.medicare-event-filter .resident-search .angucomplete-holder input[type=text]::placeholder{color:#666}.medicare-event-filter .resident-search .checkbox{margin-left:-17px!important;padding-bottom:0;margin-top:-3px;margin-bottom:0}.medicare-event-filter .resident-search .angucomplete-holder i.clear-icon{top:11px;color:#666}.medicare-event-filter .resident-search .angucomplete-holder i.clear-icon:hover{background:url(../images/clear-search-neutral.png) no-repeat 50%;background-size:10px 10px}.medicare-event-filter .resident-search .resident-search-row-wrapper{cursor:default}.medicare-event-filter .resident-search .resident-search-row-wrapper .resident-info,.medicare-event-filter .resident-search .resident-search-row-wrapper input{cursor:pointer}.medicare-event-filter .resident-search .resident-search-row-wrapper:hover{background-color:#f5f5f5}.medicare-event-filter .resident-search .resident-search-row-wrapper:hover .resident-name{color:#3f3f41}.medicare-event-filter input[type=checkbox]:before{content:"";display:inline-block;width:20px;height:20px;background-color:#fff;border-radius:3px;border:1px solid #ccc}.medicare-event-filter input[type=checkbox]:checked:before{border-radius:3px;cursor:pointer;width:20px;height:20px;background:url(../images/white-tick@3x.png) #367cae;background-size:10px 10px;background-position:5px 5px;background-repeat:no-repeat;border:none}.medicare-event-filter .filter-disabled{pointer-events:none}.medicare-events-height{min-height:500px}.modal .modal-dialog.view-and-add-variance-note-dialog{width:620px}.modal .modal-dialog.view-and-add-variance-note-dialog .general-info{font-size:16px;font-weight:700}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes{background-color:#fff;margin-top:10px;margin-bottom:10px;padding-top:10px;padding-bottom:10px;border:1px solid #ccc;border-radius:3px}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes .initial-column{width:38px;margin-left:10px;float:left}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes .initial-column .user-initials{font-size:16px;height:38px;width:38px;background-color:#ccc;color:#222;text-align:center;line-height:38px}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes .content-column{margin-left:58px;margin-right:10px}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes .content-column .note-text{word-break:break-word;white-space:pre-wrap}.modal .modal-dialog.view-and-add-variance-note-dialog .existing-notes .name{font-weight:700}.modal .modal-dialog.view-and-add-variance-note-dialog .notes{margin-top:20px}.modal .modal-dialog.view-and-add-variance-note-dialog .hint-text{color:#666}.modal .modal-dialog.view-and-add-variance-note-dialog textarea{background-color:#fff;resize:none;height:90px}.modal .modal-dialog.view-and-add-variance-note-dialog .modal-body{padding:15px 45px 20px}.selectContainer{display:flex;align-items:center}.statementTypeNav{margin-right:20px;margin-left:60px}.finaliseContainer{margin-left:-14px;margin-top:5px}.largeSelect select{font-size:14px;width:auto;margin:20px 10px}.selectContainer{height:80px;background-color:#fff}.selectContainer .nav-pills>.active>a,.selectContainer .nav-pills>.active>a:focus,.selectContainer .nav-pills>.active>a:hover{background-color:#b3e0fd;border:1px solid #b3e0fd;color:#414141}.selectContainer .nav-pills>.active>a span.badge{background-color:#0064d2;color:#fff}.badge{font-weight:400}.btn{font-weight:600;border:none}.statement-type-name{margin-top:10px;margin-right:20px;font-size:18px}.invisible{visibility:hidden}.statement-type-info{width:624px}.finalise-button-info{width:124px}.alert-warning{color:#f5a623;background-color:#fef8ed;border-color:#f5a623}.alert-warning .warning-component{display:table-cell;text-align:left;vertical-align:middle}.banner-text{padding-left:10px;vertical-align:middle;text-align:center;display:inline}.reassessment-link{text-decoration:underline;color:#b7591a}.reassessment-warning-banner{color:#b7591a;padding-left:10px;display:table-cell;vertical-align:middle}.funding-rates-table{overflow:visible;width:calc(100% + 15px);border:none;margin-top:25px}.funding-rates-table table{table-layout:fixed}.funding-rates-table tbody tr{height:48px;cursor:pointer}.funding-rates-table tbody tr td{padding:0;vertical-align:middle;margin-left:20px;border-top:none}.funding-rates-table tbody tr td:hover{background-color:#e2e2e2}.funding-rates-table tbody tr td .funding-rate-date{margin-top:8px;font-size:16px;color:#3f3f41;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.funding-rates-table tbody tr td>div{height:48px;margin-left:15px;margin-right:15px;border-top:1px solid #ddd;padding-top:5px}.funding-rates-table tbody tr.active td,.funding-rates-table tbody tr.active td:hover{background-color:#008381}.funding-rates-table tbody tr.active td .funding-rate-date,.funding-rates-table tbody tr.active td:hover .funding-rate-date{color:#fff}.funding-rates-table tbody tr.active+tr td>div,.funding-rates-table tbody tr.active td:hover>div,.funding-rates-table tbody tr.active td>div{border-top:none}.funding-rates-table tbody tr:last-of-type:not(.active) td>div{border-bottom:1px solid #ddd}.funding-rates-col-xs-offset{margin-left:5.33333333%}.funding-rates-list-container{padding-left:0;padding-right:0}.funding-rates-list-container .page-header{padding-left:15px}.funding-rates-list-container h1{width:400%;margin-bottom:4px}.funding-rates-list-container .view-funding-rates-link{font-size:16px;padding-left:15px;height:42px;display:inline-block}.funding-rate-detail-container{padding-left:15px;padding-right:15px}.funding-rate-detail-container h2{margin-top:10px;margin-bottom:20px}.funding-rate-detail-container .add-new-funding-rate{margin-top:30px}.funding-rate-detail-container .funding-rate-detail{margin-top:104px;width:100%;background-color:#fff;border-radius:4px}.funding-rate-detail-container .funding-rate-detail .panel-body{padding-top:43px;padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.funding-rate-detail-container .funding-rate-view{margin-top:104px;width:100%;background-color:#fff;border-radius:4px}.funding-rate-detail-container .funding-rate-view .panel-body{padding-top:43px;padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.funding-rate-detail-container .funding-rate-view .with-margin{margin-left:7px}.funding-rate-detail-container .funding-rate-view .space-below{margin-bottom:40px}.funding-rate-detail-container .funding-rate-view .view-value{word-break:break-word}.funding-rate-detail-container .funding-rate-view .no-funding-rates{font-size:16px;color:#666;width:auto;text-align:center;margin-top:40px;margin-bottom:60px}.funding-rate-detail-container .funding-rate-view .interimRate{margin-top:15px;font-size:16px}.funding-rate-detail-container .funding-rate-view .cols-equal{display:flex;flex-wrap:wrap}.funding-rate-detail-container .funding-rate-view .divider{height:100%;width:100%}.funding-rate-detail-container .funding-rate-view .divider .left-column{border-right:3px dotted #ccc;width:50%}.funding-rate-detail-container .funding-rate-view hr{margin-bottom:10px}.funding-rate-detail-container .funding-rate-view .space-below{margin-bottom:20px}.funding-rate-detail-container .sub-text{margin-top:-15px;margin-bottom:5px;color:#666}.funding-rate-detail-container .table{border-color:#ccc}.funding-rate-detail-container .table tbody>tr>td:first-child{background-color:#f7f7f7}.funding-rate-detail-container .table tbody>tr{border:1px solid #ccc}.funding-rate-detail-container .table tbody>tr>td{border-bottom:1px solid #ccc}.funding-rate-detail-container .table tbody>tr:last-child,.funding-rate-detail-container .table thead>tr:first-child{border-bottom:2px solid #999}.funding-rate-detail-container .table thead>tr:first-child th{border:none}.funding-rate-detail-container .table td.amount-alignment{font-size:16px}.funding-rate-detail-container .table .amount-alignment{text-align:right}.funding-rate-detail-container .table .amount-alignment .input-lg{height:36px;font-size:16px}.funding-rate-detail-container .table .amount-alignment .dollar-input-container:before{font-size:16px;top:6px}.funding-rate-detail-container .table.subsidy-rates-table th{width:20%}.funding-rate-detail-container .table.subsidy-rates-table th.gutter{width:5%}.funding-rate-detail-container .table th{color:#666;text-transform:uppercase;font-weight:400;font-size:12px}.funding-rate-detail-container .table.an-acc-subsidy-rates-table th{font-size:14px;text-transform:inherit}.funding-rate-detail-container .table.an-acc-subsidy-rates-table th.gutter{width:5%}.funding-rate-detail-container .table.an-acc-subsidy-rates-table th.gutter-variable-component{width:.1%}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .amount-alignment{text-align:right;padding-left:0;padding-right:0}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .amount-alignment-large{text-align:right;padding-left:0;padding-right:0;width:18%}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .amount-alignment-left{text-align:left}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .amount-alignment-left-large{text-align:left;width:220px}.funding-rate-detail-container .table.an-acc-subsidy-rates-table tbody>tr>td:first-child{background-color:#fff;font-weight:700}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .variable-component-resident-type{text-align:left;background-color:#f7f7f7}.funding-rate-detail-container .table.an-acc-subsidy-rates-table .variable-component-resident-type td:first-child{background-color:#f7f7f7}.funding-rate-detail-container .table.supplement-table th{width:50%}.funding-rate-detail-container .table.supplement-table th:nth-child(2){width:35%}.funding-rate-detail-container .table.supplement-table tr td{vertical-align:middle}.funding-rate-detail-container .table.accommodation-rates-table{margin-bottom:30px}.funding-rate-detail-container .table.accommodation-rates-table th{width:50%}.funding-rate-detail-container .table.accommodation-rates-table td{height:50px;padding-top:15px;vertical-align:middle}.funding-rate-detail-container .table.accommodation-rates-table td.input-field{padding-left:30px}.funding-rate-detail-container .table.accommodation-rates-table .amount-alignment{padding-right:100px}.funding-rate-detail-container .table.fees-and-charge-table tbody>tr>td:first-child{background-color:#fff}.funding-rate-detail-container .table.fees-and-charge-table th:nth-child(3){text-align:right}.funding-rate-detail-container .table.fees-and-charge-table td{width:30%}.funding-rate-detail-container .table.fees-and-charge-table td:last-child{width:10%;vertical-align:middle;text-align:center}.funding-rate-detail-container .table.fees-and-charge-table div.form-group{padding-bottom:0;margin-bottom:0}.funding-rate-detail-container .table.fees-and-charge-table div.col-xs-12{padding-right:0;padding-left:0}.funding-rate-detail-container .table.fees-and-charge-table td>span.percentage-input-container:before{top:8px}.funding-rate-detail-container .table.fees-and-charge-table .from-date-lable{padding-left:25px;vertical-align:middle;font-size:16px}.funding-rate-detail-container .table tbody>tr>td.funding-sub-header{background-color:#f0f0f0;color:#666;height:30px;padding-top:5px;padding-bottom:5px}.funding-rate-detail-container .rates-table{padding-right:16px;padding-left:16px}.funding-rate-detail-container form .funding-rate-view{margin-top:34px}.funding-rate-detail-container form .form-header>:first-child{padding-left:0}.funding-rate-detail-container form .form-header button{width:80px}.funding-rate-detail-container form input{font-size:16px}.funding-rate-detail-container form .dollar-input-container input{text-align:right}.funding-rate-detail-container form .dollar-input-container:before{top:8px;font-size:16px}.funding-rate-detail-container form .dollar-input-container.ng-not-empty{color:#3f3f41}.funding-rate-detail-container form .dollar-input-container.ng-empty{color:#999}.funding-rate-detail-container form td.amount-alignment{padding-left:0;padding-right:0}.funding-rate-detail-container form .input-lg{height:40px}.funding-rate-detail-container form .supplement-table-form th{width:50%}.funding-rate-detail-container form .supplement-table-form th:nth-child(2),.funding-rate-detail-container form .supplement-table-form th:nth-child(4){width:10%}.funding-rate-detail-container form .supplement-table-form th:nth-child(3){width:30%}.funding-rate-detail-container form .supplement-table-form tr td{vertical-align:middle}.fees-and-charges-partial .start-date-cal{top:18px;right:10px}.fees-and-charges-partial .end-date-val{margin-top:8px}.fees-and-charges-partial .end-date-overlap-msg{margin-top:-20px}.view-funding-rates .vertical-tabs .view-funding-rates-pane{display:inline-flex;padding:32px 80px 80px;flex-direction:column;align-items:flex-start;gap:20px;width:100%;border-radius:0 2px 2px 2px;border:1px solid #d2d2d2}.view-funding-rates .vertical-tabs .view-funding-rates-pane .w-100{width:100%}.view-funding-rates .vertical-tabs .view-funding-rates-pane .align-right{text-align:right}.view-funding-rates .vertical-tabs .view-funding-rates-pane .no-funding-rates{text-align:center}.view-funding-rates .vertical-tabs .view-funding-rates-pane h3{margin-bottom:15px}.view-funding-rates .vertical-tabs .view-funding-rates-pane .funding-rates-period{margin-bottom:25px}.view-funding-rates .page-header{margin:35px 0 25px}.margin-top-30{margin-top:30px}.panel.organisation-form{border:1px solid #ccc;border-radius:3px}.panel.organisation-form .chosen-results:empty:after{content:"No locations";padding-left:5px;color:#999}.panel.organisation-form .optional{color:#666;font-weight:400;font-size:14px}.panel.organisation-form .panel-body{margin-top:30px;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.panel.organisation-form .respiteDaysAllocation .form-group,.panel.organisation-form .street1{padding-bottom:0}.panel.organisation-form .panel-footer{background-color:#e2e2e2}.panel.organisation-form .btn-inline-block-lg{width:140px}.panel.organisation-form .control-label{white-space:nowrap}.no-facilities{text-align:center;padding:65px;font-size:24px;color:#666;background:#f7f7f7;border:1px solid #ccc}.add-facility-link{margin-top:40px}.facilities-table table{border-collapse:collapse;table-layout:fixed}.facilities-table thead{background-color:#595a5c}.facilities-table thead tr th{border-bottom:none;padding-left:20px;color:#fff}.facilities-table thead tr th.facility-name{width:50%}.facilities-table thead tr th.beds,.facilities-table thead tr th.users{width:25%}.facilities-table tbody tr{background-color:#fff;height:50px;border:1px solid #ddd;border-collapse:collapse}.facilities-table tbody tr.region-header{height:32px;background:#d7d7d7;color:#666}.facilities-table tbody tr.facility-row{cursor:pointer}.facilities-table tbody tr.facility-row .facility-name{color:#0064d2}.facilities-table tbody tr td{padding:0;padding-left:20px;vertical-align:middle}.gl-account-mapping-container .page-header-row{margin:20px 0 0;padding:0 15px}.gl-account-mapping-container .page-header{font-size:30px;margin:0;padding:0}.gl-account-mapping-container .page-header .bold{font-weight:700}.gl-account-mapping-container .page-sub-header{font-size:16px;margin-bottom:20px}.gl-account-mapping-container .btn-primary{margin-left:20px}.gl-account-mapping-container .default-account-label{font-size:14px;color:#666}.gl-account-mapping-container .updated-by-label{margin:12px 0 40px;font-size:12px;color:#666}.gl-account-mapping-container hr{margin:20px 0 0}.gl-account-mapping-container .panel-body{padding:0}.gl-account-mapping-container .account-mapping-table{border-bottom:2px solid #999;margin-bottom:50px}.gl-account-mapping-container .account-mapping-table th{font-size:12px;color:#666;border-bottom:2px solid #999;width:50%;padding:8px 16px 8px 0}.gl-account-mapping-container .account-mapping-table th.gutter{width:3%}.gl-account-mapping-container .account-mapping-table .account{width:47%}.gl-account-mapping-container .account-mapping-table td{border-top:0;border-bottom:1px solid #ccc}.gl-account-mapping-container .account-mapping-table tr.row-subheading{background:#e2e2e2;border-left:1px solid #ccc;border-right:1px solid #ccc}.gl-account-mapping-container .account-mapping-table .type-col{padding:8px 14px;vertical-align:middle;color:#666;border-left:1px solid #ccc}.gl-account-mapping-container .account-mapping-table .type-col .alt-description{color:#878787}.gl-account-mapping-container .account-mapping-table .account-col{padding:8px 16px 8px 0;border-right:1px solid #ccc}.gl-account-mapping-container .space-below{margin-bottom:40px}.gl-account-mapping-container .group-header{font-size:18px;font-weight:700;margin:0 0 10px}.gl-account-mapping-container .view-group-header{font-size:18px;font-weight:700}.gl-account-mapping-container .default-account-value{font-size:16px;margin:0 0 10px}.gl-account-mapping-container .form-control.input-lg{height:36px;font-size:16px}.gl-account-mapping-container .sticky-action-bar-wrapper{margin-left:0;padding-left:0}.gl-account-mapping-container .sticky-action-bar-wrapper .sticky-action-bar button:first-of-type{margin-right:0}.gl-account-mapping-container .sticky-action-bar-wrapper.affix{z-index:1000}.gl-account-mapping-container .gl-account-mapping-action-bar>div{float:right}.gl-account-mapping-dialog .modal-dialog{width:486px}.gl-account-mapping-dialog .modal-footer{padding:10px 30px}.gl-account-mapping-dialog .btn-inline-block-sm{width:68px}.noSidePadding{padding-right:0;padding-left:0}.angular-dialog .close-modal-icon{width:30px;height:30px;background-color:#949494!important;font-family:Source Sans Pro!important}.optional-services-container .page-header-row{margin:20px 0 0;padding:0 15px}.optional-services-container .page-header{font-size:30px;margin:0;padding:0}.optional-services-container .page-header .bold{font-weight:700}.optional-services-container .page-sub-header{font-size:16px;margin-bottom:20px}.optional-services-container .default-service-label{font-size:14px;color:#878787}.optional-services-container .updated-by-label{margin:12px 0 40px;font-size:12px;color:#878787}.optional-services-container hr{margin:20px 0 0}.optional-services-container .panel-body{padding:0}.optional-services-container .optional-services-table{border-bottom:2px solid #999;margin-bottom:50px}.optional-services-container .optional-services-table div.form-group{padding-bottom:0;margin-bottom:0}.optional-services-container .optional-services-table div.col-xs-12{padding-right:0;padding-left:0}.optional-services-container .optional-services-table th{font-size:12px;color:#666;border-bottom:2px solid #999;vertical-align:top}.optional-services-container .optional-services-table td{border-top:0;border-bottom:1px solid #ccc}.optional-services-container .optional-services-table tr.row-subheading{background:#e2e2e2;border-left:1px solid #ccc;border-right:1px solid #ccc}.optional-services-container .optional-services-table .view-value,.optional-services-container .optional-services-table .view-value-link{font-size:inherit}.optional-services-container .optional-services-table .dollar-input-container:before{top:6px}.optional-services-container .optional-services-table .service-started-label{display:block;margin-top:8px}.optional-services-container .optional-services-table .type-col{vertical-align:top;color:#666;border-left:1px solid #ccc;background-color:#f7f7f7}.optional-services-container .optional-services-table .type-col .alt-description{color:#878787}.optional-services-container .optional-services-table .charge-type-col{vertical-align:top}.optional-services-container .optional-services-table .charge-type-col .input-lg{width:100px}.optional-services-container .optional-services-table .billing-col{vertical-align:top}.optional-services-container .optional-services-table .billing-col .input-lg{padding:inherit;width:120px}.optional-services-container .optional-services-table .rate-col{vertical-align:top;width:110px;text-align:right}.optional-services-container .optional-services-table .end-date-col,.optional-services-container .optional-services-table .start-date-col{vertical-align:top;width:150px}.optional-services-container .optional-services-table .end-col{vertical-align:middle;border-right:1px solid #ccc}.optional-services-container .optional-services-table .glyphicon-calendar{line-height:40px;width:34px}.optional-services-container .add-service{margin-top:20px}.optional-services-container .space-below{margin-bottom:40px}.optional-services-container .header{font-size:18px;font-weight:700;margin:20px 0 10px}.optional-services-container .default-service-value{font-size:16px;margin:0 0 10px}.optional-services-container .form-control.input-lg{height:36px;font-size:16px}.optional-services-container .sticky-action-bar-wrapper{margin-left:0;padding-left:0}.optional-services-container .sticky-action-bar-wrapper .sticky-action-bar button:first-of-type{margin-right:0}.optional-services-container .sticky-action-bar-wrapper.affix{z-index:1000}.optional-services-container .optional-services-action-bar>div{float:right}.optional-services-container .table-popover{width:250px!important}.optional-services-container .table-popover .fee-effective-popover .support-col{width:100px!important}.optional-services-container .table-popover .fee-effective-popover .effective-date-col{width:115px!important}.optional-services-dialog .modal-dialog{width:486px}.optional-services-dialog .modal-footer{padding:10px 30px}.optional-services-dialog .btn-inline-block-sm{width:68px}.view-note{color:#666;font-size:12px}.report-table .table{margin-bottom:0}.report-table .sticky-side-bar{position:relative;height:inherit!important;background-color:#fff}.report-table .sticky-side-bar .radio-group input{width:1.3em;height:1.3em}.report-table .sticky-side-bar .chekbox-group,.report-table .sticky-side-bar .radio-group{padding-bottom:0}.report-table .sticky-side-bar .chekbox{left:0;padding-left:0}.report-table .sticky-side-bar .chekbox label{padding-left:0}.report-table .sticky-side-bar .checkbox-label,.report-table .sticky-side-bar .radio-label{margin-bottom:5px;padding-left:30px}.report-table .sticky-side-bar .has-feedback{margin-bottom:10px}.report-table .sticky-side-bar .export-row{padding-top:10px}.report-table .sticky-side-bar .hideContent{display:none}.report-table .sticky-side-bar .showContent{display:block}.report-table .filter-content div{display:inline-block}.report-table .align-right{text-align:right}.report-table .filter-header{padding-top:10px;padding-bottom:10px}.report-table .report-header th{height:14px;color:#666;font-family:inherit;font-size:12px;line-height:14px;font-weight:400;padding-left:15px}.report-table .header-date{height:30px;border:1px solid #ddd;background-color:#e2e2e2}.report-table .report-details{height:56px;border:1px solid #ccc;background-color:#fff;vertical-align:middle}.report-table .report-details td{vertical-align:middle!important;padding-left:15px!important}.report-table .unit-status .available{color:#074f30}.report-table .unit-status .out-of-service{color:#c9302c}.report-table .unit-status .occupied{color:#000}.report-table .row-count{padding-bottom:10px;border-bottom:1px solid #ddd}.report-table .down-arrow-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/down-arrow.png);background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block;vertical-align:bottom}.report-table .checkbox-large span{padding-left:30px;margin-bottom:5px;display:inline-block}.report-table .checkbox-large input[type=checkbox]{width:1.3em;height:1.3em}.billing-export .input-lg{height:34px;font-size:14px;border-radius:4px}.billing-export .control-label,.financial-details-export .control-label{height:0}.financial-details-export .row.space-below{margin-bottom:16px}.financial-details-export input[type=checkbox]{width:20px;height:20px}.financial-details-export .multiselect-parent{width:100%}.financial-details-export .multiselect-parent .dropdown-toggle{width:100%;font-weight:400!important}.financial-details-export .multiselect-parent .dropdown-toggle .caret{border-top:4px solid}.financial-details-export .multiselect-parent .checkboxInput{margin:0 -20px}.financial-details-export .multiselect-parent .checkbox{margin-top:3px;margin-bottom:3px}.financial-details-export .multiselect-parent .checkbox span{padding-left:10px;display:inline-block}.financial-details-export .multiselect-parent .dropdown-menu>li>a{padding:3px 16px}.financial-details-export .has-feedback .form-control-feedback{right:10px;top:19px}.financial-details-export .input-lg{height:34px;font-size:14px;border-radius:4px}.financial-details-export input[type=checkbox]:before{content:"";display:inline-block;width:20px;height:20px;background-color:#fff;border-radius:3px;border:1px solid #ccc}.financial-details-export input[type=checkbox]:checked:before{border-radius:3px;cursor:pointer;width:20px;height:20px;background:url(../images/white-tick@3x.png) #367cae;background-size:10px 10px;background-position:5px 5px;background-repeat:no-repeat;border:none}.financial-details-export .filter-disabled{pointer-events:none}.settlements-export .page-header-row{margin-top:42px;font-size:16px}.settlements-export .page-header-row .page-header{font-size:30px;font-weight:700;margin:0 0 40px;padding-left:0}.settlements-export .page-header-row .page-filter{margin-top:13px;margin-left:0}.settlements-export .page-header-row .page-filter .label-facility{font-weight:700;padding-left:8px}.settlements-export .page-header-row .page-filter select{margin-top:-4px}.settlements-export .page-header-row .page-filter .checkbox{margin-top:0;margin-bottom:10px;margin-left:20px}.settlements-export .page-header-row .page-filter .checkbox input[type=checkbox]{width:20px;height:20px}.settlements-export .page-header-row .page-filter .checkbox span{padding-left:10px;padding-top:3px;display:inline-block}.settlements-export .page-header-row .export-btn{padding-right:0}.settlements-export .page-header-row .export-btn .btn{margin-top:6px}.settlements-export .report-table .table{margin-bottom:0}.settlements-export .report-table .align-right{text-align:right}.settlements-export .report-table table{margin-left:0;width:135%;max-width:135%}.settlements-export .report-table .report-header th{height:14px;color:#666;font-family:inherit;font-size:12px;line-height:14px;font-weight:400;padding-left:10px}.settlements-export .report-table .report-details{height:56px;border:1px solid #ccc;background-color:#fff;vertical-align:middle}.settlements-export .report-table .report-details td{vertical-align:middle!important;padding-left:10px!important}.settlements-export .report-table .row-count{margin-left:0;padding-left:0;padding-bottom:5px;width:135%}.mtcfs-report .page-header{margin-left:-18px}.mtcfs-report .page-filter{margin-top:13px;margin-left:-45px;margin-bottom:40px}.mtcfs-report .page-filter .label-facility{font-weight:700}.mtcfs-report .page-filter select{margin-top:-4px}.mtcfs-report .export-btn .btn{margin-top:10px;margin-right:-72px}.mtcfs-report .report-table .table{margin-bottom:0}.mtcfs-report .report-table .dx-datagrid-headers{color:#666;font-size:12px;font-weight:400}.mtcfs-report .report-table .dx-widget{font-family:Source Sans Pro}.mtcfs-report .report-table .unmatched-row{background-color:#fceef0}.align-right{text-align:right}.resident-layout .room-section{margin-bottom:20px}.resident-layout .left-sidebar{background-color:#595a5c;color:#fff;position:relative;height:calc(100vh - 94px)}.resident-layout .left-sidebar .thumbnail{margin:0 1px 1px;border-radius:0;padding:0}.resident-layout .left-sidebar .resident-profile-photo{position:relative}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector{display:none;position:absolute;width:100%;bottom:0}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector .dropdown-toggle{display:block;padding:5px;background-color:hsla(0,0%,100%,.9);text-align:center;text-decoration:none;height:40px;padding-top:10px;color:#3f3f41}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector .dropdown-menu{left:15px;margin-top:0}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector .dropdown-menu a{padding-top:5px;padding-bottom:5px}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector .dropdown-menu a:hover{background-color:#4e9acb;color:#fff;text-decoration:none}.resident-layout .left-sidebar .resident-profile-photo .resident-profile-photo-selector .dropdown-menu a label{font-weight:400;width:100%;height:100%;cursor:pointer}.resident-layout .left-sidebar .resident-profile-photo .resident-photo-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;opacity:.5;display:none}.resident-layout .left-sidebar .resident-profile-photo:hover .photo-taken-date,.resident-layout .left-sidebar .resident-profile-photo:hover .resident-photo-overlay,.resident-layout .left-sidebar .resident-profile-photo:hover .resident-profile-photo-selector{display:block}.resident-layout .left-sidebar .resident-profile-photo .photo-taken-date{position:absolute;width:95%;top:2px;text-align:right;display:none}.resident-layout .left-sidebar .resident-name{font-size:18px;padding:15px}.resident-layout .left-sidebar .nav-pills>li.active>a,.resident-layout .left-sidebar .nav-pills>li.active>a:focus,.resident-layout .left-sidebar .nav-pills>li.active>a:hover,.resident-layout .left-sidebar .nav-pills>li>a:focus,.resident-layout .left-sidebar .nav-pills>li>a:hover{background-color:#008381}.resident-layout .left-sidebar .nav-pills>li>a{color:#fff}.resident-layout .left-sidebar .sidebar-footer{position:absolute;bottom:0;width:100%;padding-bottom:5px;text-align:center}.resident-layout .left-sidebar .sidebar-footer.left{left:-5px}.resident-layout .left-sidebar .sidebar-footer-button{background-position:top;background-repeat:no-repeat;background-size:40px;overflow:hidden;height:85px;width:60px;text-align:center;font-size:12.5px;margin-top:5px;padding-top:50px;cursor:pointer;color:#fff;text-decoration:none;display:inline-block}.resident-layout .left-sidebar .sidebar-footer-button:hover{color:#bbb}.resident-layout .left-sidebar .sidebar-footer-button.admit-button{background-image:url(../images/admission.png)}.resident-layout .left-sidebar .sidebar-footer-button.admit-button:hover{background-image:url(../images/admission-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.mark-prospect-button{background-image:url(../images/bullseye.png);background-size:52px;background-position-x:85%}.resident-layout .left-sidebar .sidebar-footer-button.mark-prospect-button:hover{background-image:url(../images/bullseye-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.submit-leave-button{background-image:url(../images/submit-leave-button-neutral.png)}.resident-layout .left-sidebar .sidebar-footer-button.submit-leave-button:hover{background-image:url(../images/submit-leave-button-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.settle-button{background-image:url(../images/settlement.png)}.resident-layout .left-sidebar .sidebar-footer-button.settle-button:hover{background-image:url(../images/settlement-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.departure-button{background-image:url(../images/departure.png)}.resident-layout .left-sidebar .sidebar-footer-button.departure-button:hover{background-image:url(../images/departure-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.mark-enquiry-button{background-image:url(../images/mark-as-enquiry.png)}.resident-layout .left-sidebar .sidebar-footer-button.mark-enquiry-button:hover{background-image:url(../images/mark-as-enquiry-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.transfer-resident-button{background-image:url(../images/transfer.png)}.resident-layout .left-sidebar .sidebar-footer-button.transfer-resident-button:hover{background-image:url(../images/transfer-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.assign-unit-button{background-image:url(../images/assignUnit.png)}.resident-layout .left-sidebar .sidebar-footer-button.assign-unit-button:hover{background-image:url(../images/assignUnit-hover.png)}.resident-layout .left-sidebar .sidebar-footer-button.make-funded-button,.resident-layout .left-sidebar .sidebar-footer-button.make-funded-button:hover{background-image:url(../images/funded_icon.svg)}.resident-layout .left-sidebar .sidebar-footer-button.margin-right{margin-right:-10px}.resident-layout .content-area{padding-left:40px;padding-right:40px}@media (min-width:768px){.resident-layout .content-area{min-height:700px}}.resident-layout .content-area .content-area-body{background-color:#fff}.resident-layout .content-area.space-above{margin-top:40px}.resident-layout .content-area .information-wrapper{margin-top:15px;margin-bottom:15px}.resident-layout .content-area .supplement-status .checkbox{margin-bottom:0}.resident-layout .content-area .supplement-status .checkbox .resman-checkbox{padding-top:3px}.resident-layout .content-area .supplement-status .checkbox .resman-checkbox img{padding-top:5px;height:17px}.resident-layout .content-area .supplement-status .checkbox label{cursor:auto}.resident-layout .content-area .supplement-status .information-wrapper{margin-bottom:0}.resident-layout .content-area .supplement-status .checkbox-large span{padding-left:5px;padding-top:0}.resident-layout .content-area .supplement-status .inactive{color:#666!important}.resident-layout .content-area .button-spacer-left{margin-left:20px}.resident-layout .content-area .previous-supplement-wrapper{background-color:#d4e5ee;height:40px;margin-top:-16px;margin-right:-16px;margin-left:-16px;padding-top:8px;color:#414141;border:1px solid #b3cde6}.resident-layout .content-area .previous-supplement-wrapper img{margin-right:10px}.resident-layout .content-area .previous-supplement-wrapper.bottom-margin{margin-bottom:15px}.resident-layout .content-area .resident-enquiry-row{height:26.5px;max-height:26.5px}.resident-layout .content-area .resident-enquiry-row .resident-enquiry-header{font-size:18px;font-weight:700;height:18px}.resident-layout .content-area .resident-enquiry-row .resident-enquiry-header .label.label-badge{vertical-align:middle}.resident-layout .content-area .resident-enquiry-row .resident-enquiry-text{font-size:14px;height:18px}.resident-layout .content-area .resident-enquiry-row .resident-enquiry-text-right{font-size:14px;height:18px;text-align:right}.resident-layout .content-area .resident-enquiry-row .resident-enquiry-text-right>div{margin-top:4px}.resident-layout .content-area .resident-header-row{max-height:26.5px}.resident-layout .content-area .resident-header-row .resident-header{font-size:18px;font-weight:700;height:18px}.resident-layout .content-area .resident-header-row .date-label{font-size:14px;height:18px;color:#666;text-align:right;padding-right:10px}.resident-layout .content-area .resident-header-row .date-text{text-align:right;font-size:14px;height:18px}@media (min-width:768px){.resident-layout .right-sidebar{min-height:700px}}.resident-layout .right-sidebar-edit{margin-top:50px}.resident-layout .resident-name-container{display:inline-block;margin-right:30px}.resident-layout .resident-name-container .resident-preferred-name{font-weight:400}.resident-layout .resident-name-container .label-deceased{padding-left:5px;padding-right:5px;background-color:#9e043e;color:#fff;font-size:1.2rem;vertical-align:middle}.resident-layout .resident-sex-age-container{margin-top:0;margin-bottom:0}.resident-layout .resident-edit-link{padding-right:10px}.resident-layout .resident-edit-link i{font-size:18px;padding-right:10px}.resident-layout .resident-created-date{font-weight:400}.resident-layout .address-line{display:block}.resident-layout .sub-text{color:#666}.resident-layout .resident-header{margin-bottom:30px;margin-top:20px}.resident-layout .resident-header .button-bar{position:absolute;margin-top:53px;height:40px;text-align:right;vertical-align:middle;padding-right:17px}.resident-layout .resident-view-documents>h3{margin-top:0}.resident-layout .right-sidebar-view h3{margin-top:0;font-size:14px}.resident-layout .resident-leave-taken{margin-bottom:30px}.resident-layout .resident-leave-taken hr{margin-bottom:10px}.resident-layout .resident-leave-taken .renewal-info{color:#666}.resident-layout .finance-care-panel .checkbox label{padding-left:0}.resident-layout .finance-care-panel .checkbox-large span{padding-left:10px;padding-top:5px;float:right}.resident-layout .finance-care-panel a.view-value-link{width:120px}.resident-layout .finance-care-panel .view-value.blue{color:#0064d2}.resident-layout .finance-care-panel .history-link{line-height:24px}.resident-layout .finance-care-panel .history-link .icon-history-blue{margin-bottom:-1px}.resident-layout .finance-accommodation-panel .panel-body{margin:0 -1px -1px}.resident-layout .finance-accommodation-panel h2{margin:15px 0 20px;padding-left:15px}.resident-layout .finance-accommodation-panel h2.margin-bottom-10{margin-bottom:10px}.resident-layout .finance-accommodation-panel .btn-inline-block{width:142px}.resident-layout .finance-accommodation-panel .percentage-input-container{width:84px}.resident-layout .finance-accommodation-panel a.view-link{font-size:16px;cursor:pointer;display:block;width:70px}.resident-layout .finance-accommodation-panel .row.no-padding-bottom{padding-bottom:0}.resident-layout .finance-accommodation-panel .row.highlighted-bottom{background-color:#f7f7f7;border:1px solid #aaa;border-top:1px solid #ddd;padding-bottom:20px;padding-top:20px;margin-top:5px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.resident-layout .finance-accommodation-panel .row.highlighted-bottom .refundable-value{font-size:24px;font-weight:700}.resident-layout .finance-accommodation-panel .row.supported-label-row{height:30px}.resident-layout .finance-accommodation-panel .row.supported-label-row .col-xs-4{height:100%}.resident-layout .finance-accommodation-panel .row.supported-label-row .col-xs-4:not(:last-child) span{position:absolute;bottom:0}.resident-layout .finance-accommodation-panel .row.supported-row .col-xs-4{padding-top:10px}.resident-layout .finance-accommodation-panel .row.supported-row .col-xs-4 .view-value{padding-top:8px;height:30px}.resident-layout .finance-accommodation-panel .row .margin-top-14{margin-top:14px}.resident-layout .finance-accommodation-panel .row .view-info{font-size:14px;color:#999}.resident-layout .finance-accommodation-panel .row .view-info.last-payment{padding-left:6px}.resident-layout .finance-accommodation-panel .input-lg,.resident-layout .finance-accommodation-panel .payment-date-input-lg{font-size:16px;height:40px}.resident-layout .finance-accommodation-panel .payment-date-calender-pos{top:27px;right:10px}.resident-layout .finance-accommodation-panel .dollar-input-container:before{top:8px;font-size:16px}.resident-layout .finance-accommodation-panel .percentage-input-container:before{top:9px;font-size:16px}.resident-layout .finance-basic-daily-fee-panel .basic-daily-fee{padding:3px 0 0}.resident-layout .finance-basic-daily-fee-panel .basic-daily-fee .view-label{font-weight:700}.resident-layout .finance-basic-daily-fee-panel .checkbox{margin-top:0;margin-bottom:10px}.resident-layout .finance-basic-daily-fee-panel .checkbox input[type=checkbox]{width:20px;height:20px}.resident-layout .finance-basic-daily-fee-panel .checkbox span{padding-left:10px;padding-top:3px;display:inline-block}.resident-layout .transaction-history-panel .refundable-rad-label{font-size:28px;color:#3f3f41}.resident-layout .transaction-history-panel .balance-of-room-label{font-size:28px;color:#878787}.resident-layout .transaction-history-panel .amount-owed-label{font-size:55px;color:#3f3f41;line-height:64px}.resident-layout .transaction-history-panel .amount-owed-label sup{font-size:28px;padding:7px;top:-20px}.resident-layout .transaction-history-panel .agreed-room-price-value-label{font-weight:700;color:#3f3f41;margin-left:4px}.resident-layout .transaction-history-panel .balance-progress-bar{width:100%;height:4px;margin:5px 0;background-color:#ccc}.resident-layout .transaction-history-panel .balance-progress-bar .balance-progress{background-color:#82b8da;float:left;clear:right;height:100%}.resident-layout .transaction-history-panel .balance-progress-bar .balance-progress:after{content:"";width:1px;height:10px;background-color:#367cae;display:block;float:right;top:-3px;position:relative}.resident-layout .transactions-table{overflow-x:visible;margin:20px 0}.resident-layout .transactions-table.table-responsive{border:0}.resident-layout .transactions-table table{border-collapse:collapse;margin-bottom:0;border-bottom:2px solid #aaa}.resident-layout .transactions-table thead tr th{padding:6px 8px;color:#535353;font-size:12px;font-weight:500;border-top:1px solid #aaa!important;border-bottom:2px solid #aaa}.resident-layout .transactions-table thead tr th.transaction-date-header{width:7%;text-align:left;padding-left:5px}.resident-layout .transactions-table thead tr th.transaction-description-header{width:44%}.resident-layout .transactions-table thead tr th.transaction-reference-header{width:14%}.resident-layout .transactions-table thead tr th.transaction-rate-header{width:10%;text-align:right}.resident-layout .transactions-table thead tr th.transaction-payment-header{width:12.5%;text-align:right}.resident-layout .transactions-table thead tr th.transaction-charge-header{width:12.5%;text-align:right;padding-right:10px}.resident-layout .transactions-table tbody tr{background-color:#fff;border:1px solid #ccc}.resident-layout .transactions-table tbody tr.transactions-header{background-color:#e2e2e2;height:32px}.resident-layout .transactions-table tbody tr.transactions-header td{padding:7px 10px}.resident-layout .transactions-table tbody tr.transactions-header .header-date{font-size:14px}.resident-layout .transactions-table tbody tr td{padding:12px 8px;vertical-align:middle;border:none;color:#3f3f41}.resident-layout .transactions-table tbody tr td .transaction-date{width:34px;font-size:20px;text-align:center;color:#666;line-height:23px}.resident-layout .transactions-table tbody tr td .transaction-month{width:34px;text-align:center;color:#666}.resident-layout .transactions-table tbody tr td div.transaction-description1{font-weight:700}.resident-layout .transactions-table tbody tr td div.transaction-description2{color:#878787}.resident-layout .transactions-table tbody tr td.transaction-rate,.resident-layout .transactions-table tbody tr td div.transaction-payment{text-align:right}.resident-layout .transactions-table tbody tr td div.transaction-payment-type{text-align:right;color:#414141}.resident-layout .transactions-table tbody tr td div.transaction-paymentmethod-type{font-size:12px;text-align:center;border:1px solid;border-radius:100px;color:#367cae;width:73px;position:relative;left:20px}.resident-layout .transactions-table tbody tr td div.transaction-charge{text-align:right;padding-right:10px}.resident-layout .transactions-table tbody tr td div.drawdownRefund{left:30px}.resident-layout .transactions-table tbody tr td:first-child{padding-left:10px}.resident-layout .legal-notice-received{margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ccc}.resident-layout .legal-notice-received hr{margin-bottom:10px}.resident-layout .legal-notice-received .cursor-pointer{cursor:pointer}.resident-layout .legal-notice-received .light-text{color:#666}.resident-layout .legal-notice-received .notice-given-text{color:#2fa503}.resident-layout .legal-notice-received .green-tick-icon{background-image:url(../images/green-tick.png);width:16px;height:16px;margin-right:5px;background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block;float:right}.resident-layout .legal-notice-received .chevron-right-icon{background-image:url(../images/chevron-right.png);width:16px;height:23px;margin-right:4px;margin-top:3px;background-position:top;background-repeat:no-repeat;background-size:9px;overflow:hidden;display:inline-block;float:right}.resident-layout .draw-down-panel .checkbox label{padding-left:0}.resident-layout .draw-down-panel .checkbox-large{padding-bottom:0}.resident-layout .draw-down-panel .checkbox-large span{padding-left:10px;padding-top:5px;float:right}.resident-layout .draw-down-panel .last-item{margin-bottom:0;padding-bottom:0}.resident-layout .draw-down-panel:last-child,.resident-layout form .row.space-below:last-child{margin-bottom:0}.dva-details select option[data-default],.medicare-details select option[data-default],.pension-details select option[data-default]{color:#9fa1a5;font-style:italic}.dva-details .hint-text,.medicare-details .hint-text,.pension-details .hint-text{color:#595959;font-size:12px}.modal .modal-dialog.effectiveDates-dialog{width:460px}.modal .modal-dialog.an-acc-funding-dialog{width:456px}.modal .modal-dialog.an-acc-funding-dialog .close{opacity:inherit}.modal .modal-dialog.an-acc-funding-dialog .control-label{display:block;color:#414141;margin-bottom:2px}.modal .modal-dialog.assign-existing-acfi-dialog{width:460px}.modal .modal-dialog.assign-existing-acfi-dialog .scores-bottom-gutter{margin-bottom:20px}.modal .modal-dialog.assign-existing-acfi-dialog .score-label-gutter{margin-top:10px}.modal .modal-dialog.assign-existing-acfi-dialog .daily-rate-wrapper{margin-top:15px}.modal .modal-dialog.assign-existing-acfi-dialog .daily-rate-wrapper span.daily-rate{font-weight:700;padding-left:15px}.modal .modal-dialog.admit-dialog{width:700px}.modal .modal-dialog.admit-dialog hr.room-assignment-seperator{margin-top:0;margin-bottom:35px}.modal .modal-dialog.admit-dialog .resident-room-assignment-wrapper{padding-bottom:32px}.modal .modal-dialog.admit-dialog .btn-inline-block-sm{width:130px}.modal .modal-dialog.admit-dialog .respite-duration{margin-top:15px}.modal .modal-dialog.admit-dialog .checkbox-label{display:block;float:left;width:100%}.modal .modal-dialog.admit-dialog .modal-body{padding-bottom:0}.modal .modal-dialog.admit-dialog .modal-body .room-space-below{padding-bottom:32px}.modal .modal-dialog.admit-dialog .modal-body .alert-info-color{color:#414141}.modal .modal-dialog.admit-dialog .admissionTimeLocal{padding-left:0;padding-right:0}.modal .modal-dialog.mark-as-prospect-dialog{width:660px}.modal .modal-dialog.mark-as-prospect-dialog .display-table{display:table;table-layout:fixed;width:100%}.modal .modal-dialog.mark-as-prospect-dialog .display-table.prospect-banner{background-color:#c8ecf8;border:1px solid #9edaee;margin-left:0;margin-right:0;height:40px}.modal .modal-dialog.mark-as-prospect-dialog .display-cell{display:table-cell;vertical-align:middle;float:none}.modal .modal-dialog.mark-as-prospect-dialog .checkbox-label{display:block;float:left;width:100%}.modal .modal-dialog.mark-as-prospect-dialog .modal-body{padding-bottom:0}.modal .modal-dialog.mark-as-prospect-dialog .modal-body .btn-inline-block-sm{width:133px}.modal .modal-dialog.mark-as-prospect-dialog .modal-footer button{width:100px}.modal .modal-dialog.upload-photo-dialog{width:700px}.modal .modal-dialog.departure-dialog{width:550px}.modal .modal-dialog.departure-dialog .initiated-by{font-size:14px}.modal .modal-dialog.departure-dialog .facility,.modal .modal-dialog.departure-dialog .notes{margin-top:20px}.modal .modal-dialog.departure-dialog .hint-text{color:#666}.modal .modal-dialog.departure-dialog textarea{resize:none;height:80px}.modal .modal-dialog.departure-dialog .modal-body{padding-bottom:20px}.modal .modal-dialog.departure-dialog .validation-warning-message{color:#a94442;margin-bottom:10px}.modal .modal-dialog.departure-dialog .validation-indication-message{color:#000;margin-bottom:10px}.modal .modal-dialog.departure-dialog .departureTimeLocal{padding-left:0;padding-right:0}.modal .modal-dialog.departure-dialog .private-resident-label{font-size:85%}.modal .modal-dialog.transfer-dialog{width:450px}.modal .modal-dialog.transfer-dialog .facility,.modal .modal-dialog.transfer-dialog .notes{margin-top:20px}.modal .modal-dialog.transfer-dialog textarea{resize:none;height:80px}.modal .modal-dialog.transfer-dialog .modal-body{padding-bottom:20px}.modal .modal-dialog.crid-dialog{width:460px}.modal .modal-dialog.crid-dialog .modal-body{padding-bottom:10px}.modal .modal-dialog.leave-dialog{width:750px}.modal .modal-dialog.leave-dialog textarea{resize:none}.modal .modal-dialog.leave-dialog .medication-message-padding{padding-top:20px;padding-left:0}.modal .modal-dialog.leave-dialog .thumbnail{margin-bottom:5px}.modal .modal-dialog.leave-dialog .notes-label{color:#666}.modal .modal-dialog.leave-dialog .leave-type{font-size:14px}.modal .modal-dialog.leave-dialog .leave-return-type{padding-top:27px}.modal .modal-dialog.leave-dialog .input-md{height:46px;font-size:16px;margin-top:7px}.modal .modal-dialog.leave-dialog .leaveReturnTimeLocal,.modal .modal-dialog.leave-dialog .leaveStartTimeLocal{padding-left:0;padding-right:0}.modal .modal-dialog.leave-dialog .time-leave-input-lg{height:46px;font-size:18px;line-height:1.3333333;border-radius:6px}.modal .modal-dialog .thumbnail{padding:0;border-radius:0;margin-bottom:0;width:68px;height:68px}.modal .modal-dialog .resident-name{margin-top:15px;margin-bottom:5px}.modal .modal-dialog .date-conflict-error{color:red;margin-bottom:10px;width:100%}.modal .modal-dialog .form-group{margin-bottom:0}.modal .modal-dialog .error-list{width:60%}.residents-table.departed-residents-table thead tr th.departed-resident-name{width:32%}.residents-table.departed-residents-table thead tr th.departed-care-type,.residents-table.departed-residents-table thead tr th.departed-date{width:15%}.residents-table.departed-residents-table thead tr th.departure{width:30%}.residents-table table{border-collapse:separate;border-spacing:0 5px;table-layout:fixed}.residents-table thead,.residents-table thead tr{background-color:#3f3f41}.residents-table thead tr th{background-color:#3f3f41;border-bottom:none;padding-left:20px;color:#fff}.residents-table thead tr th.resident-photo{width:8%}.residents-table thead tr th.resident-name{width:42%}.residents-table thead tr th.lead-name{width:50%}.residents-table thead tr th.care-type{width:25%}.residents-table thead tr th.created-date{width:18%}.residents-table thead tr th.bed-info{width:25%}.residents-table thead tr th.delete-column{width:17%}.residents-table thead tr th.transfer-delete-column{width:25%}.residents-table thead tr th.unit-number{width:10%}.residents-table tbody tr{background-color:#fff;height:80px}.residents-table tbody tr td{padding:0;padding-left:20px;vertical-align:middle;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.residents-table tbody tr td .lead-name,.residents-table tbody tr td .resident-name{font-size:18px;color:#0064d2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.residents-table tbody tr td .lead-transfer-tag,.residents-table tbody tr td .previous-residency-tag{font-size:14px;color:#6c757d}.residents-table tbody tr td.resident-image{padding-left:0}.residents-table tbody tr td.cell-border-right{border-right:1px solid #ddd}.residents-table tbody tr td.cell-border-left{border-left:1px solid #ddd}.residents-table tbody tr td img{height:80px;width:80px}.residents-table tbody tr td.delete-column{padding-right:20px;padding-left:0}.residents-table tbody tr td.delete-column .delete-column-button{display:none}.residents-table tbody tr td.transfer-delete-column{padding-right:18px;padding-left:0}.residents-table tbody tr td.transfer-delete-column .delete-enquiry-button{display:none;margin-left:5px}.residents-table tbody tr td.transfer-delete-column .transfer-enquiry-button{display:none}.residents-table tbody tr td.resident-care-type span{margin-left:0;margin-right:5px}.residents-table tbody tr:hover .delete-column .delete-column-button{display:block}.residents-table tbody tr:hover .transfer-delete-column .delete-enquiry-button{display:block;margin-left:5px}.residents-table tbody tr:hover .transfer-delete-column .transfer-enquiry-button{display:block}.photo-selector .upload-image-block.ready .upload-image-placeholder,.photo-selector .upload-image-block .upload-image{display:none}.photo-selector .upload-image-block.ready .upload-image{display:block}.photo-selector .upload-image-placeholder{background-color:#9fa1a5;margin-top:30px;margin-left:4px;width:630px;height:400px}.photo-selector .upload-image-block{width:670px;height:440px}.photo-selector .upload-image{padding:0;padding-top:30px}.photo-selector .upload-image-block .upload-image-buttons{display:none}.photo-selector .upload-image-block.ready .upload-image-buttons{display:block}.photo-selector .rotate-button{background-position:top;background-repeat:no-repeat;background-size:40px;height:40px;width:40px;margin-top:35px;cursor:pointer;text-decoration:none;display:block;position:absolute;z-index:9999}.photo-selector .rotate-button.rotate-left{margin-left:10px;background-image:url(../images/rotate-left.png)}.photo-selector .rotate-button.rotate-left:hover{background-image:url(../images/rotate-left-hover.png)}.photo-selector .rotate-button.rotate-right{margin-left:590px;background-image:url(../images/rotate-right.png)}.photo-selector .rotate-button.rotate-right:hover{background-image:url(../images/rotate-right-hover.png)}.photo-selector .zoom-button{background-position:top;background-repeat:no-repeat;background-size:40px;height:40px;width:40px;margin-top:435px;cursor:pointer;text-decoration:none;display:block;position:absolute;z-index:9999}.photo-selector .zoom-button.zoom-out{margin-left:10px;background-image:url(../images/zoom-out.png)}.photo-selector .zoom-button.zoom-out:hover{background-image:url(../images/zoom-out-hover.png)}.photo-selector .zoom-button.zoom-in{margin-left:590px;background-image:url(../images/zoom-in.png)}.photo-selector .zoom-button.zoom-in:hover{background-image:url(../images/zoom-in-hover.png)}.photo-selector .in-line-label{padding-top:12px}.resident-on-leave-panel{background-color:#c8ecf8;margin-bottom:0;border:1px solid #9edaee}.resident-on-leave-panel .info-icon{padding-left:20px}.resident-on-leave-panel .content{height:50px}.resident-on-leave-panel .display-table{display:table;table-layout:fixed;width:100%}.resident-on-leave-panel .display-cell{display:table-cell;vertical-align:middle;float:none}.resident-on-leave-panel .leave-info-wrapper{padding-left:0}.resident-on-leave-panel .leave-info-wrapper .leave-info{font-weight:700;display:inline}.resident-on-leave-panel .leave-info-wrapper .leave-comments-wrapper,.resident-on-leave-panel .leave-info-wrapper .rac-residency-status-wrapper{font-style:italic;line-height:1.2}.resident-on-leave-panel .leave-info-wrapper .leave-comments-wrapper .leave-comments,.resident-on-leave-panel .leave-info-wrapper .leave-comments-wrapper .rac-residency-status,.resident-on-leave-panel .leave-info-wrapper .rac-residency-status-wrapper .leave-comments,.resident-on-leave-panel .leave-info-wrapper .rac-residency-status-wrapper .rac-residency-status{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;max-width:90%}.resident-on-leave-panel .leave-info-wrapper .leave-comments-wrapper .leave-comments-trailing-quote,.resident-on-leave-panel .leave-info-wrapper .rac-residency-status-wrapper .leave-comments-trailing-quote{overflow:hidden;display:inline-block;min-width:10%}.resident-transferred-panel{background-color:#c8ecf8;margin-bottom:0;border:1px solid #9edaee}.resident-transferred-panel .info-icon{padding-left:20px}.resident-transferred-panel .content{height:40px}.resident-transferred-panel .display-table{display:table;table-layout:fixed;width:100%}.resident-transferred-panel .display-cell{display:table-cell;vertical-align:middle;float:none}.resident-transferred-panel .transferred-info-wrapper{padding-left:0}.resident-transferred-panel .transferred-info-wrapper .transferred-info{font-weight:700;display:inline}.return-resident-from-leave-dialog{width:550px}.return-resident-from-leave-dialog .modal-body{padding-bottom:30px}.return-resident-from-leave-dialog .modal-body .startDateUtc{padding-top:10px}.return-resident-from-leave-dialog .modal-body .leave-days{padding-top:35px}.return-resident-from-leave-dialog .modal-body .date-content{font-size:16px}.return-resident-from-leave-dialog .modal-body .leaveReturnTimeLocal{padding-left:0;padding-right:0}.history-table{margin-top:50px;margin-left:20px;padding-right:1px}.history-table table{border-color:#ccc}.history-table thead tr th{overflow:hidden}.history-table thead tr th.leave-history-start-date{width:18%}.history-table thead tr th.leave-history-return-date{width:28%}.history-table thead tr th.leave-history-days{width:4%}.history-table thead tr th.leave-history-type{width:5%}.history-table thead tr th.leave-history-claimable{width:12%}.history-table thead tr th.leave-history-notes{width:25%}.history-table thead tr th.leave-history-reversed{width:20%}.history-table tbody tr.reversed{background-color:#f1f1f2;color:#414141}.history-table tbody tr td.leave-history-expected-date{color:#444}.history-table tbody tr td.leave-history-days{text-align:right;padding-right:50px}.history-table tbody tr td span.reverse-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/reverse-arrow.png);background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block}.care-type-edit-section{padding-right:0}.care-type-edit-section .form-group{padding-bottom:10px}.care-type-edit-section .form-group .btn-group{padding-left:0}.care-type-edit-section .form-group .btn-group .btn{font-size:14px;padding:10px 5px}.care-type-edit-section .form-group .btn-group .btn.care-type-permanent-btn{width:60%}.care-type-edit-section .form-group .btn-group .btn.care-type-respite-btn{width:40%}.btn-inline-block-xxsm-preentry{display:inline-block;width:57px}.existing-acfi{display:inline-block;margin-left:20px}.acfi-additional-info{color:#666;margin-top:10px}.room-info{font-size:16px;font-weight:400}.resident-details-editor .room-loading-indicator div{margin-left:calc(50% - 85px)}.resident-finance-tabs{background-color:#e2e2e2;height:60px;position:absolute;top:0;left:0;padding-left:25px;width:calc((100vw - 120%) / 2 + 100% - 50px);box-shadow:100px 0 0 0 #e2e2e2;vertical-align:bottom}.resident-finance-tabs>div{float:left;height:40px;line-height:16px;margin-top:22px;padding:12px;font-size:14px;color:#414141;font-weight:600;cursor:pointer;user-select:none}.resident-finance-tabs>div.active{margin-top:21px;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #aaa;border-bottom:hidden;background-color:#f1f1f2;color:#3f3f41;background-image:linear-gradient(180deg,#fff,#f1f1f2)}.resident-finance-tabs>div.active:after{content:"";background-color:#f1f1f2;height:2px;width:calc(100% + 24px);display:inline-block;position:relative;left:-12px;top:-1px}.resident-finance-tabs:after{content:"";background-color:#aaa;height:1px;width:100%;box-shadow:100px 0 0 0 #aaa;display:inline-block;left:0;top:60px;position:absolute;z-index:-1}.resident-finance-tabs+div{margin-top:80px}.resident-finance-edit-header{height:34px;padding-left:15px;padding-right:18px;margin-bottom:22px}.resident-finance-edit-header.editor{margin-top:-66px;padding-top:15px;padding-left:0;margin-bottom:30px;position:relative}.resident-finance-edit-header>div{display:inline;font-size:24px;font-weight:700}.resident-finance-edit-header>button{float:right;width:56px}.resident-editor-action-bar{margin-left:0;width:100%;height:65px}.resident-editor-action-bar.affix{z-index:1000!important}.resident-editor-action-bar.position-changed>div{margin-right:50px}.resident-editor-action-bar>div{float:right}.sticky-action-bar-wrapper .sticky-action-bar button:first-of-type{padding:0 10px}.no-funding{border:1px solid #ccc;width:100%;height:150px;background-color:#f7f7f7;border-radius:3px;text-align:center}.no-funding:after{content:"No funding";font-size:16px;color:#666;line-height:150px}.padded-panel .panel-body{padding-top:30px;padding-bottom:40px}.resident-timeline-table{overflow-x:visible;width:100%;margin-top:30px;border-collapse:collapse}.resident-timeline-table .header-row{display:block;clear:both;font-size:12px;color:#666;text-align:left}.resident-timeline-table .header-row>div{float:left}.resident-timeline-table .header-row>div:first-child{width:87px;text-align:left;padding-left:10px;font-size:14px}.resident-timeline-table .header-row>div:nth-child(2){width:calc(100% - 87px - 26px - 10px - 18px - 180px - 10px);font-size:14px}.resident-timeline-table .header-row>div:nth-child(3){width:190px;text-align:right;font-size:14px}.resident-timeline-table .divTableRow{display:block;background-color:#fff;border:1px solid #ddd;border-color:#ccc;clear:both;height:56px;margin-bottom:9px}.resident-timeline-table .divTableRow .event-date-content{width:87px;color:#696969;text-align:center;text-transform:uppercase;height:100%}.resident-timeline-table .divTableRow .event-date-content div{width:100%;display:block}.resident-timeline-table .divTableRow .event-date-content .event-date{margin-top:15px;font-size:16px;line-height:22px;height:100%;vertical-align:middle}.resident-timeline-table .divTableRow .event-date-content .event-month{margin-top:-1px;line-height:16px;font-size:14px}.resident-timeline-table .divTableRow .event-info{width:calc(100% - 87px - 26px - 10px - 18px - 180px - 10px);height:54px;display:table;margin-top:1px}.resident-timeline-table .divTableRow .event-info>div{display:table-cell}.resident-timeline-table .divTableRow .event-info div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:16px;vertical-align:middle}.resident-timeline-table .divTableRow .event-info .event-description{color:#050709;font-size:14px;width:415px}.resident-timeline-table .divTableRow .event-info .event-details{color:#696969;width:415px;font-size:14px;height:22px}.resident-timeline-table .divTableRow .event-info .event-details .previous-room{color:#0064d2;cursor:pointer}.resident-timeline-table .divTableRow .user-info{width:180px;margin-left:10px;text-align:right}.resident-timeline-table .divTableRow .user-info div{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;line-height:16px}.resident-timeline-table .divTableRow .user-info div.event-user{color:#696969;margin-top:12px;font-size:14px}.resident-timeline-table .divTableRow .user-info div.event-created-date{color:#696969;font-size:14px}.resident-timeline-table .divTableRow .user-photo{display:inline-block;width:26px;text-align:left;margin-left:10px;margin-right:18px}.resident-timeline-table .divTableRow .user-photo .user-initials{display:block;font-size:12px;height:26px;width:26px;background-color:#ccc;color:#222;text-align:center;line-height:26px;margin-top:15px}.resident-timeline-table .divTableCell{float:left;display:inline-block;vertical-align:middle;border:none}.supplements-days-in-past{font-size:14px;color:#999}.supplement-row{float:left;width:100%}.supplement-row:first-child{margin-top:0}.supplement-row:not(:first-child){margin-top:30px}.supplement-dialog.supplement-add,.supplement-dialog.supplement-edit{width:388px}.supplement-dialog.supplement-end{width:456px}.supplement-dialog .modal-content{border-radius:3px}.supplement-dialog .modal-content .modal-body{padding:20px 30px 0}.supplement-dialog .modal-content .modal-body hr{margin-top:0;margin-bottom:15px;width:100%}.supplement-dialog .modal-content .modal-body .supplements-days-in-past{margin-top:5px}.supplement-dialog .modal-content .modal-body .form-sent-date-messages{width:200%}.supplement-dialog .modal-content .modal-body .modal-row{display:block}.supplement-dialog .modal-content .modal-body .modal-row.feeding-method-row{height:90px}.supplement-dialog .modal-content .modal-body .modal-row .start-date-column{width:130px;display:inline-block;vertical-align:top}.supplement-dialog .modal-content .modal-body .modal-row .start-date-column>div{font-size:16px;color:#3f3f41;line-height:40px}.supplement-dialog .modal-content .modal-body .modal-row .datetime-picker-column{display:inline-block;width:164px;margin-bottom:-10px}.supplement-dialog .modal-content .modal-body .modal-row .duration-column{display:inline-block;vertical-align:top;margin-left:10px}.supplement-dialog .modal-content .modal-body .modal-row .duration-column>div{font-size:16px;color:#3f3f41;line-height:40px}.supplement-dialog .modal-content .modal-body .modal-row .daily-rate-column{display:inline-block;padding-left:30px;height:54px;vertical-align:top}.supplement-dialog .modal-content .modal-body .modal-row .daily-rate-column>div{font-size:16px;color:#3f3f41;line-height:40px}.supplement-dialog .modal-content .modal-body input[bs-datepicker]{height:40px;font-size:16px;color:#3f3f41}.supplement-dialog .modal-content .modal-body .glyphicon-calendar{width:40px;height:40px;margin-top:-5px}.supplement-dialog .modal-content .modal-body .btn-group{width:100%}.supplement-dialog .modal-content .modal-body .btn-group label{padding-left:5px;padding-right:5px}.supplement-dialog .modal-content .modal-body .btn-group label.btn.active{background:#595a5c}.supplement-dialog .modal-content .modal-body .btn-group .btn-inline-block-sm{width:50%}.supplement-dialog .modal-content .modal-body .notification-row{margin-bottom:25px;height:60px}.supplement-dialog .modal-content .modal-body .notification-row img{display:inline-block;height:60px;width:60px;margin-right:10px}.supplement-dialog .modal-content .modal-body .notification-row div{display:inline-block;width:calc(100% - 80px);vertical-align:middle;color:#3f3f41}.supplement-dialog .modal-content .modal-footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.supplement-dialog .modal-content .modal-footer button:first-child{margin-right:10px}.funding-respite hr{margin:20px 0}.funding-respite-editor{padding-bottom:15px}.funding-respite-editor .panel-body>div:last-child{margin-top:-5px}.funding-respite-editor .save{margin-left:10px}.mark-departed-resident-as-enquiry .resident-details{height:55px;margin:15px 0}.mark-departed-resident-as-enquiry .resident-details:before{content:"";display:inline-block;vertical-align:middle;height:100%}.mark-departed-resident-as-enquiry .resident-details img{display:inline-block;width:auto;height:100%;border:1px solid #ccc}.mark-departed-resident-as-enquiry .resident-details .resident-info-container{display:inline-block;vertical-align:middle;margin-left:15px;font-size:24px;font-weight:700}.mark-departed-resident-as-enquiry .resident-details .resident-info-container .departure-summary{font-size:16px;font-weight:400;color:#666}.bill-payer-panel .selector .ui-select-choices-group{margin:0 2px 0 4px}.bill-payer-panel .selector .ui-select-match-text{color:#3f3f41;font-weight:400}.bill-payer-panel .selector .ui-select-match-text span:first-child{font-size:16px;width:242px;text-overflow:ellipsis}.bill-payer-panel .selector .ui-select-match-text .contact-type{padding-right:5px;font-size:16px;color:#999;text-align:right;width:142px}.bill-payer-panel .selector .empty-choice{height:42px}.bill-payer-panel .selector .normal-choice{padding:5px 0;line-height:16px}.bill-payer-panel .selector .normal-choice .type{color:#999}.bill-payer-panel .selector .normal-choice .name{color:#3f3f41}.bill-payer-panel .selector .normal-choice .name.add{color:#367cae}.bill-payer-panel .selector .ui-select-choices-row-inner{padding:3px 10px}.bill-payer-panel .selector .ui-select-choices-row.active div{color:#fff!important}.bill-payer-panel .payment-method-invoice div.col-xs-8{padding-left:0}.bill-payer-panel .payment-method-invoice .text-danger{color:#c53535;font-family:Source Sans Pro;font-size:12px;font-weight:400;line-height:16px;text-align:left;margin-bottom:8px}.bill-payer-panel .delivery-method-label{margin-top:10px;margin-left:0;padding-left:6px}.bill-payer-panel .panel-body{margin:0 -1px -1px}.bill-payer-panel .panel-body.bill-payer{margin-bottom:24px;border-bottom:1px solid #d2d2d2}.bill-payer-panel .panel-body.bill-payer .space-below-email{margin-bottom:30px}.bill-payer-panel .panel-body.bill-payer .view-label-invoice-method{color:#414141}.bill-payer-panel h2{margin:15px 0 10px;padding-left:15px}.bill-payer-panel h2.margin-bottom-10{margin-bottom:10px}.bill-payer-panel h4{margin:15px 0 10px;padding-left:15px;font-family:Source Sans Pro;font-size:16px;font-weight:600;line-height:24px}.bill-payer-panel h4.margin-bottom-10{margin-bottom:10px}.bill-payer-panel .input-lg{font-size:16px;height:40px}.bill-payer-panel .btn-payment-method{width:142px;font-size:14px;font-weight:400}.bill-payer-panel .invisible{visibility:hidden;position:absolute;left:-1000px}.bill-payer-panel a.view-link{font-size:16px;cursor:pointer}.bill-payer-panel .invoice-method-table .delete-link{height:24px;width:24px;padding:0;margin:10px 0 0;display:inline-block;border-radius:4px}.bill-payer-panel .invoice-method-table .delete-link:hover{border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.14)}.bill-payer-panel .invoice-method-table.table-responsive{border:0;overflow-x:hidden;overflow-y:hidden}.bill-payer-panel .invoice-method-table.table-responsive .add-row-container{margin-top:16px;text-align:right}.bill-payer-panel .invoice-method-table table{border-collapse:collapse;margin-bottom:0;border-top:2px solid #aaa;border-bottom:2px solid #aaa}.bill-payer-panel .invoice-method-table tbody tr{background-color:#fff;border-bottom:1px solid #ccc;color:#3f3f41}.bill-payer-panel .invoice-method-table tbody tr.inactive{color:#999!important}.bill-payer-panel .invoice-method-table tbody tr th{font-family:Source Sans Pro;font-size:14px;font-weight:600;line-height:20px;text-align:left;color:#595959;padding:18px 16px!important;border-top:2px solid;border-bottom:2px solid #aaa!important}.bill-payer-panel .invoice-method-table tbody tr td{padding:6px 8px;vertical-align:middle;border:none}.bill-payer-panel .invoice-method-table tbody tr td input[type=checkbox]{width:25px;height:25px;margin-top:0}.bill-payer-panel .invoice-method-table tbody tr td .address-line{display:block}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method-selection{padding-left:0;width:5%}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method{padding-left:16px;font-family:Source Sans Pro;font-size:16px;font-weight:400;line-height:24px;text-align:left}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method.email{width:650px;padding:8px 16px}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method .address{color:#757575;padding-top:8px;padding-bottom:9px}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method .text-danger{color:#c53535;font-size:12px;line-height:16px;text-align:left}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method-detail{width:52%}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method-detail.wrap-value{word-break:break-word}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method-action{width:15%;text-align:right;padding-right:0}.bill-payer-panel .invoice-method-table tbody tr td.invoice-method-action span{color:#006ad2;text-align:right;cursor:pointer;padding-right:16px;padding-top:8px;padding-bottom:8px}#otherContact .view-value,#primaryContact .view-value,#secondaryContact .view-value{word-wrap:break-word}.add-contact-modal .btn-inline-block-sm{width:68px;padding:11px 6px}.add-contact-modal .modal-body{padding-bottom:0}.add-contact-modal .optional{color:#666!important}.means-tested-care-fees-change-history-modal .modal-body{background:none;padding-top:30px;min-height:250px}.means-tested-care-fees-change-history-modal .modal-body .table .up-arrow-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/up-arrow.png);background-position:50%;background-repeat:no-repeat;background-size:12px;overflow:hidden;display:inline-block;vertical-align:bottom}.means-tested-care-fees-change-history-modal .modal-body .legend{background:#eee;padding:8px 9px;font-style:italic;float:right}.ui-select-placeholder{font-weight:400}.bill-payer-panel-resident-details-editor .alert-header{gap:0!important}.bill-payer-panel-resident-details-editor .payment-method-invoice div.col-xs-8{padding-left:0}.bill-payer-panel-resident-details-editor .payment-method-invoice .text-danger{color:#c53535;font-family:Source Sans Pro;font-size:12px;font-weight:400;line-height:16px;text-align:left}.bill-payer-panel-resident-details-editor .delivery-method-label{margin-top:10px;margin-left:6px}.bill-payer-panel-resident-details-editor .selector .ui-select-choices-group{margin:0 2px 0 4px}.bill-payer-panel-resident-details-editor .selector .ui-select-match-text{color:#3f3f41;font-weight:400}.bill-payer-panel-resident-details-editor .selector .ui-select-match-text span:first-child{font-size:16px;width:242px;text-overflow:ellipsis}.bill-payer-panel-resident-details-editor .selector .ui-select-match-text .contact-type{padding-right:5px;font-size:16px;color:#666;text-align:right;width:142px}.bill-payer-panel-resident-details-editor .selector .empty-choice{height:42px}.bill-payer-panel-resident-details-editor .selector .normal-choice{padding:5px 0;line-height:16px}.bill-payer-panel-resident-details-editor .selector .normal-choice .type{color:#666}.bill-payer-panel-resident-details-editor .selector .normal-choice .name{color:#3f3f41}.bill-payer-panel-resident-details-editor .selector .normal-choice .name.add{color:#367cae}.bill-payer-panel-resident-details-editor .selector .ui-select-choices-row-inner{padding:3px 10px}.bill-payer-panel-resident-details-editor .selector .ui-select-choices-row.active div{color:#fff!important}.bill-payer-panel-resident-details-editor .panel-body{margin:0 -1px -1px}.bill-payer-panel-resident-details-editor h2{margin:15px 0 20px;padding-left:15px}.bill-payer-panel-resident-details-editor h2.margin-bottom-10{margin-bottom:10px}.bill-payer-panel-resident-details-editor h4{margin:15px 0 10px;padding-left:15px;font-family:Source Sans Pro;font-size:16px;font-weight:600;line-height:24px}.bill-payer-panel-resident-details-editor h4.margin-bottom-10{margin-bottom:10px}.bill-payer-panel-resident-details-editor .btn-payment-method{width:142px;font-size:14px;font-weight:400}.bill-payer-panel-resident-details-editor .invisible{visibility:hidden;position:absolute;left:-1000px}.bill-payer-panel-resident-details-editor a.view-link{font-size:16px;cursor:pointer}.bill-payer-panel-resident-details-editor .invoice-method-table{margin-top:0}.bill-payer-panel-resident-details-editor .invoice-method-table .error{color:#c53535;float:left;font-size:12px;padding-bottom:1px;padding-top:4px}.bill-payer-panel-resident-details-editor .invoice-method-table .delete-link{height:24px;width:24px;padding:0;margin:10px 0 0;display:inline-block;border-radius:4px}.bill-payer-panel-resident-details-editor .invoice-method-table.table-responsive{border:0}.bill-payer-panel-resident-details-editor .invoice-method-table table{border-collapse:collapse;margin-bottom:0;border-top:2px solid #aaa;border-bottom:2px solid #aaa}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr{background-color:#fff;border-bottom:1px solid #ccc;color:#3f3f41}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr.inactive{color:#999!important}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr th{font-family:Source Sans Pro;font-size:14px;font-weight:600;line-height:20px;text-align:left;padding:18px 16px;border-bottom:2px solid #aaa!important}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td{padding:6px 8px;vertical-align:top;border:none}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td input[type=checkbox]{width:25px;height:25px;margin-top:0}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td .address-line{display:block}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method-selection{padding-left:0;width:5%}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method{padding-left:16px;padding-top:10px;font-family:Source Sans Pro;font-size:16px;font-weight:400;line-height:24px;text-align:left}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method.email{padding:8px 16px;width:392px}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method .col-xs-4{padding-left:0}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method .address{color:#757575;padding-top:8px;padding-bottom:9px}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method .text-danger{color:#c53535;font-size:12px;line-height:16px;text-align:left;margin-bottom:8px}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method-detail{width:52%;padding-top:10px}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method-action{width:15%;text-align:right;padding-right:0;padding-top:10px}.bill-payer-panel-resident-details-editor .invoice-method-table tbody tr td.invoice-method-action span{color:#006ad2;text-align:right;cursor:pointer;padding-right:16px;padding-top:8px;padding-bottom:8px}.bill-payer-panel-resident-details-editor .invoice-method-section .row{margin-top:6px;margin-bottom:6px;padding-right:0}.bill-payer-panel-resident-details-editor .invoice-method-section label{margin-bottom:0;font-weight:400;line-height:15px;color:#666}.bill-payer-panel-resident-details-editor .invoice-method-section .col-xs-4.v-middle-allign{top:10px;color:#666}.bill-payer-panel-resident-details-editor .invoice-method-section .col-xs-4.centre-align{top:10px}.bill-payer-panel-resident-details-editor .invoice-method-section hr{margin-bottom:0;margin-top:0}.bill-payer-panel-resident-details-editor .invoice-method-section .line{border-top:2px solid #aaa}.bill-payer-panel-resident-details-editor .invoice-method-section .invoice-method-action{width:15%;text-align:right;padding-right:0}.bill-payer-panel-resident-details-editor .invoice-method-section .invoice-method-action span{color:#006ad2;text-align:right;cursor:pointer;padding-right:16px;padding-top:8px;padding-bottom:8px}.bill-payer-panel-resident-details-editor .invoice-method-section .inactive{color:#999!important}.add-edit-contact-modal .normal-text{font-weight:400}.add-edit-contact-modal .btn-inline-block-sm{width:68px;padding:11px 6px}.add-edit-contact-modal .modal-body{padding-bottom:0}.ui-select-placeholder{color:#666;font-weight:100}.bill-payer-row{font-size:16px}.bill-payer-row hr{margin-top:32px;margin-bottom:15px}.bill-payer-row a{cursor:pointer;color:#0064d2}.bill-payer-row img{width:24px;height:24px;margin-right:4px}.bill-payer-selector .ui-select-search-hidden{height:0!important}.bill-payer-selector .form-control{height:46px}.bill-payer-selector .allign-middle,.bill-payer-selector .contact-type{padding-top:6px}.bill-payer-selector .ui-select-placeholder{position:absolute;padding-top:6px}.room-timeline-tooltip-inner{text-decoration:line-through;text-align:center;color:#666;font-size:14px;border:1px solid #999;border-radius:0;padding:10px}.room-timeline-tooltip{opacity:1;background-color:#fff}.room-timeline-tooltip.bottom{padding:0}.resident-notes .text-input-container{width:100%;position:relative}.resident-notes .text-input-container .user-initials{position:absolute;top:10px;left:10px}.resident-notes .text-input-container textarea{display:block;width:100%;padding:21px 10px 21px 58px;border:1px solid #ccc;border-radius:3px}.resident-notes .btn-submit{margin-top:10px;margin-bottom:18px}.resident-notes .note-item{background-color:#fff;border:1px solid #ccc;border-radius:3px;margin-bottom:20px;padding:10px;width:100%;clear:both;overflow:auto}.resident-notes .note-user-column{width:38px;float:left}.resident-notes .note-content-column{margin-left:48px}.resident-notes .note-pin-outline-icon{background-image:url(../images/pin-outline.svg)}.resident-notes .note-pin-fill-icon,.resident-notes .note-pin-outline-icon{float:right;display:block;width:20px;height:20px;background-repeat:no-repeat;background-position:50%}.resident-notes .note-pin-fill-icon{background-image:url(../images/pin-fill.svg)}.resident-notes .note-user{font-weight:700}.resident-notes .note-content{word-wrap:break-word;white-space:pre-wrap}.resident-notes .note-content .cancelled,.resident-notes .note-content .updated{color:#cc0416;font-weight:700}.resident-notes .note-content .completed{color:#074f30;font-weight:700}.resident-notes .note-content .strike-through{text-decoration:line-through}.resident-notes .note-content .bold{font-weight:700}.resident-notes .user-initials{font-size:16px;height:38px;width:38px;background-color:#ccc;color:#222;text-align:center;line-height:38px}.resident-notes .highlight-note{animation:c 3s ease}.common-information{border-bottom:1px solid #ccc;margin-bottom:10px}.common-information span{font-weight:700}.resident-view-notes .resident-notes-header{border-bottom:1px solid #ccc;margin-bottom:10px}.resident-view-notes .resident-notes-header span{font-weight:700}.resident-view-notes .block-with-text{overflow:hidden;position:relative;line-height:1.3em;max-height:2.6em;text-align:left;margin-right:0;padding-right:0}.resident-view-notes .block-with-text .cancelled,.resident-view-notes .block-with-text .updated{color:#cc0416;font-weight:700}.resident-view-notes .block-with-text .completed{color:#074f30;font-weight:700}.resident-view-notes .block-with-text .strike-through{text-decoration:line-through}.resident-view-notes .block-with-text .bold{font-weight:700}.resident-view-notes .block-with-text:before{content:"....";position:absolute;right:0;bottom:1px;background-color:#f1f1f2;padding-left:0;margin-right:0}.resident-view-notes .block-with-text:after{content:"";position:absolute;right:0;width:1em;height:1em;margin-top:.2em;background:#f1f1f2}.resident-view-notes hr{margin-bottom:10px}.resident-view-notes .last-hr{border-top:none;margin-top:0}.resident-view-notes .resident-notes-details a{text-decoration:none;color:#555;cursor:pointer}.resident-view-notes .resident-notes-header a{cursor:pointer}.resident-view-notes .notes-metadata{font-weight:700}.resident-pre-admission{margin-bottom:30px}.resident-pre-admission .align-right{float:right}.resident-pre-admission .resident-pre-admission-header{border-bottom:1px solid #ccc;font-weight:700}.resident-pre-admission .resident-pre-admission-header a{color:inherit;text-decoration:none}.resident-pre-admission .resident-pre-admission-details{clear:both;margin-top:20px}.resident-pre-admission .resident-pre-admission-details .section-top{margin-top:10px}.resident-pre-admission .resident-pre-admission-details hr{border-top:1px solid #ccc;margin:0;width:100%}.resident-pre-admission .resident-pre-admission-details .header-text{font-weight:700;padding-left:0;padding-right:0;font-size:14px}.resident-pre-admission .resident-pre-admission-details .section-header{display:flex;justify-content:space-between}.resident-pre-admission .resident-pre-admission-details .section-header .edit-link{text-align:initial;padding-right:0}.resident-pre-admission .resident-pre-admission-details .section-detail .section-detail-content{margin-top:20px}.resident-pre-admission .resident-pre-admission-details .section-detail .section-detail-content .mat-radio-label{margin-bottom:20px}.resident-pre-admission .resident-pre-admission-details .section-detail .section-detail-content .button-group{display:flex;justify-content:flex-end}.resident-pre-admission .resident-pre-admission-details .section-detail .section-detail-content .button-group .btn{margin-left:8px}.resident-pre-admission .resident-pre-admission-details .section-detail .section-summary-content{margin-top:10px}.resident-pre-admission .resident-pre-admission-details .section-detail .section-summary-content .detail-icon{margin-right:4px}.resident-pre-admission .resident-pre-admission-details .section-detail .section-summary-content .detail-text{vertical-align:top}.resident-pre-admission .resident-pre-admission-details .detail-icon{text-align:center}.resident-pre-admission .resident-pre-admission-details .detail-icon img:not(.icon){margin-bottom:3px}.resident-pre-admission .resident-pre-admission-details .edit-link{text-align:right;padding-right:0}.resident-pre-admission .resident-pre-admission-details a{cursor:pointer}.resident-pre-admission .resident-pre-admission-details .row{margin-left:0;margin-right:0}.resident-pre-admission .resident-pre-admission-details .resident-tour .tour-completed{color:#074f30}.resident-pre-admission .resident-pre-admission-details .resident-tour .tour-booking-past{color:#c13a27}.resident-pre-admission .resident-pre-admission-details .resident-tour .modal-body{padding-left:10px;padding-right:10px}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup{width:258px;background-color:#fff;border:1px solid #ccc;margin-left:-12px;border-radius:3px;padding-bottom:0;overflow-y:auto}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup .tour-time{width:150px}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup .tour-time .timepicker.dropdown-menu button{outline:none;border:0}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup .footer-left-button{padding:0 5px 10px 0}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup .footer-right-button{padding:0 0 10px 5px}.resident-pre-admission .resident-pre-admission-details .resident-tour .book-tour-popup .padding-bottom-5{padding-bottom:5px}.resident-pre-admission .resident-pre-admission-details .preferred-location .preferred-location-edit .selection-label{margin-bottom:5px;font-weight:400}.resident-pre-admission .resident-pre-admission-details .preferred-location .preferred-location-edit .location-selector{margin-bottom:30px;font-size:14px}.resident-pre-admission .resident-pre-admission-details .lead-status{margin-bottom:60px}.resident-pre-admission .resident-pre-admission-details .lead-status .contract-signed-status{font-weight:600;padding-top:10px;padding-bottom:5px}.resident-pre-admission .resident-pre-admission-details .lead-status .contract-signed-status .signed{color:#074f30}.resident-pre-admission .resident-pre-admission-details .lead-status .contract-signed-status .unsigned{color:#995700}.resident-pre-admission .resident-pre-admission-details .lead-status .lead-status-edit .checkbox{margin-top:15px}.resident-pre-admission .resident-pre-admission-details .lead-status .lead-status-edit .checkbox input[type=checkbox]{width:20px;height:20px;margin-left:0}.resident-pre-admission .resident-pre-admission-details .lead-status .lead-status-edit .checkbox span{padding-left:30px;padding-top:5px;display:inline-block}.resident-pre-admission .resident-pre-admission-details .lead-status .lead-status-edit .btn-group .btn{font-size:13px;padding:7px 10px}.resident-pre-admission .resident-pre-admission-details .income-asset .income-asset-edit .btn-group .btn{font-size:13px;padding:6px 10px;margin-bottom:20px}.resident-pre-admission .resident-pre-admission-details .estimate-care .estimate-care-totals{margin-top:10px;margin-bottom:10px}.resident-pre-admission .resident-pre-admission-details .estimate-care .daily-amount{margin-top:5px;padding-left:0}.resident-pre-admission .resident-pre-admission-details .estimate-care .no-padding-right{padding-right:0}.resident-pre-admission .resident-pre-admission-details .estimate-care .no-padding-left{padding-left:0}.resident-pre-admission .resident-pre-admission-details .estimate-care .no-padding{padding-right:0;padding-left:0}.resident-pre-admission .resident-pre-admission-details .estimate-care .estimate-care-edit .btn-group .btn{font-size:13px;padding:6px 10px}.resident-pre-admission .resident-pre-admission-details .estimate-care .estimate-care-edit .scores-bottom-gutter{margin-bottom:10px}.resident-pre-admission .resident-pre-admission-details .estimate-care .estimate-care-edit .score-label-gutter{margin-top:10px}.resident-pre-admission .resident-pre-admission-details .estimate-care .estimate-care-edit .btn-inline-block-sm{width:auto}.modal-dialog.legal-notice-received-dialog{width:420px}.modal-dialog.legal-notice-received-dialog .datetime-picker-column .has-feedback{width:180px}.modal-dialog.legal-notice-received-dialog .margin20{margin-bottom:15px}.modal-dialog.legal-notice-received-dialog .modal-body{padding-bottom:5px}.modal-dialog.legal-notice-received-dialog .rate-details{width:150px;display:inline-block;text-align:center}.modal-dialog.legal-notice-received-dialog .rate-details .rate-block{border:1px solid #ccc;border-radius:6px;padding:10px 16px}.modal-dialog.legal-notice-received-dialog .rate-details .rate-block .rate{font-size:25px}.modal-dialog.legal-notice-received-dialog .rate-details .rate-block .applied-date{font-weight:400;color:#666}.modal-dialog.legal-notice-received-dialog .rate-details .rate-description{padding:10px 12px;font-size:16px;color:#666}.modal-dialog.legal-notice-received-dialog .rates-divider{width:50px;display:inline-block;text-align:center}.modal-dialog.legal-notice-received-dialog .rates-divider .right-arrow-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/right-arrow.png);background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block;padding-bottom:70px}.resident-fees-and-charge-table{max-height:75vh;overflow-y:auto;overflow-x:hidden}.resident-fees-and-charge-table .add-row{margin-bottom:-15px;cursor:pointer}.resident-fees-and-charge-table th{color:#666;text-transform:uppercase;font-weight:400;font-size:12px}.resident-fees-and-charge-table tbody{background-color:#fff;border:1px solid #ccc;border-bottom:2px solid #ddd}.resident-fees-and-charge-table td:first-child{width:45%}.resident-fees-and-charge-table td:last-child{width:10%;vertical-align:middle;text-align:center}.resident-fees-and-charge-table .calendar-modal{position:static}.table-popover{background-color:#fff;border:1px solid #ccc;margin-top:0!important;padding:0!important;border-radius:3px}.table-popover.force-size{left:-120px!important}.table-popover .header-row{background-color:#f7f7f7;border-bottom:1px solid #ccc;margin:0;font-size:12px;color:#666;border-top-left-radius:3px;border-top-right-radius:3px}.table-popover .header-row div{float:left;padding:9px 7px}.table-popover .header-row div:first-child{margin-left:10px}.table-popover .header-row div:last-child{margin-right:10px}.table-popover .rows{background-color:#fff;max-height:160px;overflow-x:hidden;overflow-y:auto;border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin-right:5px}.table-popover .rows .row{margin:0;color:#999}.table-popover .rows .row div{float:left;padding:9px 7px;border-bottom:1px solid #e2e2e2}.table-popover .rows .row div:first-child{margin-left:10px}.table-popover .rows .row div:last-child{margin-right:5px}.table-popover ::-webkit-scrollbar-track{background:#fff}.table-popover ::-webkit-scrollbar{width:8px}.table-popover ::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.fee-effective-popover .header-row .amount-col{width:100px}.fee-effective-popover .header-row .effective-date-col{width:128px}.fee-effective-popover .header-row .support-col{width:116px}.fee-effective-popover .rows .row.latest{color:#3f3f41}.fee-effective-popover .rows .row .amount-col{width:100px}.fee-effective-popover .rows .row .effective-date-col{width:128px;color:#666}.fee-effective-popover .rows .row .support-col{width:116px;color:#666}.add-bottom-padding{height:300px}.optional-services-panel .no-optional-service{font-size:16px;color:#666}.optional-services-panel .optional-service-table{border-collapse:collapse;margin-bottom:10px;border-bottom:2px solid #aaa}.optional-services-panel .optional-service-table thead tr th{color:#666;font-size:12px;font-weight:500;text-align:left;border-bottom:2px solid #aaa}.optional-services-panel .optional-service-table thead tr th.description-header{width:41%}.optional-services-panel .optional-service-table thead tr th.start-header{width:22%}.optional-services-panel .optional-service-table thead tr th.end-header{text-align:left;width:22%}.optional-services-panel .optional-service-table thead tr th.dailyrate-header{width:15%;text-align:right}.optional-services-panel .optional-service-table tbody{border-bottom:2px solid #aaa}.optional-services-panel .optional-service-table tbody tr.row-subheading{background:#e2e2e2}.optional-services-panel .optional-service-table tbody .ng-submitted .ng-invalid,.optional-services-panel .optional-service-table tbody select.ng-touched.ng-invalid{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.optional-services-panel .optional-service-table tbody tr{border-left:1px solid #ccc;border-right:1px solid #ccc}.optional-services-panel .optional-service-table tbody tr .daily-rate-view{text-align:right;vertical-align:middle}.optional-services-panel .optional-service-table tbody tr .daily-rate-view .view-value-link{font-size:14px}.optional-services-panel .optional-service-table tbody tr .daily-rate-view .table-popover{width:300px}.optional-services-panel .optional-service-table tbody tr .input-control{height:36px}.optional-services-panel .optional-service-table tbody tr .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.optional-services-panel .optional-service-table tbody tr .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.optional-services-panel .optional-service-table tbody tr .calendar-icon{margin-top:1px}.optional-services-panel .optional-service-table tbody tr .end-col{vertical-align:middle}.optional-services-panel .optional-service-table tbody tr .service-col .billing,.optional-services-panel .optional-service-table tbody tr .service-col .service-name{display:block}.optional-services-panel .optional-service-table tbody tr .col-readonly{vertical-align:top}.optional-services-panel .optional-service-table tbody tr .fee-effective-popover .effective-date-col{width:120px!important}.optional-services-panel .optional-service-table tbody tr .optional-service-col .invalid .dropdown-btn{border-color:#c53535}.optional-services-panel .optional-service-table tbody tr .stopped-alert{height:16px;width:16px;background-color:#757575;vertical-align:text-bottom}.hardship-panel .no-hardship{font-size:16px;color:#999}.hardship-panel .hardship-table{border-collapse:collapse;margin-bottom:10px;border-bottom:2px solid #aaa}.hardship-panel .hardship-table thead tr th{padding:6px 0;color:#666;font-size:12px;font-weight:500;text-align:left;border-bottom:2px solid #aaa}.hardship-panel .hardship-table thead tr th.start-header{width:30%}.hardship-panel .hardship-table thead tr th.end-header{text-align:left;width:30%}.hardship-panel .hardship-table thead tr th.contribution-header{width:38%;text-align:right}.hardship-panel .hardship-table tbody{border-bottom:2px solid #aaa}.hardship-panel .hardship-table tbody tr td:last-child{padding-right:0}.hardship-panel .hardship-table tbody tr .col{padding:10px 8px 10px 0}.hardship-panel .hardship-table tbody tr .col-readonly{padding:15px 8px 15px 0}.hardship-panel .hardship-table tbody tr .contribution-view{text-align:right}.hardship-panel .hardship-table tbody tr .input-control{height:36px}.hardship-panel .hardship-table tbody tr .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.hardship-panel .hardship-table tbody tr .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.hardship-panel .hardship-table tbody tr .calendar-icon{margin-top:1px}.hardship-panel .hardship-table tbody tr .remove-hardship{margin-top:11px}.resident-room-assignment .btn.btn-lg:disabled:focus,.resident-room-assignment .btn.btn-lg:disabled:hover{background-color:#fff!important}.resident-room-assignment .body:hover .room.selected{background:#fff;color:#000}.resident-room-assignment .body:hover .room:hover{background:#4e9acb;color:#fff}.resident-room-assignment .hide-chevron{color:transparent}.resident-room-assignment .room-loading-indicator{text-align:center;margin-bottom:15px;display:inline}.resident-room-assignment .room-loading-indicator div{display:inline-block;margin-left:calc(50% - 75px);margin-top:8px;font-size:4px;width:1em;height:1em;border-radius:50%;position:absolute;text-indent:-9999em;animation:b 1.1s infinite ease;transform:translateZ(0)}.resident-room-assignment .dropdown-menu{padding:0;width:493px;box-shadow:0 2px 8px 0 rgba(0,0,0,.4);border-radius:3px;border:1px solid #ccc}.resident-room-assignment .glyphicon-menu-down{top:3px;margin-left:3px}.resident-room-assignment .rooms-container{height:210px}.resident-room-assignment .header{display:block;height:30px;background-color:#e2e2e2;color:#666}.resident-room-assignment .header div{padding:6px;display:inline-block}.resident-room-assignment .header div:first-child{width:111px}.resident-room-assignment .header div:nth-child(2){width:150px}.resident-room-assignment .header div:last-child{width:174px}.resident-room-assignment .body{height:178px;font-size:16px;color:#3f3f41}.resident-room-assignment .body::-webkit-scrollbar{width:8px;background-color:#fff}.resident-room-assignment .body::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ccc}.resident-room-assignment .body.display-scrollbar{overflow-y:scroll}.resident-room-assignment .body .room{cursor:pointer;height:35px}.resident-room-assignment .body .room.selected{background-color:#4e9acb;color:#fff}.resident-room-assignment .body .room div{display:inline-block;padding:6px}.resident-room-assignment .body .room div:first-child{width:111px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resident-room-assignment .body .room div:nth-child(2){width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resident-room-assignment .body .room div:last-child{width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-list-panel .contact-list-table thead tr th{color:#666;font-size:12px;font-weight:500;text-align:left;border-bottom:2px solid #aaa}.contact-list-panel .contact-list-table thead tr th.contact-name-header{width:31%}.contact-list-panel .contact-list-table thead tr th.phone-header{text-align:left;width:12%}.contact-list-panel .contact-list-table thead tr th.relationship-header{text-align:left;width:22%}.contact-list-panel .contact-list-table thead tr th.note-header{width:35%;text-align:left}.contact-list-panel .contact-list-table tbody{border-bottom:2px solid #aaa}.contact-list-panel .contact-list-table tbody tr.row-subheading{background:#e2e2e2}.contact-list-panel .contact-list-table tbody .ng-submitted .ng-invalid,.contact-list-panel .contact-list-table tbody select.ng-touched.ng-invalid{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.contact-list-panel .contact-list-table tbody tr .relationship-view{text-align:left;display:block}.contact-list-panel .contact-list-table tbody tr .contact-detail-view{text-align:right;vertical-align:middle}.contact-list-panel .contact-list-table tbody tr .contact-detail-view .view-value-link{font-size:14px}.contact-list-panel .contact-list-table tbody tr .input-control{height:36px}.contact-list-panel .contact-list-table tbody tr .calendar-icon{margin-top:1px}.contact-list-panel .contact-list-table tbody tr .col-readonly,.contact-list-panel .contact-list-table tbody tr .end-col{vertical-align:middle}.contact-list-panel .contact-list-table tbody tr .contact-note-content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.contact-list-panel .contact-list-table tbody tr .inline-block-note-content{display:inline-block;width:75px}.view-content-warp{white-space:pre-wrap}.view-content-warp,.view-email-warp{word-wrap:break-word}.add-contact-div{margin-right:20px}.add-contact-tolist-div{margin-right:40px}.delete-contact-button{margin-top:-25px}.contact-list-ol,.contact-list-ul{padding-left:0}.spoken-language{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:195px;display:inline-block}.margin-bottom-4{margin-bottom:4px}.enquiry-sources-container{margin-top:-5px}.enquiry-sources-container .enquiry-source{height:30px;font-size:16px;background:#e2e2e2;margin-right:5px;line-height:32px;padding:5px 10px;border-radius:3px;color:#666}.leads-dashboard .row{margin-left:0;margin-right:0}.leads-dashboard .action-buttons{margin-top:42px}.leads-dashboard .action-buttons .export-button{margin-right:20px}.leads-dashboard .filter-column{margin-top:25px;padding-left:0}.leads-dashboard .lead-filter{margin-top:50px;display:block;color:#06f;cursor:pointer}.leads-dashboard .board{display:flex;background-color:#eee;margin-left:15px;margin-right:15px}.leads-dashboard .board .column{border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc}.leads-dashboard .board .column.col-xs-2{width:20%}.leads-dashboard .board .column-last{border:1px solid #ccc}.leads-dashboard .board .column-last.col-xs-2{width:20%}.leads-dashboard .dashboard-column{padding:8px 8px 60px;height:100%}.leads-dashboard .dashboard-column .heading{font-size:20px;font-weight:700;margin-bottom:8px;margin-top:16px}.leads-dashboard .dashboard-column .count-number{font-size:18px;font-weight:400;color:#414141}.leads-dashboard .dashboard-column .more-items-link{cursor:pointer}.leads-dashboard .dashboard-column .body-container{display:flex;flex-direction:column;height:100%}.leads-dashboard .dashboard-column .sortable-container{list-style-type:none;padding:0;margin:0 0 -50px;height:100%}.lead-card{background:#fff;border-radius:3px;box-shadow:0 1px 0 #f0f0f0;border:1px solid #ccc;padding:8px;margin-bottom:8px;position:relative;min-height:17rem}.lead-card .card-popover{font-size:13px}.lead-card .name-and-gender{margin-bottom:8px}.lead-card .name-and-gender .name{padding-left:0;padding-right:0;font-size:16px;color:#0064d2;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-card .name-and-gender .name a{color:#006ad2;font-weight:600;line-height:150%}.lead-card .name-and-gender .name a:hover{color:#001e82}.lead-card .name-and-gender .gender{text-align:right}.lead-card .name-and-gender .icon-sex{padding-left:0;padding-right:0;display:inline-block;text-align:center;font-weight:700;font-size:14px;color:#222;background-color:#fff;width:24px;height:24px;line-height:22px;border-radius:100%;border:1px solid #ccc}.lead-card .date{padding-left:0;padding-right:0;font-size:12px;margin-bottom:8px}.lead-card .label-deceased{padding-left:3px;background-color:#9e043e;color:#fff;font-size:.9rem;margin-top:1px;margin-right:-8px;vertical-align:text-bottom}.lead-card .details{font-size:14px}.lead-card .details .detail-icon{width:22px;height:22px;text-align:center}.lead-card .details .detail-icon img{margin-bottom:3px}.lead-card .details .detail-column{width:100%;display:flex;line-height:22px;margin-bottom:.2rem}.lead-card .sub-menu{position:absolute;bottom:10px;right:10px}.lead-card .sub-menu-button{display:inline-block;width:20px;height:15px;background-size:cover}.lead-card .meatball{background-image:url(images/meatball-24.svg);fill:#0064d2}.lead-card .sub-menu-button:hover{cursor:pointer}.lead-card .more-menu-popover{border-radius:0;left:-158px!important}.lead-card .more-menu-popover .arrow{right:12px!important}.lead-card .more-menu-template{width:185px;margin-left:-13px;margin-right:-13px;font-size:12px}.lead-card .more-menu-template ul{list-style-type:none;padding-left:0}.lead-card .more-menu-template ul li{padding-top:10px;padding-bottom:10px}.lead-card .more-menu-template ul li:hover{background-color:#f0f0f0}.lead-card .more-menu-template a{color:#000;text-decoration:none;padding-left:20px;width:100%;display:inline-block}.lead-card .more-menu-template:hover{cursor:context-menu}.archived-leads .row{margin-left:0;margin-right:0}.archived-leads .return-to-leads{padding-left:0;margin-left:-40px;margin-top:48px}.archived-leads .leads-container{background-color:#eee;padding:20px 0 20px 15px;border:1px solid #ccc;float:left;width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.archived-leads .leads-container .card-container{display:inline-block;width:180px;min-width:180px;margin:5px}.tour-booking-leads-dashboard-dialog{width:420px;background-color:#fff}.tour-booking-leads-dashboard-dialog .tour-time{width:150px}.tour-booking-leads-dashboard-dialog .tour-time .timepicker.dropdown-menu button{outline:none;border:0}.tour-booking-leads-dashboard-dialog .modal-body{padding-bottom:20px}.tour-booking-leads-dashboard-dialog h3{font-size:14px;margin-left:-15px;margin-right:-15px}.popover{font-family:inherit}.label-badge{background-color:#414141;border-radius:.125em;font-weight:600;font-size:12px;height:16px!important;margin-left:5px;margin-top:3px}.label-badge.label-badge-palliative{background-color:#001e82}.label-badge.label-badge-private-resident{background-color:#414141}.label-badge.label-badge-enquiry-status{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:2px;color:var(--neutrals-white-secondary-button,#fff);font-family:Source Sans Pro;font-size:12px;font-style:normal;font-weight:600;line-height:16px;flex-direction:column;flex-shrink:0;height:auto!important;margin-top:0;margin-left:0;background-color:#008a00;flex-wrap:wrap}.label-badge.label-badge-enquiry-status.isCustom-false{background-color:#008a00}.label-badge.label-badge-enquiry-status.isCustom-true{background-color:#595959}.label-badge.label-badge-special-care{display:inline-block;padding:4px 8px;justify-content:center;align-items:center;border-radius:2px;border:1px solid #aaa;font-family:Source Sans Pro;font-size:12px;font-style:normal;font-weight:600;line-height:16px;height:auto!important;margin:0 5px 5px 0;background-color:#f5f5f5;color:#414141}.special-care{display:inline-block;margin-top:10px}.resident-event-history{margin-right:-250px}.resident-event-history h1{font-size:24px}.resident-event-history span.reverse-icon{width:16px;height:16px;margin-right:5px;background-image:url(../images/reverse-arrow.png);background-position:top;background-repeat:no-repeat;background-size:14px;overflow:hidden;display:inline-block}.resident-event-history .alert-row{margin-left:-15px;margin-right:-15px}.resident-event-history .leave-table{padding-right:5px}.resident-event-history .leave-table table{border-color:#ccc}.resident-event-history .events-table{padding-right:5px}.resident-event-history .events-table table{border-color:#ccc}.resident-event-history .events-table thead tr th:first-child{width:12%}.resident-event-history .events-table thead tr th:nth-child(3),.resident-event-history .events-table thead tr th:nth-child(4){width:15%}.resident-event-history .events-table thead tr th:nth-child(5){width:18%}.resident-event-history .events-table thead tr th:last-child{width:12%}.multiple-lines{white-space:pre-line}.icon-popover{color:#666;padding:.125em}.estimate-care .anacc-class-selector{font-size:14px}.estimate-care .anacc-class-bottom-gutter{margin-bottom:40px}.text-no-permission{color:#c53535;margin-bottom:20px}.margin-right-15{margin-right:15px}.add-new-item-button{background-color:#fff;color:#008381;padding:15px 16px 24px;justify-content:center;align-items:center;gap:8px;border-radius:2px}.add-new-item-button:hover{color:#025450;text-decoration:underline}.add-new-item-button:focus{outline:none!important}.add-new-item-button:focus-visible{outline:2px solid}.add-new-item-button:active{color:#013b38;outline:none!important}.add-new-item-button:disabled{color:#757575}.add-new-item-button .icon-primary-disabled{background-color:#949494!important}.margin-bottom-16{margin-bottom:16px}.roles .person-icon{width:16px;height:18px;margin:-4px 5px 0}.roles .lock-icon{width:14px;height:20px;margin:-4px 5px 0}.roles .role-table h1{margin-bottom:34px;color:#3f3f41}.roles .role-table h2{margin-bottom:2px}.roles .role-table .empty-custom-roles-header{margin-top:42px}.roles .role-table .empty-custom-roles-header h2{margin-top:0;margin-bottom:-10px;text-transform:none}.roles .role-table .no-roles{border:1px solid #ccc;background-color:#f7f7f7;border-radius:3px;height:100px;text-align:center;line-height:100px;font-size:16px;margin-left:15px;margin-right:15px}.roles .role-table .role-table-header{margin-bottom:6px}.roles .role-table .role-table-header div{text-transform:uppercase;font-size:12px;color:#666}.roles .role-table .role-table-header button{margin-top:-19px}.roles .role-table .role-table-contents{background-color:#fff;margin-left:15px;margin-right:15px;margin-top:0;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc}.roles .role-table .role-table-contents:last-child{border-bottom:2px solid #ccc}.roles .role-table .role-table-contents:first-child{border-top:2px solid #ccc}.roles .role-table .role-table-contents .row{margin-left:-15px;margin-right:-15px;height:50px;font-size:14px;color:#3f3f41}.roles .role-table .role-table-contents .row>div{line-height:50px}.roles .role-table .role-table-contents .row>div:first-child{padding-left:30px}.roles .role-table .role-table-contents .row>div:last-child button{float:right;text-transform:capitalize;margin-top:9px}.roles .role-table .role-table-contents .row>div .delete-role{color:#c9302c}.roles .role-table .role-table-contents .row>div .delete-role:active,.roles .role-table .role-table-contents .row>div .delete-role:hover{color:#961613}.roles .role-table .role-table-contents .row>div button{padding-left:0;text-transform:capitalize;font-size:14px;font-weight:400;color:#4e9acb;margin-left:40px}.roles .role-table .role-table-contents .row>div button:last-child{margin-left:0;color:#0064d2}.roles .role-table .role-table-contents .row>div button:first-child.right-narrow{width:45px;color:#0064d2}.roles .role-table .role-table-contents .row>div button:first-child.right-wide{margin-left:30px}.roles .role-table .role-table-contents .row>div button:active,.roles .role-table .role-table-contents .row>div button:hover{color:#367cae}.roles .permissions .page-header{margin-top:25px;margin-bottom:17px;height:60px}.roles .permissions .page-header h1{position:absolute;left:15px;top:-10px}.roles .permissions .sticky-action-bar-wrapper{margin-left:0;height:50px;margin-bottom:10px}.roles .permissions .sticky-action-bar-wrapper button{width:80px;float:right;margin-left:10px;margin-top:10px}.roles .permissions .sticky-action-bar-wrapper button:first-child{margin-right:0}.roles .permissions .sticky-action-bar-wrapper:not(.affix){width:100%!important}.roles .permissions .sticky-action-bar-wrapper.affix{margin-left:-25px;height:55px;text-align:center}.roles .permissions .sticky-action-bar-wrapper.affix button:first-child{margin-right:25px}.roles .permissions .info-banner{background-color:#d4e5ee;height:40px;margin:-41px -101px 30px;padding-top:8px;color:#364d67;border:1px solid #b3cde6}.roles .permissions .info-banner img{margin-left:10px;margin-right:10px}.roles .permissions .role-details{background:#fff;border:1px solid #ccc;border-radius:3px;padding:40px 100px 100px}.roles .permissions .role-details .role-name label{font-weight:400}.roles .permissions .role-details .role-name input{height:40px;width:50%}.roles .permissions .role-details .permission-group{margin-top:50px}.roles .permissions .role-details .permission-group .permission-group-title{font-size:16px;font-weight:700}.roles .permissions .role-details .permission-group label{font-size:12px;font-weight:400;text-transform:uppercase;margin-right:5px}.roles .permissions .role-details .permission-group .col1{width:250px}.roles .permissions .role-details .permission-group .col2{width:100px}.roles .permissions .role-details .permission-group .col3,.roles .permissions .role-details .permission-group .col4{width:150px}.roles .permissions .role-details .permission-group .permission-group-header div{display:inline-block}.roles .permissions .role-details .permission-group .permission-group-header div:not(:first-child){text-align:right;color:#666}.roles .permissions .role-details .permission-group .permission-group-header .read-only{margin-right:2px}.roles .permissions .role-details .permission-group .permission-row{line-height:50px;vertical-align:top;border:1px solid #ccc;border-bottom:none}.roles .permissions .role-details .permission-group .permission-row:first-child{border-top:none}.roles .permissions .role-details .permission-row-action{width:100%}.roles .permissions .role-details .permission-row-action>div{display:inline-block;padding-left:15px;padding-right:5px}.roles .permissions .role-details .permission-group-contents{border-top:2px solid #999;border-bottom:2px solid #999;margin-top:5px}.roles .permissions .role-details .permission-group-contents.permission-group-actions{margin-top:10px}.roles .permissions .role-details .permission-group-contents .col1{padding-left:15px;background-color:#f7f7f7}.roles .permissions .role-details .permission-group-contents>div>div{display:inline-block}.roles .permissions .role-details .permission-group-contents>div>div:not(:first-child){text-align:right}.roles .permissions .role-details .permission-toggle{height:28px;width:28px;display:inline-block;padding:7px 8px;vertical-align:middle}.roles .permissions .role-details .permission-toggle img{width:13px;height:14px;vertical-align:top}.roles .permissions .role-details .permission-editable-false{border-radius:3px;border:1px solid #ccc;background:#fff;cursor:pointer}.roles .permissions .role-details .permission-editable-false:hover{border:1px solid #999}.roles .permissions .role-details .permission-editable-true{border-radius:3px;background-color:#367cae;cursor:pointer}.roles .permissions .role-details .permission-editable-true:hover{background-color:#4e9acb}.roles .permissions .role-details .permission-not-available{font-size:14px;font-weight:400;color:#666;padding-right:4px}.facility-room-list{margin-bottom:50px}.facility-room-list select option{color:#555}.facility-room-list select:invalid,.facility-room-list select option:first-of-type{color:#999}.facility-room-list select:not(:invalid) option:first-of-type{display:none}.facility-room-list .form-group{margin-bottom:0;padding-bottom:0}.facility-room-list .page-header{margin-top:64px;padding-bottom:0;margin-bottom:14px}.facility-room-list .manage-room-types{font-size:16px}.facility-room-list .create-room-types{border:1px solid #b3cde6;background-color:#d4e5ee;display:block;height:50px}.facility-room-list .create-room-types>img{float:left;margin:15px 10px;height:20px;width:20px}.facility-room-list .create-room-types>div{float:left;padding-top:10px;line-height:15px}.facility-room-list .create-room-types>div>div:first-child{vertical-align:bottom;font-weight:700}.facility-room-list .create-room-types>a{margin:8px}.facility-room-list .location-name{margin-top:30px;margin-bottom:14px;font-weight:700;font-size:16px}.facility-room-list .add-room-button-section{margin-top:10px;height:10px}.facility-room-list .location-without-rooms{border:1px solid #ccc;background-color:#f7f7f7;border-radius:3px;height:100px;text-align:center;line-height:100px;font-size:16px}.facility-room-list .rooms-table-header{margin-bottom:6px}.facility-room-list .rooms-table-header div{text-transform:uppercase;font-size:12px;color:#666}.facility-room-list .rooms-table-header div:first-child{padding-left:0}.facility-room-list .units-table-header{margin-bottom:6px}.facility-room-list .units-table-header div{font-size:12px;color:#666}.facility-room-list .location-rooms .new-room img{width:14px;height:14px;margin-top:9px}.facility-room-list .location-rooms .new-room button{width:85px;margin-right:30px}.facility-room-list .location-rooms .row{overflow:hidden;background:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding-top:10px;padding-bottom:10px;cursor:pointer}.facility-room-list .location-rooms .row>div{line-height:30px}.facility-room-list .location-rooms .row>div:first-child{overflow:hidden;text-overflow:ellipsis}.facility-room-list .location-rooms .row:hover{background-color:#f9f9f9}.facility-room-list .location-rooms>div:first-of-type{border-top:2px solid #999}.facility-room-list .location-rooms>div:last-of-type{border-bottom:2px solid #999}.facility-room-list .location-rooms .bed-image{width:24px;height:26px;margin-right:10px}.facility-room-list .location-rooms .resident-data{vertical-align:top;margin-bottom:5px}.facility-room-list .location-rooms .resident-data div{display:inline-block;height:30px;line-height:30px;vertical-align:top}.facility-room-list .location-rooms .resident-data div img{width:30px;height:30px;float:left;clear:both}.facility-room-list .location-rooms .resident-data div:nth-child(2){margin-left:10px}.facility-room-list .location-rooms .resident-section>div:last-child{margin-bottom:0}.facility-room-list .location-rooms .available{color:#3c763d;margin-bottom:5px}.facility-room-list .location-rooms .available div{display:inline-block;vertical-align:top;height:30px;line-height:30px}.facility-room-list .location-rooms .available div:nth-child(2){margin-left:10px}.facility-room-list .location-rooms .out-of-service{color:#c9302c;margin-bottom:5px}.facility-room-list .location-rooms .out-of-service div{display:inline-block;height:30px;line-height:30px;vertical-align:top}.facility-room-list .location-rooms .out-of-service div img{width:30px;height:30px;float:left;clear:both}.facility-room-list .location-rooms .out-of-service div:nth-child(2){margin-left:10px}.facility-room-list .location-rooms .occupied{margin-bottom:5px}.facility-room-list .location-rooms .occupied div{display:inline-block;height:30px;line-height:30px;vertical-align:top}.facility-room-list .location-rooms .occupied div:nth-child(2){margin-left:10px}.facility-room-list .location-rooms .sold{margin-bottom:5px}.facility-room-list .location-rooms .sold div{display:inline-block;height:30px;line-height:30px;vertical-align:top}.facility-room-list .location-rooms .sold div:nth-child(2){margin-left:10px}.facility-room-list .location-rooms .dotted-border{border:2px dotted #999;border-radius:3px;height:26px;width:26px;margin:0}.facility-room-list .just-added{animation:d linear .6s;animation-fill-mode:forwards}@keyframes d{0%{max-height:0}to{max-height:1000px}}.view-room-container .input-md{height:40px;font-size:16px;margin-top:7px}.view-room-container .panel{padding-top:45px}.view-room-container form .panel{margin-bottom:0}.view-room-container form .panel-footer{background-color:#e2e2e2;border:1px solid #999;border-top:1px solid #ccc;margin-top:-5px;margin-bottom:20px}.view-room-container form .facility-location-picker .form-group{margin-bottom:0;padding-bottom:0}.view-room-container .optional-text{color:#999}.view-room-container .view-value{margin-top:7px}.view-room-container h1.page-header span{font-weight:400}.view-room-container .room-type-info{background-color:#f7f7f7;border-top:1px solid #ddd;padding-top:35px;margin-top:15px}.view-room-container .room-type-info .room-type-name{font-weight:700;font-size:18px;margin-bottom:10px}.view-room-container .room-type-info .bed-image{width:20px;height:22px;margin-right:5px}.view-room-container table{margin-left:-35px;border-collapse:separate;border-spacing:0 10px}.view-room-container table .empty-bed-icon{border-right:none;width:15%}.view-room-container table .empty-bed-icon div{margin:0;width:66px;height:55px;border:none;border-right:1px solid #ccc}.view-room-container table tbody>tr td{height:67px;border:1px solid #ddd;vertical-align:middle}.view-room-container table tbody>tr td img{height:67px;width:67px}.view-room-container table tbody>tr td:first-child{width:7%;border:none}.view-room-container table tbody>tr td:nth-child(2){padding:0}.view-room-container table tbody>tr td:nth-child(2).photo-wrapper{width:15%;border-right:none;cursor:pointer}.view-room-container table tbody>tr td:nth-child(3){border-left:none;cursor:pointer}.view-room-container table tbody>tr td:nth-child(3).room-status{border-right:none}.view-room-container table tbody>tr td:nth-child(3) .resident-name{color:#0064d2}.view-room-container table tbody>tr td:nth-child(3).room-available{width:93%;padding-left:9px}.view-room-container table tbody>tr td:nth-child(3).room-available .bed-status-available{color:#3c763d;line-height:40px}.view-room-container table tbody>tr td:nth-child(3).room-available .bed-status-outOfService{color:#c53535;line-height:24px}.view-room-container table tbody>tr td:nth-child(3).room-available .no-end-date{color:#757575}.view-room-container table tbody>tr td:nth-child(4).edit-status{border-left:none;padding-right:16px;padding-left:16px}.unit-assignment .body:hover .room.selected{background:#fff;color:#000}.unit-assignment .body:hover .unit:hover{background:#4e9acb;color:#fff}.unit-assignment .hide-chevron{color:transparent}.unit-assignment .unit-loading-indicator{text-align:center;margin-bottom:15px;display:inline}.unit-assignment .unit-loading-indicator div{display:inline-block;margin-left:calc(50% - 75px);margin-top:8px;font-size:4px;width:1em;height:1em;border-radius:50%;position:absolute;text-indent:-9999em;animation:b 1.1s infinite ease;transform:translateZ(0)}.unit-assignment .dropdown-menu{padding:0;width:493px;box-shadow:0 2px 8px 0 rgba(0,0,0,.4);border-radius:3px;border:1px solid #ccc}.unit-assignment .glyphicon-menu-down{top:3px;margin-left:3px}.unit-assignment .units-container{height:210px}.unit-assignment .header{display:block;height:30px;background-color:#e2e2e2;color:#666}.unit-assignment .header div{padding:6px;display:inline-block}.unit-assignment .header div:first-child{width:111px}.unit-assignment .header div:nth-child(2){width:150px}.unit-assignment .header div:last-child{width:174px}.unit-assignment .body{height:178px;font-size:16px;color:#3f3f41}.unit-assignment .body::-webkit-scrollbar{width:8px;background-color:#fff}.unit-assignment .body::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ccc}.unit-assignment .body.display-scrollbar{overflow-y:scroll}.unit-assignment .body .unit{cursor:pointer;height:35px}.unit-assignment .body .unit.selected{background-color:#4e9acb;color:#fff}.unit-assignment .body .unit div{display:inline-block;padding:6px}.unit-assignment .body .unit div:first-child{width:111px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unit-assignment .body .unit div:nth-child(2){width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unit-assignment .body .unit div:last-child{width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.features-container{margin-top:-5px}.features-container .feature{height:30px;font-size:16px;background:#e2e2e2;margin-right:5px;line-height:32px;padding:5px 10px;border-radius:3px;color:#666}.view-and-edit-unit-dialog{width:670px}.view-and-edit-unit-dialog .view-value{margin-top:5px}.view-and-edit-unit-dialog .unit-info-input{font-size:16px;height:34px;text-align:right;width:95%}.view-and-edit-unit-dialog .status-setter{padding-left:45px}.view-and-edit-unit-dialog .feature-input{height:36px;font-size:16px;margin-top:7px}.view-and-edit-unit-dialog .thumbnail{padding:0;border-radius:0;margin-bottom:0;width:68px;height:68px}.view-and-edit-unit-dialog .resident-name{margin-top:15px;margin-bottom:5px}.view-and-edit-unit-dialog .date-conflict-error{color:red;margin-bottom:10px;width:100%}.view-and-edit-unit-dialog .form-group{margin-bottom:0}.view-and-edit-unit-dialog .error-list{width:60%}.view-and-edit-unit-dialog .dotted-border{border:2px dotted #999;border-radius:3px;height:26px;width:26px;margin:0;text-align:left}.view-and-edit-unit-dialog .available{color:#438d01}.view-and-edit-unit-dialog .out-of-service{color:#c9302c}.view-and-edit-unit-dialog .occupied,.view-and-edit-unit-dialog .sold{color:#000}.view-and-edit-unit-dialog .unit-type-info{background-color:#f7f7f7;border-top:1px solid #ddd;padding-left:30px;padding-top:35px;padding-bottom:5px;margin-top:15px}.view-and-edit-unit-dialog .unit-type-info .unit-type-name{font-weight:700;font-size:18px;margin-bottom:30px}.view-and-edit-unit-dialog tbody>tr td{height:67px;border:1px solid #ddd;vertical-align:middle}.view-and-edit-unit-dialog tbody>tr td img{height:67px;width:67px}.view-and-edit-unit-dialog tbody>tr td:first-child{padding:0}.view-and-edit-unit-dialog tbody>tr td:first-child.photo-wrapper{width:15%;border-right:none;cursor:pointer}.view-and-edit-unit-dialog tbody>tr td:nth-child(2){border-left:none;cursor:pointer}.view-and-edit-unit-dialog tbody>tr td:nth-child(2) .resident-name{color:#0064d2}.roomtypes-table{overflow:visible;width:calc(100% + 15px);border:none}.roomtypes-table table{table-layout:fixed}.roomtypes-table tbody tr{height:48px}.roomtypes-table tbody tr td{padding:0;vertical-align:middle;margin-left:20px;border-top:none}.roomtypes-table tbody tr td .roomtype-name{margin-top:8px;font-size:16px;color:#3f3f41;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.roomtypes-table tbody tr td .number-rooms-attached{margin-top:8px;font-size:16px;color:#666;overflow:hidden;display:inline-block}.roomtypes-table tbody tr td>div{height:48px;margin-left:15px;margin-right:15px;border-top:1px solid #ddd;padding-top:5px}.roomtypes-table tbody tr.active td,.roomtypes-table tbody tr.active td:hover{background-color:#008381}.roomtypes-table tbody tr.active td .number-rooms-attached,.roomtypes-table tbody tr.active td .roomtype-name,.roomtypes-table tbody tr.active td:hover .number-rooms-attached,.roomtypes-table tbody tr.active td:hover .roomtype-name{color:#fff}.roomtypes-table tbody tr.active+tr td>div,.roomtypes-table tbody tr.active td:hover>div,.roomtypes-table tbody tr.active td>div{border-top:none}.roomtypes-table tbody tr:last-of-type:not(.active) td>div{border-bottom:1px solid #ddd}.roomtype-list-container{padding-left:0;padding-right:0}.roomtype-list-container .page-header{padding-left:15px}.roomtype-list-container h1{width:400%;margin-bottom:4px}.roomtype-list-container .view-rooms-link{font-size:16px;padding-left:15px;height:42px;display:inline-block}.roomtype-list-container .roomtype-row{cursor:pointer}.roomtype-detail-container{padding-left:15px;padding-right:15px}.roomtype-detail-container h2{margin-top:10px;margin-bottom:20px}.roomtype-detail-container .add-new-roomtype{margin-top:30px}.roomtype-detail-container .roomtype-detail{margin-top:127px;width:100%;background-color:#fff;border-radius:4px}.roomtype-detail-container .roomtype-detail .required{color:#c53535;padding-right:5px}.roomtype-detail-container .roomtype-detail .priceHistory-link{font-size:16px!important}.roomtype-detail-container .roomtype-detail .panel-body{padding-top:43px;padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.roomtype-detail-container .roomtype-view{margin-top:127px;width:100%;background-color:#fff;border-radius:4px}.roomtype-detail-container .roomtype-view .panel-body{padding-top:43px;padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.roomtype-detail-container .roomtype-view .required{color:#c53535;padding-right:5px}.roomtype-detail-container .roomtype-view .priceHistory-link{font-size:16px!important}.roomtype-detail-container .roomtype-view .with-margin{margin-left:7px}.roomtype-detail-container .roomtype-view .space-below{margin-bottom:40px}.roomtype-detail-container .roomtype-view .view-value{word-break:break-word}.roomtype-detail-container .roomtype-view .no-room-types{font-size:16px;color:#666;width:auto;text-align:center;margin-top:40px;margin-bottom:60px}.roomtype-detail-container .roomtype-view .iluPopover .popover{width:auto}.roomtype-detail-container .roomtype-view .racPopover .popover{width:372px}.roomtype-detail-container .roomtype-view .popover{max-width:372px;outline:none}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row{height:56px;padding:10px 0;background-color:#fff;color:#595959;font-weight:600;font-size:14px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row div{line-height:20px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row div:first-child{margin-left:0;padding-left:17px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row div:last-child{margin-right:0;padding-right:12px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row .price-col-th,.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row .priceSetting-col-th{width:124px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .header-row .effective-date-col-th{width:114px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows{margin-right:0}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row{height:40px;background-color:#fff;color:#595959;font-weight:400;font-size:16px;border-bottom:1px solid #d2d2d2}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row div{line-height:24px;border-bottom:none;padding:8px 7px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row div:first-child{margin-left:0;padding-left:17px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row div:last-child{margin-right:0;padding-right:12px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row .price-col-td,.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row .priceSetting-col-td{width:124px}.roomtype-detail-container .roomtype-view .popover .price-history-popover .rows .row .effective-date-col-td{width:114px}.roomtype-detail-container .roomtype-addorupdate{margin-top:127px;width:100%;background-color:#fff;border-radius:4px}.roomtype-detail-container .roomtype-addorupdate .required{color:#c53535;padding-right:5px}.roomtype-detail-container .roomtype-addorupdate .priceHistory-link{font-size:16px!important}.roomtype-detail-container .roomtype-addorupdate .panel-body{padding-top:43px;padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.roomtype-detail-container .roomtype-addorupdate .with-margin{margin-left:7px}.roomtype-detail-container .roomtype-addorupdate .space-below{margin-bottom:40px}.roomtype-detail-container .roomtype-addorupdate .view-value{word-break:break-word}.roomtype-detail-container .roomtype-addorupdate .numberBeds{width:70px;display:inline}.roomtype-detail-container .roomtype-addorupdate .numberBedsImage{margin-left:5px}.roomtype-detail-container .roomtype-addorupdate .price-toggle{width:50%}.roomtype-detail-container .roomtype-addorupdate .price-toggle-group{padding-left:0;display:block}.roomtype-detail-container .roomtype-addorupdate .price-toggle-label{font-weight:700;font-size:16px;color:#3f3f41}.roomtype-detail-container .roomtype-addorupdate .panel-footer{background-color:#e2e2e2;border-top-left-radius:0;border-top-right-radius:0;border-bottom:1px solid #aaa;border-left:1px solid #aaa;border-right:1px solid #aaa}.roomtype-detail-container .control-label{display:block}#toast-container>div{width:500px;padding:0;padding-left:50px}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:500px}.toast-close-button{right:.3em;top:0;font-size:25px;color:#030303;opacity:.5;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=50)}.toast-close-button:focus,.toast-close-button:hover{color:#000;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast .toast-message,.toast .toast-title{font-size:16px;background-color:#fff;padding-left:20px;padding-right:20px}.toast .toast-message{padding-bottom:15px}.toast .toast-title{font-size:18px;padding-top:15px}.toast .toast-message:nth-child(2){padding-top:15px}.toast-success .toast-message,.toast-success .toast-title{color:#074f30}.toast-error .toast-message,.toast-error .toast-title{color:#9e043e}.toast-info .toast-message,.toast-info .toast-title{color:#001e82}.toast-warning .toast-message,.toast-warning .toast-title{color:#d93923}.account-settings .header{margin-bottom:25px;margin-top:40px}.account-settings .contents{width:100%;border:1px solid #ddd;background:#fff;border-top-left-radius:3px;border-top-right-radius:3px;padding:22px 25px 23px}.account-settings .contents h2{margin:0 0 23px}.account-settings .contents input{margin-top:5px;width:100%;height:40px;border-radius:3px;padding-left:10px;margin-bottom:5px}.account-settings .contents .old-password{padding-right:14px}.account-settings .contents .new-password{padding-left:14px}.account-settings .contents .show-hide-switch{margin-top:14px}.account-settings .contents .empty-password+.show-hide-switch{display:none}.account-settings .contents .password-validation{color:#3f3f41;font-size:14px;line-height:21px}.account-settings .contents .password-validation span{margin-right:6px}.account-settings .contents .password-validation div{display:none}.account-settings .contents .margin-right-16{margin-right:16px}.account-settings .contents .correct-password{color:#3f3f41}.account-settings .contents .correct-password div{display:inline-block;background:url(../../../images/correct-password.png) no-repeat;background-size:14px 14px;height:14px;width:14px}.account-settings .contents .correct-password span{display:none}.account-settings .contents .new-password>input:not(:focus)~.wrong-password{color:#c9302c}.account-settings .contents .new-password>input:not(:focus)~.wrong-password div{display:inline-block;background:url(../../../images/wrong-password.png) no-repeat;background-size:14px 14px;border:none;height:14px;width:14px}.account-settings .contents .new-password>input:not(:focus)~.wrong-password span{display:none}.account-settings .contents .wrong-password-input:not(:focus){border:2px solid #e66454}.account-settings .buttons{height:70px;border-left:1px solid #aaa;border-bottom:1px solid #aaa;border-right:1px solid #aaa;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#e2e2e2;padding-top:15px}.account-settings .buttons .btn-primary{margin-right:25px}.account-settings .buttons .btn-warning{margin-right:30px}.users-table{overflow:visible;width:calc(100% + 15px);border:none}.users-table table{table-layout:fixed}.users-table tbody tr{height:56px}.users-table tbody tr td{padding:0;vertical-align:middle;margin-left:20px;border-top:none}.users-table tbody tr td .user-name{font-size:16px;color:#3f3f41;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-table tbody tr td .user-job-title{font-size:14px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-table tbody tr td .user-initials{font-size:18px;height:40px;width:40px;background-color:#ccc;color:#222;text-align:center;margin-top:2px;padding-top:8px}.users-table tbody tr td>div{height:56px;margin-left:15px;margin-right:15px;border-top:1px solid #ddd;padding-top:5px}.users-table tbody tr.active td,.users-table tbody tr.active td:hover{background-color:#008381}.users-table tbody tr.active td .user-job-title,.users-table tbody tr.active td .user-name,.users-table tbody tr.active td:hover .user-job-title,.users-table tbody tr.active td:hover .user-name{color:#fff}.users-table tbody tr.active+tr td>div,.users-table tbody tr.active td:hover>div,.users-table tbody tr.active td>div{border-top:none}.users-table tbody tr:last-of-type:not(.active) td>div{border-bottom:1px solid #ddd}.users-table tbody .user-proda-row,.users-table tbody .user-proda-row td>div{height:76px}.users-table tbody .user-proda-row .user-initials{margin-top:12px}.user-list-container{padding-left:0;padding-right:0}.user-list-container .page-header{padding-left:15px}.user-list-container .deactivated-label{color:#c9302c}.user-list-container .deactivated-checkbox{margin-top:-35px}.user-detail-container{padding-left:15px;padding-right:15px}.user-detail-container .add-new-user{margin-top:30px}.user-detail-container .user-detail{margin-top:100px;width:100%;background-color:#fff;border-radius:4px}.user-detail-container .user-detail .panel-body{padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.user-detail-container .user-detail .user-initials-large{font-size:65px;height:141px;width:141px;background-color:#ccc;color:#222;text-align:center;padding-top:25px;position:absolute;left:calc(100% - 141px - 15px)}.user-detail-container .user-detail .view-note{color:#666;font-size:14px}.user-detail-container .user-view{margin-top:100px;width:100%;background-color:#fff;border-radius:4px}.user-detail-container .user-view .panel-body{padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.user-detail-container .user-view .user-initials-large{font-size:65px;height:141px;width:141px;background-color:#ccc;color:#222;text-align:center;padding-top:25px;position:absolute;left:calc(100% - 141px - 15px)}.user-detail-container .user-view .view-note{color:#666;font-size:14px}.user-detail-container .user-view .space-below{margin-bottom:40px}.user-detail-container .user-view .extra-long-line{width:150%}.user-detail-container .user-view .view-value{word-break:break-word}.user-detail-container .user-edit{margin-top:100px;width:100%;background-color:#fff;border-radius:4px}.user-detail-container .user-edit .panel-body{padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px}.user-detail-container .user-edit .user-initials-large{font-size:65px;height:141px;width:141px;background-color:#ccc;color:#222;text-align:center;padding-top:25px;position:absolute;left:calc(100% - 141px - 15px)}.user-detail-container .user-edit .view-note{color:#666;font-size:14px}.user-detail-container .user-edit .old-password{padding-right:14px}.user-detail-container .user-edit .new-password{padding-left:14px}.user-detail-container .user-edit .show-hide-switch{margin-top:14px}.user-detail-container .user-edit .empty-password+.show-hide-switch{display:none}.user-detail-container .user-edit .password-validation{color:#3f3f41;font-size:14px;line-height:21px}.user-detail-container .user-edit .password-validation span{margin-right:6px}.user-detail-container .user-edit .password-validation div{display:none}.user-detail-container .user-edit .margin-right-16{margin-right:16px}.user-detail-container .user-edit .correct-password{color:#3f3f41}.user-detail-container .user-edit .correct-password div{display:inline-block;background:url(../../../images/correct-password.png) no-repeat;background-size:14px 14px;height:14px;width:14px}.user-detail-container .user-edit .correct-password span{display:none}.user-detail-container .user-edit .new-password>input:not(:focus)~.wrong-password{color:#c9302c}.user-detail-container .user-edit .new-password>input:not(:focus)~.wrong-password div{display:inline-block;background:url(../../../images/wrong-password.png) no-repeat;background-size:14px 14px;border:none;height:14px;width:14px}.user-detail-container .user-edit .new-password>input:not(:focus)~.wrong-password span{display:none}.user-detail-container .user-edit .wrong-password-input:not(:focus){border:2px solid #e66454}.user-detail-container .user-edit .panel-body{margin-top:20px}.user-detail-container .user-edit h2{margin-bottom:2px;margin-top:10px}.user-detail-container .user-edit .space-below{margin-bottom:0}.user-detail-container .user-edit .user-initials-large{top:25px}.user-detail-container .user-edit .name-section{margin-bottom:30px}.user-detail-container .user-edit .name-section .form-group{margin-bottom:5px}.user-detail-container .user-edit .panel-footer{margin-top:40px;background:#e2e2e2}.authentication-not-required .top-header{border-bottom:1px solid #ccc}.authentication-not-required .pull-right{margin-top:8px}.reset-password{margin-top:60px}.reset-password .password-reset-icon{background-image:none;background-repeat:no-repeat;background-size:220px 25px;height:25px;margin-left:26px;font-size:30px;font-weight:600}.reset-password .forgot-password-text{color:#666;font-size:14px;line-height:16px}.reset-password .margin-bottom-25{margin-bottom:25px}.reset-password .email-sent-icon{background-repeat:no-repeat;background-size:145px 25px;height:35px;background-image:none;font-size:30px;font-weight:600}.reset-password .contents{padding:40px 25px;background-color:#f9f9f9}.reset-password .change-password-icon{background-image:url("data:image/png;base64,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");background-repeat:no-repeat;width:250px;height:39px;margin-bottom:8px;background-size:240px;margin-left:43px}.reset-password .contents .new-password{padding-left:0}.reset-password .banner{height:auto}.reset-password a{cursor:pointer}.reset-password .password-saved-icon{background-image:url("data:image/png;base64,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");width:215px;height:23px;background-size:215px}.reset-password .success-icon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAAXNSR0IArs4c6QAACKNJREFUWAmlWGuMXVUV/s65855py2hLaYP8aUHaQqSBEDRoNE1IjFZAgcojGBMRbMlkHiZagzCtJGjizK0NVKsxBgwBOgihJJoo6A8IEqXwg6ENOlWjZIZhKp3pPO9MZ47ft+9Zu/uce+chnGRmr9dee+29HnvtC6RfXS8ery+i03DU9+AlQ+p6kEASGQKROIpwTERJzHYhMgFHMMRND5AzBkvngkcI1BXx5bgQ4faQSJHfxPMJvkSTTmR1FfFARjJEpFvSjUXcmiSIiD8hnGucm5RRl86m4Fmja4xJGC91IhY/ZEQJDvlNR5hz801ASH0vjjpi8E98f0zar7bn+NKQoFawafWCItYfxCaK/JanPEhzPieafU5Qu+SSCxQ4U9eIi5MZbJxbwBsSMo1uQmijadC4uhcfMV4s4PIW1IUCgkU/04n36fqBhh7s90cSCkqIx3baaMJrDGnoxdcXEnwjjnH7Av0/24lW42l0By1gphO/4vApCv2Ty10sWvjF3OkEd7xbRNshj2bAhJwZTVjvcIcUscWYNjKsBsQT7g/cCCbkmBGGqf2CjGAo4EJrAd0hrQKmya1rccHwnZgMeX5l70Vx6cnLm7H22N1pdIUzUphZuydZwMMp2sdzuMWLySK3716MeeIiwNpfYhV99mtj1x3EVjfXzkYBmMzxdGkVfbbGBKuNDUV8k247LB79vGOmA38UfOVh1L45gVlHd9FMSMEqgn1c9WaDNdJDb5my73WiYMrEC4+mhpYN0pGXKPLJe08CjI9BnukGKgWD6AThLc7X5ClmurskVf1zTtEZiG0BZqI8q1fI+aRwKv47Q+MS44Vj4wHsmp/Hk6T1O4XrHkHL2AzGJdQQ4aPKpsyEHlwz3YVXQ5rBClZas4kLulj0YSMBbrWP27tJsCy6rBnbwvMRXV9jL25hQX2qjAHnR2h6pxPTwjMKTUAjs/YHzNr7QloA99c1YcfEt8pnHtAXVyghd+Uk2Emrr+TKQyyNr0U1uL/UhpOhkhCusHD9Y2g+fQrv0hktoWAFHKN7tgP78nRfb8RQxpwewYRXFuHJ2hjb6d2YW1xfiHGbEsApYa4zChZofcYojzB0jlDQBXMU495SBx5xE6v8c5kxiVNceLXYWpBOPFeWwsuiWthU0elIDJmXqOVa2pgwbd1uy1u2myfG1nwM5pUxtP7T8lOcL3qpC592R6BbNb1NY4WHmIo7HvIJwYt9zUVcwTO7cHYKw7xC7pKcypyTT+tnZGmnO6haEIfKTVa0ME3pnDGdZ1SLzd7Lyyor4lFTXlsol3vD2ZvcIzg5i/1eoTFt3HwQ9QbLq7yR70zxv062Y9h4GgsNeFEje4mrygqtkRCVn+Lr33OYaT1cLrhvTmK0zHFbvdpgG8fvwYhgenxDWWHaU4iokk6Oi8/JCYy6uzNBk3iFAr6qMf+1HMAnRKNjj1VsebYNxwu1+JhNolfLAR6hNN1+rsIYX+Ncgu84PMLzUtgvREXSEflvug3vNMXZnuCimiXum6RsObOrVzm6Q4rSims6MdqB0Ytq0ZASnhpoQ8kzA0DXqUN5T2t0Z8VzepdbW0/kJKN/cyCP7gRxd0QfV/nUUM0k+K9YaxqwamQPJpxCESxoqykVP/8x1bZwmeOOHpQyr/DCXjS+l2DKJjJYd013ugpkJDcqJvsncZw7cjuhZ59mtfFXrldos2z7hrsxaFcz9BhfYf4/E9IqFIqpajI7za4gwbZQ2OA4woNsAL9veDhWVRgKhLAWOjuFe+mhG0m/LOStAO5njD5b04SHq11ui81f1kAVc70fFFWLKfF0KwlBJnteDqAvh3mJ7s67ICdWDus8MQ2gR0n3wWAyVDzARu6+rY14ZrkKanO2HUHdPwZxI3u3By3YjJeOfew9vma9R8irOEF30+SaawqdTGLsXO7CCRUvBas+RnM4qg4rIxekm9G9gWrnzpTYlgWulGH1Ea5e7lo1ZYuNaw6hdWz3uXeUyamwlBL8JTRUrl9dj80qMpJzBqZZdpJZ5nsjCu5hvh8yZR90ZKks8uXR7uZHGOWCe/d24OdhNcy9TmTVBNv9TUomd5uwB3gxNE5F68MaR0/ouf9nb5wsTHAe/7f39cE/REVWS5a5+nhQzibyIrWnVMKXQ/qxGWQLdauhH2RsOYh1s3N4m3Mzr17ij7N3uWMxndzQE9yEv6PZT3bFJOwMJ9Qm+GGI/79wwwF8hsbp4ZQxjovtXso4rVMb4UeZ9Wib3DDu3cs6xuOuZ/wxbis/NqptZPyE/BfOW4sb8k9k6vouZz6UmRlhvoaJNtWB1zP0KojCgh4tUYf7lUWxGHHRt7mof7mpx89XehVrTjrCv0JO7xv1Lbhu/G6cop7nqeeLIZ8bGWquwaXvt6XvhZBZBXbJyp7YWEyov8V6EhlB4/xMucEJaar2fDZ9nAv+K6QT3l6awIhajQrjgD8w0Tau1Djpza/tnmv+ZwFbeZkfLVwCnMXveZpX2JSKsUrBrZDJEfIPKLFd46/HJGuNe564OXwRsP95y/XmOSVCJ9owwizf3roOLXSB689DsaiA63ji+0LacrD1XNy0e91JXjbJNq5R/iquOL0zI1yz3PX22T+h5pXX8Rhlv8BkuJTJMGQ6VzJy3S007NXQOFrnH8veQClLk+FpCns6gZd53V3/Ya+7vLHpNfccY/daz1P1iHCTYt5o3hAjuFTvde+PbCfDE6XwXv4y8ouVdjGm08bUlXfRqIcyJ1YW6GNS7cqXuAoDTZkz9ADup6IHwhM1Pscx7vZ3vBaPxmz+oyYM2RNv1c+wLpnChgW+3/X7OOd/nvKVv8uVT2xfqR3784bZOosaaAIa3Q9Xs+jiQt/mn28oQpkVw3pfRfjxmjr0WMey1NwVGVhNgfvZfB7X8x6/irvfQMM3sm7p90G9ugdphH4fHOIV9xrL+3NL/fRUTb/R/gf9KiC8PvVtbgAAAABJRU5ErkJggg==");background-size:20px 20px;background-repeat:no-repeat;padding-left:30px;padding-bottom:10px;padding-top:2px}.reset-password .link-expired-icon{background-image:url("data:image/png;base64,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");background-repeat:no-repeat;width:220px;height:39px;margin-bottom:8px;background-size:160px;margin-left:43px}.reset-password .main-row{width:358px;margin-left:auto;margin-right:auto}.reset-password h3{height:17px;width:278px;color:#666;font-size:16px;line-height:18px;font-weight:400}.reset-password .email-sent-text{padding:0}.reset-password .alert{padding-top:10px;padding-bottom:10px;border-radius:0;color:#900;background-color:#ffe7e4;border:1px solid #f5ced1;padding-left:22px;margin:15px -11px 0}.reset-password .error-icon{background-image:url(../../../images/banner-error.png);background-size:20px 20px;background-repeat:no-repeat;padding-left:30px;padding-bottom:10px;padding-top:2px}.reset-password .alert-success{padding-top:10px;padding-bottom:10px;border-radius:0;margin-top:15px;border:1px solid #f5ced1;padding-left:22px;margin-left:-11px;margin-right:-11px}.reset-password .light-grey{color:#666}.reset-password .dark-grey{color:#414141}.reset-password label{font-weight:400;font-size:16px}.reset-password .big-font{font-size:16px}.reset-password .error-icon-padding{padding-top:12px}.reset-password .error-text{display:inline-block;width:85%}.modal-body .htmlContent{white-space:pre-wrap}.sign-in-icon{margin-left:46px;background-image:none;font-size:30px;font-weight:600}.checkbox-view-proda-user{padding-bottom:20px;padding-bottom:25px;margin-top:0}.checkbox-view-proda-user input[type=checkbox]{width:25px;height:25px}.checkbox-view-proda-user span{padding-left:20px;padding-top:5px;display:inline-block}.checkbox-edit-proda-user{padding-bottom:20px;padding-bottom:25px;margin-top:0;padding-bottom:45px}.checkbox-edit-proda-user input[type=checkbox]{width:25px;height:25px}.checkbox-edit-proda-user span{padding-left:20px;padding-top:5px;display:inline-block}.ilu-wrapper .admission-dialog .input-lg{height:34px;font-size:14px;border-radius:4px}.ilu-wrapper .admission-dialog .control-label{height:0}.ilu-wrapper .admission-dialog .radio-label{font-weight:400;margin-left:20px}.ilu-wrapper .admission-dialog .radio-label input{margin-left:-20px}.ilu-wrapper .admission-dialog .modal-content{border-radius:2px}.ilu-wrapper .admission-dialog .modal-body{padding-top:7px;padding-bottom:26px}.ilu-wrapper .finalise-settlement-dialog{width:415px}.ilu-wrapper .finalise-settlement-dialog .unit-info{font-size:18px;font-weight:700}.ilu-wrapper .finalise-settlement-dialog hr{margin-top:20px}.ilu-wrapper .finalise-settlement-dialog .input-control{height:36px}.ilu-wrapper .finalise-settlement-dialog .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.ilu-wrapper .finalise-settlement-dialog .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.ilu-wrapper .finalise-settlement-dialog .modal-header{padding-left:20px}.ilu-wrapper .finalise-settlement-dialog .modal-body{padding:20px}.ilu-wrapper .finalise-settlement-dialog .modal-footer{padding-left:20px;padding-right:20px}.ilu-wrapper .padding-top-12{padding-top:12px}.ilu-wrapper .resident-tab{cursor:pointer}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li.active>a,.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li.active>a:focus,.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li.active>a:hover,.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li>a:focus,.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li>a:hover{border-bottom:4px solid #0064d2}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li>a{color:#595a5c}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li a.view-enquiry-add-person{line-height:20px;border-radius:0;padding:15px 25px}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li a.view-enquiry-add-person .icon{margin:0;background:#595959}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li a.view-enquiry-add-person:hover{background-color:#eee}.ilu-wrapper .resident-tab .nav-pills>.navbar-nav>li a.view-enquiry-add-person:hover .icon{background:#414141}.ilu-wrapper .no-right-padding{padding-right:0!important}.ilu-wrapper .resident-info{margin-bottom:5px;margin-top:30px}.ilu-wrapper .financial-info{color:#fff;padding:15px;font-size:14px;font-weight:700}.ilu-wrapper .financial-info .unit-info{color:#fff;font-size:18px}.ilu-wrapper .ilu-radio-group{cursor:pointer}.ilu-wrapper .ilu-radio-group .radio-group input{width:16px;height:16px}.ilu-wrapper .ilu-radio-group .radio-label{color:#666;font-size:14px;font-style:normal;font-weight:400;margin-bottom:10px}.ilu-wrapper .prospect-header{font-size:16px;font-weight:700}.ilu-wrapper .unit-info{font-size:16px;font-weight:400}.ilu-wrapper .modal .modal-dialog.assignUnit-dialog{width:480px}.ilu-wrapper .modal .modal-dialog.assignUnit-dialog hr.unit-assignment-seperator{margin-top:0;margin-bottom:35px}.ilu-wrapper .modal .modal-dialog.assignUnit-dialog .unit-assignment-wrapper{padding-bottom:32px}.ilu-wrapper .modal .modal-dialog.assignUnit-dialog .modal-body{padding-bottom:0}.ilu-wrapper .modal .modal-dialog.assignUnit-dialog .modal-body .room-space-below{padding-bottom:32px}.ilu-wrapper .enquiry-finance-editor .room-loading-indicator div{margin-left:calc(50% - 85px)}.ilu-wrapper .financial-summary{margin-bottom:20px}.ilu-wrapper .financial-summary .input-lg{height:40px;font-size:14px}.ilu-wrapper .financial-summary .amount-alignment{text-align:right}.ilu-wrapper .financial-summary .amount-alignment .dollar-input-container:before{font-size:14px;top:9px}.ilu-wrapper .financial-summary .price-label{width:100px;padding-top:10px}.ilu-wrapper .financial-summary .checkbox-label{padding-left:2px}.ilu-wrapper .financial-summary .date-picker-text{font-size:14px;padding-right:15px}.ilu-wrapper .financial-details{margin-bottom:20px}.ilu-wrapper .financial-details .price-label{width:100px;padding-top:10px}.ilu-wrapper .financial-details .input-lg{height:40px;font-size:14px}.ilu-wrapper .financial-details .view-label{font-weight:400}.ilu-wrapper .financial-details .amount-alignment{text-align:right}.ilu-wrapper .financial-details .amount-alignment .dollar-input-container:before{font-size:16px;top:9px}.ilu-wrapper .residents-table .unit-number{text-align:right;padding-right:30px}.ilu-wrapper .residents-table thead tr th.resident-photo{width:4%}.ilu-wrapper .residents-table thead tr th.resident-name{width:40%}.ilu-wrapper .residents-table thead tr th.unit-number{width:6%}.ilu-wrapper .button-bar{padding:10px 25px}.ilu-wrapper .viewDetails-button-bar{padding:10px 0}.ilu-wrapper .fee-charges-header{display:inline;font-size:24px;font-weight:700;text-align:left;padding:0 10px}.ilu-wrapper .dmf-panel{background-color:#f1f1f2}.ilu-wrapper .dmf-panel .amount-alignment{text-align:right}.ilu-wrapper .dmf-panel .amount-alignment .input-lg{height:36px;width:150px;font-size:16px}.ilu-wrapper .dmf-panel .amount-alignment .dollar-input-container:before{font-size:16px;top:6px}.ilu-wrapper .dmf-panel .no-dmf{font-size:16px;color:#999}.ilu-wrapper .dmf-panel .dmf-table{border-collapse:collapse;margin-bottom:10px;border-bottom:2px solid #aaa;width:100%}.ilu-wrapper .dmf-panel .dmf-table thead tr th{color:#666;font-size:12px;font-weight:500;text-align:left;border-bottom:2px solid #aaa}.ilu-wrapper .dmf-panel .dmf-table thead tr th.effectiveMonth-header,.ilu-wrapper .dmf-panel .dmf-table thead tr th.rate-header,.ilu-wrapper .dmf-panel .dmf-table thead tr th.totalRate-header{width:30%;text-align:left}.ilu-wrapper .dmf-panel .dmf-table tbody{border-bottom:2px solid #aaa}.ilu-wrapper .dmf-panel .dmf-table tbody tr.row-subheading{background:#fff;background-color:#f1f1f2}.ilu-wrapper .dmf-panel .dmf-table tbody .ng-submitted .ng-invalid,.ilu-wrapper .dmf-panel .dmf-table tbody select.ng-touched.ng-invalid{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.ilu-wrapper .dmf-panel .dmf-table tbody tr{background-color:#f1f1f2}.ilu-wrapper .dmf-panel .dmf-table tbody tr .input-control{height:36px}.ilu-wrapper .dmf-panel .dmf-table tbody tr .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.ilu-wrapper .dmf-panel .dmf-table tbody tr .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.ilu-wrapper .dmf-panel .dmf-table tbody tr .calendar-icon{margin-top:1px}.ilu-wrapper .dmf-panel .dmf-table tbody tr .col-readonly,.ilu-wrapper .dmf-panel .dmf-table tbody tr .end-col{vertical-align:middle}.ilu-wrapper .dmf-panel .dmf-table tbody tr .remove-dmfDetail{margin-top:11px}.ilu-wrapper .dmf-panel .dmf-master-table{border-collapse:collapse;margin-bottom:10px;width:100%;border-bottom:none}.ilu-wrapper .dmf-panel .dmf-master-table thead tr th{color:#666;font-size:12px;font-weight:500;text-align:left}.ilu-wrapper .dmf-panel .dmf-master-table tbody tr .input-control{height:36px}.ilu-wrapper .dmf-panel .dmf-master-table tbody tr .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.ilu-wrapper .dmf-panel .dmf-master-table tbody tr .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.ilu-wrapper .dmf-panel .dmf-master-table tbody td{border-top:none;vertical-align:middle}.ilu-wrapper .dmf-panel .dmf-master-table tbody td.minimum-rate-header,.ilu-wrapper .dmf-panel .dmf-master-table tbody td.minimum-rate-value{width:40%}.ilu-wrapper .align-right{text-align:right}.ilu-wrapper .margin-right-value-link{margin-right:16px}.ilu-wrapper .ingoing-contribution .table-popover{width:300px}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table{border-collapse:collapse;margin-bottom:10px;width:100%;border-bottom:none}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table tbody tr .input-control{height:36px}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table tbody tr .currency-input-control .input-lg{height:36px;border-radius:3px;text-align:right;font-size:14px}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table tbody tr .currency-input-control .dollar-input-container:before{top:8px;font-size:14px}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table tbody td{border-top:none;vertical-align:middle}.ilu-wrapper .settlement-costs-panel .settlement-costs-editor-table tbody td.view-label{width:50%}.ilu-wrapper .settlement-costs-panel .calculated-result-area{padding-left:0;background-color:#f1f1f2;background-clip:content-box}.ilu-wrapper .settlement-costs-panel .calculated-result-area div{margin-left:1px}.ilu-wrapper .settlement-costs-panel .settlement-date-panel{padding-top:15px;color:#414141;background-color:#bcdee9;background-clip:content-box;font-weight:700}.ilu-wrapper .settlement-costs-panel .settlement-date-panel span{margin-left:10px}.resident-unit-assignment .body:hover .room.selected{background:#fff;color:#000}.resident-unit-assignment .body:hover .room:hover{background:#4e9acb;color:#fff}.resident-unit-assignment .hide-chevron{color:transparent}.resident-unit-assignment .room-loading-indicator{text-align:center;margin-bottom:15px;display:inline}.resident-unit-assignment .room-loading-indicator div{display:inline-block;margin-left:calc(50% - 75px);margin-top:8px;font-size:4px;width:1em;height:1em;border-radius:50%;position:absolute;text-indent:-9999em;animation:b 1.1s infinite ease;transform:translateZ(0)}.resident-unit-assignment .dropdown-menu{padding:0;width:700px;box-shadow:0 2px 8px 0 rgba(0,0,0,.4);border-radius:3px;border:1px solid #ccc}.resident-unit-assignment .glyphicon-menu-down{top:3px;margin-left:3px}.resident-unit-assignment .rooms-container{height:210px}.resident-unit-assignment .header{display:block;height:30px;background-color:#e2e2e2;color:#414141}.resident-unit-assignment .header div{padding:6px;display:inline-block}.resident-unit-assignment .header div:first-child{width:111px}.resident-unit-assignment .header div:nth-child(2){width:150px}.resident-unit-assignment .header div:nth-child(3){width:200px}.resident-unit-assignment .header div:last-child{width:182px}.resident-unit-assignment .body{height:178px;font-size:16px;color:#3f3f41}.resident-unit-assignment .body::-webkit-scrollbar{width:8px;background-color:#fff}.resident-unit-assignment .body::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ccc}.resident-unit-assignment .body.display-scrollbar{overflow-y:scroll}.resident-unit-assignment .body .room{cursor:pointer;height:35px}.resident-unit-assignment .body .room.selected{background-color:#4e9acb;color:#fff}.resident-unit-assignment .body .room div{display:inline-block;padding:6px}.resident-unit-assignment .body .room div:first-child{width:111px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resident-unit-assignment .body .room div:nth-child(2){width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resident-unit-assignment .body .room div:nth-child(3){width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resident-unit-assignment .body .room div:last-child{width:182px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ilu-departed-residents-table thead,.ilu-departed-residents-table thead tr{background-color:#595a5c}.ilu-departed-residents-table thead tr th{background-color:#595a5c;border-bottom:none;padding-left:20px;color:#fff}.ilu-departed-residents-table thead tr th.departed-resident-name{width:32%}.ilu-departed-residents-table thead tr th.departed-care-type,.ilu-departed-residents-table thead tr th.departed-date{width:15%}.ilu-departed-residents-table thead tr th.departure{width:30%}.ilu-departed-residents-table thead tr th.settlement{width:20%}.add-person-button{margin-top:20px!important;margin-left:30px!important}.enquiry-name{font-weight:700}.enquiry-name,.view-value-link{font-size:14px}.responsible-unit-cost-left-margin{margin-left:20px}.settled-text{color:green;font-weight:700}.admissionTimeLocal{padding-left:0;padding-right:0}.mark-departed-resident-as-ilu-enquiry .alert{color:#414141}.mark-departed-resident-as-ilu-enquiry .vertical-align{display:flex;align-items:center}.mark-departed-resident-as-ilu-enquiry .btn-secondary{background-color:#414141;color:#fff;margin-left:1em}.ilu-dashboard-column{padding:0}.ilu-dashboard-column .ilu-dashboard-column-count{color:#414141}.ilu-archived-leads{width:1076px;margin:auto}.ilu-archived-leads .page-header{display:flex;justify-content:space-between;align-items:baseline}.ilu-archived-leads .card-container{background:#f5f5f5;border:2px solid #d2d2d2;border-radius:2px;padding:16px;display:flex;flex-wrap:wrap;gap:10px}.ilu-archived-leads .no-records{text-align:center}.ilu-archived-leads .no-records .image{background-image:url(images/emptyIllustration.svg);background-repeat:no-repeat;height:227.47px;width:227.47px;display:inline-block}.ilu-archived-leads .no-records h3{margin:0;padding-top:34px}.ilu-archived-leads .cdk-drag-placeholder{opacity:0}.ilu-more-menu-template{position:relative;width:190px}.ilu-more-menu-template ul{list-style-type:none;padding:0;margin-bottom:0}.ilu-more-menu-template ul li{height:40px;left:0;right:0;top:0;padding-left:16px;padding-top:8px;color:#000;text-decoration:none;width:100%;line-height:24px}.ilu-more-menu-template ul li:hover{background-color:#008381;color:#fff;cursor:pointer}.ilu-lead-card{position:relative;background:#fff;border:1px solid #d2d2d2;border-radius:2px;width:200px;padding:10px}.ilu-lead-card .loading-lead-card{padding:18px 10px}.ilu-lead-card .loading-lead-card .template{background:#d2d2d2;display:inline-block;height:10px;animation:e 2s ease-in-out .5s infinite}@keyframes e{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ilu-lead-card .enquiry-lead-card .card-row{padding-bottom:16px}.ilu-lead-card .enquiry-lead-card .card-row.status-label-row{display:flex;align-items:flex-start;gap:4px;flex-wrap:wrap!important;padding-top:0;padding-bottom:16px}.ilu-lead-card .enquiry-lead-card .heading4{line-height:18px;margin-top:3px}.ilu-lead-card .enquiry-lead-card .prospect{word-wrap:break-word}.ilu-lead-card .enquiry-lead-card .prospect a{cursor:pointer;color:#006ad2;text-decoration:none}.ilu-lead-card .enquiry-lead-card .prospect a:hover{color:#001e82;text-decoration:underline}.ilu-lead-card .enquiry-lead-card .prospect:not(:last-child){margin-bottom:5px}.ilu-lead-card .enquiry-lead-card .icon-accessible-fill{margin-right:4px}.ilu-lead-card .enquiry-lead-card .accessibility-requirement{font-weight:400;font-size:14px;line-height:20px;vertical-align:top}.ilu-lead-card .enquiry-lead-card .more-menu-container{display:flex;justify-content:flex-end}.ilu-lead-card .enquiry-lead-card .more-menu-container .mat-menu-trigger{cursor:pointer}.ilu-lead-card .mute{background:#414141;opacity:.4;position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}.cdk-drag-preview .ilu-lead-card{box-sizing:border-box;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.cdk-drag-preview.ilu-lead-card-drag{list-style-type:none}.ilu-dashboard-column .ilu-lead-card-drag:not(:last-child){margin-bottom:10px}.clinical-integration .table{width:100%;margin-bottom:0}.clinical-integration .table-section .row{margin-left:15px;margin-right:15px}.clinical-integration .facility-info .facility-name{padding-left:0}.clinical-integration .facility-info .integration-status{vertical-align:middle;display:table-cell;height:47px;padding-top:20px;text-align:end}.download-upload-actual-statement .table{width:100%}.download-upload-actual-statement .table-section .row{margin-left:15px;margin-right:15px}.download-upload-actual-statement .facility-info .facility-name{padding-left:0}.download-upload-actual-statement .facility-info .integration-status{vertical-align:middle;display:table-cell;height:47px;padding-top:20px;text-align:end}.top-header{background-color:#074f30;background-color:#b7591a;border-bottom:none;color:#fff}.top-header .telstra-health-icon{background-image:url(../images/telstra-health-logo.png);background-image:url(../images/telstra-health-logo-uat.png);background-size:98px 30px;background-repeat:no-repeat;width:98px;height:30px;margin:11px 11px 4px;display:inline-block;text-decoration:none}.top-header .resident-management-icon{background-image:url(../images/resident-management-logo.png);background-size:147px 14px;background-repeat:no-repeat;width:147px;height:14px;margin:15px 0 16px 11px;display:inline-block;text-decoration:none}.top-header .environment-label{font-size:14px;font-weight:400;width:147px;height:14px;margin-top:15px;margin-bottom:16px;margin-left:20px;display:inline-block;text-decoration:none}.top-header div .environment-label:after{content:"Development";content:"UAT"}.top-header .logged-in-user-info{padding-top:15px}.top-header .logged-in-user-info a{color:#fff;text-decoration:none}.top-header .logged-in-user-info a .selected-user-name{margin-left:3px}.top-header .logged-in-user-info a .selected-user-facility,.top-header .logged-in-user-info a .selected-user-name{color:#fff;display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:18px;margin-bottom:0}.top-header .logged-in-user-info a:hover,.top-header .logged-in-user-info a:hover .selected-user-facility,.top-header .logged-in-user-info a:hover .selected-user-name{color:#ffffffa3}.top-header .logged-in-user-info .dropdown-menu{padding-top:0;padding-bottom:1px;border-radius:3px;border:1px solid #b3cde6;box-shadow:0 2px 6px rgba(0,0,0,.5)}.top-header .logged-in-user-info .dropdown-menu li .user{padding:25px;background-color:#f0f0f0;width:100%}.top-header .logged-in-user-info .dropdown-menu li .user .user-name{color:#3f3f41;font-size:18px;display:block}.top-header .logged-in-user-info .dropdown-menu li .user .user-email{color:#414141;font-size:14px}.top-header .logged-in-user-info .dropdown-menu li .user-facilities-header{background-color:#666;color:#fff;font-size:14px;width:100%;padding:5px 25px;margin-bottom:10px}.top-header .logged-in-user-info .dropdown-menu li .user-facility{font-size:14px;width:100%;padding:5px 25px;background-color:#fff;color:#666}.top-header .logged-in-user-info .dropdown-menu li .user-facility:hover{color:#367cae;background-color:#fff}.top-header .logged-in-user-info .dropdown-menu li .user-facility .selected-facility{background-color:#008381;border-radius:15px;padding:5px 10px;margin-left:-10px;color:#fff}.top-header .logged-in-user-info .dropdown-menu li .user-facility .selected-facility:hover{color:#fff}.top-header .logged-in-user-info .dropdown-menu li .user-links{height:45px;width:calc(100% - 50px);min-width:230px;margin:0 25px;padding-top:12px}.top-header .logged-in-user-info .dropdown-menu li .user-links.user-links-border{margin-top:10px;border-top:1px solid #ccc}.top-header .logged-in-user-info .dropdown-menu li .user-links a{color:#0064d2;padding-top:3px;padding-bottom:1px;position:relative;font-size:12px;height:15px}.top-header .logged-in-user-info .dropdown-menu li .user-links a:hover{color:#367cae;background-color:#fff;text-decoration:underline}.top-header .logged-in-user-info .dropdown-menu li a{padding-top:5px;padding-bottom:5px}.top-header .logged-in-user-info .dropdown-menu li a:hover{background-color:#4e9acb;color:#fff;text-decoration:none}.top-header .split-bar{border-right:1px solid #fff;opacity:.5}.top-header .btn-secondary{background:transparent;border:2px solid #fff}.top-header .btn-secondary:active,.top-header .btn-secondary:hover{background:transparent;color:#fff}.top-header .btn-secondary:focus{color:#fff}.custom-navbar,.navbar{background-color:#074f30;background-color:#b7591a;border-bottom:none;color:#fff}.split-bar{border-right:1px solid #fff;opacity:.5}.navbar-default.navbar{font-size:15px;font-weight:600}.navbar-default{background-color:#fff;border-bottom:1px solid #ccc}.navbar-default .navbar-nav>li>a{color:#737373;font-weight:600}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-text{background-color:#eee;box-shadow:inset 0 -4px 0 0 #008381;color:#111;font-weight:600}.navbar-nav>li>a{padding-left:1.5em;padding-right:1.5em}.navbar-nav>li>.dropdown-menu li>a{padding:.75em 1.5em;font-size:15px}.sub-header,.sub-header-locations{font-weight:600}.dropdown-menu{border:0}.navbar .resident-search{display:inline-block;margin-top:9px}.navbar .resident-search .angucomplete-holder{position:relative;display:inline-block;width:261px}.navbar .resident-search .angucomplete-holder input[type=text]{background:url(../images/magnifying-glass.svg) no-repeat;background-size:auto;background-size:17px 17px;background-position:2% 50%;border:1px solid #ccc;background-color:#fff;color:#737373;font-weight:400;height:28px;padding-left:25px;padding-right:30px}.navbar .resident-search .angucomplete-holder input[type=text]::-webkit-input-placeholder{color:#737373}.navbar .resident-search .angucomplete-holder input[type=text]::-ms-input-placeholder{color:#737373}.navbar .resident-search .angucomplete-holder .angucomplete-dropdown{color:#414141;font-weight:400;background-color:#f3f3f3;position:absolute;z-index:1;width:100%;padding:6px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.navbar .resident-search .angucomplete-holder input[type=text]::-ms-clear{width:0;height:0}.navbar .resident-search .angucomplete-holder i.clear-icon{position:absolute;padding:6px;right:5px;height:10px;width:10px;cursor:pointer;color:#f1f1f2;display:inline-block;top:8px;background:url(../images/clear-search-neutral.png) no-repeat 50%;background-size:10px 10px}.navbar .resident-search .angucomplete-holder i.clear-icon:hover{background:url(../images/clear-search-hover.png) no-repeat 50%;background-size:10px 10px}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper{display:block;padding:5px 6px;cursor:pointer}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper .resident-photo{display:inline-block;padding-right:10px}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper .resident-photo img{height:32px;width:32px}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper .resident-info{display:inline-block;vertical-align:middle}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper .resident-info .resident-name{color:#3f3f41;font-size:14px;text-overflow:ellipsis;width:180px;overflow:hidden;white-space:nowrap}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper .resident-info .resident-additional-info{color:#999;font-size:12px}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper:hover{background-color:#025450}.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper:hover .resident-additional-info,.navbar .resident-search .angucomplete-holder .resident-search-row-wrapper:hover .resident-name{color:#fff}resident-filter-search{float:left;width:100%}resident-filter-search .resident-search{display:inline-block;margin-top:9px;width:100%}resident-filter-search .resident-search tags-input.busy .tags{background:url(../images/spinner.gif) no-repeat calc(100% - 5px) 50%;background-size:25px}resident-filter-search .resident-search tags-input .host{margin-top:0;margin-bottom:0}resident-filter-search .resident-search tags-input .host .tags{border:1px solid #ccc;color:#737373;padding:2px 1px;border-radius:4px;box-shadow:inset 0 1px 1px rgba(102,175,233,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}resident-filter-search .resident-search tags-input .host .tags .input{font-family:inherit;color:#414141;font-size:14px}resident-filter-search .resident-search tags-input .host .tags .tag-list{margin:0;padding:0;list-style-type:none}resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;height:26px;line-height:25px;border:1px solid #b4c6d3;border-radius:4px;background:#dbebf2;font:inherit!important}resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item .tag-template .display-text{display:inline-block;line-height:23px;color:#666}resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item .tag-template .remove-button-wrap{display:inline-block}resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item .tag-template .remove-button-wrap .remove-button{font-size:12px;line-height:0}resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item .tag-template .remove-button-wrap .remove-button:active,resident-filter-search .resident-search tags-input .host .tags .tag-list .tag-item .tag-template .remove-button-wrap .remove-button:hover{text-decoration:none;color:#c13a27}resident-filter-search .resident-search tags-input .autocomplete .suggestion-item{font-size:14px;font:inherit!important}.page-container{position:relative;min-height:100vh}.content-wrap{padding-bottom:175px}.footer{position:absolute;bottom:0;width:100%;height:175px}.footer .container{border-top:1px solid #949494;padding:16px 0 0;margin-top:80px;margin-bottom:48px}.footer .container div{display:inline-block;padding-right:16px}.btn-danger,.btn-default,.btn-info,.btn-secondary,.btn-success{font-weight:600;font-size:14px;text-shadow:none;border-radius:2px}.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.btn-default:active,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-info:focus,.btn-info:hover,.btn-primary:active,.btn-primary:focus,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.btn-success:active,.btn-success:focus,.btn-success:hover,.btn-warning:active,.btn-warning:focus{text-decoration:underline}.btn-info.active,.btn-info:active,.btn-info:active:focus,.btn-info:focus,.btn-info:hover,.btn-primary.active,.btn-primary:active,.btn-primary:active:focus,.btn-primary:focus{color:#fff;background:#025450;border:2px solid #025450}.btn-info.active .badge,.btn-info:active .badge,.btn-info:active:focus .badge,.btn-info:focus .badge,.btn-info:hover .badge,.btn-primary.active .badge,.btn-primary:active .badge,.btn-primary:active:focus .badge,.btn-primary:focus .badge,.btn-primary:hover .badge{color:#000!important;background-color:#fff}.btn-primary{background:#008381;border:2px solid #008381}.btn-secondary{color:#fff;background:#414141;border:2px solid #414141}.btn-secondary:active,.btn-secondary:hover{background:#595a5c;color:#fff}.btn-secondary:focus{color:#fff}.btn-success{color:#fff;border-color:#008a00;background-color:#008a00;background:#008a00}.btn-primary-with-icon{background:#008381;border:2px solid #008381;color:#fff}.btn-info-with-icon{background:#fff;border:2px solid #b3b3b3;color:#414141}.btn-info .badge{color:#fff!important;background-color:#025450}.btn-info-with-icon.active,.btn-info-with-icon:active,.btn-info-with-icon:active:focus,.btn-info-with-icon:focus,.btn-info-with-icon:hover,.btn-primary-with-icon.active,.btn-primary-with-icon:active,.btn-primary-with-icon:active:focus,.btn-primary-with-icon:focus,.btn-primary-with-icon:hover{color:#fff;background:#025450;border:2px solid #025450}.btn-info-with-icon,.btn-primary-with-icon{font-weight:600;font-size:14px;text-shadow:none;border-radius:2px}.btn-info-with-icon:active>i,.btn-info-with-icon:focus>i,.btn-info-with-icon:hover>i,.btn-primary-with-icon:active>i,.btn-primary-with-icon:focus>i,.btn-primary-with-icon:hover>i{text-decoration:none}.btn-info-with-icon:active>span,.btn-info-with-icon:focus>span,.btn-info-with-icon:hover>span,.btn-primary-with-icon:active>span,.btn-primary-with-icon:focus>span,.btn-primary-with-icon:hover>span{text-decoration:underline}.btn-info{color:#fff;background:#414141;border:2px solid #b3b3b3}.btn-warning:active,.btn-warning:focus{color:#414141;border-color:#f0ad4e;background:#f0ad4e}.btn-danger{background:#fff;color:#414141;border:2px solid #d93923}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{color:#fff;background:#d93923;border-color:#d93923}.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,.btn-secondary.disabled,.btn-secondary.disabled.active,.btn-secondary.disabled.focus,.btn-secondary.disabled:active,.btn-secondary.disabled:focus,.btn-secondary.disabled:hover,.btn-secondary[disabled],.btn-secondary[disabled].active,.btn-secondary[disabled].focus,.btn-secondary[disabled]:active,.btn-secondary[disabled]:focus,.btn-secondary[disabled]:hover,.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0f0f0;background:#f0f0f0;border:2px solid #d8d8d8;color:#666;text-decoration:none}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#025450;border-color:#025450}.btn-link,.btn-link:hover{color:#0064d2}.btn-sm{font-size:13px;padding:5px 15px}.btn-default.active,.btn-default:active,.btn-default:active:focus{color:#fff;background:#414141;border:2px solid #414141;text-decoration:none}.btn-default.active,.btn-group-lg .active,.btn.btn-default.btn-lg.active{color:#fff;background-color:#414141;background:#414141;border:#414141;border:2px solid #414141}label.btn.btn-default.active{background:#414141;border:2px solid #414141}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-2px}.btn-default:focus,.btn-default:hover{border:2px solid #414141}.btn.btn-default.form-control.ui-select-toggle:hover{background:inherit;background-color:inherit}.btn-group .btn{border:2px solid #ccc}::ng-deep .dx-datagrid .dx-data-row>td.bullet{padding-top:0;padding-bottom:0}::ng-deep #gridContainer{height:1440px}::ng-deep .options{padding:20px;margin-top:20px;background-color:hsla(0,0%,75%,.15)}::ng-deep .caption{font-size:18px;font-weight:500}::ng-deep .option{margin-top:10px}::ng-deep .option>span{margin-right:10px}::ng-deep .option>.dx-selectbox{display:inline-block;vertical-align:middle}.dx-popup-content{padding:0}.dx-popup-content .validation-message{color:#c9302c;font-weight:600;font-size:smaller}.dx-popup-content .server-validation-message{color:#c9302c;padding:10px;font-weight:600;background-color:#fceef0;border-bottom:3px solid #c9302c}.dx-popup-content .modal-body{background-color:#f7f7f7;padding:30px}.dx-popup-content .form-group{padding:0}.dx-popup-title{padding:15px}.dx-datagrid-content tr td.status-highlight{border:2px solid #c9302c!important}.device-activation .device-activation-table .content-wrap{word-wrap:break-word;white-space:pre-wrap}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#008381}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#008381}label .mat-radio-label-content{color:#414141;font-weight:400}.mat-simple-snackbar,label .mat-radio-label-content{font-family:Source Sans Pro;font-style:normal;font-size:14px}.mat-simple-snackbar{color:#fff;font-weight:600}.mat-checkbox-label{color:#414141;font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:14px}.mat-checkbox .mat-checkbox-inner-container{height:18px;width:18px;margin-right:11px}.mat-checkbox .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:.08}.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#008381}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#008381}.mat-checkbox .mat-ripple-element{background-color:#414141}.mat-checkbox-frame{border-color:#949494;background-color:#fff!important}.mat-checkbox-disabled.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#aaa}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#aaa}.mat-checkbox-disabled .mat-checkbox-label{color:#949494}.mat-button-toggle-group{border-radius:2px!important;border-width:1px;background:#414141}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:1px solid #414141}.mat-button-toggle-checked .mat-button-toggle-label-content{background:#414141;color:#fff}.mat-button-toggle-label-content{color:#414141;font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:14px;line-height:20px!important;padding:6px 23px!important}.mat-tab-group{font-family:inherit}.mat-tooltip{font-weight:400;font-size:14px;color:#000!important;line-height:14px;height:26px;background:#fff;border:1px solid #595959;border-radius:4px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.14));padding-bottom:0!important;font-family:Source Sans Pro!important}.dna-r{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.dna-r .display0{font-weight:600;font-size:120px;line-height:130px;letter-spacing:-1.2px}.dna-r .display1{font-weight:600;font-size:72px;line-height:80px;letter-spacing:-.72px}.dna-r .display2{font-weight:600;font-size:64px;line-height:72px;letter-spacing:-.64px}.dna-r .display3{font-weight:600;font-size:56px;line-height:64px;letter-spacing:-.56px}.dna-r .display4{font-weight:600;font-size:48px;line-height:60px;letter-spacing:-.96px}.dna-r .heading1,.dna-r h1{font-weight:600;font-size:30px;line-height:150%;letter-spacing:.075px}.dna-r .heading2,.dna-r h2{font-weight:600;font-size:24px;line-height:150%;letter-spacing:.048px}.dna-r .heading3,.dna-r h3{font-weight:600;font-size:20px;line-height:150%;letter-spacing:.03px}.dna-r .heading4,.dna-r h4{font-weight:600;font-size:16px;line-height:150%;letter-spacing:.016px}.dna-r .heading5,.dna-r h5{font-weight:600;font-size:14px;line-height:150%;letter-spacing:.07px}.dna-r .text-regular{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.dna-r .text-lead{font-weight:400;font-size:18px;line-height:150%}.dna-r .text-small{font-weight:400;font-size:14px;line-height:20px}.dna-r .text-x-small{font-weight:400;font-size:12px;line-height:16px}.dna-r .text-strikethrough{text-decoration-line:line-through}.dna-r .text-semibold{font-weight:600}.dna-r .text-underline{text-decoration-line:underline}.dna-r .text-label{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.6px}.dna-r input,.dna-r select{background-color:transparent;border:1px solid #aaa;border-radius:2px;padding:2px 4px;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit}.btn{border-radius:2px;box-shadow:none}.btn.btn-small{padding:6px 16px;font-weight:400;font-size:14px;line-height:20px;font-weight:600}.btn.btn-primary{color:#fff;background:#008381;border:2px solid #008381}.btn.btn-primary:hover{background:#025450;border-color:#025450}.btn.btn-secondary{color:#414141;background:#fff;border:2px solid #aaa}.btn.btn-secondary:hover{color:#000;background:#d2d2d2}.btn.btn-warning{color:#414141;background:#fff;border:2px solid #f5a623}.btn.btn-warning:hover{color:#000;background:#f5a623;border-color:#f5a623}.btn.btn-clear{box-shadow:none}.btn.btn-clear.btn-clear-blue{color:#006ad2}.btn.btn-clear.btn-clear-blue .icon{background-color:#006ad2}.btn.btn-clear.btn-clear-blue:hover{color:#001e82;text-decoration:underline}.btn.btn-clear.btn-clear-blue:hover .icon{background-color:#001e82}.btn.btn-clear.btn-clear-turquoise{color:#008381}.btn.btn-clear.btn-clear-turquoise .icon{background-color:#008381}.btn.btn-clear.btn-clear-turquoise:hover{color:#025450;text-decoration:underline}.btn.btn-clear.btn-clear-turquoise:hover .icon{background-color:#025450}.btn .icon{vertical-align:text-bottom;margin-right:8px}.btn.btn-edit{border:2px solid #aaa}.btn.btn-disabled{border:2px solid #d2d2d2;background:#f5f5f5;color:#757575}.icon{width:20px;height:20px;display:inline-block;background-color:#414141;-webkit-mask-size:contain;mask-size:contain}.icon.icon-primary-t1{background-color:#025450}.icon.icon-primary-t2{background-color:#008381}.icon.icon-primary-t2:active{background-color:#013b38}.icon.icon-primary-t3{background-color:#54b8c5}.icon.icon-primary-t4{background-color:#c0e4e3}.icon.icon-primary-t5{background-color:#d6eeed}.icon.icon-primary-t6{background-color:#ebf5f5}.icon.icon-neutral-black{background-color:#000}.icon.icon-neutral-n1{background-color:#414141}.icon.icon-neutral-n2{background-color:#595959}.icon.icon-neutral-n3{background-color:#757575}.icon.icon-neutral-n4{background-color:#949494}.icon.icon-neutral-n5{background-color:#aaa}.icon.icon-neutral-n6{background-color:#d2d2d2}.icon.icon-neutral-n7{background-color:#f5f5f5}.icon.icon-neutral-white{background-color:#fff}.icon.icon-alert-info-i1{background-color:#09f}.icon.icon-alert-info-i2{background-color:#4db8ff}.icon.icon-alert-info-i3{background-color:#80ccff}.icon.icon-alert-info-i4{background-color:#ccebff}.icon.icon-alert-info-i5{background-color:#ebf7ff}.icon.icon-alert-success-s1{background-color:#00ac00}.icon.icon-alert-success-s2{background-color:#4dc54d}.icon.icon-alert-success-s3{background-color:#80d580}.icon.icon-alert-success-s4{background-color:#cec}.icon.icon-alert-success-s5{background-color:#ebf8eb}.icon.icon-alert-warning-w1{background-color:#f5a623}.icon.icon-alert-warning-w2{background-color:#f8c165}.icon.icon-alert-warning-w3{background-color:#fad291}.icon.icon-alert-warning-w4{background-color:#fdedd3}.icon.icon-alert-warning-w5{background-color:#fef8ed}.icon.icon-alert-danger-d1{background-color:#c53535}.icon.icon-alert-danger-d2{background-color:#d67272}.icon.icon-alert-danger-d3{background-color:#ebb8b8}.icon.icon-alert-danger-d4{background-color:#f3d7d7}.icon.icon-alert-danger-d5{background-color:#faefef}.icon.icon-highlight-m1{background-color:#570066}.icon.icon-highlight-m2{background-color:#a0168c}.icon.icon-highlight-m3{background-color:#f092e1}.icon.icon-highlight-m4{background-color:#ffbee0}.icon.icon-highlight-m5{background-color:#ffeff7}.icon.icon-highlight-p1{background-color:#35237f}.icon.icon-highlight-p2{background-color:#5e50bf}.icon.icon-highlight-p3{background-color:#dcdeed}.icon.icon-highlight-p4{background-color:#ebedf5}.icon.icon-highlight-y1{background-color:#b7591a}.icon.icon-highlight-y2{background-color:#ff8c00}.icon.icon-highlight-y3{background-color:#ffd042}.icon.icon-highlight-y4{background-color:#fff3b1}.icon.icon-highlight-o1{background-color:#9e043e}.icon.icon-highlight-o2{background-color:#d93923}.icon.icon-highlight-o3{background-color:#faccb2}.icon.icon-highlight-b1{background-color:#001e82}.icon.icon-highlight-b2{background-color:#006ad2}.icon.icon-highlight-b3{background-color:#ccd2e6}.icon.icon-highlight-g1,.icon.icon-highlight-g2,.icon.icon-highlight-g3{background-color:#074f30}.icon.icon-accessible-fill{-webkit-mask:url(../images/accessible-fill.svg) no-repeat 50% 50%;mask:url(../images/accessible-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-add-outline{-webkit-mask:url(../images/add-outline.svg) no-repeat 50% 50%;mask:url(../images/add-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-delete-fill{height:24px;width:24px;background-color:#757575}.icon.icon-add-circle-fill{-webkit-mask:url(../images/addCircle-fill.svg) no-repeat 50% 50%;mask:url(../images/addCircle-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-cancel-fill{-webkit-mask:url(../images/cancel-fill.svg) no-repeat 50% 50%;mask:url(../images/cancel-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-check-circle-solid{-webkit-mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%;mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-checkbox-fill{-webkit-mask:url(../images/checkbox-fill.svg) no-repeat 50% 50%;mask:url(../images/checkbox-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-checkbox-blank-outline{-webkit-mask:url(../images/checkboxBlank-outline.svg) no-repeat 50% 50%;mask:url(../images/checkboxBlank-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-chevron-left-outline{-webkit-mask:url(../images/chevron-left-outline.svg) no-repeat 50% 50%;mask:url(../images/chevron-left-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-chevron-right-outline{-webkit-mask:url(../images/chevron-right-outline.svg) no-repeat 50% 50%;mask:url(../images/chevron-right-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-close-fill{-webkit-mask:url(../images/close-fill.svg) no-repeat 50% 50%;mask:url(../images/close-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-close-fill.close-modal-icon{width:30px;height:30px;background-color:#949494!important;font-family:Source Sans Pro!important}.icon.icon-danger{-webkit-mask:url(../images/danger.svg) no-repeat 50% 50%;mask:url(../images/danger.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-date-outline{-webkit-mask:url(../images/date-outline.svg) no-repeat 50% 50%;mask:url(../images/date-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-delete-fill{-webkit-mask:url(../images/delete-fill.svg) no-repeat 50% 50%;mask:url(../images/delete-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-done-outline{-webkit-mask:url(../images/done-outline.svg) no-repeat 50% 50%;mask:url(../images/done-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-down-small-fill{-webkit-mask:url(../images/downSmall-fill.svg) no-repeat 50% 50%;mask:url(../images/downSmall-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-empty-illustration{-webkit-mask:url(../images/emptyIllustration.svg) no-repeat 50% 50%;mask:url(../images/emptyIllustration.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-filter-outline{-webkit-mask:url(../images/filter-outline.svg) no-repeat 50% 50%;mask:url(../images/filter-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-history-outline{-webkit-mask:url(../images/history-outline.svg) no-repeat 50% 50%;mask:url(../images/history-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-home-fill{-webkit-mask:url(../images/home-fill.svg) no-repeat 50% 50%;mask:url(../images/home-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-info-fill{-webkit-mask:url(../images/info-fill.svg) no-repeat 50% 50%;mask:url(../images/info-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-kanban-fill{-webkit-mask:url(../images/kanban-fill.svg) no-repeat 50% 50%;mask:url(../images/kanban-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-more-horizontal-outline{-webkit-mask:url(../images/moreHorizontal-outline.svg) no-repeat 50% 50%;mask:url(../images/moreHorizontal-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-radio-button-checked-fill{-webkit-mask:url(../images/radioButtonChecked-fill.svg) no-repeat 50% 50%;mask:url(../images/radioButtonChecked.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-radio-button-unchecked-outline{-webkit-mask:url(../images/radioButtonUnchecked-outline.svg) no-repeat 50% 50%;mask:url(../images/radioButtonUnchecked.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-skeleton-card{-webkit-mask:url(../images/skeletonCard.svg) no-repeat 50% 50%;mask:url(../images/skeletonCard.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-skeleton-heading{-webkit-mask:url(../images/skeletonHeading.svg) no-repeat 50% 50%;mask:url(../images/skeletonHeading.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-time-outline{-webkit-mask:url(../images/time-outline.svg) no-repeat 50% 50%;mask:url(../images/time-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-upward-outline{-webkit-mask:url(../images/upward-outline.svg) no-repeat 50% 50%;mask:url(../images/upward-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-ilu-fill{-webkit-mask:url(../images/ilu-fill.svg) no-repeat 50% 50%;mask:url(../images/ilu-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-chevronLeft-outline-fill{-webkit-mask:url(../images/chevronLeft-outline.svg) no-repeat 50% 50%;mask:url(../images/chevronLeft-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon.icon-chevronRight-outline-fill{-webkit-mask:url(../images/chevronRight-outline.svg) no-repeat 50% 50%;mask:url(../images/chevronRight-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dnar-sanck-bar.mat-snack-bar-container{margin-bottom:18px}.dnar-sanck-bar-success{background-color:#00ac00}.dnar-sanck-bar-success .mat-simple-snackbar span:before{content:"&nbsp;";margin-right:10px;width:20px;height:20px;display:inline-block;background-color:#fff;-webkit-mask-size:contain;mask-size:contain;-webkit-mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%;mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%}.dnar-sanck-bar-failure{background-color:#c53535}.dnar-sanck-bar-failure .mat-simple-snackbar span:before{content:"&nbsp;";margin-right:10px;width:20px;height:20px;display:inline-block;background-color:#fff;-webkit-mask-size:contain;mask-size:contain;-webkit-mask:url(../images/danger.svg) no-repeat 50% 50%;mask:url(../images/danger.svg) no-repeat 50% 50%}.dna-r .table{margin-bottom:0;color:#595959}.dna-r .table>thead>tr>th{padding:18px 16px;font-weight:400;font-size:14px;line-height:20px;font-weight:600}.dna-r .table>thead:first-child>tr:first-child>th{border-top:2px solid #d2d2d2}.dna-r .table>thead:last-child>tr:last-child>th{border-bottom:1px solid #d2d2d2}.dna-r .table>tbody>tr>th{font-weight:600}.dna-r .table>tbody>tr>td,.dna-r .table>tbody>tr>th{border-top:1px solid #d2d2d2;padding:8px 16px}.dna-r .table>tbody>tr .section-header{background-color:#f5f5f5;color:#414141;font-weight:400;font-size:12px;line-height:16px;font-weight:600}.dna-r .table>tbody>tr:last-child>td,.dna-r .table>tbody>tr:last-child>th{border-bottom:2px solid #d2d2d2}.dna-r .table.table-no-headers>tbody>tr:last-child>td{border-bottom:1px solid #d2d2d2}.vertical-tabs:not(mat-tab-group){overflow:visible}.vertical-tabs:not(mat-tab-group) table.tabs{width:100%}.vertical-tabs:not(mat-tab-group) table.tabs tr{cursor:pointer}.vertical-tabs:not(mat-tab-group) table.tabs tr:hover{background-color:#f5f5f5}.vertical-tabs:not(mat-tab-group) table.tabs tr.active{background-color:#008381}.vertical-tabs:not(mat-tab-group) table.tabs tr.active td{color:#fff;font-weight:600}.vertical-tabs:not(mat-tab-group) table.tabs tr>td{padding:16px;height:56px}.vertical-tabs.mat-tab-group{flex-direction:row}.vertical-tabs.mat-tab-group .mat-tab-header{border-bottom:none}.vertical-tabs.mat-tab-group .mat-tab-header .mat-tab-labels{flex-direction:column}.vertical-tabs.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label{width:325px;justify-content:flex-start}.vertical-tabs.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label .mat-tab-label-content{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:16px;line-height:24px;font-weight:600}.vertical-tabs.mat-tab-group .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-label-active{color:#fff;background-color:#008381;opacity:1}.vertical-tabs.mat-tab-group .mat-tab-header .mat-ink-bar{display:none}.vertical-tabs.mat-tab-group .mat-tab-body-wrapper{width:100%}.vertical-tabs.mat-tab-group .vertical-tab{width:100%;border-radius:0 2px 2px 2px;border:1px solid #d2d2d2}.vertical-tabs.mat-tab-group .vertical-tab .panel-body{padding:40px 80px;font-weight:400;font-size:14px;line-height:20px}.dna-r.mat-dialog-title{display:flex;margin:0;padding:0 0 15px}.dna-r.mat-dialog-title .modal-title{flex-grow:1}.dna-r.mat-dialog-title .close-modal{top:-10px}.dna-r.mat-dialog-title .close-modal .mat-button-wrapper{top:-1px;position:relative}.dna-r.mat-dialog-title .close-modal .mat-button-wrapper .icon{height:30px;width:30px;background-color:#949494}.dna-r.mat-dialog-title .close-modal-icon{width:30px;height:30px}.dna-r.mat-dialog-content{padding:32px 32px 48px;background-color:#f5f5f5}.dna-r.mat-dialog-actions{padding:15px;justify-content:flex-end;gap:8px;padding:15px 0}.dna-r.page-header{margin-top:34px;margin-bottom:46px;padding:0}.dna-r.page-header h1{display:inline}.dna-r .divider{color:#d2d2d2}.dna-r .required-field{color:#c53535;padding-right:2px;font-weight:400;font-size:14px;line-height:20px;font-weight:600}.dna-r .required-field:before{content:"* "}.dna-r-paginator{border:solid #d2d2d2;border-width:0 0 2px;display:flex;flex-direction:row;justify-content:space-between;font-weight:400;font-size:12px;line-height:16px;color:#414141;height:40px;padding:0 16px;align-items:center}.dna-r-paginator .paginator-range-label{color:#757575;display:inline-block}.dna-r-paginator .paginator-page-label{display:inline-block}.dna-r-paginator .paginator-page-input,.dna-r-paginator .paginator-page-size-select{font-weight:400;font-size:14px;line-height:20px;margin-right:8px}.dna-r-paginator .paginator-page-input{width:47px}.dna-info-icon{background-color:#4caf50;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:inline-block;background-color:#414141;-webkit-mask:url(../images/info-fill.svg) no-repeat 50% 50%;mask:url(../images/info-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;background-color:#757575;width:16px;height:16px}.dna-info-icon.icon-primary-t1{background-color:#025450}.dna-info-icon.icon-primary-t2{background-color:#008381}.dna-info-icon.icon-primary-t2:active{background-color:#013b38}.dna-info-icon.icon-primary-t3{background-color:#54b8c5}.dna-info-icon.icon-primary-t4{background-color:#c0e4e3}.dna-info-icon.icon-primary-t5{background-color:#d6eeed}.dna-info-icon.icon-primary-t6{background-color:#ebf5f5}.dna-info-icon.icon-neutral-black{background-color:#000}.dna-info-icon.icon-neutral-n1{background-color:#414141}.dna-info-icon.icon-neutral-n2{background-color:#595959}.dna-info-icon.icon-neutral-n3{background-color:#757575}.dna-info-icon.icon-neutral-n4{background-color:#949494}.dna-info-icon.icon-neutral-n5{background-color:#aaa}.dna-info-icon.icon-neutral-n6{background-color:#d2d2d2}.dna-info-icon.icon-neutral-n7{background-color:#f5f5f5}.dna-info-icon.icon-neutral-white{background-color:#fff}.dna-info-icon.icon-alert-info-i1{background-color:#09f}.dna-info-icon.icon-alert-info-i2{background-color:#4db8ff}.dna-info-icon.icon-alert-info-i3{background-color:#80ccff}.dna-info-icon.icon-alert-info-i4{background-color:#ccebff}.dna-info-icon.icon-alert-info-i5{background-color:#ebf7ff}.dna-info-icon.icon-alert-success-s1{background-color:#00ac00}.dna-info-icon.icon-alert-success-s2{background-color:#4dc54d}.dna-info-icon.icon-alert-success-s3{background-color:#80d580}.dna-info-icon.icon-alert-success-s4{background-color:#cec}.dna-info-icon.icon-alert-success-s5{background-color:#ebf8eb}.dna-info-icon.icon-alert-warning-w1{background-color:#f5a623}.dna-info-icon.icon-alert-warning-w2{background-color:#f8c165}.dna-info-icon.icon-alert-warning-w3{background-color:#fad291}.dna-info-icon.icon-alert-warning-w4{background-color:#fdedd3}.dna-info-icon.icon-alert-warning-w5{background-color:#fef8ed}.dna-info-icon.icon-alert-danger-d1{background-color:#c53535}.dna-info-icon.icon-alert-danger-d2{background-color:#d67272}.dna-info-icon.icon-alert-danger-d3{background-color:#ebb8b8}.dna-info-icon.icon-alert-danger-d4{background-color:#f3d7d7}.dna-info-icon.icon-alert-danger-d5{background-color:#faefef}.dna-info-icon.icon-highlight-m1{background-color:#570066}.dna-info-icon.icon-highlight-m2{background-color:#a0168c}.dna-info-icon.icon-highlight-m3{background-color:#f092e1}.dna-info-icon.icon-highlight-m4{background-color:#ffbee0}.dna-info-icon.icon-highlight-m5{background-color:#ffeff7}.dna-info-icon.icon-highlight-p1{background-color:#35237f}.dna-info-icon.icon-highlight-p2{background-color:#5e50bf}.dna-info-icon.icon-highlight-p3{background-color:#dcdeed}.dna-info-icon.icon-highlight-p4{background-color:#ebedf5}.dna-info-icon.icon-highlight-y1{background-color:#b7591a}.dna-info-icon.icon-highlight-y2{background-color:#ff8c00}.dna-info-icon.icon-highlight-y3{background-color:#ffd042}.dna-info-icon.icon-highlight-y4{background-color:#fff3b1}.dna-info-icon.icon-highlight-o1{background-color:#9e043e}.dna-info-icon.icon-highlight-o2{background-color:#d93923}.dna-info-icon.icon-highlight-o3{background-color:#faccb2}.dna-info-icon.icon-highlight-b1{background-color:#001e82}.dna-info-icon.icon-highlight-b2{background-color:#006ad2}.dna-info-icon.icon-highlight-b3{background-color:#ccd2e6}.dna-info-icon.icon-highlight-g1,.dna-info-icon.icon-highlight-g2,.dna-info-icon.icon-highlight-g3{background-color:#074f30}.dna-info-icon.icon-accessible-fill{-webkit-mask:url(../images/accessible-fill.svg) no-repeat 50% 50%;mask:url(../images/accessible-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-add-outline{-webkit-mask:url(../images/add-outline.svg) no-repeat 50% 50%;mask:url(../images/add-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-delete-fill{height:24px;width:24px;background-color:#757575}.dna-info-icon.icon-add-circle-fill{-webkit-mask:url(../images/addCircle-fill.svg) no-repeat 50% 50%;mask:url(../images/addCircle-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-cancel-fill{-webkit-mask:url(../images/cancel-fill.svg) no-repeat 50% 50%;mask:url(../images/cancel-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-check-circle-solid{-webkit-mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%;mask:url(../images/check-circle-solid.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-checkbox-fill{-webkit-mask:url(../images/checkbox-fill.svg) no-repeat 50% 50%;mask:url(../images/checkbox-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-checkbox-blank-outline{-webkit-mask:url(../images/checkboxBlank-outline.svg) no-repeat 50% 50%;mask:url(../images/checkboxBlank-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-chevron-left-outline{-webkit-mask:url(../images/chevron-left-outline.svg) no-repeat 50% 50%;mask:url(../images/chevron-left-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-chevron-right-outline{-webkit-mask:url(../images/chevron-right-outline.svg) no-repeat 50% 50%;mask:url(../images/chevron-right-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-close-fill{-webkit-mask:url(../images/close-fill.svg) no-repeat 50% 50%;mask:url(../images/close-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-close-fill.close-modal-icon{width:30px;height:30px;background-color:#949494!important;font-family:Source Sans Pro!important}.dna-info-icon.icon-danger{-webkit-mask:url(../images/danger.svg) no-repeat 50% 50%;mask:url(../images/danger.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-date-outline{-webkit-mask:url(../images/date-outline.svg) no-repeat 50% 50%;mask:url(../images/date-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-delete-fill{-webkit-mask:url(../images/delete-fill.svg) no-repeat 50% 50%;mask:url(../images/delete-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-done-outline{-webkit-mask:url(../images/done-outline.svg) no-repeat 50% 50%;mask:url(../images/done-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-down-small-fill{-webkit-mask:url(../images/downSmall-fill.svg) no-repeat 50% 50%;mask:url(../images/downSmall-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-empty-illustration{-webkit-mask:url(../images/emptyIllustration.svg) no-repeat 50% 50%;mask:url(../images/emptyIllustration.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-filter-outline{-webkit-mask:url(../images/filter-outline.svg) no-repeat 50% 50%;mask:url(../images/filter-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-history-outline{-webkit-mask:url(../images/history-outline.svg) no-repeat 50% 50%;mask:url(../images/history-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-home-fill{-webkit-mask:url(../images/home-fill.svg) no-repeat 50% 50%;mask:url(../images/home-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-info-fill{-webkit-mask:url(../images/info-fill.svg) no-repeat 50% 50%;mask:url(../images/info-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-kanban-fill{-webkit-mask:url(../images/kanban-fill.svg) no-repeat 50% 50%;mask:url(../images/kanban-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-more-horizontal-outline{-webkit-mask:url(../images/moreHorizontal-outline.svg) no-repeat 50% 50%;mask:url(../images/moreHorizontal-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-radio-button-checked-fill{-webkit-mask:url(../images/radioButtonChecked-fill.svg) no-repeat 50% 50%;mask:url(../images/radioButtonChecked.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-radio-button-unchecked-outline{-webkit-mask:url(../images/radioButtonUnchecked-outline.svg) no-repeat 50% 50%;mask:url(../images/radioButtonUnchecked.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-skeleton-card{-webkit-mask:url(../images/skeletonCard.svg) no-repeat 50% 50%;mask:url(../images/skeletonCard.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-skeleton-heading{-webkit-mask:url(../images/skeletonHeading.svg) no-repeat 50% 50%;mask:url(../images/skeletonHeading.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-time-outline{-webkit-mask:url(../images/time-outline.svg) no-repeat 50% 50%;mask:url(../images/time-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-upward-outline{-webkit-mask:url(../images/upward-outline.svg) no-repeat 50% 50%;mask:url(../images/upward-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-ilu-fill{-webkit-mask:url(../images/ilu-fill.svg) no-repeat 50% 50%;mask:url(../images/ilu-fill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-chevronLeft-outline-fill{-webkit-mask:url(../images/chevronLeft-outline.svg) no-repeat 50% 50%;mask:url(../images/chevronLeft-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.dna-info-icon.icon-chevronRight-outline-fill{-webkit-mask:url(../images/chevronRight-outline.svg) no-repeat 50% 50%;mask:url(../images/chevronRight-outline.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}