.header{display:flex;flex-direction:column}.header>div{font-size:24px;letter-spacing:-0.6px;color:#fff;padding:0 19px}.header-top{height:56px;display:flex;justify-content:space-between;align-items:center}.header-top .user-management-naming{display:flex}.header-top .user-management-naming div{margin-right:12px}.header-top .user-management-naming div span{color:#ff7321}.header-user-role{line-height:56px;height:56px}
:export{breakpointMobile:751px;breakpointTabletMin:752px;breakpointTabletMax:1023px;breakpointDesktopLargeMin:1024px;sliderHeight:64px;vesselbarWidth:290px;vesselbarMobileWidth:198px;focusVesselWidth:452px;swipeableContentClosedMaxHeight:296px;swipeableContentClosedHeight:30%;notificationsListWidthFromRight:432px;singleNotificationWidthFromRight:540px;pageMarginXDesktop:32px;topBarHeight:56px;viewAsHeight:36px;pageTabsHeight:56px;colorDarkestNight:#000921;colorBrandNight:#0f172b;colorBrandEvening:#0f334a;colorBrandAfternoon:#004a6b;colorBrandNoon:#086795;colorBrandBrighter:#008fd4;colorTrafficLightGreen:#03ac00;colorTrafficLightYellow:#ffcc54;colorTrafficLightRed:#ff552c;colorBrandGray:#6d6e71;colorBrandSun:#ff7321}.loading-layer{border-radius:8px;position:fixed;z-index:9999;margin-top:-24px;top:50vh;margin-left:-24px;left:50%;text-align:center;width:48px;height:48px;border-radius:24px}.theme-light .loading-layer{background:#fff}.theme-dark .loading-layer{background:#0f172b}.theme-light .loading-layer{box-shadow:0 4px 10px 0 rgba(63,72,101,.12);border:1px solid rgba(54,64,93,.06)}.theme-dark .loading-layer{box-shadow:0 4px 10px 0 rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.5)}
:export{breakpointMobile:751px;breakpointTabletMin:752px;breakpointTabletMax:1023px;breakpointDesktopLargeMin:1024px;sliderHeight:64px;vesselbarWidth:290px;vesselbarMobileWidth:198px;focusVesselWidth:452px;swipeableContentClosedMaxHeight:296px;swipeableContentClosedHeight:30%;notificationsListWidthFromRight:432px;singleNotificationWidthFromRight:540px;pageMarginXDesktop:32px;topBarHeight:56px;viewAsHeight:36px;pageTabsHeight:56px;colorDarkestNight:#000921;colorBrandNight:#0f172b;colorBrandEvening:#0f334a;colorBrandAfternoon:#004a6b;colorBrandNoon:#086795;colorBrandBrighter:#008fd4;colorTrafficLightGreen:#03ac00;colorTrafficLightYellow:#ffcc54;colorTrafficLightRed:#ff552c;colorBrandGray:#6d6e71;colorBrandSun:#ff7321}.lds-ellipsis{display:inline-block;position:relative;width:32px;height:32px}.lds-ellipsis div{position:absolute;top:14px;width:4px;height:4px;border-radius:50%;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.theme-light .lds-ellipsis div{background:#0f172b}.theme-dark .lds-ellipsis div{background:#c3c4c8}.lds-ellipsis div:nth-child(1){left:3px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:3px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:10px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:17px;animation:lds-ellipsis3 .6s infinite}.theme-light .lds-ellipsis.lds-ellipsis--inverted-colors div{background:#fff}.theme-dark .lds-ellipsis.lds-ellipsis--inverted-colors div{background:#0f172b}.lds-ellipsis.lds-ellipsis--large{width:48px;height:48px}.lds-ellipsis.lds-ellipsis--large div{width:6px;height:6px;top:20px}.lds-ellipsis.lds-ellipsis--large div:nth-child(1){left:11px}.lds-ellipsis.lds-ellipsis--large div:nth-child(2){left:11px;animation:lds-ellipsis-large2 .6s infinite}.lds-ellipsis.lds-ellipsis--large div:nth-child(3){left:20px;animation:lds-ellipsis-large2 .6s infinite}.lds-ellipsis.lds-ellipsis--large div:nth-child(4){left:29px}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(7px, 0)}}@keyframes lds-ellipsis-large2{0%{transform:translate(0, 0)}100%{transform:translate(9px, 0)}}
.loading-layer{position:absolute;top:50%}.children-wrapper{width:100%;height:100%;position:absolute;background:rgba(255,255,255,.75)}
.user-menu{display:flex;align-items:center;margin:0 12px;cursor:pointer;position:relative}.user-menu-data-wrapper{display:flex;align-items:center}.user-menu-data-wrapper .user-menu-data{display:flex;flex-direction:column;margin-left:12px}.user-menu-data-wrapper .user-menu-data .user-name{font-size:16px}.user-menu-data-wrapper .user-menu-data .user-company{font-size:12px;color:#fff}.user-menu-overlay{background:#fff;position:absolute;z-index:100;transform:translateY(45px);padding:0;margin:0;list-style:none;box-shadow:0px 2px 4px rgba(0,0,0,.2);width:105%;min-width:119px;right:-5px;min-height:40px}.user-menu-overlay li{color:#000;font-size:14px;height:40px;display:flex;align-items:center}.user-menu-overlay li:hover{background:#e5f4fb}.user-menu-overlay li i{margin-left:5px}.user-menu-overlay li span{margin-left:12px}
@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-ms-keyframes fadeout{from{opacity:1}to{opacity:0}}@-o-keyframes fadeout{from{opacity:1}to{opacity:0}}.toster-container{position:absolute;z-index:9999;right:0;width:400px;max-height:100%;bottom:0;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center;flex-wrap:wrap;overflow:hidden}.toster-container .alert{margin:8px 0;padding:16px;width:344px;font-size:14px;line-height:18px;display:flex;justify-content:space-between;background:#0f334a;color:#fff;cursor:pointer;-webkit-transition:transform 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:transform 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:fadein .5s;-moz-animation:fadein .5s;-ms-animation:fadein .5s;-o-animation:fadein .5s;animation:fadein .5s}.toster-container .alert:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.toster-container .alert:hover .alert-display--description{max-height:500px}.toster-container .alert-close-icon{cursor:pointer;color:#fff;font-size:28px;width:16px;height:16px}.toster-container .alert-block{display:flex;align-items:flex-start}.toster-container .alert-display{display:flex;flex-direction:column}.toster-container .alert-display--message{min-height:24px;line-height:24px;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.toster-container .alert-display--description{padding:4px 0;font-size:14px;max-height:48px;height:auto;overflow:hidden;text-overflow:ellipsis;-webkit-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.toster-container .alert .icon-alert{margin-right:8px}
.with-tooltip>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.with-tooltip.inline{display:inline-block}.tooltip{opacity:0;z-index:0;position:absolute}.tooltip__content{position:relative;padding:10px;opacity:.9;min-width:70px;max-width:250px;font-size:12px;line-height:1.625;word-break:break-word;background:#0f334a;color:#fff}.tooltip__content:before{border:solid;border-color:#0f334a transparent;border-width:8px 8px 0 8px;content:"";left:45%;bottom:-8px;position:absolute}.tooltip--visible{z-index:1000;opacity:1}
.custom-modal>header{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;height:40px;padding-left:17px;line-height:40px;border-bottom:1px solid #c4c4c4}.custom-modal>header span{line-height:40px;font-size:12px;letter-spacing:1px;font-weight:bold}.custom-modal>header i{padding-right:17px;cursor:pointer}.custom-modal>section{height:calc(100% - 40px - 56px);padding:20px 16px;box-sizing:border-box}.custom-modal>footer{box-sizing:border-box;height:56px;border-top:1px solid #c4c4c4;display:flex;align-items:center;justify-content:flex-end;padding-right:15px}.custom-modal>footer button:first-child{margin-right:15px}
.confirm-popup{width:626px;height:240px}.confirm-popup section{display:flex;align-items:center;justify-content:center}
.checkbox-slider{position:relative;display:flex;width:31px;height:14px}.checkbox-slider input{display:none}.checkbox-slider input:checked+.slider{background:rgba(15,51,74,.3)}.checkbox-slider input:checked+.slider:before{transform:translateX(14px);background:#0f334a;box-shadow:0px 1px 2px #0d132a}.checkbox-slider .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;background:rgba(15,51,74,.3);border-radius:34px}.checkbox-slider .slider:before{position:absolute;content:"";height:20px;width:20px;left:-2px;bottom:-3px;transition:.4s;background:#fff;box-shadow:0px 0px 2px #979797;border-radius:50%}.checkbox-table-wrapper{display:flex;align-items:center;height:100%;justify-content:center}
.product-card{display:flex;flex-direction:column;justify-content:space-between;min-width:400px;width:400px;height:216px;margin-right:20px;border:1px solid #8799a4;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,.25);padding:16px}.product-card__header{font-weight:500;font-size:24px;line-height:1.2;letter-spacing:-0.2px;color:#000;margin-bottom:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card__body{font-weight:normal;font-size:14px;line-height:18px;letter-spacing:-0.03px}.product-card__footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between}.product-card__url{display:inline-flex;align-items:center;font-weight:bold;font-size:12px;line-height:14px;letter-spacing:1px;text-transform:uppercase;color:#086795;text-decoration:none}.product-card__url span{margin-left:8px}.product-card__url span.margin-right{margin-left:0;margin-right:8px}.product-card__url i{color:#086795}.product-card__url i.icon-about{background-position-y:-44px}.product-card__url.disabled{color:#bfc1c7;pointer-events:none}.product-card__url.disabled i.icon-about{background-position-y:-67px}
.EmptyProductsPage{display:flex;justify-content:center;width:100%;margin-top:10vh}.EmptyProductsPage__content{min-width:550px}.EmptyProductsPage__text{font-style:normal;font-weight:600;font-size:32px;line-height:32px;text-align:center;letter-spacing:-1px;color:#0f172b}.EmptyProductsPage__text a{color:#008fd4;text-decoration:none}.EmptyProductsPage__logo{margin-top:12vh}
.product-page{width:100%;height:100%;display:flex;flex-direction:column}.product-page .page-header{font-weight:600;padding:16px 20px 10px 20px}.product-page .page-body{height:100%;display:flex;padding:0;flex-wrap:wrap;width:100%;justify-content:space-between;overflow:hidden}.product-page .page-body .list-wrap{width:60%;padding:26px 0 26px 80px}.product-page__products-row{display:flex;align-items:center;justify-content:space-between;width:56%;max-width:876px;padding:52px 0 0 80px}.product-page__products-row:last-of-type{padding-bottom:52px}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

html,body,#root,#root>*{height:100%}body{margin:0;font-family:"Roboto",sans-serif;background-color:#0f334a;color:#0f172b;font-size:16px;overflow:hidden}::placeholder{color:rgba(15,23,43,.3)}#root{display:flex}#root>main{position:relative;display:flex;flex-direction:column;width:100%;background:#fff;overflow:auto}#root>main>header{position:relative;z-index:100;height:56px;background:#0f334a}#root>main>section{position:relative;z-index:50;display:flex;width:100%;height:100%}#root>main>section .router-outlet{width:100%;background:#fff;border-left:4px solid #0f334a}.page-header{font-weight:600;font-size:24px;letter-spacing:-0.6px}.card{background:#fff}.card .card-header{padding:16px 20px;font-weight:600;font-size:24px;letter-spacing:-0.6px}.card .card-header-controls{display:flex;justify-content:space-between;padding-top:20px}.card .card-body{height:100%;position:relative}form .form-control-block{display:flex;align-items:center;margin-bottom:16px}form .form-control-block label{width:80px;font-size:14px;margin-right:12px}form .form-control-block input{width:100%}.flex-table .list{overflow:hidden !important}.icon{display:block;height:24px;width:24px;cursor:pointer;background-repeat:no-repeat;background-size:auto;background-position-x:0}.icon.icon-about{background-image:url(/static/media/about.d486464ea3e85f75bf73.svg)}.icon.icon-edit{background-image:url(/static/media/edit-pencil.b53c96452af8798e9a3a.svg)}.icon.icon-search{background-image:url(/static/media/search.81c93cac8b02eafe2636.svg)}.icon.icon-garbage{background-image:url(/static/media/garbage.8df97a4d054e9cec9898.svg)}.icon.icon-archive{background-image:url(/static/media/to-archive.0cdc6104a1a8f06e9fb1.svg)}.icon.icon-logout{background-image:url(/static/media/log-out.90ff76d3667fe63e720e.svg)}.icon.icon-arrow-right{height:14px;width:18px;background-size:18px 14px;background-image:url(/static/media/arrow-right.6c8295a27446d3188cc2.svg)}.icon.icon-lock{height:22px;width:16px;background-size:16px 22px;background-image:url(/static/media/lock.cd6de86efc1f9c1b5e36.svg)}.icon.icon-linked{height:22px;width:20px;background-size:16px 22px;background-image:url(/static/media/linked.4cba3b5a046d1f9a4afc.svg)}.icon.icon-chevron{background-size:15px 8px;background-image:url(/static/media/chevron-down.a5d10b8398e3f3cc3edc.svg);background-position:center;transition:transform .3s ease-in-out}.icon.icon-chevron.left{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);border-radius:50%}.icon.icon-chevron.left:hover{background-color:#e5edf0}.icon.icon-chevron.right{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon.icon-chevron.up{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon.icon-menu-chevron{height:8px;width:15px;background-size:15px 8px;background-image:url(/static/media/menu-chevron.9fc84215d741e7f324ab.svg)}.icon.icon-close-modal{height:12px;width:12px;background-size:12px 12px;background-image:url(/static/media/modal-close.08b9e338fc9a93f7a9c3.svg)}.icon.icon-checkbox{height:8px;width:10px;background-size:10px 8px;background-image:url(/static/media/checkbox.2e972edceb28d19aebfd.svg)}.icon.icon-alert{min-width:24px;min-height:24px}.icon.icon-alert.success{background-image:url(/static/media/alert-success.43835c618d41867430a1.svg)}.icon.icon-alert.error{background-image:url(/static/media/alert-error.163243e81250d6800783.svg)}.icon.icon-alert.info{background-image:url(/static/media/alert-info.80b31d8844e5ac1620e5.svg)}.icon.icon-alert.warning{background-image:url(/static/media/alert-warn.163243e81250d6800783.svg)}.custom-table{width:100%;height:100%;border-collapse:collapse;border:none}.custom-table thead{border-bottom:1px solid rgba(141,155,163,.5)}.custom-table thead tr{background:#f3f5f6;box-shadow:0px 1px 2px rgba(0,0,0,.139068);height:40px}.custom-table thead tr td{text-transform:uppercase;font-size:14px;letter-spacing:1px;color:#0f172b;font-weight:600;position:sticky;top:0;background:#f3f5f6;border:none}.custom-table thead tr td.table-controls-header{width:90px}.custom-table tbody tr{height:40px;cursor:pointer}.custom-table tbody tr:hover{background:#e5f4fb}.custom-table tbody tr td{max-width:100px;font-size:14px;text-overflow:ellipsis;overflow:hidden}.custom-table tbody tr td.table-controls{width:90px}.custom-table tbody tr td.table-controls div{display:flex;justify-content:space-around;margin-right:10px}.custom-table td{padding-left:15px}.button{display:inline-flex;justify-content:center;align-items:center;min-width:68px;height:34px;padding:4px 16px;border:none;outline:none;color:#fff;cursor:pointer;background:#fff;text-transform:uppercase;font-weight:bold}.button[disabled]{cursor:not-allowed}.button.primary{background:#0f334a}.button.primary:hover{background:#004a6b}.button.primary:active{background:#086795}.button.primary[disabled]{background:#8799a4;color:#e5e6e9}.button.secondary{border:2px solid #086795;color:#086795;background:#fff}.button.secondary:hover{color:#008fd4;border-color:#008fd4}.button.secondary:active{color:#62ccff;border-color:#62ccff}.button.secondary[disabled]{color:#8799a4;border-color:#8799a4}.button.secondary.alt{color:#fff;border:2px solid #fff;background:transparent}.button.secondary.alt:hover{color:#fff;border-color:#fff}.button.secondary.alt:active{color:#e5e6e9;border-color:#e5e6e9}.button.secondary.alt[disabled]{color:#fff;border-color:#fff}.button.disabled{background:#e5e6e9}.active-link-text{color:#086795;font-size:20px;line-height:26px;letter-spacing:-0.6px;font-weight:600;cursor:pointer}.active-link-text:hover{color:#008fd4}.active-link-text:active{color:#62ccff}.active-link-text[disabled]{color:#8799a4}.search{display:flex}.search input{height:34px;font-size:14px;font-family:inherit}.search .search-clear{height:34px !important;line-height:34px !important}.search .search-clear:before{height:18px}.input-with-icon{display:flex;align-items:center;border-radius:1px;padding:4px;border:1px solid #c3c5ca;height:34px;box-sizing:border-box}.input-with-icon i{margin-left:4px;margin-right:12px}.input-with-icon input{font-size:14px;width:100%;border:none;height:auto}.input-with-icon input:focus .input-with-icon{border-color:#0f172b}input{height:34px;outline:none;box-sizing:border-box;border:1px solid #c3c5ca;border-radius:1px;padding:4px;background:#fff}input:focus{border-color:#0f172b}select{height:34px;box-sizing:border-box;border:1px solid #c3c5ca;background:#fff}select:focus{border-color:#0f172b}.multi-value-selector .values{min-width:124px !important}.multi-value-selector .values .react-select-container{height:34px}.multi-value-selector .values .react-select-container .react-select__control{height:34px;min-height:auto;border-radius:0;border:1px solid #c3c5ca}.multi-value-selector .values .react-select-container .react-select__control>div{height:100%}.multi-value-selector .values .react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator{display:none}.multi-value-selector .values .react-select-container .react-select__menu{border-radius:0}.checkbox{line-height:15px;padding-left:25px;font-size:12px;position:relative;height:20px}.checkbox.disabled{opacity:.5}.checkbox input{display:none}.checkbox input:checked+label svg path{stroke-dashoffset:0}.checkbox label{cursor:pointer;user-select:none;padding-left:0;white-space:nowrap}.checkbox label .data-source{margin-top:8px}.checkbox label .icon{position:absolute;left:5px;top:6px}.checkbox label:after{box-sizing:inherit;left:0;position:absolute;content:"";width:20px;height:20px;border-radius:3px;background:transparent}.checkbox label:after{border:2px solid #c3ccd2;box-sizing:border-box}.tag{display:inline-flex;padding:0 6px;height:22px;background:#c3c5ca;border-radius:1px;align-items:center}.tag__container{white-space:nowrap}.tag__container .tag{margin-bottom:18px}.ReactModal__Overlay{background:rgba(15,23,43,.3) !important;z-index:9999}.ReactModal__Overlay .ReactModal__Content{position:absolute;top:50%;left:50%;right:auto;bottom:auto;margin-right:-50%;transform:translate(-50%, -50%);background:#fff;overflow:auto;outline:none;box-shadow:0px 4px 4px rgba(0,0,0,.25);border:1px solid #bfc1c7}.flex-table{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.flex-table--head{width:100%;border-bottom:1px solid #bfc1c7}.flex-table--head__row{display:flex;align-items:center;justify-content:space-between;background:#e5e6e9;height:40px}.flex-table--head__column{padding:0 20px;cursor:pointer;position:sticky;display:flex;align-items:center;flex:0;top:0;height:100%;background:#e5e6e9;border:none;overflow:hidden}.flex-table--head__column.divider{border-right:1px solid #bfc1c7}.flex-table--head__column.disabledSort{pointer-events:none}.flex-table--head__column.disabledSort>i{display:none}.flex-table--head__column:hover{text-decoration:underline}.flex-table--head__column span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;font-size:12px;letter-spacing:1px;font-weight:600}.flex-table--head__controls{display:flex;align-items:center;height:100%;margin-right:12px}.flex-table--body{width:100%;flex:1}.flex-table--body__row{height:40px;line-height:40px;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.flex-table--body__row:last-child{border-bottom:1px solid #bfc1c7}.flex-table--body__row.expandable{background:#e5e6e9;height:40px;border:1px solid #8d9ba3 !important;border-left:none !important;border-right:none !important;justify-content:flex-start}.flex-table--body__row.expandable .icon-chevron{padding:0 8px}.flex-table--body__row.expandable:hover{background:#e5e6e9}.flex-table--body__row:hover{background:#e6f0f4}.flex-table--body__row:hover .flex-table--body__controls{opacity:1}.flex-table--body__row.selected{background:#e6f0f4}.flex-table--body__row .linked-vessel{display:flex;align-items:center;width:100%}.flex-table--body__row .linked-vessel i{margin-right:8px}.flex-table--body__row .wellknown-group{display:flex;justify-content:space-between;width:100%;align-items:center}.flex-table--body__column{height:100%;padding:0 20px;overflow:hidden;display:flex;height:100%;width:100%;align-items:center;flex:0}.flex-table--body__column.divider{border-right:1px solid #bfc1c7}.flex-table--body__column span{width:100%;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.flex-table--body__column.editable>span{display:flex}.flex-table--body__column.editable .flex-table--body__controls{align-items:baseline}.flex-table--body__controls{height:100%;display:flex;align-items:center;justify-content:flex-end;margin-right:12px;opacity:0}.flex-table--body__controls i{margin-right:8px}.flex-table--line-break.flex-table--body .flex-table--body__row .flex-table--body__column span{line-height:1.5;height:calc(100% - 20px)}.column-1{flex:1}.column-2{flex:2}.column-3{flex:3}.column-4{flex:4}.column-5{flex:5}.column-6{flex:6}.column-7{flex:7}.column-8{flex:8}.column-9{flex:9}.column-10{flex:10}.column-11{flex:11}.column-12{flex:12}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-ms-keyframes fadeout{from{opacity:1}to{opacity:0}}@-o-keyframes fadeout{from{opacity:1}to{opacity:0}}

/*# sourceMappingURL=main.0322fd06.css.map*/