@-webkit-keyframes nhsnote-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nhsnote-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.note__link{cursor:pointer}.nhsnote-box{position:fixed;bottom:0;right:0;left:0;top:0;z-index:9999;display:none}.nhsnote-box--loaded .nhsnote-box__background:after{display:none}.nhsnote-box__background{background-color:rgba(0,0,0,.7);position:fixed;bottom:0;right:0;left:0;top:0;z-index:5;cursor:pointer}.nhsnote-box__background:after{content:"";display:block;width:40px;height:40px;border:5px solid #fff;border-radius:50%;border-top-color:transparent;border-right-color:transparent;position:absolute;top:50%;left:50%;box-sizing:border-box;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-animation:nhsnote-spinner .6s infinite linear;animation:nhsnote-spinner .6s infinite linear}.nhsnote-box__inner{position:absolute;z-index:10;left:50%;top:50%;max-height:75vh;overflow:hidden;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);display:none;background-color:#fff;overflow:hidden}.nhsnote-box__content{max-height:calc(75vh - 30px);overflow-y:auto;padding-left:30px;padding-right:30px;padding-bottom:30px;margin-top:30px}.nhsnote-box__close{position:absolute;top:5px;right:5px;color:#000;height:20px;width:20px;background-color:transparent;padding:0;opacity:.4}.nhsnote-box__close:hover{background-color:transparent;opacity:.8}.nhsnote-box__close:after,.nhsnote-box__close:before{content:"";background-color:currentColor;height:1px;width:100%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nhsnote-box__close:before{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.nhsnote__title-number{padding-right:10px}.nhsnote__footer{margin-top:30px}.nhsnote__footer a{text-decoration:none}.nhsnote__debug_title{margin-bottom:10px;font-size:2.5rem;font-weight:700}.nhsnote__debug_hint{font-size:1.5rem}.nhs-notes-checker-list{box-sizing:border-box;margin-top:15px}.nhs-notes-checker-list .nhs-notes-checker-row{padding:20px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-container{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-container .nhs-notes-checker-info-title{font-size:18px;font-weight:700;display:inline;height:32px;vertical-align:middle;line-height:32px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-container .nhs-notes_checker-info-category{font-size:15px;height:28px;vertical-align:middle;line-height:28px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-container .nhs-notes_checker-info-category .category-link{padding-left:40px;font-size:13px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-actions{height:32px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-actions a{margin-left:5px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-actions a:hover{text-decoration:none}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-header .nhs-notes-checker-info-actions a:focus{outline:0;box-shadow:none}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table{padding-top:20px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:14px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .table-col.col-status{font-size:14px;font-weight:700;vertical-align:top;padding:4px;width:100px;text-align:right;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:2px;margin-bottom:2px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .table-col.col-status.valid{color:#fff;background:#93de5a}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .table-col.col-status.invalid{color:#fff;background:#da6259}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col{width:100%;background:#f6f6f2;padding:4px;vertical-align:top;margin-left:2px;margin-bottom:2px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row .detail-title{font-size:15px;vertical-align:top;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row .detail-button{padding-left:8px}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row .detail-button a{min-height:20px;line-height:20px;font-size:11px;padding:0 5px;background:0 0}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row .detail-button a:hover{text-decoration:none;background:#387fb9;color:#fff}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-row .detail-button a:focus{outline:0;box-shadow:none;background:#387fb9;color:#fff}.nhs-notes-checker-list .nhs-notes-checker-row .nhs-notes-checker-info-table .table-row .detail-col .detail-log{display:none;padding:20px;font-size:11px;overflow:hidden;unicode-bidi:embed;font-family:monospace}.nhs-notes-checker-list .nhs-notes-checker-row:nth-child(even){background-color:#fafaf8}
/*# sourceMappingURL=style.min.css.map */
