@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i&display=swap);@import url(https://fonts.googleapis.com/css?family=Prata&display=swap);.Button{white-space:nowrap;padding:4px 16px;display:flex;align-items:center;justify-content:space-between;border-radius:100px;border-width:1px;border-style:solid;cursor:pointer;outline:none;color:#fff}.Button:disabled,.Button:disabled:hover{background-color:#f7f9fb;border-color:#f7f9fb;color:#abbac8;cursor:default}.Button--regular{border-color:#23252b;background-color:#23252b}.Button--regular:hover{border-color:#000;background-color:#000}.Button--regular:active{background-color:#23252b;border-color:#23252b}.Button--regular.Button--ghost{color:#23252b;background-color:#fff}.Button--regular.Button--ghost:hover{background-color:#eff3f6}.Button--regular.Button--ghost:active{background-color:#c9d2df}.Button--gold{border-color:#bc8e4e;background-color:#bc8e4e}.Button--gold:hover{border-color:#ae7e3a;background-color:#ae7e3a}.Button--gold:active{background-color:#bc8e4e;border-color:#bc8e4e}.Button--gold.Button--ghost{color:#bc8e4e;background-color:#fff}.Button--gold.Button--ghost:hover{background-color:#eff3f6}.Button--gold.Button--ghost:active{background-color:#c9d2df}.Button--primary{border-color:#75b1e7;background-color:#75b1e7}.Button--primary:hover{border-color:#539cdd;background-color:#539cdd}.Button--primary:active{background-color:#75b1e7;border-color:#75b1e7}.Button--primary.Button--ghost{color:#75b1e7;background-color:#fff}.Button--primary.Button--ghost:hover{background-color:#eff3f6}.Button--primary.Button--ghost:active{background-color:#c9d2df}.Button--success{border-color:#77d497;background-color:#77d497}.Button--success:hover{border-color:#14b774;background-color:#14b774}.Button--success:active{background-color:#77d497;border-color:#77d497}.Button--success.Button--ghost{color:#77d497;background-color:#fff}.Button--success.Button--ghost:hover{background-color:#eff3f6}.Button--success.Button--ghost:active{background-color:#c9d2df}.Button--warn{border-color:#ffcf5e;background-color:#ffcf5e}.Button--warn:hover{border-color:#eeb156;background-color:#eeb156}.Button--warn:active{background-color:#ffcf5e;border-color:#ffcf5e}.Button--warn.Button--ghost{color:#ffcf5e;background-color:#fff}.Button--warn.Button--ghost:hover{background-color:#eff3f6}.Button--warn.Button--ghost:active{background-color:#c9d2df}.Button--danger{border-color:#f24a49;background-color:#f24a49}.Button--danger:hover{border-color:#d82b2a;background-color:#d82b2a}.Button--danger:active{background-color:#f24a49;border-color:#f24a49}.Button--danger.Button--ghost{color:#f24a49;background-color:#fff}.Button--danger.Button--ghost:hover{background-color:#eff3f6}.Button--danger.Button--ghost:active{background-color:#c9d2df}.Button__icon{height:20px;width:20px;margin-left:8px}.Checkbox{display:inline-block;height:14px;width:14px;padding:1px;border:1px solid #23252b;border-radius:4px;cursor:pointer}.Checkbox div{height:100%;width:100%;border-radius:2px}.Checkbox.Checkbox--round{border-radius:7px}.Checkbox.Checkbox--round div{border-radius:5px}.Checkbox:hover div{background-color:#eff3f6}.Checkbox.Checkbox--checked.Checkbox--round:hover div,.Checkbox.Checkbox--checked.Checkbox--round div,.Checkbox.Checkbox--checked:hover div,.Checkbox.Checkbox--checked div,.Checkbox:active div{background-color:#23252b}.Checkbox.Checkbox--checked.Checkbox--round:active div,.Checkbox.Checkbox--checked:active div{background-color:#fff}.Checkbox.Checkbox--disabled,.Checkbox.Checkbox--disabled.Checkbox--round{pointer-events:none;border-color:#f7f9fb}.Checkbox.Checkbox--disabled.Checkbox--checked div,.Checkbox.Checkbox--disabled.Checkbox--round.Checkbox--checked div{background-color:#f7f9fb}.CustomIconButton{padding:4px;border-radius:5px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;outline:none;background-color:#fff}.CustomIconButton img{height:24px;width:24px}.CustomIconButton:hover{background-color:#eff3f6}.CustomIconButton:active{background-color:#c9d2df}.SearchInput{width:100%;padding:4px;background-color:#fff;border:1px solid #abbac8;border-radius:10px;display:flex;justify-content:flex-start;align-items:center}.SearchInput:focus-within{border-color:#23252b}.SearchInput .SearchInput__icon{width:20px;height:20px}.SearchInput .SearchInput__input{font-weight:300;margin-left:4px;flex-grow:1;border:none;outline:none}.SearchInput .SearchInput__input::placeholder{color:#abbac8}.DropDown{position:relative;-webkit-user-select:none;user-select:none}.DropDown__title{width:100%;padding:4px 8px;border:1px solid #abbac8;border-radius:5px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.DropDown__title:hover{background-color:#eff3f6}.DropDown__title:active{background-color:#c9d2df}.DropDown__placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DropDown__chevron{transition:transform .32s ease;width:22px;height:22px}.DropDown__itemsWrapper{visibility:hidden;position:absolute;z-index:10;width:100%;margin-top:4px;border:1px solid #e0e6ef;border-radius:3px;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);overflow:hidden}.DropDown__search{padding:8px}.DropDown__items{overflow:auto}.DropDown--open .DropDown__itemsWrapper,.DropDown--open .DropDown__search{visibility:initial;animation-name:fade-in;animation-duration:.18s}.DropDown--open .DropDown__chevron{transform:rotate(180deg)}.Grid{--content-width:100vw;--gutter:30px;--columns:1;--row-size:calc((var(--content-width) - var(--gutter)*(var(--columns) - 1))/var(--columns));display:grid;max-width:var(--content-width);grid-template-columns:repeat(var(--columns),1fr);grid-auto-rows:var(--row-size);grid-column-gap:var(--gutter);grid-row-gap:var(--gutter);--content-width:var(--content-width);--gutter:1em;--columns:var(--columns)}.Grid,.Input{width:100%}.Input label{display:flex;flex-direction:column}.Input__label{margin-bottom:8px;font-weight:300}.Input__input{width:100%;height:36px;font-weight:300;box-sizing:border-box;padding:8px 12px;background-color:#fff;border:1px solid #eff3f6;border-radius:10px;outline:none}.Input__input::placeholder{color:#abbac8}.Input__input:focus{border-color:#23252b}.Input__info--error{color:#ef7a7a;border-bottom:1px solid #ef7a7a}.Input__info--error,.Input__info--success{font-size:.75em;margin-top:8px;margin-left:16px;transition:width 400 ease;width:calc(100% - 32px)}.Input__info--success{color:#93dfad;border-bottom:1px solid #93dfad}.container{max-width:100%;overflow-x:hidden}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.row.justify-content-space-between{justify-content:space-between}.row.justify-content-start{justify-content:flex-start}.row.justify-content-space-around{justify-content:space-around}.row.justify-content-space-evenly{justify-content:space-evenly}.row.justify-content-center{justify-content:center}.row.justify-content-end{justify-content:flex-end}.row.align-items-center{align-items:center}.row.align-items-start{align-items:flex-start}.row.align-items-end{align-items:flex-end}.row.align-items-stretch{align-items:stretch}.row.no-gut{margin-left:0;margin-right:0}.row.no-gut>div[class^=col-]{padding-left:0;padding-right:0}.row,.row.gut-s{margin-right:-4px;margin-left:-4px}.row.gut-s>div[class^=col-],.row>div[class^=col-]{padding-left:4px;padding-right:4px}.row.gut-xs{margin-right:-2px;margin-left:-2px}.row.gut-xs>div[class^=col-]{padding-left:2px;padding-right:2px}.row.gut-m{margin-right:-8px;margin-left:-8px}.row.gut-m>div[class^=col-]{padding-left:8px;padding-right:8px}.row.gut-l{margin-right:-16px;margin-left:-16px}.row.gut-l>div[class^=col-]{padding-left:16px;padding-right:16px}.row.gut-xl{margin-right:-32px;margin-left:-32px}.row.gut-xl>div[class^=col-]{padding-left:32px;padding-right:32px}div[class^=col-]{width:100%}div[class^=col-],div[class^=col-] *{box-sizing:border-box}div[class^=col-].align-self-start{align-self:flex-start}div[class^=col-].align-self-center{align-self:center}div[class^=col-].align-self-end{align-self:flex-end}div[class^=col-].align-self-stretch{align-self:stretch}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.33333%;max-width:8.33333%;flex:0 0 auto}.col-xs-2{flex-basis:16.66667%;max-width:16.66667%;flex:0 0 auto}.col-xs-3{flex-basis:25%;max-width:25%;flex:0 0 auto}.col-xs-4{flex-basis:33.33333%;max-width:33.33333%;flex:0 0 auto}.col-xs-5{flex-basis:41.66667%;max-width:41.66667%;flex:0 0 auto}.col-xs-6{flex-basis:50%;max-width:50%;flex:0 0 auto}.col-xs-7{flex-basis:58.33333%;max-width:58.33333%;flex:0 0 auto}.col-xs-8{flex-basis:66.66667%;max-width:66.66667%;flex:0 0 auto}.col-xs-9{flex-basis:75%;max-width:75%;flex:0 0 auto}.col-xs-10{flex-basis:83.33333%;max-width:83.33333%;flex:0 0 auto}.col-xs-11{flex-basis:91.66667%;max-width:91.66667%;flex:0 0 auto}.col-xs-12{flex-basis:100%;max-width:100%;flex:0 0 auto}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}@media only screen and (min-width:540px){.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333%;max-width:8.33333%;flex:0 0 auto}.col-sm-2{flex-basis:16.66667%;max-width:16.66667%;flex:0 0 auto}.col-sm-3{flex-basis:25%;max-width:25%;flex:0 0 auto}.col-sm-4{flex-basis:33.33333%;max-width:33.33333%;flex:0 0 auto}.col-sm-5{flex-basis:41.66667%;max-width:41.66667%;flex:0 0 auto}.col-sm-6{flex-basis:50%;max-width:50%;flex:0 0 auto}.col-sm-7{flex-basis:58.33333%;max-width:58.33333%;flex:0 0 auto}.col-sm-8{flex-basis:66.66667%;max-width:66.66667%;flex:0 0 auto}.col-sm-9{flex-basis:75%;max-width:75%;flex:0 0 auto}.col-sm-10{flex-basis:83.33333%;max-width:83.33333%;flex:0 0 auto}.col-sm-11{flex-basis:91.66667%;max-width:91.66667%;flex:0 0 auto}.col-sm-12{flex-basis:100%;max-width:100%;flex:0 0 auto}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}}@media only screen and (min-width:960px){.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333%;max-width:8.33333%;flex:0 0 auto}.col-md-2{flex-basis:16.66667%;max-width:16.66667%;flex:0 0 auto}.col-md-3{flex-basis:25%;max-width:25%;flex:0 0 auto}.col-md-4{flex-basis:33.33333%;max-width:33.33333%;flex:0 0 auto}.col-md-5{flex-basis:41.66667%;max-width:41.66667%;flex:0 0 auto}.col-md-6{flex-basis:50%;max-width:50%;flex:0 0 auto}.col-md-7{flex-basis:58.33333%;max-width:58.33333%;flex:0 0 auto}.col-md-8{flex-basis:66.66667%;max-width:66.66667%;flex:0 0 auto}.col-md-9{flex-basis:75%;max-width:75%;flex:0 0 auto}.col-md-10{flex-basis:83.33333%;max-width:83.33333%;flex:0 0 auto}.col-md-11{flex-basis:91.66667%;max-width:91.66667%;flex:0 0 auto}.col-md-12{flex-basis:100%;max-width:100%;flex:0 0 auto}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}}@media only screen and (min-width:1200px){.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333%;max-width:8.33333%;flex:0 0 auto}.col-lg-2{flex-basis:16.66667%;max-width:16.66667%;flex:0 0 auto}.col-lg-3{flex-basis:25%;max-width:25%;flex:0 0 auto}.col-lg-4{flex-basis:33.33333%;max-width:33.33333%;flex:0 0 auto}.col-lg-5{flex-basis:41.66667%;max-width:41.66667%;flex:0 0 auto}.col-lg-6{flex-basis:50%;max-width:50%;flex:0 0 auto}.col-lg-7{flex-basis:58.33333%;max-width:58.33333%;flex:0 0 auto}.col-lg-8{flex-basis:66.66667%;max-width:66.66667%;flex:0 0 auto}.col-lg-9{flex-basis:75%;max-width:75%;flex:0 0 auto}.col-lg-10{flex-basis:83.33333%;max-width:83.33333%;flex:0 0 auto}.col-lg-11{flex-basis:91.66667%;max-width:91.66667%;flex:0 0 auto}.col-lg-12{flex-basis:100%;max-width:100%;flex:0 0 auto}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}}.ListItem{padding:4px 8px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ListItem:hover{background-color:#eff3f6}.ListItem.ListItem--active,.ListItem.ListItem--active *,.ListItem:active,.ListItem:active *{background-color:#c9d2df}.ListItem:active .Checkbox div{background-color:#23252b}.ListItem *{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ListItem--checkbox.ListItem--active,.ListItem--checkbox.ListItem--active *{background-color:#fff}.ListItem--checkbox:hover,.ListItem--checkbox:hover *{background-color:#eff3f6}.ListItem--checkbox:active,.ListItem--checkbox:active *{background-color:#c9d2df}.Loader{position:relative;margin:0 auto}.Loader:before{content:"";display:block;padding-top:100%}.Loader__circle,.Loader__circle--black,.Loader__circle--gold,.Loader__circle--grey{height:100%;width:100%;position:absolute;transform-origin:center center;top:0;bottom:0;left:0;right:0;margin:auto;animation:rotate 2s linear infinite}.Loader__circle--black>circle{stroke:#23252b}.Loader__circle--grey>circle{stroke:#c9d2df}.Loader__circle--gold>circle{stroke:#bc8e4e}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.Message{text-align:center;padding:16px;border-radius:10px}.Message--error{background-color:#fbf0f0;color:#f24a49;border:1px solid #f24a49}.Message--error *{color:#f24a49}.Message--warn{background-color:#fdf3e5;color:#eeb156;border:1px solid #eeb156}.Message--warn *{color:#eeb156}.Message--success{background-color:#e7f9ed;color:#14b774;border:1px solid #14b774}.Message--success *{color:#14b774}.Message--info{background-color:#f5faff;color:#75b1e7;border:1px solid #75b1e7}.Message--info *{color:#75b1e7}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.Modal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:20;display:flex;justify-content:center;align-items:center}.Modal__box{position:relative;padding:64px;box-sizing:border-box;max-width:95vw;max-height:95vh;border-radius:10px;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1)}.Modal__cross{position:absolute;top:16px;right:16px}.Modal__content{height:100%}.Modal__background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7)}.Navbar__logo{padding:8px 0 8px 16px}.Navbar__logo img{vertical-align:middle}.Navbar__content{height:100%}.Navbar__content>div{height:100%;display:inline-block;margin-left:32px}.Navbar__content>div:first-of-type{margin-left:0}.Navbar__actions{display:flex;justify-content:flex-end;align-items:center;padding:8px 16px 8px 0}.Navbar__actions>*{margin-right:8px}.Navbar__actions>:last-child{margin-right:0}.Navbar__FullHeightDropDown,.Navbar__FullHeightLink{display:flex;align-items:center;text-align:center;justify-content:center;height:100%}.Navbar__FullHeightDropDown{position:relative;cursor:default}.Navbar__FullHeightDropDown .Navbar__FullHeightDropDownTriggerZone{width:100%;position:absolute;top:100%;left:0;display:none;background:#ff0}.Navbar__FullHeightDropDown:hover .Navbar__FullHeightDropDownTriggerZone{display:block}.Navbar__FullHeightDropDown .Navbar__FullHeightDropDownItems{position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 1px 4px rgba(0,0,0,.6);border-radius:2px;background:#fff;text-align:center;min-width:200%}.Navbar__FullHeightDropDown .Navbar__FullHeightDropDownItems a{display:block;padding:12px}.NoData{pointer-events:none}.GlobalActions{display:flex}.GlobalActions .ListItem{flex-grow:1;display:flex;justify-content:center;cursor:pointer}.Table{display:flex;flex-direction:row;flex-wrap:nowrap;box-shadow:0 4px 4px rgba(0,0,0,.07);border-radius:10px}.Table .Table__column:first-child{border:none}.Table .Table__column:first-child .Table__cell:first-child,.Table .Table__column:first-child .Table__head--sort:first-child,.Table .Table__column:first-child .Table__head:first-child{border-radius:10px 0 0 0}.Table .Table__column:first-child .Table__cell:last-child,.Table .Table__column:first-child .Table__head--sort:last-child,.Table .Table__column:first-child .Table__head:last-child{border-radius:0 0 0 10px}.Table .Table__column:last-child .Table__cell:first-child,.Table .Table__column:last-child .Table__head--sort:first-child,.Table .Table__column:last-child .Table__head:first-child{border-radius:0 10px 0 0}.Table .Table__column:last-child .Table__cell:last-child,.Table .Table__column:last-child .Table__head--sort:last-child,.Table .Table__column:last-child .Table__head:last-child{border-radius:0 0 10px 0}.Table__column{flex-grow:1;border-left:1px solid #e0e6ef}.Table__column .Table__cell:last-child,.Table__column .Table__head--sort:last-child,.Table__column .Table__head:last-child{border:none}.Table__cell,.Table__head,.Table__head--sort{border-bottom:1px solid #e0e6ef;height:56px;padding:0 16px;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;background-color:#fff;font-weight:300;color:#23252b}.Table__cell:nth-child(2n),.Table__head--sort:nth-child(2n),.Table__head:nth-child(2n){background-color:#eff3f6}.Table__head,.Table__head--sort{justify-content:space-between;border-bottom:2px solid #abbac8;font-weight:600}.Table__head--sort .caption,.Table__head .caption{font-weight:500}.Table__head--sort{cursor:pointer}.Table__sort{height:24px;width:24px}.Table__chevron,.Table__chevron--asc,.Table__chevron--desc{transition:transform .26s ease;display:block;height:100%;-webkit-user-select:none;user-select:none}.Table__chevron--asc{transform:rotate(180deg)}.Toggle,.Toggle--left,.Toggle--right{width:30px;height:15px;position:relative;border-radius:20px;background-color:#23252b;border:1px solid #23252b;cursor:pointer;transition:background-color .2s ease-in-out}.Toggle--left:after,.Toggle--right:after,.Toggle:after{content:" ";display:block;position:absolute;width:9px;height:9px;border-radius:18px;background-color:#fff;border:1px solid #23252b;top:1px;left:1px;transition:transform .2s ease-in-out}.Toggle--left{background-color:#fff}.Toggle--left:after{transform:translateZ(0)}.Toggle--right:after{border:1px solid #fff;transform:translate3d(15px,0,0)}.Header{box-shadow:0 4px 4px rgba(0,0,0,.1);background-color:#fff}.Header .Header__logo img{max-height:40px}.Header .active,.Header .Header__title h2{color:#bc8e4e}.Notification,.Notification--danger,.Notification--info,.Notification--success,.Notification--warn{position:fixed;bottom:16px;right:16px;z-index:20;padding:16px;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);width:260px;border-radius:5px;display:flex;justify-content:center;overflow:hidden;text-overflow:ellipsis;cursor:pointer;animation:appear .6s cubic-bezier(.25,1,.5,1);animation-fill-mode:forwards}.Notification--info{border-top:3px solid #75b1e7}.Notification--success{border-top:3px solid #77d497}.Notification--warn{border-top:3px solid #ffcf5e}.Notification--danger{border-top:3px solid #f24a49}@keyframes appear{0%{bottom:-32px}to{bottom:32px}}.AsyncUi__errorResponse,.AsyncUi__successResponse{margin-top:16px;font-weight:200}.AsyncUi__errorResponsePre{text-align:left;max-height:235px;overflow:auto}.seeDetails{display:block;text-align:right;margin-top:8px}.seeDetails:hover{text-decoration:underline}.MissionCell{max-width:300px}.MissionCell .MissionCell__link{font-size:.7em;font-style:italic}.MissionCell .MissionCell__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ActionsCell{width:100%;display:flex;justify-content:space-between;align-items:center}.ActionsCell .Loader{width:26px;margin:0}.Missions__filters{display:grid;grid-gap:16px;grid-template-columns:auto auto auto;margin-bottom:32px}.Missions__filters .filter__name{display:block;margin-bottom:4px}.Missions__fetch{grid-column:1/span 3;display:flex;justify-content:space-between}.Missions{padding:4px;overflow-x:auto}.Missions .Table__actions{width:320px}.Missions .Table__missionType{width:180px}.InfoTable{background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:10px}.InfoTable .InfoTable__row:nth-child(2n){background-color:#f7f9fb}.InfoTable .InfoTable__row:last-child{border-radius:0 0 10px 10px}.InfoTable .InfoTable__row .InfoTable__label,.InfoTable .InfoTable__row .InfoTable__value{padding:16px;display:flex;align-items:center;font-weight:300}.InfoTable .InfoTable__row .InfoTable__label{font-weight:600;padding-right:0}.MissingEntitiesModal{width:100%;height:200px;display:flex;flex-direction:column}.MissingEntitiesModal .MissingEntitiesModal__title{margin:16px 0;text-align:center;color:#bc8e4e}.MissingEntitiesModal .MissingEntitiesModal__list{margin:16px}.MissingEntitiesModal .MissingEntitiesModal__list li{text-align:center}.ValidationStatsModal{height:200x;width:500px;display:flex;flex-direction:column;justify-content:center}.ValidationStatsModal .ValidationStatsModal__stats{padding:16px;background-color:#cfe2d8}.ValidationStatsModal .ValidationStatsModal__stats p{margin:16px auto;max-width:320px;display:flex;justify-content:space-between}.ValidationStatsModal .ValidationStatsModal__stats p .field{font-weight:400}.Stats{margin-top:16px}.Stats .Stats_Table{box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:10px}.Pagination{display:flex;width:-webkit-max-content;width:max-content;margin:32px auto auto}.Pagination__page{padding:4px;border-radius:5px;font-weight:200;cursor:pointer;height:32px;width:32px;display:flex;justify-content:center;align-items:center}.Pagination__page:hover{background-color:#eff3f6}.Pagination__points{pointer-events:none;-webkit-user-select:none;user-select:none}.Localization{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative}.Localization .Localization__image{cursor:pointer;width:100%;display:block}.Localization .ImageWithLoc__Overlay{position:absolute;height:100%;width:100%}.Localization .ImageWithLoc__Overlay>*{position:absolute;background-color:rgba(35,37,43,.8)}.Localization .ImageWithLoc__Overlay .Overlay__box{background-color:initial;border:1px dashed #fff}.Modal__content .Localization--horizontal{height:-webkit-max-content;height:max-content;max-height:100%;width:100%;max-width:calc(80vh - 64px)}.Modal__content .Localization--horizontal img{max-width:100%}.Modal__content .Localization--vertical{height:inherit;max-height:100%;max-width:-webkit-max-content;max-width:max-content}.Modal__content .Localization--vertical img{max-height:100%}.InfoModal{width:70vw;height:70vh;overflow-y:auto}.InfoModal .InfoModal__title{margin:16px 0}.InfoModal .yes{color:#93dfad}.InfoModal .no{color:#ef7a7a}.InfoModal .nfa{width:175px;display:inline-block}.ActionButtons{display:flex;flex-direction:row;margin-top:4px}.ActionButtons>*{flex-grow:1}.ActionButtons p{width:100%;text-align:center;color:#fff}.TileActions .Action .Action__option{margin:8px 0;text-align:center;display:flex;justify-content:center}.TileActions .Action .Action__select{margin:8px 0}.TileActions .Action .Action__confirm{margin:8px 0;display:flex;justify-content:space-between}.Info__wrapper{display:flex;justify-content:flex-end}.Info__wrapper button{height:24px;width:24px;border-radius:100px;font-style:italic;border:none;cursor:pointer}.ImageTile{padding:4px;height:100%}.ImageTile .ImageTile__indexName{width:100%;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;font-size:.7em;white-space:nowrap}.ImageTile .Check{background-color:#cfe2d8;border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:4px;border:5px solid #eff3f6}.ImageTile .Check.--yes{border-color:#93dfad}.ImageTile .Check.--no{border-color:#ef7a7a}.ImageTile .Check.--unknown{border-color:#23252b}.LightBox{width:555px;height:555px;display:flex;justify-content:center;align-items:center}.Filters{margin:32px 0}.Filters__selects{display:flex;justify-content:space-between}.Filters__selects>div{width:45%}.Tabs{box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:10px}.Tabs__head{display:flex;margin-top:32px;border-radius:10px 10px 0 0;overflow:hidden}.Tabs__head .Tabs__headItem{display:flex;justify-content:center;align-items:center;flex-grow:1;height:32px;background-color:#eff3f6;transition:background-color .4s ease;cursor:pointer}.Tabs__head .Tabs__headItem:hover{background-color:#e0e6ef;transition:none}.Tabs__head .Tabs__headItem p{font-weight:400}.Tabs__head .Tabs__headItem.active{transition:background-color 1s ease;background-color:#bc8e4e}.Tabs__head .Tabs__headItem.active p{color:#fff}.Tabs__content{max-height:100vh;padding:16px;overflow:auto}.Grid__options,.SingleMission__missionActions{display:flex;justify-content:space-between}.SingleMission__missionActions{margin-bottom:32px;width:100%;align-items:center}.SingleMission__missionActions .Loader{width:26px;margin:0}.sectionTitle{color:#bc8e4e;margin-bottom:16px}.ongoingUpdate{color:#ef7a7a}:root,body,html{font-size:16px}*>*{box-sizing:border-box}*{font-family:"Roboto Condensed",sans-serif;padding:0;margin:0}h1{font-size:1.563rem;color:#23252b;font-weight:700}h1.prata{font-family:"Prata",serif;font-size:3.125rem}h1.prata,h2{font-weight:400}h2{font-size:1.188rem;color:#23252b}h2.prata{font-family:"Prata",serif;font-size:2.188rem;font-weight:400}h3{font-size:1.125rem;color:#23252b;font-weight:700}h3.prata{font-family:"Prata",serif;font-size:1.75rem;font-weight:400}h4{font-size:1.125rem;color:#23252b;font-weight:300}h4.prata{font-family:"Prata",serif;font-size:1.25rem;font-weight:400}a,button,div,input,p,span,text{font-size:inherit;color:#23252b;font-weight:300;font-style:normal;text-decoration:none}a.smallest,button.smallest,div.smallest,input.smallest,p.smallest,span.smallest,text.smallest{font-size:.625rem}a.small,button.small,div.small,input.small,p.small,span.small,text.small{font-size:.75rem}a,a:focus,a:hover,a:visited{cursor:pointer}.active{color:#bc8e4e;font-weight:400}body{background-color:#f8fafb}.Routes{max-width:1366px;margin:auto;padding:32px}a{outline:none}.missionIdLink:hover{text-decoration:underline}.App__btnWrapper{margin-top:16px;display:flex;justify-content:flex-end}.App__form{padding:16px;background:#fff;border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.1);max-width:480px;margin:auto}
/*# sourceMappingURL=main.b4d9cdc0.chunk.css.map */