table .button[disabled]{color:var(--fe-color-text-light);cursor:default;opacity:.5}table .button[disabled]:focus,table .button[disabled]:hover{color:var(--fe-color-text-light);cursor:default;opacity:.5}.Button{--btn-border-color: var(--fe-color-grey-5);--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-blue);background-color:var(--btn-bg-color) !important;background-image:none !important;border-color:var(--btn-border-color) !important;border-radius:4px !important;border-style:solid !important;border-width:1px !important;box-sizing:border-box;color:var(--btn-color);cursor:pointer !important;display:inline-block;font-family:inherit;font-size:.875rem !important;font-weight:var(--fe-font-weight-bold) !important;height:1.875rem !important;line-height:1.75rem !important;margin:0;min-height:1.75rem !important;padding-bottom:0 !important;padding-left:8px !important;padding-right:8px !important;padding-top:0 !important;text-align:center !important;text-decoration:none !important;-webkit-transition:all .2s;transition:all .2s;vertical-align:middle !important;white-space:nowrap}.Button:hover{color:var(--btn-color)}.Button:hover,.Button:active,.Button:focus,.FormElement-uploadSelector input:hover+.Button,.FormElement-uploadSelector input:hover+span>.Button,.FormElement-uploadSelector input:active+.Button,.FormElement-uploadSelector input:active+span>.Button,.FormElement-uploadSelector input:focus+.Button,.FormElement-uploadSelector input:focus+span>.Button{--btn-border-color: var(--btn-color);border-color:var(--btn-border-color) !important}.Button:active,.Button:focus,.FormElement-uploadSelector input:focus+.Button,.FormElement-uploadSelector input:focus+span>.Button{outline:none}.Button:focus,.FormElement-uploadSelector input:focus+.Button,.FormElement-uploadSelector input:focus+span>.Button{--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-blue);--btn-box-shadow-color: var(--fe-color-blue-rgb);--btn-box-shadow-inner: inset 0 0 0 1px rgb(var(--btn-box-shadow-color));--btn-box-shadow-outer: 0 0 2px 3px rgba(var(--btn-box-shadow-color), 0.2);border-color:var(--fe-color-blue) !important;box-shadow:var(--btn-box-shadow-inner),var(--btn-box-shadow-outer) !important}.Button:active,.FormElement-uploadSelector input:active+.Button,.FormElement-uploadSelector input:active+span>.Button{--btn-bg-color: var(--fe-color-blue);--btn-border-color: var(--fe-color-blue);--btn-color: var(--fe-color-white);color:var(--btn-color) !important;box-shadow:none !important}a.Button,span.Button{height:auto !important}.Button--block{display:block !important;width:100% !important}.Button--large{font-size:1rem !important;height:2.5rem !important;line-height:2.375rem !important;min-height:2.375rem !important;padding-left:16px !important;padding-right:16px !important}.Button--small{color:inherit !important;font-size:.75rem !important;font-weight:var(--fe-font-weight-bold) !important;height:1.375rem !important;line-height:1.25rem !important;min-height:1.25rem !important;padding-left:6px !important;padding-right:6px !important}.Button--select,.Button--select:hover{background-image:url(/assets/talaria/components/icons/selectArrow-3fe18e3b8316bd20f03a1b32bc39a2bdda901fce760b51700316f5ccc60e0f91.svg),linear-gradient(var(--fe-color-white), #f0f0f0) !important;background-position:100% 50% !important;background-repeat:no-repeat !important;padding-right:30px !important}.Button--small.Button--select{padding-right:25px !important}.Button--primary{--btn-border-color: var(--fe-color-green-light);--btn-bg-color: var(--fe-color-green-light);--btn-color: var(--fe-color-grey-9);background-color:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important;border-style:solid !important;border-width:1px !important;color:var(--btn-color) !important}.Button--primary:hover{--btn-border-color: var(--fe-color-green);--btn-bg-color: var(--fe-color-green);background-color:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important}.Button--primary:focus{--btn-border-color: var(--fe-color-blue);--btn-bg-color: var(--fe-color-green);--btn-color: var(--fe-color-grey-9);background-color:var(--btn-bg-color) !important;color:var(--btn-color) !important}.Button--primary:active{--btn-border-color: var(--fe-color-green-dark);--btn-bg-color: var(--fe-color-green-dark);--btn-color: var(--fe-color-white);background-color:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important;color:var(--btn-color) !important}.Button--neutral{--btn-color: var(--fe-color-grey-9);color:var(--btn-color) !important}.Button--neutral:focus,.FormElement-uploadSelector input:focus+.Button--neutral,.FormElement-uploadSelector input:focus+span>.Button--neutral{--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-grey-9)}.Button--neutral:active,.FormElement-uploadSelector input:active+.Button--neutral,.FormElement-uploadSelector input:active+span>.Button--neutral{--btn-border-color: var(--fe-color-grey-7);--btn-bg-color: var(--fe-color-grey-7);--btn-color: var(--fe-color-white);border-color:var(--btn-border-color) !important}.Button--neutral.Button--active{--btn-color: var(--fe-color-white);--btn-border-color: var(--fe-color-grey-7);--btn-bg-color: var(--fe-color-grey-7);color:var(--btn-color) !important}.Button--danger,.Button--danger:hover,.Button--danger:focus,.Button--danger:active{--btn-color: var(--fe-color-red);color:var(--btn-color) !important}.Button--danger:focus{--btn-border-color: var(--fe-color-blue);--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-red)}.Button--danger:active{--btn-border-color: var(--fe-color-red);--btn-bg-color: var(--fe-color-red);--btn-color: var(--fe-color-white);background-color:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important;color:var(--btn-color) !important}.Button--transparent{background:none !important;border-color:rgba(0,0,0,0) !important}.Button--transparent:hover,.Button--transparent:active{background:none !important}.Button--transparent:focus{--btn-bg-color: var(--fe-color-blue-lightest);--btn-border-color: var(--fe-color-blue);--btn-color: var(--fe-color-blue);background:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important;color:var(--btn-color) !important}.Button--transparent:active{--btn-border-color: var(--fe-color-grey-5);--btn-color: var(--fe-color-blue);border-color:var(--btn-border-color) !important;color:var(--btn-color) !important;background:rgba(0,0,0,0) !important}.Button[disabled],.Button[disabled]:active,.Button[disabled]:focus,.Button[disabled]:hover,.Button--disabled,.Button--disabled:active,.Button--disabled:focus,.Button--disabled:hover,.FormElementGroup .FormElement-input[disabled]+.Button{--btn-bg-color: var(--fe-color-grey-3);--btn-border-color: var(--fe-color-grey-5);--btn-color: var(--fe-color-text-disabled);background:var(--btn-bg-color) !important;border-color:var(--btn-border-color) !important;box-shadow:none !important;color:var(--btn-color) !important;cursor:default !important}.Icons{background-position:50% 50%;background-repeat:no-repeat;background-size:16px;display:inline-block;line-height:inherit;min-height:16px;text-indent:-9999px;vertical-align:middle;width:16px}.Icon--large{background-size:24px;min-height:24px;width:24px}.Icon-label{display:inline-block;margin-left:.3rem;vertical-align:middle}.Icon--tick-green{background-image:url(/assets/talaria/components/icons/tick-green-2e7e9b90eab97c39501783d1f6932fa8dceaadb41f45af221b3c4639ae2bed5f.svg)}.Icon--cal{background-image:url(/assets/talaria/components/icons/cal-ecb2f5f5c59aab84c061122adbcc6f72d394397eb5cf816561fcbbb075832092.svg)}.Icon--locked{background-image:url(/assets/talaria/components/icons/lock-a662ccde7d538a3d18287abafa58027376e37d5657ea7a67b403ecfc0191deac.svg)}.Icon--chevron{background-image:url(/assets/talaria/components/icons/chevron-91a88665fb5d2c6b0c205d2b9d7487a1543cb3ddb0bc73da81d351101932ea20.svg)}.Icon--search{background-image:asset-data-url(/assets/talaria/components/icons/fe-search-outlined-37ec6c0bd594514ad059e890da0a35f627a6d8a2c376eda3974861a7e1cb67ec.svg)}.Icon--delete{background-image:url(/assets/talaria/components/icons/x-eb31a0668b3dc228718a2b06b9ab0c768942aea7fc763012d9ea61b5584c1588.svg)}.Icon--questionmark{background-image:url(/assets/talaria/components/icons/questionmark-b347128d076b4bc333755f640f915ca65817c9610c90d776f207e797f1571af5.svg)}.Icon--questionmark-red{background-image:url(/assets/talaria/components/icons/questionmark-red-020ab4c77b0a67e6445bab4c61d6238af50bce922c44d6b882c51d0cbd012eb9.svg)}.Icon--eye{background-image:url(/assets/talaria/components/icons/eye-d918c222aad1eae8163eac77290be77f5280a187b98cd2cbf147ef689ecc2e59.svg)}.Icon--head{background-image:url(/assets/talaria/components/icons/head-45742295e1bcc2c17dd742bd2e963004cdf028438bf93203d8c398cd49666ed3.svg)}.Icon--paperclip{background-image:url(/assets/talaria/components/icons/paperclip-11e973a6735a2a0c8be2610020b408c675cbd5123cab5c6fa64e73b3699e51c5.svg)}.Icon--feed{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2215%22%3E%3Cg%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23888%22%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2210%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2212%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3Cpolygon%20fill%3D%22%23888%22%20points%3D%2211.001%2C14%201%2C14%201%2C1%2011.001%2C1%2011.001%2C5%207%2C5%2011.58%2C10%2016%2C5%2012.001%2C5%2012.001%2C0%200%2C0%200%2C15%2012.001%2C15%2012.001%2C11%2011.001%2C11%22%2F%3E%3C%2Fsvg%3E")}.Notice{background-color:var(--fe-color-grey-2);border-radius:2px;clear:both;color:var(--fe-color-text);display:block;font-size:var(--fe-type-scale-3-font-size);padding:12px}.Notice--info{background-color:#e2eef5;color:#006199}.Notice--positive{background-color:#deeed6;color:#2b780d}.Notice--negative{background-color:#ffe1dc;color:#ce0916}.Notice--warning{background-color:#fff1d1;color:#b25000}@keyframes spinner{to{transform:rotate(360deg)}}.Notice--loader{position:relative}.Notice--loader::before{animation:spinner .8s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:var(--fe-color-blue);box-sizing:border-box;content:"";display:inline-block;height:16px;margin:0 4px -3px 0;width:16px}.Notice-heading{color:var(--fe-color-text);font-size:18px;font-weight:var(--fe-font-weight-bold);line-height:var(--fe-type-scale-4-line-height);margin-bottom:8px}.Notice strong,.Notice b{font-weight:var(--fe-font-weight-bold)}.Notice p:last-child{margin-bottom:0}.Notice a{text-decoration:underline}.Pagination{background:rgba(0,0,0,0);border:0;color:#97b6c7;float:left;font-size:1em;font-weight:var(--fe-font-weight-bold);margin:0;margin-left:20px;outline:0;padding:0;text-align:center;vertical-align:baseline}.Pagination>ol{list-style:none}.pagination{line-height:120%;margin:0 auto}.pagination a{cursor:pointer}.pagination a.next_page,.pagination a.previous_page{border:1px solid var(--fe-color-white);font-weight:var(--fe-font-weight-bold)}.pagination .disabled{color:#999;display:block;float:left;padding:3px 8px}.pagination em{background:var(--fe-color-grey-3);display:block;float:left;padding:3px 8px}.pagination .gap{color:#666;display:block;float:left;padding:4px}.pagination a,.pagination em{border:1px solid var(--fe-color-grey-3);font-style:normal;margin-right:2px}.pagination a:hover{background:var(--fe-color-grey-3);border:1px solid #1d7ed3}.pagination a:link,.pagination a:visited{display:block;float:left;padding:3px 8px;text-decoration:none}.paging .counter{float:left}.flexi-header .pagination{color:#97b6c7;float:left;font-size:1em;font-weight:var(--fe-font-weight-bold);margin-left:20px;text-align:center}.flexi-header .pagination *{display:block;float:left;margin:0}.flexi-header .pagination em,.flexi-header .pagination a,.flexi-header .pagination .disabled{font-size:var(--fe-type-scale-2-font-size);line-height:100%}.flexi-header .pagination em{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat 0 0;border-bottom:1px solid #bad0dc;border-left:0;border-right:1px solid #cadbe5;border-top:1px solid #d6e4eb;display:block;padding:6px 9px 6px 9px}.flexi-header .pagination a{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat 0 0;border-bottom:1px solid #bad0dc;border-left:0;border-right:1px solid #cadbe5;border-top:1px solid #d6e4eb;display:block;padding:6px 9px 6px 9px}.flexi-header .pagination a:hover{background:#f4f9fb}.flexi-header .pagination em{background-position:0 -50px;color:#2a99c4;cursor:default}.flexi-header .pagination .gap,.flexi-header .pagination .disabled{color:#97b6c7}.flexi-header .pagination .gap{border:0}.flexi-header .pagination .gap+a{border-left:1px solid #cadbe5}.flexi-header .pagination .gap+a:nth-child(1){border-left:1px solid #cadbe5}.flexi-header .pagination .disabled:active{top:0}.flexi-header .pagination .next_page,.flexi-header .pagination .previous_page{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat 0 0;border:0;padding-bottom:7px;padding-top:7px;width:auto}.flexi-header .pagination .next_page{background-position:right -80px;padding-left:10px;padding-right:16px}.flexi-header .pagination .next_page:hover{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat right -110px}.flexi-header .pagination .disabled.next_page{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat right -140px;cursor:default}.flexi-header .pagination .disabled.next_page:hover{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat right -140px;cursor:default}.flexi-header .pagination .previous_page{background-position:left -80px;padding-left:16px;padding-right:10px}.flexi-header .pagination .previous_page:hover{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat left -110px}.flexi-header .pagination .disabled.previous_page{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat left -140px;cursor:default}.flexi-header .pagination .disabled.previous_page:hover{background:url(/assets/talaria/interface/pagination_flexiheader_sprite-87dff630a8ddffde5cf7e9c4ecb4ac91a3f7f4d15d584d3b95fd846c1a46934d.png) no-repeat left -140px;cursor:default}.flexi-header .pagination .previous_page{border-right:1px solid #cadbe5}.flexi-pager{background:none}.flexi-pager td{border:0 !important;padding:0 !important}.flexi-pager .paging{margin:0}.flexi-pager .flexi-header{border-top:0}form.no_results .flexi-header,.paging.lone .flexi-header,.flexi-pager .paging.lone .flexi-header{border-radius:5px;margin-bottom:1em}tr .detail em{font-style:normal}tr.payment td{border-top:none;padding-top:0}tr.payment td a{font-weight:normal}a[disabled]{color:#919499;cursor:default}a[disabled]:hover{color:#919499}.add_link{color:#69912f;font-weight:var(--fe-font-weight-bold);padding:0 0 2px 0;text-decoration:none}.add_link:hover,.add_link:focus{color:#456719}.add_link.has_icon{background-image:url(/assets/talaria/icons/add_link_bg-99b359ac02a59e7411a2bc1089ed15f22f7a4309f57cb5e945fad605e3c14379.svg);background-position:left .18em;background-repeat:no-repeat;background-size:10px 10px;font-weight:normal;padding-left:14px}a.add{color:#729823}a.add:hover,a.add:focus{color:#49681c;text-decoration:none}.button:active{background:#f1f1f1;border-bottom:1px solid #d4d4d4}.button:active span,.button:hover,.button:focus{outline:0}.button:hover{background:#f6f6f6;text-decoration:none}.button:hover,.button:focus{background:#f6f6f6;text-decoration:none}.button[disabled],.button[disabled]:hover,.button[disabled]:focus{background:var(--fe-color-grey-3);border:1px solid var(--fe-color-grey-5);box-shadow:none;color:var(--fe-color-text-disabled);cursor:default}.button[disabled=disabled]:active{top:0}.button:hover span,.button:focus span{outline:0}.button em{background-repeat:no-repeat;font-style:normal}.button.add,input[type=submit].add,input[type=submit].button.add,.status_menu .button.add span{background:linear-gradient(to bottom, #a7c643 0%, #83ac2e 100%);border-bottom:1px solid #729823;border-left:1px solid #83ac2e;border-radius:3px;border-right:1px solid #83ac2e;border-top:1px solid #a1bf41;color:#374e0b;font-style:normal;font-weight:var(--fe-font-weight-bold);font-size:1.077em;line-height:110%}.button.add:hover,.button.add:focus,.button.add:active,input[type=submit].add:hover,input[type=submit].add:focus,input[type=submit].add:active,input[type=submit].button.add:hover,input[type=submit].button.add:focus,input[type=submit].button.add:active{background:#8fb533;border-top:1px solid #83ac2e;color:#374e0b}.status_menu .button.add:hover span,.status_menu .button.add:focus span,.status_menu .button.add:active span{background:#8fb533;border-top:1px solid #83ac2e;color:#374e0b}.status_menu .button.add:hover,.status_menu .button.add:focus,.status_menu .button.add:active{border-top:0}.button.delete:hover,.button.delete:hover em,.delete.inline{color:var(--fe-color-text-red)}.button.more.error span{color:var(--fe-color-text-red)}.button.inline{font-size:var(--fe-type-scale-2-font-size);padding:5px 8px}h2 .button.inline{font-size:.7em;margin-left:.25em}.button.more em{background-image:url(/assets/talaria/icons/more_icon-59a40bd77f635e4a42b9ad517828bcce9dcb197b36150e4c8b26f307556ad4ce.png);background-position:right top;background-repeat:no-repeat;padding-right:25px}.button.login em{background-position:0 5px}.button.edit em{background-position:0 -23px}.button.email em{background-position:0 -156px}.button.save em{background-position:0 -188px}.button.download em{background-position:0 -817px;padding-left:17px}.button.more em{background-position:0 -220px}.button.more.add em{background-position:right -100px}.status_menu .button.add em,.status_menu .button.more.add em{background:url(/assets/talaria/icons/more_icon-59a40bd77f635e4a42b9ad517828bcce9dcb197b36150e4c8b26f307556ad4ce.png) no-repeat right -97px}#reorder_invoice_items em{background:url(/assets/talaria/icons/icons_sprite-7a7feb9bf01290afa2a9c8bed6a1cbc1db130b59aed5da3220338bbef92e73a8.png) no-repeat 0 -788px}.valign_top{vertical-align:top}.line_item_controls{padding:2px 0 0 0;width:100%}#invoice .line_item_controls .power_actions,#invoice .line_item_controls .faux_power_action{margin-left:0}.line_item_controls .action_title{font-size:var(--fe-type-scale-2-font-size);height:15px;line-height:17px;overflow:hidden;padding-bottom:2px;width:auto}.line_item_controls .action_title:active,.line_item_controls .action_title:focus{outline:0}.line_item_controls .action_title em span{background-position:right 0;padding-bottom:0;padding-right:23px;padding-top:0}.line_item_controls .power_actions .content{border-color:#c6c6c6;max-height:291px;min-width:250px;overflow:auto;top:18px;width:auto}.line_item_controls .power_actions li span{color:var(--fe-color-text-light)}.status_menu{position:relative}.status_menu .button.more.complete:hover span,.status_menu .button.more.complete:focus span,.status_menu .button.more.complete:active span{background:#8fb533;border-top:1px solid #83ac2e;color:#374e0b}.status_menu .button.more.active:hover span,.status_menu .button.more.active:focus span,.status_menu .button.more.active:active span{background:#ffdc55;color:#374e0b}.status_menu .button.more.complete span{background:#83ac2e;border-bottom:1px solid #729823;border-left:1px solid #83ac2e;border-right:1px solid #83ac2e;border-top:1px solid #a1bf41;color:#374e0b}.status_menu .button.more.cancelled span{background:#b9b9b9;border-color:#b2b2b2 #9e9e9e #8a8a8a #9e9e9e;border-style:solid;border-width:1px;color:#444}.status_menu .button.more.cancelled:hover span,.status_menu .button.more.cancelled:focus span,.status_menu .button.more.cancelled:active span{background:#a8a8a8;border:1px solid #9e9e9e}.status_menu .button.more.active em{background-position:right -44px}.status_menu .button.more.rejected{background:#c3c3c3}.status_menu .button.more.rejected:hover span,.status_menu .button.more.rejected:focus span,.status_menu .button.more.rejected:active span{background:#bf3743;border-top:1px solid #ae384b}.status_menu .button.more.rejected span{background:#b02937;border-bottom:1px solid #932235;border-left:1px solid #ae384b;border-right:1px solid #ae384b;border-top:1px solid #c94951;color:#130001}.button.demo{background:var(--fe-color-grey-4)}.status_menu .button{background:#d3d3d3;border:0;display:block;padding:4px !important}.status_menu .button.inactive{background:var(--fe-color-grey-4)}.status_menu .button.inactive span{color:#666}.status_menu .button.more em{background:url(/assets/talaria/icons/status_arrows-41d22ab7d9eb1f1ca15fd4f80b2aab86162727e84c672136a3801d51630ea46b.png) no-repeat right 2px}.status_menu .faux_power_action{background:#d3d3d3;border:0;border-bottom:1px solid #c6c6c6;border-left:1px solid #c6c6c6;border-right:1px solid #c6c6c6;border-top:1px solid #c6c6c6;display:block;font-style:normal;font-weight:var(--fe-font-weight-bold);font-size:1.077em}.status_menu .button:hover span,.status_menu .button:focus span{background:#f6f6f6;outline:0;text-decoration:none}.status_menu .button:active{top:0}.status_menu .button:active span{background:#f1f1f1;border-bottom:1px solid #bcbcbc}.status_menu .button span{background:var(--fe-color-grey-3) url(/assets/talaria/buttons/button_standard_bg-da1aa165d7cabbb70736fb0d5feaa0a01e2a1cf700c5e1d991671cbd2f32f826.png) left bottom repeat-x;border-bottom:1px solid #bbb;border-left:1px solid #c6c6c6;border-right:1px solid #c6c6c6;border-top:1px solid #ccc;cursor:pointer;display:block;font-style:normal;line-height:normal;font-weight:var(--fe-font-weight-bold);font-size:1.077em;overflow:visible;padding:6px 12px 6px 12px;text-align:center;width:auto}.status_menu .button em{background:none;display:block;padding:2px 25px 2px 0;text-align:left}#content .status_menu .button .detail{background:none;border:0;color:var(--fe-color-text-light);display:inline;font-size:.846em;font-weight:normal;padding:0 0 0 8px}.power_actions .content .status span{font-weight:var(--fe-font-weight-bold)}.button.upload em{background-position:0 -489px}.status_menu .faux_power_action.pending{background:#ffe964;color:#655941}.status_menu .faux_power_action.filed{background:#a7c643;border-color:#83ac2e;color:#374e0b}.button.more.complete em{background-position:right -21px}.button.more.complete.locked{cursor:default}.button.more.complete.locked span,.button.more.complete.locked:hover span,.button.more.complete.locked:focus span,.button.more.complete.locked:active span{background:#95b938;border:1px solid #83ac2e;cursor:default}.button.more.complete.locked em{background-position:right -70px}.button.more.rejected em{background-position:right -21px}.button.demo span,.button.demo:hover span,.button.demo:focus span,.button.demo:active span{background:none;border-color:var(--fe-color-grey-4);color:#666}#content .status_menu .button.demo span{background:none;border-color:var(--fe-color-grey-4);color:#666}.button.demo span em{background:none}.button.more.cancelled em{background-position:right -21px}.caret{border-bottom:0 dotted;border-left:.308em solid rgba(0,0,0,0);border-right:.308em solid rgba(0,0,0,0);border-top:.308em solid #666;content:"";display:inline-block;height:0;margin:0 .15em 0 .35em;position:relative;top:0;width:0}.rightarrow{white-space:nowrap}.rightarrow::after{content:" →"}table td.primary:nth-child(2){font-weight:normal;padding-left:0}table .company_flagging{padding:5px 0 5px 6px;vertical-align:middle;width:17px}table .button.login em{background-position:0 4px}table .button.edit em{background-position:0 -24px}table .flag.flagged,table .odd .flag.flagged{background-position:0 -47px}table .button{font-size:var(--fe-type-scale-2-font-size);border-color:#d8d8d8 #c6c6c6 #c6c6c6;border-style:solid;border-width:1px;font-weight:normal;margin-left:2px;padding:4px 5px}table .odd .flag{background-position:0 -24px}table .odd .flag:hover,table .odd .flag:focus{background-position:0 -92px}table .button.more{padding-right:7px}table .button.more span{background-position:right -2px}table .button.more em{background-position:0 -220px}table .flag{background:url(/assets/components/interface/flag_star-98b30df3ad7cedd6fadd90026c7336e9fffa12423de852f044756c33a07d4ec1.png) no-repeat 0 -1px;display:block;height:16px;text-indent:-9999em;width:17px}table .flag:active{outline:0;top:0}table .flag:hover,table .flag:focus{background-position:0 -69px}#content tfoot.total td{font-size:var(--fe-type-scale-3-font-size);color:var(--fe-color-black);font-weight:var(--fe-font-weight-bold)}td.actions{text-align:right}td.actions img{margin-right:5px}table td .note{display:block;margin-bottom:0}#content table.panel_data{margin:5px 0}#content table.panel_data th{background:var(--fe-color-white);padding:0 10px 3px 10px}#company_filter select{width:18em}table tr.total{font-weight:var(--fe-font-weight-bold)}table tr.total td{font-size:1.154em;font-weight:var(--fe-font-weight-bold)}table tr.total td.blank_cell{border-top:0}table tr.total.odd td{background:#f9f9f9}#invoice tfoot #total_tr td{border-bottom:0}#invoice table#invoice-amount tr.hovered td{background-color:#fcfbad;cursor:pointer}#invoice-info #invoice-total,#invoice h1#company-name{display:none}table#invoice-amount tr.moving{cursor:move}table tr.date td.action,table tr.date:hover td.action{background:#fff}table.timeslips-tab tr.date:hover td.action{background:#fff}table tr.date td{background:#eef4f7;border-bottom:1px solid #ccc;border-color:#d6e4eb;border-top:0;border-width:1px 0 1px 1px;color:#515449;padding:0 0 0 10px;padding-top:8px}table tr.date:hover td{background:#eef4f7;border-color:#d6e4eb;border-top:0;border-width:1px 0 1px 1px;color:#515449;padding-top:8px}table tr.blank td{border-top:0}table tr.date td.action{background:#fff}table td.date{white-space:nowrap}table tr td.action,table tr th.action{white-space:nowrap}table tr td.action a{color:#033466;text-decoration:none}table tr td.action a:hover{text-decoration:none}table tr td.action a img{border:0;vertical-align:middle}.total_label{color:var(--fe-color-text-light);font-weight:normal}.num_label{color:var(--fe-color-text-light);font-weight:normal}table td span.note{font-size:var(--fe-type-scale-2-font-size);color:#666;margin-left:.1em}ol#notes{width:100%}ol#notes .note{list-style:none;margin-bottom:1rem;margin-left:0}ol#notes .note_content{font-size:var(--fe-type-scale-3-font-size);line-height:var(--fe-type-scale-3-line-height);overflow-wrap:break-word}ol#notes .note_form{padding:.75rem}ol#notes .note_author{font-size:var(--fe-type-scale-2-font-size)}ol#notes .note_actions{font-size:var(--fe-type-scale-2-font-size);font-weight:var(--fe-font-weight-bold)}ol#notes .note_metadata{align-items:center;display:flex;justify-content:space-between}div.row::after{clear:both;content:".";display:block;height:0;visibility:hidden}div.row{display:block;margin:0 auto;padding:0;position:relative;width:100%}div.col{float:left;margin-right:2%}div.col:last-child,div.col.last{margin-right:0}div.col.third{float:left;width:32%}div.col.quarter{float:left;width:23.5%}div.col p a{margin-left:0}#main{flex:1 0 auto;position:relative}.meta #main{background-image:linear-gradient(to left, var(--fe-color-grey-3) 50%, var(--fe-color-white) 50%)}#contents::after{clear:both;content:"";display:table}body.bcsg #contents{padding-bottom:230px}#content.overflow_visible,#contents.overflow_visible{overflow:visible}body.meta #contents{background:none}body.meta #primary_content_wrapper{margin-right:300px}body.meta #primary_content{float:left;width:100%}body.meta.document #content #primary_content{width:111%}body.document #content #meta .panel_content .grouped .detail{float:none;width:100%}@media only screen and (min-width: 1500px){.search #contents{margin-left:5%;margin-right:5%;max-width:90%}}body.meta #content #meta{clear:none;float:right;width:250px}body.meta.document #content #meta{width:170px}body.meta.document.in_draft #content #meta{width:150px}#meta .panel ul{margin-bottom:1em}body.document #meta .panel.status .detail h3{font-size:.857em}#meta .panel_content .subheading{color:#666;margin-bottom:.5em}body.document #content #meta .total_value p{color:#444;font-size:1.786em;font-weight:var(--fe-font-weight-bold);line-height:100%}body.document #content #meta .total_value p .decimal{font-size:.76em;margin-left:-5px}body.document #content #meta .panel .view_all_invoices{display:block;font-weight:normal}body.document #content #meta .panel li.meta_list_item{list-style:none;margin-left:0}body.document #content #meta .panel li:last-child.meta_list_item{margin-bottom:0}@media only screen and (min-width: 960px){#meta.fixed_meta{position:sticky;right:0;top:20px}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px){body.meta.document #content #primary_content{width:110%}body.meta.document.in_draft #content #meta{width:150px}body.meta.document #content #meta{width:180px}}@media only screen and (min-width: 1010px){body.meta.document #content #primary_content{width:110%}body.meta.document.in_draft #content #meta{margin-left:0;width:150px}body.meta.document #content #meta{margin-left:0}}@media only screen and (min-width: 1050px){body.meta.document #content #primary_content{width:105%}body.meta.document.in_draft #content #meta,body.meta.document #content #meta{width:180px}body.meta.document.in_draft #content #meta .panel.status .detail h3,body.meta.document #content #meta .panel.status .detail h3{font-size:1.154em}}@media only screen and (min-width: 1090px){body.meta.document #content #meta,body.meta.document.in_draft #content #meta{width:220px}}@media only screen and (min-width: 1110px){body.meta.document #content #primary_content{width:97%}body.meta.document #content #meta{width:240px}body.meta.document.in_draft #content #meta{width:240px}}@media only screen and (min-width: 1500px){body.meta.document #content #meta{margin-right:0}}.flexi-header{clear:both;font-weight:normal;letter-spacing:normal;margin:0;min-height:22px;padding:.75em;text-transform:none}.flexi-header *{vertical-align:middle}.flexi-header strong{vertical-align:baseline}.flexi-header .right{float:right}.flexi-header .button.right{margin:0}.flexi-header .date_range{display:inline;float:right;margin:0 .5em 0 0}form.no_results .flexi-header{margin-bottom:1em}.flexi-header.lone{margin-bottom:1em}.flexi-header label{display:inline}.flexi-header select{border-color:#acc5d4 #b8cedb #c3d6e1 #b8cedb;color:#525252;font-size:1em;margin:0 5px 0 0;vertical-align:middle}.flexi-header select.full_name{max-width:16em}.flexi-header form{float:left}.flexi-header form.inline{display:inline;float:none}.flexi-header a{font-weight:var(--fe-font-weight-bold);margin:0 3px 0 0}.flexi-header #report_custom_timeframe{display:none}.flexi-header .date_input{margin-right:6px}.flexi-header #date_filter_button{margin-left:6px}td.num,th.num{text-align:right;white-space:nowrap}.total_label_pullLeft{margin-left:-300px}table td.invoice-status{white-space:nowrap}table td.invoice-status em{font-style:normal;font-weight:var(--fe-font-weight-bold)}.status.draft,table tr.draft .invoice-status{color:var(--fe-color-text-light)}.status.paid,table tr.paid .invoice-status,.status.payment_approved,table tr.payment_approved .invoice-status,.status.scheduled,table tr.scheduled .invoice-status,.status.approved,table tr.approved .invoice-status,#meta .panel.status .panel_data .detail.positive h3,.recurring_invoice_profiles .meta .status.active{color:var(--fe-color-text-green)}.status.due,.status.open{color:var(--fe-color-text-amber)}table tr.open .invoice-status{color:var(--fe-color-text-amber)}#meta .panel.status .panel_data .detail.pending h3,#meta .panel.status .panel_data .detail.warning h3{color:var(--fe-color-text-amber)}.status.overdue,table tr.overdue .invoice-status,.status.rejected,table tr.rejected .invoice-status,.status.overpaid,table tr.overpaid .invoice-status,#meta .panel.status .panel_data .detail.negative h3{color:var(--fe-color-text-red)}.status.written_off,table tr.written_off .invoice-status{color:var(--fe-color-black)}.status.part_written_off,table tr.part_written_off .invoice-status{color:var(--fe-color-text-green)}.status.refunded,table tr.refunded .invoice-status,.status.invoiced,table tr.invoiced .invoice-status{color:var(--fe-color-text-purple)}.flexi-header .status_menu{float:right;margin-bottom:0}.flexi-header .status_menu .button{padding:0}.flexi-header .status_menu .button span{padding:3px 10px}.dataedit,.datadelete,.toolbar_dropdown dt a{font-size:var(--fe-type-scale-2-font-size);background:var(--fe-color-white);border-color:var(--fe-color-grey-5);border-style:solid;border-width:1px;cursor:pointer;display:inline-block;font-weight:var(--fe-font-weight-bold);line-height:130%;margin-left:2px;outline:0;overflow:visible;padding:2px 6px;text-align:center;text-decoration:none !important;text-transform:capitalize;width:auto}.dataedit,.datadelete{color:var(--fe-color-blue)}.dataedit:hover{border-color:var(--fe-color-blue);color:var(--fe-color-blue)}.dataedit:focus{background:var(--fe-color-white);border-color:var(--fe-color-blue);color:var(--fe-color-blue);box-shadow:inset 0 0 0 1px rgb(var(--fe-color-blue-rgb)),0 0 2px 3px rgba(var(--fe-color-blue-rgb), 0.2)}.dataedit:active{background:var(--fe-color-blue);border-color:var(--fe-color-blue);color:var(--fe-color-white);box-shadow:none}.toolbar_dropdown dt a{color:var(--fe-color-blue)}.toolbar_dropdown dt a:hover{border-color:var(--fe-color-blue);color:var(--fe-color-blue)}.toolbar_dropdown dt a:focus{background:var(--fe-color-white);border-color:var(--fe-color-blue);color:var(--fe-color-blue);--btn-box-shadow-color: var(--fe-color-blue-rgb);--btn-box-shadow-inner: inset 0 0 0 1px rgb(var(--btn-box-shadow-color));--btn-box-shadow-outer: 0 0 2px 3px rgba(var(--btn-box-shadow-color), 0.2);box-shadow:var(--btn-box-shadow-inner),var(--btn-box-shadow-outer)}.toolbar_dropdown dt a:active{background:var(--fe-color-blue);border-color:var(--fe-color-blue);color:var(--fe-color-white)}.datadelete{background:url(/assets/talaria/icons/icons_sprite-7a7feb9bf01290afa2a9c8bed6a1cbc1db130b59aed5da3220338bbef92e73a8.png) no-repeat 0 -713px;border:0;color:var(--fe-color-text-red);font-weight:normal;height:14px;margin-left:0;padding:0;text-indent:-9999em;width:11px}.datadelete:hover,.datadelete:focus{background-position:-13px -713px}.datadelete:active{outline:0}.dataedit:active{outline:0}.datadelete{margin-left:2px}.datadelete.spinner{padding:0}.spinner{background:rgba(0,0,0,0) url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat;border:0;padding-bottom:3px;padding-top:3px}.dataedit.spinner,.dataedit.disabled.spinner{background:rgba(0,0,0,0) url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat;border:0;padding-bottom:3px;padding-top:3px}.dataedit.spinner,.datadelete.spinner{background:url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat;text-align:center;text-indent:-9999em}.dataedit.spinner{padding-left:16px}.datadelete.spinner{background:url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat;height:16px;margin-left:0;margin-top:-2px;right:-27px;width:16px}.Table .detail{font-size:var(--fe-type-scale-2-font-size);color:var(--fe-color-text-light)}#invoice{color:var(--fe-color-black)}#invoice-amount .dataedit,#invoice-amount .datadelete{vertical-align:top}#invoice-amount .item_controls{position:absolute;right:4px}@media screen and (max-width: 47.9375em){#invoice-amount .item_controls{left:4px;right:initial}}#invoice-amount .dataedit{font-family:var(--fe-font-stack) !important;font-weight:var(--fe-font-weight-bold) !important;font-size:var(--fe-type-scale-1-font-size) !important;line-height:normal !important;margin-bottom:-2px;margin-left:4px;padding:2px 5px 2px 5px;position:relative;top:-1px}#invoice-amount .datadelete{margin-bottom:-2px;margin-left:3px;position:relative;top:2px}#invoice-amount a.datadelete:active{outline:0}.categories a.datadelete.spinner{background:url(/assets/spinners/ajax-loader-1f1473574071ab3ad2628a67e4484e2eb6911c01c13efba6c7a21bc0f838d999.gif) left center no-repeat}#invoice-amount a.datadelete.spinner,#invoice-amount a.dataedit.spinner{background:url(/assets/spinners/ajax-loader-1f1473574071ab3ad2628a67e4484e2eb6911c01c13efba6c7a21bc0f838d999.gif) left center no-repeat}#price_list_items a.datadelete.spinner,#stock_items a.datadelete.spinner,#add_price_list a.spinner{background:url(/assets/spinners/ajax-loader-1f1473574071ab3ad2628a67e4484e2eb6911c01c13efba6c7a21bc0f838d999.gif) left center no-repeat}#invoice-amount a.dataedit.spinner{background-position:-1px center;padding-left:14px}#invoice-amount a.datadelete.spinner{background-position:left top;height:16px;margin-left:-1px;right:-3px;width:16px}#price_list_items a.datadelete.spinner,#stock_items a.datadelete.spinner,.categories a.datadelete.spinner{height:16px;margin-top:-2px;width:16px}#add_price_list a.spinner{background-position:4px}@keyframes fe-Animation-loadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fe-Animation-bellRinging{0%{transform:rotate(0)}2%{transform:rotate(20deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(24deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(20deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(16deg)}16%{transform:rotate(-14deg)}18%{transform:rotate(12deg)}20%{transform:rotate(-10deg)}22%{transform:rotate(8deg)}24%{transform:rotate(-6deg)}26%{transform:rotate(4deg)}28%{transform:rotate(-2deg)}30%{transform:rotate(0)}}@keyframes fe-Animation-radarPulse{0%{opacity:0;width:0;height:0}66%{opacity:1}100%{opacity:0;width:1.5rem;height:1.5rem}}@keyframes fe-Animation-radarPulseInnerFinal{0%{opacity:0;width:.875rem;height:.875rem}100%{opacity:1;width:.875rem;height:.875rem}}@keyframes fe-Animation-radarPulseOuterFinal{0%{opacity:0;width:1.25rem;height:1.25rem}100%{opacity:1;width:1.25rem;height:1.25rem}}.fe-InlineLoader{align-items:center;color:var(--fe-color-text-light);display:flex}.fe-InlineLoader-icon{animation-duration:2000ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:fe-Animation-loadingSpinner;animation-timing-function:linear;transform-origin:50% 50%;fill:currentColor;margin-right:.25rem}.legacy-CardLayout{margin-left:auto;margin-right:auto;max-width:960px}div.clean_table{border:1px solid #c5c4c1;border-radius:3px;margin:10px;overflow:hidden;padding:0}div.clean_table table{background-color:#fff;background-color:var(--fe-color-white);margin:0;width:100%}div.clean_table table th{background:#fff;background:var(--fe-color-white);border-width:0;color:inherit;padding:9px 10px}div.clean_table table td{border-top:1px solid var(--fe-color-grey-2);padding:9px 10px}tr.detail_view{background-color:#ebeeef;background-color:var(--fe-color-grey-3)}table .tax_return_detail{font-weight:var(--fe-font-weight-bold);text-align:right;width:27em}table td.icon_t,table td.action{background-position:right center;background-repeat:no-repeat;height:16px;width:16px}table td.icon_t{padding:0 0 0 8px}table td.action{padding:0 8px 0 0}.Table-cell--fitToContents{white-space:nowrap;width:16px}.Table-cell--forceContentsToWrap{word-break:break-all;word-break:break-word}.Table th a[id^=sort_by]{color:initial;position:relative}.Table th a[id^=sort_by]:hover{color:#0067af;color:var(--fe-color-blue-dark)}.category a{display:block;padding-right:3em;position:relative}a.asc,a.desc{position:relative}th.num a.asc,th.num a.desc{margin-right:10px}a.asc::after,a.desc::after,.Table .category a::after{color:inherit;content:" ▲";opacity:.8;position:absolute;right:0;transform:scaleY(0.6)}a.asc::after,a.desc::after{right:-1em}a.desc::after,.collapsed .category a::after{content:" ▼";top:1px}.Table{line-height:var(--fe-type-scale-2-line-height);border-collapse:collapse;border-spacing:0;margin:0;margin-bottom:1rem;padding:0;text-align:left;width:100%}.fe-Card-segment .fe-Table-scroller .Table:first-child th,.fe-CardV2-row .fe-Table-scroller .Table:first-child th,.fe-CardV2>.fe-Table-scroller:first-child .Table th,.fe-RadarItem .fe-Table-scroller:first-child .Table th,.fe-DashboardPanel-segment .fe-Table-scroller .Table tr:first-of-type td{border-top:none}.Table td,.Table th{border-color:#ebeeef;border-color:var(--fe-color-grey-3);padding-bottom:.75rem;padding-left:.5rem;padding-right:.5rem;padding-top:.75rem}.Table td:first-of-type,.Table th:first-of-type{padding-left:1rem}@media screen and (min-width: 48em){.fe-Card--medium .Table td:first-of-type,.fe-Card--medium .Table th:first-of-type{padding-left:1.5rem}}.fe-Card--large .Table td:first-of-type,.fe-Card--large .Table th:first-of-type{padding-left:1rem}@media screen and (min-width: 30em){.fe-Card--large .Table td:first-of-type,.fe-Card--large .Table th:first-of-type{padding-left:1.5rem}}@media screen and (min-width: 48em){.fe-Card--large .Table td:first-of-type,.fe-Card--large .Table th:first-of-type{padding-left:2.5rem}}.Table td:last-of-type,.Table th:last-of-type{padding-right:1rem}@media screen and (min-width: 48em){.fe-Card--medium .Table td:last-of-type,.fe-Card--medium .Table th:last-of-type{padding-right:1.5rem}}.fe-Card--large .Table td:last-of-type,.fe-Card--large .Table th:last-of-type{padding-right:1rem}@media screen and (min-width: 30em){.fe-Card--large .Table td:last-of-type,.fe-Card--large .Table th:last-of-type{padding-right:1.5rem}}@media screen and (min-width: 48em){.fe-Card--large .Table td:last-of-type,.fe-Card--large .Table th:last-of-type{padding-right:2.5rem}}.Table--flush td:first-of-type,.Table--flush th:first-of-type{padding-left:0}.fe-Card .Table--flush td:first-of-type,.fe-Card .Table--flush th:first-of-type{padding-left:0}.Table--flush td:last-of-type,.Table--flush th:last-of-type{padding-right:0}.fe-Card .Table--flush td:last-of-type,.fe-Card .Table--flush th:last-of-type{padding-right:0}.Table th,.Table .Table-row--header td{border-top:1px solid #d8dde0;border-top:1px solid var(--fe-color-grey-3);font-weight:var(--fe-font-weight-bold)}.Table th{white-space:nowrap}.Table td{border-top-style:solid;border-top-width:1px}.Table thead+tbody tr:first-of-type td,.Table tfoot+tbody tr:first-of-type td,.Table .Table-row--header+tr td{border-top-color:#d8dde0;border-top-color:var(--fe-color-grey-3)}.Table .Table-row--parentHeader th{background-color:#f8f9fa;background-color:var(--fe-color-grey-1);font-weight:normal}.Table .Table-row--bold{font-weight:600 !important}.Table .Table-row--alignMiddle td,.Table .Table-row--alignMiddle img{vertical-align:middle !important}.Table .Table-row--parent{background-color:#f5f6f7;background-color:var(--fe-color-grey-2);font-weight:var(--fe-font-weight-bold)}.Table .Table-row--large>td{font-size:var(--fe-type-scale-4-font-size)}.Table-row--disabled{opacity:.25}.Table--text-align--center td,.Table--text-align--center th,.Table .Table-row--text-align--center td,.Table .Table-row--text-align--center th{text-align:center}.Table--text-align--left td,.Table--text-align--left th,.Table .Table-row--text-align--left td,.Table .Table-row--text-align--left th{text-align:left}.Table--text-align--right td,.Table--text-align--right th,.Table .Table-row--text-align--right td,.Table .Table-row--text-align--right th{text-align:right}.Table--verticalBorders td,.Table--verticalBorders th,.Table .Table-row--verticalBorders td,.Table .Table-row--verticalBorders th,.Table .Table-cell--verticalBorders{border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px}.Table .Table-cell--verticalBorder--left{border-left-style:solid;border-left-width:1px}.Table .Table-cell--verticalBorder--right{border-right-style:solid;border-right-width:1px}.Table--verticalBorders tr td:first-child,.Table--verticalBorders tr th:first-child,.Table .Table-row--verticalBorders td:first-child,.Table .Table-row--verticalBorders th:first-child{border-left:0}.Table--verticalBorders tr td:last-child,.Table--verticalBorders tr th:last-child,.Table .Table-row--verticalBorders td:last-child,.Table .Table-row--verticalBorders th:last-child{border-right:0}.Table--zebraStripes tbody tr:nth-child(even){background-color:rgba(200,200,200,.14)}.Table--zebraStripes--odd tbody tr:nth-child(odd){background-color:rgba(200,200,200,.14)}.Table--borderless td{border-top:0;padding-bottom:.25rem;padding-top:.25rem}td .Table--borderless{margin:0}.Table-row--borderless td{border:none}.Table .Table-cell--borderless{border:none}.Table .Table-cell--logo-cell{width:24px}.Table a:not(.fe-ActionList-item):not(.fe-ButtonMenu-menuItem){font-weight:var(--fe-font-weight-bold)}.Table .Table-cell--actions{padding-bottom:0;padding-top:calc(0.75rem - 1px);white-space:nowrap;width:16px}.Table .Table-cell--actions .fe-Button{font-weight:var(--fe-font-weight-bold)}.Table .Table-cell--actions form{display:inline}td.Table-cell--noDataMessage{color:#5e6e78;color:var(--fe-color-text-light);padding-bottom:40px;padding-top:56px;text-align:center}.Table--plain th{background-color:rgba(0,0,0,0);border-bottom-color:#ebeeef;border-bottom-color:var(--fe-color-grey-3);border-bottom-style:solid;border-bottom-width:1px}.Table--wrappingHeader th{max-width:5rem;white-space:normal;vertical-align:bottom}.Table-cell--actions .fe-ButtonMenu{margin-top:-0.25rem}td.Table--remove-top-border{border-top-width:0}tr.Table--pad-bottom td{padding-bottom:40px}tr.Table--pad-top td{padding-top:20px}td.Table--totals-box-left{border-left:2px solid #7b8a93;border-top:2px solid #7b8a93;border-bottom:2px solid #7b8a93;border-left:2px solid var(--fe-color-grey-6);border-top:2px solid var(--fe-color-grey-6);border-bottom:2px solid var(--fe-color-grey-6)}td.Table--totals-box-middle{border-top:2px solid #7b8a93;border-bottom:2px solid #7b8a93;border-top:2px solid var(--fe-color-grey-6);border-bottom:2px solid var(--fe-color-grey-6)}td.Table--totals-box-right{border-right:2px solid #7b8a93;border-top:2px solid #7b8a93;border-bottom:2px solid #7b8a93;border-right:2px solid var(--fe-color-grey-6);border-top:2px solid var(--fe-color-grey-6);border-bottom:2px solid var(--fe-color-grey-6)}td.Table--totals-box-spacer{border:0}td.Table--totals-box{border:2px solid #7b8a93;border:2px solid var(--fe-color-grey-6)}#itemstate{background:#ccc;background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) 0 0 no-repeat;height:38px;line-height:1;margin:0 auto 15px auto;overflow:hidden;width:732px}#itemstate li{float:left;margin:0}#itemstate li em{font-style:normal;line-height:140%}#itemstate li span{line-height:140%}#itemstate strong{color:var(--fe-color-black)}#invoice_stats{font-size:.769em;font-weight:normal}#invoice-actions{margin:10px 0 0 0;text-align:left}#itemstate img{border:0}#invoice-actions img{border:0;float:none}#itemstate .leftbord span,#itemstate .current.leftbord span{background:none;border-left:1px solid #fbfbfb;height:27px;padding-right:15px;padding-top:8px}#itemstate #rejected_link.nolink.leftbord span{padding-top:7px}#itemstate .current.leftbord span{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) 0 -209px no-repeat;border-left:0;height:37px;padding-left:15px;padding-right:0;padding-top:0}#itemstate li#active_link.active{background:none}#itemstate li.current.paid{color:var(--fe-color-text-green);padding-right:0}#itemstate li.current.complete{padding-right:0}#itemstate li.current.active{padding-right:0}#itemstate li.current.active span{padding-top:9px}#itemstate li.current.sent em,#itemstate li.current.active em{padding-top:0}#itemstate li.nolink.current.active em{padding-top:8px}#itemstate li.current.sent,#itemstate li.current.paid,#itemstate li.current.complete,#itemstate li.current.active{margin-left:-12px}#itemstate li.current.paid span,#itemstate li.current.complete span,#itemstate li.current.active span{padding-left:22px}#itemstate li.current.paid span,#itemstate li.current.complete span,#itemstate li.current.active span{padding-left:24px;padding-right:0;padding-top:0}#itemstate li.current.sent span{padding-right:0}#itemstate li.current.paid,#itemstate li.current.complete{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.75)}#itemstate #approved_link.current{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.75)}#itemstate li.current{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) right -76px no-repeat;height:37px;padding-left:0;padding-right:22px;padding-top:0}#itemstate li.current span{background:url(/assets/talaria/section/status_bar_arrows-7158bdb9a0a55696e2e9739fd996a44c38d95db0da5aea16447bcaff271ed733.png) left -37px no-repeat;display:block;height:37px;padding-left:22px}#itemstate li#active_link.sent span,#itemstate li.active span{background:url(/assets/talaria/section/status_bar_arrows-7158bdb9a0a55696e2e9739fd996a44c38d95db0da5aea16447bcaff271ed733.png) left -37px no-repeat;display:block;height:37px;padding-left:22px}#itemstate li.current em{display:block;font-weight:var(--fe-font-weight-bold);padding-top:9px}#itemstate li.nolink{cursor:default;height:37px;padding-left:0;padding-top:0}#itemstate li.nolink.complete{height:37px;padding:0}#itemstate li span{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) right -120px no-repeat;display:block;height:29px;padding:8px 22px 0 12px}#itemstate #convert_to_invoice.current.link{margin-left:-10px;padding-right:10px}#itemstate #convert_to_invoice.current.link a{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) 0 -252px no-repeat}#itemstate li:first-child span{padding-left:15px}#itemstate li.link span{cursor:pointer}#itemstate .draft span{padding-left:15px}#itemstate li a{display:block;float:left;font-weight:var(--fe-font-weight-bold);outline:0}#itemstate li a:hover{text-decoration:underline}#itemstate #write_off,#itemstate #re_open,#itemstate #expired,#itemstate #rejected_link{float:right}#itemstate li a:active{top:0}#itemstate li a:link,#itemstate li a:visited{text-decoration:none}#itemstate li.link a:active span,#itemstate li.link.leftbord a:active span{height:28px;padding-top:9px}#itemstate li#re_open a:active span{height:26px}#itemstate li#draft.current{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) 0 -38px no-repeat;height:37px;padding:0}#itemstate li#draft.current em{background:url(/assets/talaria/section/status_bar_arrows-7158bdb9a0a55696e2e9739fd996a44c38d95db0da5aea16447bcaff271ed733.png) right 0 no-repeat;display:block;height:28px;padding:9px 22px 0 15px}#itemstate li#draft a:active span{background:none}#itemstate .leftbord{border-left:1px solid #d5d5d5;border-right:0}#itemstate li.current.paid,#itemstate li.current.complete{color:var(--fe-color-text-green)}#itemstate li#approved_link.current.sent em{color:var(--fe-color-text-green)}#itemstate li.current.paid span,#itemstate li.current.complete span,#itemstate li.current.active span{border-right:1px solid #d0d0d0;padding-right:19px}#itemstate li.current.paid,#itemstate li.current.complete,#itemstate li.current.active{background-position:right -209px;box-shadow:inset -2px 0 2px rgba(var(--fe-color-black-rgb), 0.08)}#itemstate li.paid span>span.paid{padding:0}#itemstate .manual_payment span{background:none}#itemstate .leftbord,#itemstate #write_off{margin-top:1px}#itemstate .leftbord.current,#itemstate #write_off.current{margin-top:0}#itemstate .nolink.leftbord{height:35px}#itemstate .nolink.leftbord.current{height:37px}#itemstate .current.leftbord{background:url(/assets/talaria/section/status_bar_sprite-2c9db685029da2dba099ab53632b65863bc96e5adf3512838aabd9bcaa6b153f.png) right -209px no-repeat;padding-right:17px}#itemstate #write_off.current.leftbord,#itemstate #expired.current.leftbord{background-position:right -167px;border-left:0}#itemstate #rejected_link.current.leftbord{background-position:right -167px;border-left:0}#itemstate #rejected_link.current.leftbord span{box-shadow:inset 1px 0 2px rgba(var(--fe-color-black-rgb), 0.08);padding-right:0}#itemstate #rejected_link.current.leftbord em{padding-top:2px}#itemstate #write_off.current.leftbord{color:#333}#itemstate #write_off.current.leftbord span{border-left:1px solid #ccc}#itemstate li#convert_to_invoice span{background:none;padding-right:12px}#itemstate li#rejected_link span{background:none;padding-right:12px}#itemstate li#rejected_link .nolink span{padding-right:0}#itemstate li#rejected_link.current{color:var(--fe-color-text-red)}#itemstate li#active_link span{background:none}#itemstate_wrapper{max-width:46.25rem;margin:0 auto 1rem auto}.fe-StructuredList,.fe-StructuredList-item,.fe-StructuredList-section,.fe-StructuredList-key,.fe-StructuredList-value{box-sizing:border-box}.fe-StructuredList-item{background:var(--fe-color-white);border-radius:2px;box-shadow:var(--fe-box-shadow-1);max-width:initial;margin-top:0;margin-bottom:0;border:1px solid var(--fe-color-grey-3)}.fe-StructuredList-item--bespoke{padding:.75rem 1rem}.fe-StructuredList-item+.fe-StructuredList-item{margin-top:1rem}.fe-StructuredList-section a{font-weight:var(--fe-font-weight-bold)}.fe-StructuredList-section+.fe-StructuredList-section{margin-top:.75rem}.fe-StructuredList--footer>.fe-StructuredList-section{padding:1rem}.fe-StructuredList--footer .fe-StructuredList-section+.fe-StructuredList-section{margin-top:0}.fe-StructuredList-section--identifier,.fe-StructuredList-section--actions{padding-top:.75rem;padding-bottom:.75rem}.fe-StructuredList-section--identifier{border-bottom:1px solid var(--fe-color-grey-3)}.fe-StructuredList-section--actions{border-top:1px solid var(--fe-color-grey-3);text-align:right}.fe-StructuredList-key{color:var(--fe-color-text-light);font-weight:var(--fe-font-weight-normal);padding-left:1rem;padding-right:1rem}.fe-StructuredList-key>a{color:var(--fe-color-text)}.fe-StructuredList-key>a:hover{color:var(--fe-color-blue)}.fe-StructuredList-section--identifier .fe-StructuredList-key,.fe-StructuredList-section--actions .fe-StructuredList-key{display:none}.fe-StructuredList-section--actions .fe-StructuredList-key{text-align:right}.fe-StructuredList-sortingControl{display:none}.fe-StructuredList-value{font-size:var(--fe-type-scale-3-font-size);margin-bottom:0;padding-left:1rem;padding-right:1rem;overflow-wrap:break-word}.fe-StructuredList-section--identifier .fe-StructuredList-value{font-size:var(--fe-type-scale-4-font-size)}.fe-StructuredList-section--totalsPair{text-align:right}.fe-StructuredList-totalKey,.fe-StructuredList-totalValue{font-size:var(--fe-type-scale-3-font-size);line-height:var(--fe-type-scale-2-line-height);margin:0;padding:.5rem 1rem}.fe-StructuredList-totalKey{font-weight:var(--fe-font-weight-normal)}@media screen and (min-width: 30em){.fe-StructuredList-item{display:grid;grid-template-columns:repeat(auto-fit, minmax(20ch, 1fr))}.fe-StructuredList--footer{display:block}.fe-StructuredList-section--identifier,.fe-StructuredList-section--actions{grid-column:1/-1}}@media screen and (min-width: 60em){.fe-StructuredList{--fe-l-structured-list-num-cols: auto;display:grid;grid-template-columns:repeat(var(--fe-l-structured-list-num-cols, auto), minmax(max-content, 1fr))}.fe-StructuredList-item{display:contents;border:none;border-radius:unset;box-shadow:none}.fe-StructuredList-item+.fe-StructuredList-item{margin-top:0}.fe-StructuredList-item--bespoke{border-bottom:1px solid var(--fe-color-grey-3);display:block;grid-column-end:-1;grid-column-start:1}.fe-StructuredList-section{border-bottom:1px solid var(--fe-color-grey-3)}.fe-StructuredList-section+.fe-StructuredList-section{margin-top:0}.fe-StructuredList-item--placeholder .fe-StructuredList-section,.fe-StructuredList-item:last-child .fe-StructuredList-section{border-bottom:none}.fe-StructuredList--empty .fe-StructuredList-section:not(.fe-StructuredList-section--identifier){text-align:right}.fe-StructuredList-section--identifier{grid-column:unset;border-bottom-color:var(--fe-color-grey-3);text-align:left}.fe-StructuredList-section--identifier,.fe-StructuredList-section--actions{padding-top:0;padding-bottom:0;grid-column:unset;text-align:left}.fe-StructuredList-section--actions{border-top:none}.fe-StructuredList-key,.fe-StructuredList-value{line-height:1.125rem;padding-top:.75rem;padding-bottom:.75rem}.fe-StructuredList-key{font-weight:var(--fe-font-weight-bold);color:var(--fe-color-text);border-bottom:1px solid var(--fe-color-grey-3);white-space:nowrap}.fe-StructuredList-section--identifier .fe-StructuredList-key,.fe-StructuredList-section--actions .fe-StructuredList-key{display:block}.fe-StructuredList-item+.fe-StructuredList-item .fe-StructuredList-key{border:0;clip:rect(0, 0, 0, 0);height:1px;margin-bottom:-1px;margin-right:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fe-StructuredList-section--identifier .fe-StructuredList-value{font-size:var(--fe-type-scale-3-font-size)}.fe-StructuredList-section--actions .fe-StructuredList-value{padding-top:.625rem;padding-bottom:.625rem}.fe-StructuredList-item--placeholder .fe-StructuredList-value{padding-top:0;padding-bottom:0}.fe-StructuredList-keyText{display:none}.fe-StructuredList-sortingControl{display:block;max-height:1.125rem}.fe-StructuredList-number{text-align:right;white-space:nowrap}.fe-StructuredList-key--actions{padding-top:1.3125rem;padding-bottom:1.3125rem}.fe-StructuredList-actionsKeyText{border:0;clip:rect(0, 0, 0, 0);height:1px;margin-bottom:-1px;margin-right:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fe-StructuredList-section--totalsPair{display:contents}.fe-StructuredList-totalKey{grid-column-start:-3}.fe-StructuredList--withActions .fe-StructuredList-totalKey{grid-column-start:-4}.fe-StructuredList-section--totalsPair:first-of-type .fe-StructuredList-totalKey{padding-top:.75rem}.fe-StructuredList-section--totalsPair:first-of-type .fe-StructuredList-totalValue{padding-top:.75rem}}@media screen and (min-width: 68.75em){.fe-StructuredList{--fe-l-structured-list-wide-config: repeat(var(--fe-l-structured-list-num-cols, auto), minmax(max-content, 1fr));grid-template-columns:var(--fe-l-structured-list-wide-config, auto)}}.fwa-recipe-mcb-structured-list a:not([class]){font-weight:var(--fe-font-weight-normal)}@media screen and (min-width: 60em){.fwa-recipe-mcb-structured-list .fe-StructuredList--empty{--fe-l-structured-list-num-cols-minus-first: var(--fe-l-structured-list-num-cols) - 1;grid-template-columns:minmax(max-content, 1fr) repeat(calc(var(--fe-l-structured-list-num-cols-minus-first)), auto)}}@media screen and (max-width: 59.9375em){.fwa-recipe-mcb-structured-list .fe-StructuredList-item{box-shadow:none}}@media screen and (max-width: 59.9375em){.fwa-recipe-mcb-structured-list .fe-StructuredList-item:last-child{display:initial;border:none}}@media screen and (min-width: 60em){.fwa-recipe-mcb-structured-list .fe-StructuredList-section--identifier>*,.fwa-recipe-mcb-structured-list .fe-StructuredList-item--bespoke{padding-left:0}}@media screen and (max-width: 59.9375em){.fwa-recipe-mcb-structured-list .fe-StructuredList-item--bespoke{border:none}}@media screen and (min-width: 60em){.fwa-recipe-mcb-structured-list .fe-StructuredList-section:last-of-type .fe-StructuredList-key,.fwa-recipe-mcb-structured-list .fe-StructuredList-section:last-of-type .fe-StructuredList-value,.fwa-recipe-mcb-structured-list .fe-StructuredList--empty .fe-StructuredList-totalValue{padding-right:0}}#opening_balances_import_form table th .fe-Tooltip-content{white-space:initial}#opening_balances_import_form table tfoot td{padding:1.5rem .75rem .75rem .75rem;border-top:0}#opening_balances_import_form table tfoot td.difference{border-top:1px solid var(--fe-color-grey-3)}#opening_balances_import_form table tfoot td.difference span{color:var(--fe-color-text-red)}#opening_balances_import_form table tfoot td.difference span.zero{color:var(--fe-color-text-green)}#opening_balances_import_form table tfoot tr:first-child td{border-top:1px solid var(--fe-color-grey-3)}#opening_balances_import_form table tfoot tr:last-child td{padding-bottom:0}.readOnly a.button,.readOnly a.add,.readOnly a.addb,.readOnly a.edit,.readOnly a.delete,.readOnly a.title_button,.readOnly a.fe-Button,.readOnly a.fe-ButtonDS,.readOnly a.dataedit,.readOnly a.datadelete{visibility:hidden}.readOnly a.allowed_for_readonly.button,.readOnly a.allowed_for_readonly.add,.readOnly a.allowed_for_readonly.addb,.readOnly a.allowed_for_readonly.edit,.readOnly a.allowed_for_readonly.delete,.readOnly a.allowed_for_readonly.title_button,.readOnly a.allowed_for_readonly.fe-Button,.readOnly a.allowed_for_readonly.fe-ButtonDS,.readOnly a.allowed_for_readonly.dataedit,.readOnly a.allowed_for_readonly.datadelete{visibility:visible}.fe-Billboard{align-items:center;background:var(--fe-color-blue);color:var(--fe-color-white);display:flex;min-height:110px}@media print{.fe-Billboard{color:var(--fe-color-text)}}.fe-Billboard--amberLight{background:var(--fe-color-amber-lighter);color:var(--fe-color-text)}.fe-Billboard--hmrcGreen{background:var(--fe-color-hmrc-green)}.fe-Billboard-textHolder{flex:1 1 auto;padding:1.5rem}@media(min-width: 960px){.fe-Billboard-textHolder{width:500px}}@media screen and (min-width: 30em){.fe-Billboard-textHolder{padding-bottom:0;padding-left:2.5rem;padding-right:2.5rem;padding-top:0}}.fe-Billboard-header{color:currentColor;margin:0}.fe-Billboard-assetHolder{display:none}@media all and (min-width: 30em){.fe-Billboard-assetHolder{align-self:flex-end;display:block;flex:0 0 220px}}.fe-Billboard-asset{align-self:flex-end;display:block;width:100%}.fe-Button{--btn-border-color: var(--fe-color-grey-5);--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-blue);font-size:var(--fe-type-scale-3-font-size);align-items:center;background-color:var(--btn-bg-color);border-radius:4px;border-width:1px;border-style:solid;border-color:var(--btn-border-color);box-sizing:border-box;color:var(--btn-color);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:var(--fe-font-stack);-webkit-font-smoothing:antialiased;font-weight:var(--fe-font-weight-bold);height:1.875rem;justify-content:center;line-height:1.75rem;min-height:1.75rem;padding-bottom:0;padding-left:.5rem;padding-right:.5rem;padding-top:0;position:relative;text-align:center;text-decoration:none;transition:all .2s;vertical-align:top;white-space:nowrap}.fe-Button:hover{--btn-border-color: var(--btn-color);color:var(--btn-color)}.fe-Button:focus,.fe-Button:active,.fe-Button[aria-expanded=true]{outline:none}.fe-Button:focus{--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-blue);--btn-box-shadow-color: var(--fe-color-blue-rgb);--btn-box-shadow-inner: inset 0 0 0 1px rgb(var(--btn-box-shadow-color));--btn-box-shadow-outer: 0 0 2px 3px rgba(var(--btn-box-shadow-color), 0.2);border-color:var(--fe-color-blue);box-shadow:var(--btn-box-shadow-inner),var(--btn-box-shadow-outer)}.fe-Button:active,.fe-Button[aria-expanded=true]{--btn-bg-color: var(--fe-color-blue);--btn-border-color: var(--fe-color-blue);--btn-color: var(--fe-color-white);border-color:var(--btn-border-color);box-shadow:none}.fe-Button-content{align-items:center;display:flex;justify-content:center}.fe-Button--primary{--btn-border-color: var(--fe-color-green-light);--btn-bg-color: var(--fe-color-green-light);--btn-color: var(--fe-color-grey-9)}.fe-Button--primary:hover{--btn-border-color: var(--fe-color-green);--btn-bg-color: var(--fe-color-green)}.fe-Button--primary:focus,.fe-Button--primary[aria-expanded=true]{--btn-bg-color: var(--fe-color-green);--btn-color: var(--fe-color-grey-9)}.fe-Button--primary:active,.fe-Button--primary[aria-expanded=true]{--btn-border-color: var(--fe-color-green-dark);--btn-bg-color: var(--fe-color-green-dark);--btn-color: var(--fe-color-white)}.fe-Button--destructive{--btn-color: var(--fe-color-red)}.fe-Button--destructive:focus{--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-red)}.fe-Button--destructive:active{--btn-border-color: var(--fe-color-red);--btn-bg-color: var(--fe-color-red);--btn-color: var(--fe-color-white)}.fe-Button--neutral{--btn-color: var(--fe-color-grey-9)}.fe-Button--neutral:focus{--btn-bg-color: var(--fe-color-white);--btn-color: var(--fe-color-grey-9)}.fe-Button--neutral:active,.fe-Button--neutral[aria-expanded=true]{--btn-border-color: var(--fe-color-grey-7);--btn-bg-color: var(--fe-color-grey-7);--btn-color: var(--fe-color-white)}.fe-Button--transparent{--btn-border-color: transparent;--btn-bg-color: transparent}.fe-Button--transparent:focus{--btn-bg-color: var(--fe-color-blue-lightest)}.fe-Button--transparent:active,.fe-Button--transparent[aria-expanded=true]{--btn-border-color: transparent;--btn-bg-color: transparent}.fe-Button--transparent:active,.fe-Button--transparent[aria-expanded=true]{--btn-border-color: var(--fe-color-grey-5);--btn-color: var(--fe-color-blue)}.fe-Button--transparent.fe-Button--neutral{--btn-color: var(--fe-color-grey-9)}.fe-Button--block{display:block;justify-content:space-between;width:100%}.fe-Button--large{font-size:var(--fe-type-scale-4-font-size);height:2.5rem;line-height:2.375rem;min-height:2.375rem;padding-left:1rem;padding-right:1rem}.fe-Button--small{font-size:var(--fe-type-scale-2-font-size);font-weight:var(--fe-font-weight-bold);height:1.375rem;line-height:1.25rem;min-height:1.25rem;padding-left:.25rem;padding-right:.25rem}.fe-Button--circle{border-radius:96px;height:2.5rem;line-height:2.375rem;padding-left:0;padding-right:0;width:2.5rem}.fe-Button:disabled,.fe-Button:disabled:hover,.fe-Button:disabled:active,.fe-Button:disabled:focus{--btn-bg-color: var(--fe-color-grey-3);--btn-border-color: var(--fe-color-grey-5);--btn-color: var(--fe-color-grey-7);border-color:var(--btn-border-color);box-shadow:none;cursor:default}.fe-Button[disabled],.fe-Button[disabled]:active,.fe-Button[disabled]:focus,.fe-Button[disabled]:hover,.fe-Button--disabled,.fe-Button--disabled:active,.fe-Button--disabled:focus,.fe-Button--disabled:hover{--btn-bg-color: var(--fe-color-grey-3);--btn-border-color: var(--fe-color-grey-5);--btn-color: var(--fe-color-text-disabled);border-color:var(--btn-border-color);color:var(--btn-color);box-shadow:none;cursor:default}.fe-Button-icon{display:inline-block}.fe-Button-icon:first-child{margin-left:-0.375rem;margin-right:.25rem}.fe-Button-icon:last-child{margin-right:-0.375rem}.fe-Button--small .fe-Button-icon{margin-bottom:-0.25rem;margin-top:-0.25rem}.fe-Button--inTable{margin-bottom:-0.375rem;margin-top:-0.375rem}.fe-Button--inTable.fe-Button--small{margin-bottom:-0.1875rem;margin-top:-0.1875rem}.fe-Card{font-size:var(--fe-type-scale-3-font-size);background:var(--fe-color-white);border:1px solid var(--fe-color-grey-3);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:var(--fe-box-shadow-card-switch)}.fe-l-gridLayout-item .fe-Card{height:100%}@media screen and (min-width: 60em){.fe-Card--row{flex-direction:row}}@media print{.fe-Card{display:block}}.fe-Card-segment{box-sizing:border-box;flex:auto;margin-bottom:0}.fe-Card-segment+.fe-Card-segment{border-top:1px solid var(--fe-color-grey-3)}.fe-Card--small .fe-Card-segment{padding:1rem}.fe-Card--medium .fe-Card-segment{padding:1rem}@media screen and (min-width: 48em){.fe-Card--medium .fe-Card-segment{padding:1.5rem}}.fe-Card--large .fe-Card-segment{padding:1rem}@media screen and (min-width: 30em){.fe-Card--large .fe-Card-segment{padding:1.5rem}}@media screen and (min-width: 48em){.fe-Card--large .fe-Card-segment{padding:2.5rem}}@media screen and (min-width: 60em){.fe-Card--row>.fe-Card-segment{border-top:none;border-right:1px solid var(--fe-color-grey-3);flex:1}.fe-Card--row>.fe-Card-segment--secondary{flex:0 0 40%}.fe-Card--row>.fe-Card-segment:first-child{border-top-right-radius:0;border-top-left-radius:8px;border-bottom-left-radius:8px}.fe-Card--row>.fe-Card-segment:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:8px}}.fe-Card-segment:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.fe-Card-segment:last-child{border-right:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.fe-Card-segment--contrast{background-color:var(--fe-color-grey-1)}.fe-Card-segment--title,.fe-Card-segment--footer,.fe-Card-segment--fullBleed{flex:initial}.fe-Card>.fe-Card-segment--title{padding-bottom:.75rem;padding-top:.75rem}.fe-Card>.fe-Card-segment--footer{border-top:none;padding-top:0}.fe-Card>.fe-Card-segment--fullBleed{overflow:hidden;padding:0}.fe-Card-heading{font-weight:var(--fe-font-weight-bold);margin:0;padding:0}.fe-Card--small .fe-Card-heading{font-size:var(--fe-type-scale-3-font-size);line-height:var(--fe-type-scale-3-line-height)}.fe-Card--medium .fe-Card-heading{font-size:var(--fe-type-scale-4-font-size);line-height:var(--fe-type-scale-4-line-height)}.fe-Card--large .fe-Card-heading{font-size:var(--fe-type-scale-6-font-size);line-height:var(--fe-type-scale-6-line-height)}.fe-Card-compactControl{margin:-0.1875rem 0}.fe-CurrencyValue{display:block}.fe-CurrencyValue-decimal{font-size:76%}.fe-FilingStatus{font-size:var(--fe-type-scale-3-font-size);line-height:var(--fe-type-scale-3-line-height);margin:0;padding:0;list-style:none;background-color:#fff;background-color:var(--fe-color-white)}.fe-FilingStatus-state{position:relative;margin:0;color:#7b8a93;color:var(--fe-color-grey-6)}.fe-FilingStatus-state+.fe-FilingStatus-state{margin-top:1rem}.fe-FilingStatus-state::after{content:"";position:absolute;top:1rem;width:.0625rem;height:calc(100% + 0.75rem);border-left:.0625rem solid #7b8a93;border-left:.0625rem solid var(--fe-color-grey-6);transform:translate(0.34375rem)}.fe-FilingStatus-state:last-child::after{content:none}.fe-FilingStatus-state--current{color:#000;color:var(--fe-color-black);font-weight:var(--fe-font-weight-bold)}.fe-FilingStatus-state--current::after,.fe-FilingStatus-state--pending::after{border-left-style:dashed}.fe-FilingStatus-label{display:flex;align-items:center}.fe-FilingStatus-label::before{display:block;content:"";box-sizing:border-box;width:.75rem;height:.75rem;margin-right:.5rem;border-radius:100%;background-color:#d8dde0;background-color:var(--fe-color-grey-4);border:.0625rem solid #7b8a93;border:.0625rem solid var(--fe-color-grey-6);z-index:2000}.fe-FilingStatus-state--current .fe-FilingStatus-label::before{background-color:#55b336;background-color:var(--fe-color-green);border-width:.125rem;border-color:#fff;border-color:var(--fe-color-white);box-shadow:0 0 0 .125rem #55b336;box-shadow:0 0 0 .125rem var(--fe-color-green)}.fe-FilingStatus-state--pending .fe-FilingStatus-label::before{background-color:#fff;background-color:var(--fe-color-white);border-style:dashed}.fe-FilingStatus-sublist{color:#7b8a93;color:var(--fe-color-grey-6);font-style:italic;font-weight:var(--fe-font-weight-normal);margin:.25rem 0 0 1rem}@keyframes fe-Animation-loadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fe-Animation-bellRinging{0%{transform:rotate(0)}2%{transform:rotate(20deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(24deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(20deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(16deg)}16%{transform:rotate(-14deg)}18%{transform:rotate(12deg)}20%{transform:rotate(-10deg)}22%{transform:rotate(8deg)}24%{transform:rotate(-6deg)}26%{transform:rotate(4deg)}28%{transform:rotate(-2deg)}30%{transform:rotate(0)}}@keyframes fe-Animation-radarPulse{0%{opacity:0;width:0;height:0}66%{opacity:1}100%{opacity:0;width:1.5rem;height:1.5rem}}@keyframes fe-Animation-radarPulseInnerFinal{0%{opacity:0;width:.875rem;height:.875rem}100%{opacity:1;width:.875rem;height:.875rem}}@keyframes fe-Animation-radarPulseOuterFinal{0%{opacity:0;width:1.25rem;height:1.25rem}100%{opacity:1;width:1.25rem;height:1.25rem}}.fe-Icon{display:block;fill:currentColor;height:1.5rem;width:1.5rem}.is-alerting .fe-Icon{position:relative}.fe-Icon--inline{display:inline-block;vertical-align:bottom}.fe-Icon--textBaseline{position:relative;top:.15em}.fe-Icon--small{height:1rem;width:1rem}.fe-Icon--major{height:3rem;width:3rem}.fe-Icon--scaled{height:1.5em;width:1.5em}.fe-Icon--inTable{margin-bottom:-0.1875rem;margin-top:-0.1875rem}.fe-Icon-svg{display:block}.fe-Icon-svg--fileDocument{color:var(--fe-color-blue)}.fe-Icon-svg--fileFolder{color:var(--fe-color-grey-7)}.fe-Icon-svg--fileHtml{color:var(--fe-color-grey-7)}.fe-Icon-svg--fileImage{color:var(--fe-color-purple)}.fe-Icon-svg--fileSheet{color:var(--fe-color-green-dark)}.fe-Icon-svg--dataExtract{color:var(--fe-color-blue-dark)}.is-processing .fe-Icon-svg--dataExtract{color:var(--fe-color-grey-7)}.fe-Icon-svg--bell{will-change:transform}.is-animating .fe-Icon-svg--bell{transform-origin:50% 30%;animation:7s ease-in-out 2 fe-Animation-bellRinging}.is-animating .fe-Icon-svg--cog{animation-duration:2000ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:fe-Animation-loadingSpinner;animation-timing-function:linear;transform-origin:50% 50%}.fe-Icon-alert{display:none;box-sizing:border-box;position:absolute;top:.625rem;right:.625rem;width:.75rem;height:.75rem;background-color:var(--fe-color-highlight);border-radius:100%;border:.125rem solid var(--fe-color-grey-8);border:.125rem solid var(--fe-Navigation-notification)}.is-alerting .fe-Icon-alert{display:block}.fe-Navigation-iconButton:hover .fe-Icon-alert,.fe-Navigation-iconButton.is-expanded .fe-Icon-alert{border-color:var(--fe-Navigation-notification--hover)}.fe-Navigation-iconButton:focus .fe-Icon-alert,.fe-Navigation-iconButton:active .fe-Icon-alert{border-color:var(--fe-Navigation-notification--focus)}.fe-Icon-alert--pulse{will-change:opacity,width,height}.fe-Icon-alert--pulse::before,.fe-Icon-alert--pulse::after{box-sizing:border-box;position:absolute;display:block;content:"";top:50%;left:50%;transform:translate(-50%, -50%);border:.0625rem solid var(--fe-color-highlight);border-radius:100%}.fe-Icon-alert--pulse::before{width:1.25rem;height:1.25rem}.is-animating .fe-Icon-alert--pulse::before{animation:1.5s ease-out 6 both fe-Animation-radarPulse,1s ease-out 10s forwards fe-Animation-radarPulseOuterFinal}.fe-Icon-alert--pulse::after{width:.875rem;height:.875rem}.is-animating .fe-Icon-alert--pulse::after{animation:1.5s ease-out .5s 6 both fe-Animation-radarPulse,1s ease-out 9.5s forwards fe-Animation-radarPulseInnerFinal}.fe-Notice{font-size:var(--fe-type-scale-3-font-size);align-items:flex-start;background-color:var(--fe-color-blue-lighter);border-color:currentColor;border-style:solid;border-width:0;border-left-width:.25rem;border-radius:2px;box-shadow:var(--fe-box-shadow-1);color:var(--fe-color-blue);display:flex;line-height:var(--fe-type-scale-2-line-height);margin-bottom:1rem;padding:.5rem .75rem 1rem;text-align:left}.fe-Notice--aside{border-left-width:0;border-top-width:.25rem;padding:.5rem 1rem 1rem}.fe-Notice--positive{background-color:var(--fe-color-green-lighter);color:var(--fe-color-green-dark)}.fe-Notice--negative{background-color:var(--fe-color-red-lighter);color:var(--fe-color-red-dark)}.fe-Notice--warning,.fe-Notice--locked{background-color:var(--fe-color-amber-lighter);color:var(--fe-color-amber-darker)}.fe-Notice--neutral{background-color:var(--fe-color-grey-2)}.fe-Notice--flush{margin-bottom:0}.fe-Notice--dismissible{padding-right:.25rem}.fe-Notice--hidden{display:none}.fe-Notice-icon{margin-right:.75rem;margin-top:.3rem}.fe-Notice--processing .fe-Notice-icon{animation-duration:2000ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:fe-Animation-loadingSpinner;animation-timing-function:linear;transform-origin:50% 50%;fill:currentColor}.fe-Notice-content{color:var(--fe-color-text);margin-top:.5rem;width:100%}.fe-Notice-title{font-size:var(--fe-type-scale-4-font-size);color:inherit;font-weight:var(--fe-font-weight-bold);line-height:var(--fe-type-scale-4-line-height);margin-bottom:.5rem;margin-top:-3px}.fe-Notice--aside .fe-Notice-title{font-size:var(--fe-type-scale-3-font-size);line-height:var(--fe-type-scale-3-line-height);margin-top:0}.fe-Notice-dismiss{color:inherit}.fe-Notice-dismiss:hover{color:inherit}.fe-Notice-content *:last-child{margin-bottom:0}.fe-Notice-content a:not(.fe-Button){color:inherit;text-decoration:underline}.fe-Notice-content strong{font-weight:var(--fe-font-weight-bold)}.fe-PageHeader{background-color:var(--fe-color-white);background-image:linear-gradient(to top, var(--fe-color-grey-3) 1px, transparent 1px);box-sizing:border-box;flex-shrink:0;padding-bottom:.75rem;padding-top:.75rem}@media screen and (min-width: 30em){.fe-PageHeader{padding-bottom:1rem;padding-top:1rem}}.mobile .fe-PageHeader-row{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (min-width: 60em){.fe-PageHeader-row{display:flex;justify-content:space-between;align-items:flex-start}}.fe-PageHeader-row--withDrawer{align-items:center;flex-wrap:wrap;padding-left:.75rem;padding-right:.75rem}.fe-PageHeader-row--tabs{margin:.5rem -0.75rem -0.75rem -0.75rem}@media screen and (min-width: 30em){.fe-PageHeader-row--tabs{margin-bottom:-1rem}}.fe-PageHeader-column{display:flex;flex-direction:column;flex-grow:1}.fe-PageHeader-column--intrinsicWidth{flex:initial}.fe-PageHeader-column:first-child{min-width:0;max-width:70%}@media screen and (min-width: 30em){.fe-PageHeader-column:first-child{max-width:unset}}.fe-PageHeader-title{font-size:var(--fe-type-scale-5-font-size);line-height:var(--fe-type-scale-6-line-height);color:var(--fe-color-grey-9);display:inline-block;font-weight:var(--fe-font-weight-bold);margin:0}.fe-PageHeader-titleDropdownButton{font-size:var(--fe-type-scale-5-font-size);background-color:rgba(0,0,0,0);background-image:none;border-color:rgba(0,0,0,0);color:var(--fe-color-grey-9);display:inline-block;font-weight:var(--fe-font-weight-bold);height:32px;line-height:30px;margin-left:-9px}.fe-PageHeader-titleDropdownPopover{margin-left:-9px}@media screen and (min-width: 30em){.fe-PageHeader-toggler{display:none}}.fe-PageHeader-drawer{box-sizing:border-box;display:none;flex-basis:100%;max-width:100%;padding-top:1rem}.fe-PageHeader--open .fe-PageHeader-drawer{display:block}@media screen and (min-width: 30em){.fe-PageHeader-drawer{display:block;flex:initial;padding-top:0}}.fe-PageHeader-drawer--singleItem{display:block;flex:initial;padding-top:0}.fe-PageHeader-drawerItems{display:flex;overflow-x:auto}.fe-PageHeader-drawerItems>*+*{margin-left:.5rem}.fe-PageHeader-actions{box-sizing:border-box;display:flex;flex-wrap:wrap;flex-direction:row;padding-top:1rem;gap:.5rem}@media screen and (min-width: 60em){.fe-PageHeader-actions{justify-content:flex-end;padding:0;padding-left:4rem}}.mobile .fe-PageHeader-actions{padding-top:initial;justify-content:flex-end;padding-left:4rem}.fe-ProfitLoss{line-height:var(--fe-type-scale-3-line-height);color:var(--fe-color-text);width:100%}.fe-ProfitLoss+.fe-ProfitLoss{margin-top:.75rem}@media screen and (min-width: 60em){.fe-ProfitLoss-entries{border-top:1px solid var(--fe-color-grey-3)}}.fe-ProfitLoss-item{display:flex;justify-content:space-between;white-space:nowrap}.fe-ProfitLoss-item::before{content:attr(data-th);font-weight:var(--fe-font-weight-bold)}@media screen and (min-width: 60em){.fe-ProfitLoss-item::before{content:none}}@media screen and (min-width: 60em){.fe-ProfitLoss-item{display:table-cell;padding-bottom:0;padding-right:5%;padding-top:.5rem}.fe-ProfitLoss-item+.fe-ProfitLoss-item{border-left:1px solid var(--fe-color-grey-3);padding-left:3%}}.fe-ProfitLoss-item .fe-ProfitLoss-total{color:var(--fe-color-green-dark)}.fe-ProfitLoss-item .fe-ProfitLoss-total--negative{color:var(--fe-color-red-dark)}.fe-ProfitLoss-item--adjustments{display:block;text-align:right}@media screen and (max-width: 59.9375em){.fe-ProfitLoss-item--adjustments{text-align:left}}@media screen and (max-width: 68.6875em){.fe-ProfitLoss-item--wrappable{white-space:normal}}.fe-ProfitLoss-adjustmentItem{display:block}@media screen and (min-width: 60em){.fe-ProfitLoss-item--symbol{position:relative}.fe-ProfitLoss-item--symbol::after{background-repeat:no-repeat;background-size:100%;content:" ";height:1.25rem;position:absolute;right:-0.625rem;top:1.25rem;transform:translateY(-50%);width:1.25rem}}.fe-ProfitLoss-item--plus::after{background-image:url(/assets/freestyle/ProfitLoss/profit-loss-icon-plus-1c3677647a41993d2ae055d421ebfd431f9b012e442bfe3f8d195469af241553.svg)}.fe-ProfitLoss-item--minus::after{background-image:url(/assets/freestyle/ProfitLoss/profit-loss-icon-minus-0ea3bf18b848d35cc267a1135c47854e6904f7b891e4388cdadaa4c39bf190d6.svg)}.fe-ProfitLoss-item--equals::after{background-image:url(/assets/freestyle/ProfitLoss/profit-loss-icon-equals-881ed2e996ab1a33ae6cf4c260bf8b79c819cf5aa9f4edbc75a363ee4b2ad565.svg)}.fe-ProfitLoss-header{font-weight:normal}@media screen and (max-width: 59.9375em){.fe-ProfitLoss-header{border:0;clip:rect(0, 0, 0, 0);height:1px;margin-bottom:-1px;margin-right:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 60em){.fe-ProfitLoss-header{padding-bottom:.25rem;padding-top:0}}.fe-ProfitLoss-subHeader{font-weight:normal}@media screen and (max-width: 59.9375em){.fe-ProfitLoss-subHeader{border:0;clip:rect(0, 0, 0, 0);height:1px;margin-bottom:-1px;margin-right:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}.ui-helper-clearfix{display:inline-block}.ui-helper-clearfix::after{clear:both;content:".";display:block;height:0;visibility:hidden}.ui-helper-clearfix{display:block}.ui-widget-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.ui-menu{display:block;list-style:none;margin:0;padding:2px}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{clear:left;float:left;margin:0;padding:0;width:100%;zoom:1}.ui-menu .ui-menu-item a{display:block;line-height:1.5;padding:.2em .4em;text-decoration:none;zoom:1}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-button{cursor:pointer;display:inline-block;margin-right:.1em;overflow:visible;padding:0;position:relative;text-align:center;text-decoration:none !important;zoom:1}.ui-button-icon-only{width:2.2em}.button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}.button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{margin-top:-8px;position:absolute;top:50%}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em}.button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget{font-family:inherit}.ui-widget-content{border:0}.ui-tabs{padding:0}.ui-widget-header{background:#1b769b url(/assets/application/buttons/bluebutton_bg-bfe14ac6299287758c080260d2f6be8fca5c9327f94a467dc74cb6b399e3c036.png) left top repeat-x;color:var(--fe-color-white);font-weight:var(--fe-font-weight-bold)}.ui-corner-all{border-radius:4px}.ui-widget-overlay{background:var(--fe-color-black);opacity:.16}.button:hover,.button[type=submit]:hover{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.4)}.panel h2,h2.bar{border-radius:3px 3px 0 0}.button,.submitbut,.submitarea input[type=submit]{background:var(--fe-color-grey-1);background:linear-gradient(to bottom, var(--fe-color-grey-1) 0%, var(--fe-color-grey-3) 100%);border-bottom:1px solid #b2b2b2;border-left:1px solid #d4d4d4;border-radius:3px;border-right:1px solid #d4d4d4;border-top:1px solid #e5e5e5;box-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.08);color:var(--fe-color-text-link);cursor:pointer;display:inline-block;font-weight:var(--fe-font-weight-bold);overflow:visible;padding:.55em .85em;text-align:center;text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.5)}.submitbut,.submitarea input[type=submit]{margin-right:5px}form input[disabled=disabled],form .button[disabled=disabled],form input[disabled=disabled]:active,form .button[disabled=disabled]:active{box-shadow:none}.status_menu .faux_power_action span{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.35)}.status_menu .button,.status_menu .power_actions .action_title:hover{background:#d3d3d3;background:linear-gradient(to bottom, var(--fe-color-grey-4) 0%, lightgrey 100%)}.status_menu .button,.status_menu .faux_power_action{border-radius:20px;box-shadow:none}.status_menu .button span{background:linear-gradient(to bottom, white 0%, var(--fe-color-grey-3) 100%);border-radius:18px !important;box-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.06);text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.75)}.status_menu .button:active span{box-shadow:none}#content .status_menu a{transition:none}#content .status_menu .button .detail{border-radius:0;box-shadow:none}.status_menu .button.more.complete span{background:linear-gradient(to bottom, #a7c643 0%, #83ac2e 100%);text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.25)}.status_menu .button.more.cancelled span{background:linear-gradient(to bottom, #b9b9b9 0%, #999999 100%);text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.15)}.status_menu .button.more.rejected{background:linear-gradient(to bottom, #cccccc 0%, #c3c3c3 100%)}.status_menu .button.more.rejected span{background:linear-gradient(to bottom, #d34a54 0%, #b02937 100%);text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.2)}.status_options{border-radius:0 0 8px 8px;box-shadow:0 5px 7px rgba(var(--fe-color-black-rgb), 0.1)}.status_options .status span{border-radius:2px}.status_options li a{background:linear-gradient(to bottom, var(--fe-color-white) 0%, #efefef 100%)}#content .status_options ul{background:rgba(var(--fe-color-white-rgb), 0.9);border-radius:0 0 5px 5px}.status_menu .button.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.status_menu .button.open span{border-bottom-left-radius:0;border-bottom-right-radius:0}.status_menu .button.more.active span{background:linear-gradient(to bottom, #ffe964 0%, #ffd249 100%);box-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.05);text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.35)}.status_menu .button.more.active.pending:hover span,.status_menu .button.more.active.pending:focus span,.status_menu .button.more.active.pending:active span{background:linear-gradient(to bottom, #ffe964 0%, #ffd249 100%);box-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.05);text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.35)}.button.more.complete.locked span,.button.more.complete.locked:hover span,.button.more.complete.locked:focus span,.button.more.complete.locked:active span{box-shadow:inset 0 1px 1px rgba(var(--fe-color-black-rgb), 0.1)}.button.demo span,.button.demo:hover span,.button.demo:focus span,.button.demo:active span{box-shadow:none;text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.4)}#content .status_menu .button.demo span{box-shadow:none;text-shadow:1px 1px 0 rgba(var(--fe-color-white-rgb), 0.4)}.panel_content .button.overview_create{border-radius:4px;box-shadow:none;text-shadow:0 1px 1px rgba(var(--fe-color-black-rgb), 0.45)}.button.overview_create span{border-radius:3px;box-shadow:inset 0 1px 0 rgba(var(--fe-color-white-rgb), 0.15);text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.25)}.button.overview_create em{text-shadow:0 1px 0 #5d7d1d}.button.timer{border-radius:20px}.line_item_controls .action_title{border-radius:10px}.line_item_controls .power_actions .content{border-top-left-radius:0}.power_actions .date_range input{border-radius:2px}#content form>fieldset.inputs>ol{border-radius:8px}#content form>fieldset.inputs>ol>li.error{border-radius:0}.pagination .current,.pagination a{border-radius:2px}.flexi-header .pagination{text-shadow:0 1px 0 #fff}.flexi-header .pagination .current,.flexi-header .pagination a{border-radius:0}.panel_content{border-radius:3px}.panel .loading{border-radius:3px}.panel.tabbed .panel_content,.panel.tabbed .loading{border-radius:3px}.panel.tabbed .panel_content.first_active_tab{border-radius:0 3px 3px 3px}.panel .tabnav li.ui-state-active a{border-radius:3px 3px 0 0}.panel_data .toolbar{border-radius:0 0 3px 3px;overflow:hidden}.panel_data .toolbar .toolbar_action{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.65)}.flash_notice{border-radius:35px}span.tooltip,strong.tooltip{border-bottom:1px dotted #aaa}.count{border-radius:10px;box-shadow:inset 0 1px 1px rgba(var(--fe-color-black-rgb), 0.12);text-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.25)}#meta .unexplained_transactions .total.unexplained .count{box-shadow:inset 0 1px 1px rgba(var(--fe-color-black-rgb), 0.35)}.headline_note{background:#e1e1e1;border-radius:14px;box-shadow:inset 1px 1px 1px rgba(var(--fe-color-black-rgb), 0.1);color:#999;font-size:13px;line-height:1.2em;padding:3px 7px;position:relative;top:-2px}.power_actions .content{border-radius:4px;border-top-right-radius:0;box-shadow:0 2px 2px rgba(var(--fe-color-black-rgb), 0.1)}.status_menu .power_actions .content,.status_menu .power_actions li:first-child a{border-top-left-radius:0}.button.action_title{border-color:#d8d8d8 #c6c6c6 #c6c6c6;box-shadow:none;color:var(--fe-color-text-light);font-weight:normal;padding:0 7px 0 0}.action_title{background:linear-gradient(to top, var(--fe-color-grey-3), white);border-radius:3px;box-shadow:none;text-shadow:0 1px 0 var(--fe-color-white)}.power_actions.expanded .action_title{border-bottom-left-radius:0;border-bottom-right-radius:0}#contact_cards .c_card .power_actions.expanded .action_title{border-bottom-left-radius:2px;border-bottom-right-radius:0}#meta .unexplained_transactions li a:hover{border-radius:0 10px 10px 0}#meta .unexplained_transactions li a:hover .count{box-shadow:inset 0 1px 1px rgba(var(--fe-color-black-rgb), 0.4);text-shadow:0 1px 0 rgba(var(--fe-color-black-rgb), 0.75)}.flexi-header{border-radius:5px 5px 0 0}.paging .flexi-header{border-radius:0 0 5px 5px;overflow:auto}form.no_results .flexi-header{border-radius:5px}.flexi-header.lone{border-radius:5px}.flexi-header .status_menu .button{background:#d6e4eb}.alerts_list .flexi-header{width:100%}.dataedit,.toolbar_dropdown dt a{border-radius:3px}.spinner{background:rgba(0,0,0,0) url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat}.dataedit.spinner,.dataedit.disabled.spinner{background:rgba(0,0,0,0) url(/assets/talaria/spinners/ajax-loader-73024744ac6dbe2890f308caca1809ab4d9fa5639b8c750f96b98f83643469e7.gif) center center no-repeat}#breakdown_block,ul.summary_block{border-radius:4px}.button.overview_create span{background:linear-gradient(to bottom, #a7c643 0%, #83ac2e 100%)}.panel_data .entities li time{border-radius:2px}.calendar{border-radius:4px}.calendar .button{border-radius:0;margin:0;text-shadow:none}.calendar .daysrow td{box-shadow:inset 0 1px 0 var(--fe-color-white);text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 1)}.calendar thead>tr td{text-shadow:0 -1px 1px #0c3c5c}.calendar .daynames td{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 1)}.calendar thead>tr td.hilite{text-shadow:none}.calendar tbody td.selected{box-shadow:none;text-shadow:0 1px 1px rgba(var(--fe-color-black-rgb), 0.5)}.calendar tbody td.today{box-shadow:inset 0 1px 0 rgba(var(--fe-color-white-rgb), 0.75)}.calendar tbody td.day.selected.today{text-shadow:none}.calendar tbody td.selected{background:linear-gradient(to bottom, #19557b 0%, #28638c 100%)}.calendar tbody td.selected.weekend,.calendar tbody td.selected:hover,.calendar tbody td.selected.weekend:hover{background:linear-gradient(to bottom, #19557b 0%, #28638c 100%)}.calendar thead .headrow td{background:linear-gradient(to bottom, #e5f1f7 0%, #d9e9f2 100%)}.calendar thead>tr td{background:linear-gradient(to bottom, #28638c 0%, #114d72 100%)}.calendar tfoot .footrow td{background:linear-gradient(to bottom, #28638c 0%, #114d72 100%)}.calendar thead>tr td.hilite{background:linear-gradient(to bottom, #28638c 0%, #28638c 100%)}.calendar thead .headrow .button.hilite{background:linear-gradient(to bottom, #cee4ef 0%, #b8d7e4 100%)}.calendar .daynames td{background:linear-gradient(to bottom, #eff2f5 0%, #dfe6eb 100%)}.task_status{border-radius:20px}#app_authorisation{border-radius:5px}#itemstate{text-shadow:0 1px 0 rgba(var(--fe-color-white-rgb), 0.5)}.ui-sortable-placeholder{border-radius:6px}#content.overview .ui-sortable-helper .panel{box-shadow:0 1px 6px rgba(var(--fe-color-black-rgb), 0.4)}li.ui-sortable-helper{background:linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);border-radius:2px;box-shadow:0 1px 1px rgba(var(--fe-color-black-rgb), 0.1)}.attention{border-radius:2px;box-shadow:0 2px 2px rgba(var(--fe-color-black-rgb), 0.05),0 0 10px rgba(240,232,173,.5) inset}.attention::before{border-color:rgba(0,0,0,0) #cbc9b0 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px;content:"";height:0;left:-11px;position:absolute;top:7px;width:0}.attention.show{animation-duration:.5s;animation-fill-mode:both;animation-name:attention}@keyframes attention{0%{opacity:0;transform:translateX(15px)}100%{opacity:1;transform:translateX(0)}}input.field_with_attention{box-shadow:inset 0 1px 2px rgba(var(--fe-color-black-rgb), 0.1)}.flash{background:#fbf7b1;border:1px solid #efd85f;border-radius:3px;box-sizing:border-box;color:#443b13;display:block;font-size:1em;font-weight:var(--fe-font-weight-bold);margin:0 auto 1em;max-width:440px;padding:10px 15px;text-align:center}.flash p{margin-bottom:.5em}.flash p:last-child{margin-bottom:0}.flash_notice{display:none}.session_api_app_icon{margin-bottom:1rem;width:6rem}.modal{background-color:rgba(var(--fe-color-black-rgb), 0.3);display:none;height:100%;left:0;overflow:auto;position:fixed;text-align:center;top:0;width:100%;z-index:9}.modal-open{display:block}.modal-content{background-color:#fefefe;border-radius:3px;box-shadow:0 4px 8px 0 rgba(var(--fe-color-black-rgb), 0.2),0 6px 20px 0 rgba(var(--fe-color-black-rgb), 0.19);margin:4.5em auto auto;max-width:44rem;position:relative;width:90%}.modal-content a{color:#489fd1}.modal-content a:hover{color:var(--fe-color-text-blue)}.modal-header{padding:2rem}.modal-header img{max-width:100%}.modal-body{padding:0 2rem;position:relative}.modal-footer{bottom:0;padding:1.5rem}.modal-body .terms{background:#fcfcfc;border:1px solid #f1f1f1;height:33vh;margin:0 auto;max-height:18rem;min-height:12rem;overflow-y:scroll;padding:1rem;text-align:left;width:auto}.modal-body .terms h4{font-size:.85em;font-weight:var(--fe-font-weight-bold);line-height:150%;margin:0 0 1.2em 0;text-transform:uppercase}.modal-body .terms h4:not(:first-of-type){margin-top:2rem}.modal-body .terms p{font-weight:var(--fe-font-weight-normal);line-height:150%;margin:1em 0 1em 0}.modal-body .terms p:last-of-type{margin:1em 0 0 0}.modal-footer .agreement{margin:0 auto;width:100%}@media screen and (min-width: 44em){.modal-footer .agreement{width:50%}}.modal-footer .checkbox-term input{float:left;margin-top:3px}.modal-footer .agreement_terms{display:block;font-size:.85rem;margin-bottom:1rem;margin-left:25px;text-align:left}/*# sourceMappingURL=/assets/deprecated.css-0cbaa16f5a287c7dc5b42df66f2199c84e41ab998e0bd6f052f4e65edab529d4.map */
