body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body,html{width:100%;height:100%}#root,body,h1,h3,html{margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{font-family:"lato";font-size:16px;letter-spacing:.08rem}body,input,svg{color:#1e4d5e}ul{list-style:none}.App,ul,ul li{padding:0;margin:0}.App{text-align:center;height:100%;width:100%;display:grid;grid-template-rows:70px 1fr 40px;grid-template-areas:"header" "main" "footer"}.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite;height:40vmin;pointer-events:none}.Overlay{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.7);z-index:3;display:grid;grid-template-rows:1fr;grid-template-columns:1fr;justify-items:center;align-items:center}.Modal{width:80%;height:60%;background-color:#fff;padding:30px;overflow:hidden}.header,.Modal{box-sizing:border-box}.header{grid-area:header;background-color:#faebb7;padding:0 40px;height:100%;display:flex;align-items:center;flex-direction:row}.header img{width:60px}.header .back-button{justify-self:flex-end}.header .data-clinic{border-right:1px solid;padding-right:20px}@media only screen and (max-width:510px){.header .data-clinic{display:none}}.header .content{flex:1 1}.header .project-name{margin-left:20px}.header svg{color:#fff;font-size:2em}.header .logos{display:flex;flex-direction:row;font-size:1.5rem;align-items:center;text-transform:lowercase}.header p{color:#1e4d5e}.header .top-menu{font-weight:700;font-size:1.2rem;text-transform:lowercase}.header .top-menu .hamburger-menu,.header .top-menu .menu-close-icon,.header .top-menu .social{display:none}@media only screen and (max-width:760px){.header .top-menu .hamburger-menu{display:block}.header .top-menu .social{display:flex;flex-direction:row;justify-content:center;margin-top:50px}.header .top-menu .social svg{width:3rem;color:#1e4d5e}.header .top-menu .menu-links{display:block;position:absolute;z-index:2;display:flex;flex-direction:column;right:2px;height:100%;width:100%;background-color:#faebb7;box-sizing:border-box;justify-content:center;font-size:2.5rem;top:0;left:0}.header .top-menu .menu-links a{margin-top:20px}.header .top-menu .menu-links .menu-close-icon{display:block;position:absolute;top:20px;right:30px}.header .top-menu .menu-links.hidden{display:none}}.header .top-menu a{margin-left:20px}.header img{width:35px;margin-right:20px}.column-action-buttons{margin-top:20px;display:flex;justify-content:flex-end}.column-action-buttons>*{margin-left:20px}a{text-decoration:none;color:#1e4d5e}.welcome-page{height:100%;display:flex;flex-direction:column}.projects-area{flex:1 1}.page{box-sizing:border-box;padding:40px 30px}.large-title-header{font-size:4em}.column-card{text-align:left}.column-card h2{margin:0}.projects-type-region{text-align:left}.region{margin-bottom:50px}.region-header{text-align:left}.region-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:30px;align-content:stretch}.column-list{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{text-align:left;height:100%}.new-project-card{display:flex;flex-direction:column}.new-project-card>svg{align-self:center;flex:1 1}.project-card h2{width:100%}.project-card>*{margin:0 0 20px}.project-card-stats,footer{display:flex;flex-direction:row;justify-content:space-between}footer{color:#fff;background-color:#353638;grid-area:footer;align-items:center;box-sizing:border-box;padding:0 40px;font-size:.8rem}footer,footer p{text-transform:none}@media only screen and (max-width:580px){footer svg{display:none}}footer .social svg{color:#fff;font-size:1.5rem;margin-left:20px}@media only screen and (max-width:760px){footer .social svg{display:none}}.spacer{flex-grow:1}.sidenav .sidebarlist{display:flex;flex-direction:column;height:100%}.sidenav a{color:#1e4d5e;text-decoration:none}.sidenav ul{margin-top:85px;list-style-type:none;color:#fff;box-sizing:border-box;text-align:left;padding:20px}.sidenav li{padding:5px 0;font-weight:light;word-wrap:break-word;cursor:pointer}.sidenav li:hover{background-color:#43acbe}.buttons{display:flex;justify-content:space-around;margin-bottom:20px;height:40px}.main{grid-area:main;background-color:#fff;justify-self:stretch;align-self:stretch;min-height:0;overflow-y:auto}.main .datatable{color:#000}.file-snapshot{display:grid;grid-template-rows:60px 1fr 80px;grid-template-areas:"header" "table" "buttons";height:100%}.file-snapshot .file-snapshot-header{grid-area:header;display:flex;justify-content:space-between}.file-snapshot ul.column-summary-list{list-style-type:none;display:grid;grid-area:table;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-column-gap:20px;grid-row-gap:20px;overflow-y:scroll;padding:20px;min-height:0}.summary-list-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #d3d3d3}.column-summary-buttons{display:flex;flex-direction:row;justify-content:space-around;grid-area:buttons;padding:20px}.file-snapshot ul{list-style-type:none}.search input{flex:0.5 1}.search{display:flex;justify-content:space-around}.entityGrid{display:grid;grid-gap:10px;width:100%;height:50%;overflow-y:scroll;max-height:300px;grid-template-columns:repeat(auto-fill,186px)}.App-link{color:#61dafb}.controls button{margin-right:10px}.dataset-table-view{display:grid;grid-template-columns:minmax(20%,300px) 1fr}@media only screen and (max-width:1000px){.dataset-table-view{grid-template-columns:100px 1fr}}.dataset-table-view .dataset-tabs{display:flex;flex-direction:column}.dataset-table-view .selected-dataset{font-weight:800;background-color:#faebb7}.dataset-table-view .dataset-tab{padding:10px 40px;border:1px solid;cursor:pointer}.dataset-table-view .dataset-tab .dataset-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-table-view .dataset-tab .dataset-number{display:none}@media only screen and (max-width:1000px){.dataset-table-view .dataset-tab{padding:10px 0}.dataset-table-view .dataset-tab .dataset-name{display:none}.dataset-table-view .dataset-tab .dataset-number{display:block}}.dataset-table-view .table{overflow-x:auto}.dataset-table-view .add-dataset{display:flex;flex-direction:row;align-items:center;justify-self:flex-end;justify-content:center}.dataset-table-view .add-dataset svg{margin-right:20px}@media only screen and (max-width:1000px){.dataset-table-view .add-dataset svg{margin:0}}button{background-color:#1e4d5e;color:#fff;font-weight:700;box-sizing:border-box;padding:10px 20px;border:none;cursor:pointer}button:hover{background-color:#9197c1}.mid-button{height:40px}.mapping{background-color:#b3c66a;box-sizing:border-box;padding:20px;margin-right:10px;min-width:200px}.mapping.active{background-color:#19d4b9}.mappings{display:flex;flex-direction:row;overflow-y:scroll}.card{box-shadow:1px 2px 10px 0 rgba(0,0,0,.75);box-sizing:border-box;padding:10px 30px;border-radius:5px;border:2px solid transparent;background-color:#fff}.entry-card{height:90px;width:400px;color:#1e4d5e;text-align:left;overflow-y:auto}.entry-card-content{height:80%;overflow-y:auto}.entry-table{display:grid;box-sizing:border-box;padding:20px 20px 0;grid-template-rows:40px 1fr;width:100%;height:100%;grid-template-areas:"filters" "entrytable"}.entry-table-filters{display:flex;flex-direction:row;justify-content:flex-end;grid-area:filters;text-align:right;justify-content:space-between;align-items:center;height:40px}.entry-pill{background-color:#189aa7;border-radius:20px;box-sizing:border-box;padding:7px 10px;margin:0;font-size:.7rem;color:#fff;text-transform:lowercase;display:flex;flex-direction:row;justify-content:center;font-weight:700}.entry-pill svg{margin-left:5px;color:#fff;cursor:pointer}.selected-entry-list ul::-webkit-scrollbar{width:0!important;display:none}.selected-entry-list{height:40px;display:flex;flex-direction:row;align-items:center}.selected-entry-list span{margin-right:20px}.selected-entry-list a{cursor:pointer}.selected-entry-list ul{display:flex;flex-direction:row;flex:1 1;overflow-x:auto;overflow-y:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.selected-entry-list li{margin:0 5px;padding:0;flex-shrink:0}.selected-entry-list .text-button{background-color:#fff;color:#1e4d5e}.entry-table-entries{grid-area:entrytable;display:grid;grid-gap:15px 10px;grid-template-columns:repeat(auto-fit,400px);justify-content:space-around;cursor:pointer;overflow-y:auto;box-sizing:border-box;padding-top:20px}.entry-card h3,p{padding:0;margin:0;font-weight:700;text-transform:lowercase}.entry-card h3{font-size:1.3rem;margin-bottom:5px}.entry-card p{color:#9197c1}.card.selected{border:2px solid #000}.search-bar-container{position:relative;align-self:center}.search-bar-container input{box-sizing:border-box;padding:15px 20px 15px 60px;box-shadow:0 0 10px 0 rgba(0,0,0,.75);border:none;border-radius:4px;width:100%;margin-top:10px}.search-bar-container svg{position:absolute;font-weight:light;font-size:1.4rem}.search-bar-container .search-icon{top:1em;left:1em}.search-bar-container .clear-icon{top:1em;right:1em;cursor:pointer}.order-by{display:flex;flex-direction:row;margin-left:100px;height:40px;flex-shrink:0}.order-by ul{text-decoration:none;list-style:none;position:relative;right:0;padding:0;margin:0 0 0 10px;cursor:pointer}.order-by span,.order-by ul li:first-child{font-weight:700}.order-by svg{position:relative;top:-2px}.ButtonSmall{border-radius:5px;color:#fff;background-color:#add8e6}.Pill{background-color:#1e4d5e;color:#fff;border-radius:10px;padding:2px 10px}.mappings-menu{background-color:#faebb7;color:#1e4d5e;box-sizing:border-box;padding:20px 15px;min-height:0;display:flex;flex-direction:column}.mappings-menu h3{font-size:1.2rem;color:#9197c1;margin:0 0 10px;text-align:left;text-transform:uppercase}.mappings-menu h3 span{margin-left:40px}.mappings-menu ul{overflow-y:auto;text-align:left;margin-top:20px;cursor:pointer;flex:1 1}.mappings-menu ul li{margin-bottom:10px;text-transform:lowercase}.mappings-menu ul li.selected{color:#1e4d5e;font-weight:700}.mapping-focus{background-color:#fcf6df;padding:20px 15px;display:grid;grid-template-columns:minmax(353px,50%) 1fr;grid-template-rows:14px 1fr 60px;grid-column-gap:30px;justify-items:stretch;align-items:stretch;text-align:left;grid-template-areas:"header header" "includes suggestions" "buttons buttons"}.mapping-focus h3{font-weight:400}.mapping-focus .ActionButtons{grid-area:buttons;display:flex;flex-direction:row;align-items:center}.mapping-focus .ActionButtons button{margin-right:10px}.mapping-focus .include-list{grid-area:includes}.mapping-focus .SuggestionActionButtons{display:flex}.mapping-focus .SuggestionActionButtons button{margin-right:5px}.mapping-focus .keyword-match{grid-area:suggestions}.mapping-focus .keyword-match span{cursor:pointer;max-height:0}.mapping-focus ul{display:grid;grid-template-columns:repeat(auto-fit,250px);grid-template-rows:repeat(auto-fit,25px);grid-column-gap:30px;grid-row-gap:20px;height:215px;overflow-x:hidden;overflow-y:auto;justify-content:space-between}.mapping-focus li{display:flex;flex-direction:row;justify-content:space-between;max-height:30px;text-transform:lowercase}.mapping-focus li button{border-radius:30px}.mapping-focus li svg{font-size:1.2em;color:#fff}.mappings-area{display:grid;grid-template-columns:300px 1fr;grid-column-gap:5px;height:400px;max-height:400px}.empty-mapping-prompt{display:flex;flex-direction:column;justify-content:space-around}.small-button{background-color:#9197c1;font-size:.6rem;padding:5px 10px}.round-button{border-radius:5px}.project-page{width:100%;height:100%;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(1fr,3);grid-template-areas:"metadata actions" "columns columns" "datasets datasets"}.project-page .metadata{grid-area:metadata}.project-page .metadata .properties{box-sizing:border-box;padding-left:45px}.project-page .columns{grid-area:columns}.project-page .datasets{grid-area:datasets}.project-page .actions{justify-content:space-around;grid-area:actions;justify-self:flex-end}.project-page .actions .region-header{text-align:right}.column-page{width:100%;height:100%;display:grid;grid-template-rows:68px 1fr 30px 60px 400px;grid-template-areas:"header" "table" "paginator" "stats_and_actions" "mappings"}.stats-and-actions{display:flex;flex-direction:row;justify-content:space-between;box-sizing:border-box;padding:0 30px;grid-area:stats_and_actions;align-items:center}.stats-and-actions .stats p{font-weight:400}.stats-and-actions .stats span{font-weight:700}.stats-and-actions .entry-action-buttons button{margin-left:20px}.page-select-buttons{width:auto;margin:auto;display:flex;grid-area:paginator}.page-select-buttons li{margin-left:4px;margin-right:4px;cursor:pointer}.page-select-buttons li a{color:grey}.page-select-buttons .selected a{color:teal}.page-select-buttons .disabled a{color:#d3d3d3}.page-select-buttons .previous{margin-right:15px}.page-select-buttons .next{margin-left:15px}.tabs{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:30px}.tab{color:#9197c1;font-weight:400;text-decoration:none;font-size:30px;cursor:pointer}.tab.selected{font-weight:700;text-decoration:underline}.file-tab{border:1px dashed;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2.5em}.file-tab svg{font-size:4em;margin-bottom:20px}.url-tab{text-align:center;padding:200px;box-sizing:border-box}.url-tab svg{font-size:4em;margin-bottom:20px}.url-tab input{font-size:1.7em}.file-uploader{height:100%;display:flex;flex-direction:column}.file-uploader .content{display:grid;width:100%;flex:1 1;grid-template-columns:1fr;grid-template-rows:1fr;justify-content:center;align-content:center}.file-tab,.file-uploader .content>div{height:100%}.new-project-modal{text-align:left;display:flex;flex-direction:column;color:#1e4d5e;box-sizing:border-box;height:100%}.new-project-modal p{text-transform:none}.new-project-modal textarea{flex:1 1}.new-project-modal input,.new-project-modal textarea{box-sizing:border-box;padding:5px 10px}.new-project-modal .buttons{justify-content:flex-start}.new-project-modal .buttons button{margin-right:20px;padding:5px 40px}.new-project-modal .buttons .cancel-button{background-color:#fff;border:1px solid #1e4d5e;color:#1e4d5e}.feedback{margin:20px 0}.feedback a{text-decoration:underline}.new-project-modal p{text-align:left;margin-top:20px;margin-bottom:10px}.new-project-modal textarea{height:100px;margin-bottom:20px}button:disabled{background-color:grey}.code-export-modal{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.code-export-options{display:flex;flex-direction:row;justify-content:space-around}.export-instructions{align-self:start;flex:1 1;margin-top:40px}.export-instructions p{text-transform:none;margin-bottom:10px}.export-instructions li{margin-left:20px;margin-bottom:10px}.progress-bar{display:flex;flex-direction:row;align-items:center}.progress-bar-outer{height:30px;border:2px solid #796d9f;box-sizing:border-box;padding:5px;flex:1 1;margin-right:15px}.load-project-modal{display:flex;flex-direction:column}.load-project-modal,.load-project-modal .file-tab{width:100%;height:100%}.load-project-modal .content{flex:1 1}.progress-bar-inner{background-color:#b3a0bb;height:100%;width:0}.about-page{box-sizing:border-box;padding:20px;text-align:left}.about-page h2{color:#189aa7}.about-page p{text-transform:none;box-sizing:border-box;padding-left:20px;color:grey}.about-page a{color:#9197c1}
/*# sourceMappingURL=main.3a867840.chunk.css.map */