@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);html{box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}input,select{border:1px solid #000}html{font-family:Roboto,sans-serif;height:100%}:root{--navbar-grey:#0059b9;--table-header:#4685c8;--border-grey:rgb(150, 150, 150);--backing-grey:white;--selected-grey:#eaf4ff;--selected-orange:#8cc4fc;--tab-background:#a7d2ff;--even-grey:#e8f4ff;--odd-grey:#cce5ff;--active-green:rgb(25, 171, 25);--max-menu-width:30rem;--btn-disabled:snow;--btn-green:rgb(27, 115, 27);--btn-red:rgb(222, 26, 26);--btn-red-active:rgb(145, 7, 7);--btn-text-grey:#636363}body{display:flex;flex-direction:column;height:100%;background-color:var(--backing-grey)}.title-bar{cursor:default;display:flex;align-items:center;height:1.5rem;background-color:var(--navbar-grey);color:snow;padding:0 .3rem;font-size:.8rem;width:100%}.tab-container{height:2rem;display:flex;background-color:var(--tab-background)}.tab{cursor:pointer;font-size:1.1rem;text-transform:uppercase;width:25%;display:flex;align-items:center;justify-content:center;background-color:var(--tab-background);transition:.1s}.tab:hover{text-shadow:1px 1px 1px rgba(0,0,0,.3)}.bottom-tab:hover{text-shadow:1px 1px 1px rgba(255,255,255,.4)}.r{border-top-right-radius:.7rem}.l{border-top-left-radius:.7rem}.selected-tab{background-color:var(--selected-grey);font-weight:700}.selected-tab.b-right{border-top-right-radius:.7rem}.button{cursor:pointer;text-transform:uppercase;font-size:.7rem;display:flex;text-align:center;justify-content:center;align-items:center;width:6rem;height:2rem;margin-top:.75rem;border-radius:.8rem;background-color:var(--active-green);color:snow;box-shadow:1px 1px 2px 1px rgba(0,0,0,.2)}.button:active{background-color:var(--btn-green)}.menu{display:none;background-color:var(--selected-grey)}.search-menu{height:8rem;flex-direction:column}.filter-container{max-width:var(--max-menu-width);width:90%;display:flex;flex-direction:row;align-items:center;padding-top:.5rem}.filter-container label{font-style:italic;font-size:.85rem;padding-right:1rem;padding-bottom:.1rem;border-bottom:1px dotted #000;flex-grow:1}.filter-container input,.filter-container select{height:1.2rem;width:60%;border-radius:.5rem}#reset-filter-btn{margin-top:.7rem;height:1.5rem}.add-menu,.edit-menu{display:none;height:12rem;flex-direction:column;justify-content:flex-start;align-items:center}.input-container{max-width:var(--max-menu-width);width:90%;display:flex;flex-direction:row;align-items:center;padding-top:.5rem}.input-container label{font-style:italic;flex-grow:1;text-transform:uppercase;font-size:.85rem;padding-bottom:.1rem;border-bottom:1px dotted #000}.input-container input,.input-container select{flex-grow:6;max-width:60%;height:1.2rem;border-radius:.5rem}.delete-menu{display:none;height:6rem;flex-direction:column;align-items:center;justify-content:center;text-align:center}.delete-message{text-align:center;width:80%}.delete-button{padding:0 .2rem;background-color:var(--btn-red)}.delete-button:active{border-color:#000;background-color:var(--btn-red-active);color:#fff}.selected-menu{display:flex;align-items:center}.results-bar{justify-content:space-between}.results-title-container{display:flex}.counter-container{display:flex;align-items:center}.showing-counter{font-size:.6rem;color:snow}.circle-button{cursor:pointer;display:inline-block;border:1px solid var(--selected-orange);border-radius:50%;height:1rem;width:1rem;margin-left:.3rem;transition:.1s}.active-circle{background-color:var(--selected-orange)}.search-results-container{background-color:var(--backing-grey)}.auto-overflow{overflow:auto}.overlay-overflow{overflow:overlay}.table-container{display:none;flex-direction:column;margin-bottom:2rem}.table-header{display:none;color:#fff;height:1.5rem;font-size:.7rem;width:100%;background-color:var(--table-header)}.person-row{min-height:2rem;cursor:pointer;font-size:.7rem;display:flex;border-bottom:1px solid var(--border-grey)}.even{background-color:var(--even-grey)}.odd{background-color:var(--odd-grey)}.selected-row{font-weight:700;background-color:var(--selected-orange);transition:50ms}.cell{padding:.2rem;display:flex;text-align:center;justify-content:center;align-items:center;word-break:break-word}.cell-location,.cell-name{width:23%}.cell-department,.cell-job-title{width:27%}.card-container{display:none;flex-wrap:wrap;justify-content:space-evenly;padding:.1rem;overflow:auto;background-color:var(--selected-grey);margin-bottom:2rem}.selected-results-container{display:flex}.person-card{cursor:pointer;flex-grow:1;flex-shrink:0;display:none;font-size:1em;margin:.1rem;border:1px solid var(--border-grey);border-radius:.5rem;height:9rem;width:6rem;max-width:10rem;flex-direction:column;text-align:center;justify-content:space-between;background-color:#fff;box-shadow:1px 1px 1px rgba(0,0,0,.5);transition:50ms}.selected-card{background-color:var(--selected-orange)}.card-data{width:100%;padding:.1rem;overflow-wrap:break-word}.card-name{margin:.1rem 0;font-size:.9em;font-weight:700}.card-email{font-size:.5em;border-bottom:1px dotted #000}.card-job-title{font-size:.8em}.card-department{font-size:.7em;font-style:italic}.card-location{font-size:.8em;font-weight:700;text-transform:uppercase}.bottom-tab-container{z-index:2;display:flex;position:absolute;bottom:0;left:0;width:100%;height:2rem;background-color:var(--navbar-grey)}.bottom-tab{cursor:pointer;text-transform:uppercase;font-size:.8rem;color:snow;display:flex;align-items:center;justify-content:center;width:50%;overflow:hidden}.selected-bottom-tab{border-top-color:var(--selected-grey);background-color:var(--selected-grey);color:#000;font-weight:700}.bottom-menu{display:none;position:absolute;bottom:0;width:100%;background-color:var(--selected-grey)}.selected-bottom-menu{display:flex}.edit-departments-menu{height:12rem;flex-direction:column;align-items:center;width:100%}.edit-locations-menu{height:10.3rem;flex-direction:column;align-items:center;width:100%}.button-container{width:100%;max-width:calc(var(--max-menu-width) * 2);display:flex;justify-content:space-evenly}.disabled{cursor:default;background-color:var(--btn-disabled);color:var(--btn-text-grey)}.button.disabled:active{border:none;color:var(--btn-text-grey);background-color:var(--btn-disabled)}.required:after{content:"*";display:inline}@media only screen and (min-width:400px){.person-card{width:8rem}.person-row{font-size:.8rem}}@media only screen and (min-width:1000px){.card-container{justify-content:flex-start}.person-card{width:9rem;max-width:11rem;height:10rem;font-size:1.1em}.person-row{font-size:.9rem}}