.TBFHeader{background-color:#fff;box-shadow:0 1px 2px 0 hsla(0,0%,78%,.5);padding:25px 30px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:30px}.TBFHeader h1{font-family:Roboto;font-size:23px;font-weight:300;color:#464c57;line-height:27px;margin:0 0 10px}.TBFHeader p{font-family:Roboto;font-size:13px;color:rgba(93,104,121,.59);line-height:15px;margin:0}.TBFHeaderSearch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px;border-radius:10px;margin-top:5px;color:#5c99ff;background-color:#fff;border:1px solid #5c99ff;cursor:pointer}.TBFHeaderSearch .active{background-color:#5c99ff;color:#fff}.TBFHeaderSearch div{padding:3px 5px;border-radius:10px}.TBFCloseButton{background:transparent;border:none;color:#bec2cd;cursor:pointer;font-size:14px;position:absolute;padding:0;margin:0;width:24px;height:24px;top:30px;right:30px}.TBFCloseButton:focus{outline:none}.TBFLineLoader{height:2px;position:relative;overflow:hidden;background-color:#fff;position:absolute;margin-top:-2px;left:0;right:0}.TBFLineLoader-hidden.TBFLineLoader:before{display:none}.TBFLineLoader:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:2px;background-color:#5c99ff;-webkit-animation:TBFLineLoading 2s linear infinite;animation:TBFLineLoading 2s linear infinite}@-webkit-keyframes TBFLineLoading{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@keyframes TBFLineLoading{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.TBFSearchBar{width:100%;height:42px;position:relative}.TBFSearchBar input::-webkit-input-placeholder{color:rgba(147,158,168,.75)}.TBFSearchBar input:-moz-placeholder,.TBFSearchBar input::-moz-placeholder{color:rgba(147,158,168,.75)}.TBFSearchBar input:-ms-input-placeholder{color:rgba(147,158,168,.75)}.TBFSearchBar input{width:100%;height:42px;line-height:42px;border:none;background-color:transparent;border-radius:0;font-size:14px;padding:0 20px 0 52px;color:#525862}.TBFSearchBar input:focus{outline:none}.TBFSearchBar .material-icons{color:#babfc7;font-size:20px;position:absolute;top:11px;left:16px;-webkit-transition:color .1s;transition:color .1s}.TBFSearchBar.TBFSearchBar-changed .material-icons,.TBFSearchBar.TBFSearchBar-focused .material-icons{color:#525862;-webkit-transition:color .1s;transition:color .1s}.TBFTypeFilter{float:right;line-height:42px;position:relative;margin-top:-42px}.TBFTypeFilter a{cursor:pointer}.TBFTypeFilter a.active{color:#000;text-decoration:none}input.TBFCheckbox{display:inline-block;width:12px;height:12px;position:relative;margin:2px;top:-1px;outline:none}input:focus.TBFCheckbox{outline:none}input.TBFCheckbox:before{background-color:rgba(0,0,0,.25);top:-2px;left:-2px;width:18px;height:18px;border-radius:2px}input.TBFCheckbox:after,input.TBFCheckbox:before{content:'';display:block;position:absolute;cursor:pointer}input.TBFCheckbox:after{background-color:#fff;top:0;left:0;width:14px;height:14px;border-radius:0}input:checked.TBFCheckbox:before{background-color:#5c99ff}input:checked.TBFCheckbox:after{background-color:#5c99ff;content:'check';color:#fff;font-family:Material Icons;font-weight:400;font-size:16px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;padding:0;top:-1px;left:-1px}.TBFTable-table{width:100%;border:0;border-spacing:0;border-collapse:collapse}@media screen{.TBFTable-table tbody tr,.TBFTable-table thead tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;line-height:50px}.TBFTable-table thead tr:after{content:'';overflow-y:scroll;visibility:hidden;height:0}.TBFTable-table thead tr th{font-family:Roboto;font-weight:500;font-size:13px;color:#5d687a;line-height:50px;text-align:left;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2;cursor:pointer;padding:0 10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;display:block}.TBFTable-table thead tr th i.material-icons{font-size:10px;color:rgba(0,0,0,.25);margin-right:5px}.TBFTable-table tbody{display:block;width:100%;overflow-y:scroll;height:200px}.TBFTable-table tbody tr td{font-family:Roboto;font-size:14px;color:#525862;line-height:50px;padding:0 10px;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;width:1px;word-wrap:break}.TBFTable-table tbody tr:nth-child(odd){background:rgba(202,210,221,.09)}.TBFTable-table tbody tr:hover{background:rgba(202,210,221,.2)}.TBFTable-table.TBFTable-table-withCheckboxes tbody tr td:first-child,.TBFTable-table.TBFTable-table-withCheckboxes thead tr th:first-child{width:18px;padding:0 24px}.TBFTable-table tbody tr td:first-child,.TBFTable-table thead tr th:first-child{padding-left:24px}.TBFTable-table tbody tr td:last-child,.TBFTable-table thead tr th:last-child{padding-right:24px}.TBFTable-table tbody tr td.TBFTable-table-align_right,.TBFTable-table thead tr th.TBFTable-table-align_right{text-align:right}.TBFTable-table tbody tr td.TBFTable-table-align_left,.TBFTable-table thead tr th.TBFTable-table-align_left{text-align:left}.TBFTable-table tbody tr td.TBFTable-table-align_center,.TBFTable-table thead tr th.TBFTable-table-align_center{text-align:center}.TBFTable-table-actionsContainer{opacity:0;padding:0;margin:0;text-align:right;-webkit-transition:opacity .1s;transition:opacity .1s;color:#babfc7}.TBFTable-table-actionsContainer li{list-style:none;padding:0;margin:0;display:inline-block;height:50px;padding-top:7px;box-sizing:border-box;cursor:pointer}tr:hover .TBFTable-table-actionsContainer{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}}.TBFPagination{height:51px;background-color:#fff;box-shadow:0 1px 2px 0 hsla(0,0%,78%,.5);border-top:1px solid #f2f2f2;width:100%;position:relative}.TBFPagination-previous{width:100px;position:absolute;left:0;top:0}.TBFPagination-next{width:100px;position:absolute;right:0;top:0}.TBFPagination ul{display:block;overflow:hidden;position:absolute;top:0;left:100px;right:100px;padding:0;margin:0;height:50px;text-align:center}.TBFPagination ul li{display:inline-block;list-style:none}.TBFPagination-button{width:50px;height:50px;background-color:#fff;border:none;padding:0;margin:0;line-height:50px;position:relative}.TBFPagination-button:focus{outline:none}.TBFPagination-button-active{color:#5c99ff}.TBFPagination-button .material-icons{position:absolute;top:13px;left:13px}.TBFModal-Container{position:fixed;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1000;display:none}.TBFModal-Container-visible{display:block}.TBFModal-Backdrop{background-color:rgba(0,0,0,.4);position:absolute;top:0;left:0;right:0;bottom:0}.TBFModal-Modal{background-color:#fff;position:absolute;top:50%;left:50%;width:600px;height:366px;margin-left:-300px;margin-top:-182px;padding:30px}.TBFModal-Modal h1{font-family:Roboto;font-size:19px;font-weight:400;color:#5d687a;margin:0 0 30px}.TBFChooseCustomer-list{margin-left:-30px;margin-right:-30px}.TBFChooseCustomer-list ul{padding:0;margin:0;height:204px;border-top:2px solid #f2f2f2;border-bottom:2px solid #f2f2f2;overflow:auto}.TBFChooseCustomer-list ul li{display:block;list-style:none;padding:0 30px;margin:0;height:50px;line-height:50px;font-family:Roboto;font-size:14px;color:#525862;position:relative;cursor:pointer}.TBFChooseCustomer-list ul li.selected,.TBFChooseCustomer-list ul li:hover{background-color:rgba(197,211,229,.09)}.TBFChooseCustomer-list ul li .TBFChooseCustomer-list-selection{display:none;color:#5c99ff;width:20%}.TBFChooseCustomer-list ul li.TBFChooseCustomer-list-item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;min-height:40px}.TBFChooseCustomer-list ul li .TBFChooseCustomer-list-item-details{height:auto;line-height:1.5;width:80%}.TBFChooseCustomer-list ul li.selected .TBFChooseCustomer-list-selection{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.TBFChooseCustomer-actions{text-align:right;padding-top:20px}.TBFChooseCustomer-actions button:last-child{margin-right:0}.TBFButton-cancel{background:#fff;border:1px solid #e4e4e4;border-radius:2px;color:#b5bbc1}.TBFButton-cancel,.TBFButton-primary{margin:0 5px;padding:0 14px;height:32px;line-height:32px;font-family:Roboto;font-size:12px;text-transform:uppercase}.TBFButton-primary{background:#5c99ff;border:1px solid #5c99ff;border-radius:2px;color:#fff}.TBFButton:focus{outline:none}.TBFButton[disabled]{opacity:.5}.TBFToolBar{height:42px;box-shadow:0 1px 2px 0 hsla(0,0%,78%,.5);background-color:#fff;position:relative}.TBFToolBar-SearchBarContainer{float:left;width:50%}.TBFToolBar-Actions{float:right;padding-right:16px}.TBFSubHeader .TBFToolBar-Actions{position:absolute;right:0;top:14px}.TBFToolBar-SelectionCount{float:left;margin-right:20px;line-height:42px;opacity:.87;font-family:Roboto;font-size:13px;color:#939ea8;display:none}.TBFToolBar-SelectionCount-visible{display:block}.TBFToolBar-Buttons{float:left}.TBFToolBar-Buttons button{background:#5c99ff;border:1px solid #5c99ff;border-radius:2px;margin:6px 0 0 6px;padding:0 14px;height:30px;line-height:30px;font-family:Roboto;font-size:12px;color:#fff;text-transform:uppercase}.TBFToolBar-Buttons button[disabled]{opacity:.5}.TBFToolBar-Buttons button:focus{outline:none}.TBFSubHeader{background-color:#fff;box-shadow:0 1px 2px 0 hsla(0,0%,78%,.5);padding:22px 30px;position:relative;border-top:1px solid #f2f2f2}.TBFSubHeader h2{font-family:Roboto;font-size:18px;font-weight:300;color:#5d687a;line-height:21px;margin:0}.TBFBookingsList-scrollContainer{overflow-y:auto}.TBFBookingsList-scrollContainer .TBFTable-table tbody{height:auto;overflow-y:visible}.TBFBookingsList-status{padding:8px 24px;font-size:13px;color:#5d687a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.TBFBookingsList-spin{-webkit-animation:TBFBookingsList-spinAnim 1s linear infinite;animation:TBFBookingsList-spinAnim 1s linear infinite;font-size:14px;vertical-align:middle;margin-right:4px}@-webkit-keyframes TBFBookingsList-spinAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes TBFBookingsList-spinAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.TBFFolioList .TBFTable-table tr td:nth-child(1),.TBFFolioList .TBFTable-table tr th:nth-child(1){width:18px;padding:0 24px}.TBFFolioList .TBFTable-table tr td:nth-child(2),.TBFFolioList .TBFTable-table tr td:nth-child(3),.TBFFolioList .TBFTable-table tr td:nth-child(4),.TBFFolioList .TBFTable-table tr td:nth-child(5),.TBFFolioList .TBFTable-table tr th:nth-child(2),.TBFFolioList .TBFTable-table tr th:nth-child(3),.TBFFolioList .TBFTable-table tr th:nth-child(4),.TBFFolioList .TBFTable-table tr th:nth-child(5){width:8%}.TBFFolioList .TBFTable-table tr td:nth-child(6),.TBFFolioList .TBFTable-table tr th:nth-child(6){width:5%}.TBFFolioList .TBFTable-table tr td:nth-child(7),.TBFFolioList .TBFTable-table tr td:nth-child(8),.TBFFolioList .TBFTable-table tr th:nth-child(7),.TBFFolioList .TBFTable-table tr th:nth-child(8){width:13%}.TBFFolioList .TBFTable-table tr td:nth-child(9),.TBFFolioList .TBFTable-table tr td:nth-child(10),.TBFFolioList .TBFTable-table tr td:nth-child(11),.TBFFolioList .TBFTable-table tr td:nth-child(12),.TBFFolioList .TBFTable-table tr th:nth-child(9),.TBFFolioList .TBFTable-table tr th:nth-child(10),.TBFFolioList .TBFTable-table tr th:nth-child(11),.TBFFolioList .TBFTable-table tr th:nth-child(12){width:9%}.TBFToolBar-FilterBlock{display:inline-block;margin-right:15px}.TBFToolBar-Filter{color:#337ab7;cursor:pointer}.TBFToolBar-Filter:hover{text-decoration:underline}.TBFToolBar-Filter__active{color:#000}.TBFFolioList .fa.fa-spinner{margin-right:10px}.TBFNotification{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px;position:fixed;right:20px;top:60px;z-index:2}.TBFCloseNotification{cursor:pointer;font-weight:700;padding:0 0 0 10px}.TBFSuccess{background-color:#5cb85c}.TBFError{background-color:#d9534f}.TBFStatementsList .TBFTable-table tr td:nth-child(1),.TBFStatementsList .TBFTable-table tr th:nth-child(1){width:18px;padding:0 24px}.TBFStatementsList .TBFTable-table tr td:nth-child(2),.TBFStatementsList .TBFTable-table tr td:nth-child(3),.TBFStatementsList .TBFTable-table tr th:nth-child(2),.TBFStatementsList .TBFTable-table tr th:nth-child(3){width:15%}.TBFStatementsList .TBFTable-table tr td:nth-child(4),.TBFStatementsList .TBFTable-table tr th:nth-child(4){width:30%}.TBFStatementsList .TBFTable-table tr td:nth-child(5),.TBFStatementsList .TBFTable-table tr th:nth-child(5){width:10%}.TBFStatementsList .fa.fa-spinner{margin-right:10px}.TBFStatementsList .TBFTable-table tr{height:auto}.TBFStatementsList .TBFTable-table div.invoices{line-height:22px;padding-top:14px;padding-bottom:14px}.TBFContent .row_label{color:rgba(93,104,121,.59);font-weight:400}.TBFContent .row_value{color:#464c57}.TBFBookingsList .TBFTable-table tr td:nth-child(1),.TBFBookingsList .TBFTable-table tr th:nth-child(1){width:15%}.TBFBookingsList .TBFTable-table tr td:nth-child(2),.TBFBookingsList .TBFTable-table tr td:nth-child(3),.TBFBookingsList .TBFTable-table tr th:nth-child(2),.TBFBookingsList .TBFTable-table tr th:nth-child(3){width:10%}.TBFBookingsList .TBFTable-table tr td:nth-child(4),.TBFBookingsList .TBFTable-table tr th:nth-child(4){width:5%}.TBFBookingsList .TBFTable-table tr td:nth-child(5),.TBFBookingsList .TBFTable-table tr td:nth-child(6),.TBFBookingsList .TBFTable-table tr th:nth-child(5),.TBFBookingsList .TBFTable-table tr th:nth-child(6){width:15%}.TBFBookingsList .TBFTable-table tr td:nth-child(7),.TBFBookingsList .TBFTable-table tr td:nth-child(8),.TBFBookingsList .TBFTable-table tr td:nth-child(9),.TBFBookingsList .TBFTable-table tr th:nth-child(7),.TBFBookingsList .TBFTable-table tr th:nth-child(8),.TBFBookingsList .TBFTable-table tr th:nth-child(9){width:10%}.TBFCustomerPrint{position:absolute;top:30px;right:60px;z-index:1;color:#bec2cd;border:none;background:transparent;padding:0;margin:0}.TBFCustomerPrint:focus{outline:none}.TBFCustomerEdit{position:absolute;top:30px;right:90px;z-index:1;color:#bec2cd;border:none;background:transparent;padding:0;margin:0}.TBFCustomerEdit:focus{outline:none}.TBFCustomerTab ul{margin:0;padding:0;list-style:none}.TBFCustomerTab ul li{display:inline-block;margin:0 10px;font-family:Roboto;font-size:16px;font-weight:300;color:#5d687a;line-height:21px;cursor:pointer}.TBFCustomerTab ul li.active,.TBFCustomerTab ul li:hover{text-decoration:underline}.TBFCustomerTab ul li:first-child{margin-left:0}.TBFCustomerTab ul li:last-child{margin-right:0}@media print{.material-icons{display:none}.TBFTable-table thead tr th{font-size:12px}TBFTable-table tbody{height:auto!important}.TBFTable-table tbody tr td{font-size:12px}.TBFContent-padded .col-xs-6:nth-child(1){width:40%}.TBFContent-padded .col-xs-6:nth-child(2){width:60%}.TBF-v1-BlockContainer{height:auto!important}}.col-xs-2-5{width:20.83334%}.col-xs-2-5,.col-xs-9-5{position:relative;min-height:1px;padding-left:15px;padding-right:15px;float:left}.col-xs-9-5{width:79.16666%}.TBFCustomer__nitionalityInfo{margin-top:10px;margin-bottom:10px}.TBF-v1-BlockContainer{background-color:#f9fbff;box-sizing:border-box;padding:20px;height:100%;width:100%;overflow:auto}.TBF-v1-BlockContainer>div{position:relative}.TBFCustomersPage .TBFTable-table tr td:nth-child(1),.TBFCustomersPage .TBFTable-table tr th:nth-child(1){width:5%}.TBFCustomersPage .TBFTable-table tr td:nth-child(2),.TBFCustomersPage .TBFTable-table tr td:nth-child(3),.TBFCustomersPage .TBFTable-table tr td:nth-child(4),.TBFCustomersPage .TBFTable-table tr th:nth-child(2),.TBFCustomersPage .TBFTable-table tr th:nth-child(3),.TBFCustomersPage .TBFTable-table tr th:nth-child(4){width:15%}.TBFCustomersPage .TBFTable-table tr td:nth-child(5),.TBFCustomersPage .TBFTable-table tr td:nth-child(6),.TBFCustomersPage .TBFTable-table tr td:nth-child(7),.TBFCustomersPage .TBFTable-table tr td:nth-child(8),.TBFCustomersPage .TBFTable-table tr th:nth-child(5),.TBFCustomersPage .TBFTable-table tr th:nth-child(6),.TBFCustomersPage .TBFTable-table tr th:nth-child(7),.TBFCustomersPage .TBFTable-table tr th:nth-child(8){width:10%}.TBFCustomersPage .TBFTable-table tr td:nth-child(9),.TBFCustomersPage .TBFTable-table tr th:nth-child(9){width:5%}.system-fullHeight{height:100%;padding:0;margin:0}.TBFContent{background-color:#fff;box-shadow:0 1px 2px 0 hsla(0,0%,78%,.5);position:relative;font-family:Roboto}.TBFContent-padded{padding:25px 30px}
/*# sourceMappingURL=main.f2ce1a58.css.map*/