.ManagerPlaceholder{display:flex;flex-direction:column;height:100%}.ManagerPlaceholder_preview{width:100%;min-height:200px;background-color:var(--color-accent);-webkit-animation:pulse 1.2s ease-in-out infinite;animation:pulse 1.2s ease-in-out infinite}.ManagerPlaceholder_body{display:flex;flex-direction:column;flex-grow:1;width:100%;min-height:400px;margin-top:10px;-webkit-animation:pulse 1.2s ease-in-out .2s infinite;animation:pulse 1.2s ease-in-out .2s infinite}.ManagerPlaceholder_body.full{min-height:600px}.ManagerPlaceholder_tab,.ManagerPlaceholder_tabs{display:flex;align-items:center}.ManagerPlaceholder_tab{justify-content:center;width:38px;height:12px;background-color:var(--color-accent);opacity:.35}.ManagerPlaceholder_tab.is-active{width:80px;height:35px;opacity:1}.ManagerPlaceholder_tab+.ManagerPlaceholder_tab{margin-left:12px}.ManagerPlaceholder_content{flex-grow:1;width:100%;background-color:var(--color-accent)}.ManagerPlaceholder_footer{width:100%;min-height:100px;margin-top:10px;background-color:var(--color-accent);-webkit-animation:pulse 1.2s ease-in-out .4s infinite;animation:pulse 1.2s ease-in-out .4s infinite}.FactoryComponentWidget{margin-bottom:.5em;padding:9px 10px 9px 7px;border:1px solid var(--color-border)}.FactoryComponentWidget.-tier-1{background:linear-gradient(220deg,rgba(16,196,45,.3),rgba(7,20,40,0) 25%)}.FactoryComponentWidget.-tier-2{background:linear-gradient(220deg,rgba(17,86,211,.3),rgba(7,20,40,0) 25%)}.FactoryComponentWidget.-tier-3{background:linear-gradient(220deg,rgba(255,0,214,.3),rgba(7,20,40,0) 25%)}.FactoryComponentWidget_header{display:grid;grid-template-columns:16px 1fr 19px}.FactoryComponentWidget_name{padding:0 .425rem;font-size:.875rem;font-weight:700}.FactoryComponentWidget_tier img{position:relative}.FactoryComponentWidget_body{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.FactoryComponentWidget_body .ResourceTag{margin-right:.5rem;margin-bottom:.5rem}.FactoryComponentWidget_bodyRequires{margin-top:.3rem;color:var(--color-grey);font-size:.7rem;font-weight:500;line-height:1.5rem;text-transform:uppercase}.FactoryComponentWidget_size{margin-top:.8rem}.FactoryComponentWidget_footer{display:grid;grid-template-columns:1fr 90px 70px;align-items:center;padding-top:.25rem}.FactoryComponentWidget_time{align-items:center;font-size:.8125rem}.FactoryComponentWidget_time .ProductionTime_icon{height:.875rem}.FactoryComponentWidget_credits{padding-right:.75rem;padding-left:.75rem;text-align:right}.FactoryComponentWidget_credits .Credits_icon{height:.875rem}.FactoryComponentWidget_credits .Credits_value{margin-left:4px;font-size:.75rem}.FactoryComponentWidget_produceButton{width:70px}.FactoryProductionInitial_requiredResource{display:flex;align-items:center;justify-content:space-between;padding:.25rem;border:1px solid var(--color-border);border-bottom:none}.FactoryProductionInitial_requiredResource:last-child{border-bottom:1px solid var(--color-border)}.FactoryProductionInitial_requiredResourceName{flex-grow:1;padding-left:.5rem;font-size:.875rem;font-weight:700}.FactoryProductionInitial_requiredResourceCheck{width:1rem;height:1rem;margin-left:.2em;background-color:var(--color-lightgreen);background-image:url(/images/check.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:80%}.FactoryProductionInitial_hasResourcesAmount{color:var(--color-bluegrey)}.FactoryProductionInitial_hasResourcesAmount:after{content:"/";padding:0 .4em}.FactoryProductionInitial_assetsButton{padding-top:.25rem;text-align:center}.FactoryProductionInitial_taxes{padding:12px 10px;border:1px solid #344661}.FactoryProductionReady_cycles{font-size:1rem;line-height:1.2rem}.Checkbox{display:block;position:relative;z-index:0;cursor:pointer}.Checkbox.-locked,.Checkbox.-readonly{pointer-events:none}.Checkbox.-locked .Checkbox_label:before{background-color:transparent!important;border:1px solid #74787d!important}.Checkbox.-locked .Checkbox_label:after{width:8px;height:10px;top:calc(50% - 5px);left:5px;background-image:url(/images/lock.svg);opacity:1!important;transform:scale(1)!important}.Checkbox_control{width:18px;height:18px;margin:0;position:absolute;top:calc(50% - 9px);left:0;opacity:0;transform:scale(1)}.Checkbox_label{display:flex;align-items:center;position:relative;z-index:0}.Checkbox_label:before{content:"";display:block;width:18px;height:18px;background-color:transparent;border:1px solid #74787d;transition:border-color .2s ease,background-color .2s ease}.Checkbox_label:after{content:"";display:block;width:12px;height:12px;position:absolute;top:calc(50% - 6px);left:3px;background-image:url(/images/check.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:contain;opacity:0;transform:scale(.25)}.Checkbox_control:checked+.Checkbox_label:before{background-color:#02781c;border-color:#02781c}.Checkbox_control:checked+.Checkbox_label:after{opacity:1;transition:opacity .2s ease,transform .2s ease;transform:scale(1)}.Checkbox_text{display:block;margin-left:8px;position:relative;top:1px;color:var(--color-white)}.FactoryComponentSelect{width:100%;height:100%}.FactoryComponentSelect .ModalWidgetContainer{display:grid;grid-template-rows:35px 35px minmax(0,1fr) 30px}.FactoryComponentSelect_componentsContainer{display:flex;flex-direction:column;width:100%;max-height:100%}.FactoryComponentSelect_header{display:flex;align-items:center;justify-content:space-between;width:100%;height:30px;margin-bottom:5px}.FactoryComponentSelect_informer{height:32px;margin-bottom:10px}.FactoryComponentSelect_headerBlock{display:flex;align-items:center;justify-content:space-between}.FactoryComponentSelect_componentsFilterButton{width:140px}.FactoryComponentSelect .Search{margin-left:.5rem}.FactoryComponentSelect_body{height:100%;min-height:100%;max-height:100%;padding:0}.FactoryComponentSelect_body>.ModalWidget{min-height:46px}.FactoryComponentSelect_footer{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:calc(100% + 20px);margin:0 -10px;padding:0 10px;border-top:1px solid var(--color-modal-light);font-size:.85rem}.FactoryComponentSelect_footerLabel{color:var(--color-bluegrey);text-transform:uppercase}.FactoryComponentSelect .ModalWidgetContainer{height:calc(100% - 65px)}.FactoryComponentSelect_emptyInfo,.FactoryComponentSelect_emptyLink{margin-top:1rem}