.dragAndDrop{width:100%;min-height:100px;position:relative;display:flex;text-align:center;justify-content:center;align-items:center;padding:1rem;margin-top:1rem;box-sizing:border-box;background-color:#fff;border:2px dashed #348eda}.dragAndDrop p{font-size:1.2em;margin-bottom:0}.dragged{width:100%;min-height:100px;position:relative;display:flex;text-align:center;justify-content:center;align-items:center;padding:1rem;margin-top:1rem;box-sizing:border-box;background-color:#fff;border:2px dashed #348eda}.dragged p{font-size:1.2em;margin-bottom:0}@-webkit-keyframes loader{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes loader{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes loaderGradient{0%{background-position:-100rem 0}to{background-position:100rem 0}}@keyframes loaderGradient{0%{background-position:-100rem 0}to{background-position:100rem 0}}@-webkit-keyframes openMenu{0%{right:-100%}to{right:0}}@keyframes openMenu{0%{right:-100%}to{right:0}}@-webkit-keyframes closeMenu{0%{right:0}to{right:-100%}}@keyframes closeMenu{0%{right:0}to{right:-100%}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}*{box-sizing:border-box}html{font-family:sans-serif;font-size:16px;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{background-color:#fff;color:#333;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;overflow:hidden}body.loginLogoutReset{overflow:auto}.flex{display:flex}.flexWrap{flex-wrap:wrap}.grid{padding-left:1rem;padding-right:1rem}.row{display:flex;flex:0 1 auto;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem;width:auto}.row:not(:first-child){margin-top:0}.flexAlignCenter{display:flex;align-items:center}.tabbar{background-color:#e51e2b;width:100%;align-items:flex-end;padding:1px 1rem 0}.tabbar,.tabbarButton{display:flex;color:#fff}.tabbarButton{font-size:.75em;font-weight:600;line-height:1.25;justify-content:center;width:6rem;align-items:center;cursor:pointer;background:none;height:2.5rem;margin:0 .5rem;border:none;border-bottom:3px solid transparent}.tabbarButton:focus{outline:0}.tabbarButton :first-child{margin-right:.5rem}.tabbarButton:hover{border-bottom:3px solid #fff;-webkit-transition:border .3s ease-in-out;transition:border .3s ease-in-out}.tabbarButton.selected{font-size:.75em;font-weight:600;line-height:1.25;justify-content:center;width:6rem;display:flex;align-items:center;cursor:pointer;background:none;height:2.5rem;margin:0 .5rem;color:#fff;border:none;border-bottom:3px solid #fff}.tabbarButton.selected:focus{outline:0}.tabbarButton.selected :first-child{margin-right:.5rem}.tabbarButton.selected:hover{border-bottom:3px solid #fff;-webkit-transition:border .3s ease-in-out;transition:border .3s ease-in-out}.column{margin-top:1rem;max-width:100%;min-height:1px;padding-left:1rem;padding-right:1rem;width:100%}.row:first-child .column:first-child{margin-top:0}@media(min-width:768px){.row:first-child .columnSm{margin-top:0}}@media(min-width:768px){.column1{max-width:8.33%;width:8.33%}}@media(min-width:768px){.column2{max-width:16.66%;width:16.66%}}@media(min-width:768px){.column3{max-width:25%;width:25%}}@media(min-width:768px){.column4{max-width:33.33%;width:33.33%}}@media(min-width:768px){.column6{max-width:50%;width:50%}}@media(min-width:768px){.column7{max-width:58.33%;width:58.33%}}@media(min-width:768px){.column8{max-width:66.66%;width:66.66%}}@media(min-width:768px){.column9{max-width:75%;width:75%}}@media(min-width:768px){.column10{max-width:80%;width:80%}}@media(min-width:768px){.column12{max-width:91.66%;width:91.66%}}.flex-grid{display:flex}.flex-grid .col{flex:1 1}.flex-grid-2{display:flex;justify-content:space-between}.flex-grid-2 .col{width:49%}.flex-grid-3{display:flex;justify-content:space-between}.flex-grid-3 .col{width:32%}.flex-grid-4{display:flex;justify-content:space-between}.flex-grid-4 .col{width:24%}.flex-grid-5{display:flex;justify-content:space-between}.flex-grid-5 .col{width:19%}.flex-grid-6{display:flex;justify-content:space-between}.flex-grid-6 .col{width:15.6%}.flex-grid,.flex-grid-2,.flex-grid-3,.flex-grid-4,.flex-grid-5,.flex-grid-6{margin-bottom:.75rem}@media(max-width:767px){.flex-grid,.flex-grid-2,.flex-grid-3,.flex-grid-4,.flex-grid-5,.flex-grid-6{display:block}.flex-grid-2 .col,.flex-grid-3 .col,.flex-grid-4 .col,.flex-grid-5 .col,.flex-grid-6 .col,.flex-grid .col{width:100%;margin:0 0 1rem}}.wrap,.wrapper{display:flex}.wrap{flex:1 1 auto;flex-flow:column nowrap;min-height:100vh}.header{background-color:#262626;border-bottom:2px solid #000;display:flex;align-items:center;height:3rem;width:100%}@media(min-width:1024px){.header{height:4.5rem}}.modalOpen .header{display:none}@media(min-width:1024px){.modalOpen .header{display:flex}}.logo{display:block;opacity:.9;padding:0 1rem;text-decoration:none}.logo:focus,.logo:hover{opacity:1;text-decoration:none}.logoImage{display:block;height:auto;width:6.25rem}@media(min-width:1024px){.logoImage{width:8.75rem}}.container{background-color:#f4f4f4;display:flex;flex:1 1 auto}.content{flex:1 1 auto;overflow:hidden}.contentInner{display:flex;flex-flow:column nowrap;height:100%}.navs{display:none;position:fixed;top:0;right:0;bottom:0;z-index:3;height:100vh;width:6rem;-webkit-transition:width .2s ease-in-out;transition:width .2s ease-in-out}@media(min-width:1024px){.navs{display:block;height:calc(100vh - 4rem);position:relative;width:5rem;z-index:auto}}.menuOpen .navs{display:block;-webkit-animation-name:openMenu;animation-name:openMenu;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media(min-width:1024px){.menuOpen .navs{-webkit-animation:none;animation:none}}.menuIsClosing .navs{display:block;-webkit-animation-name:closeMenu;animation-name:closeMenu;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media(min-width:1024px){.menuIsClosing .navs{-webkit-animation:none;animation:none}}.navsOpen{width:16rem}@media(min-width:1024px){.navsOpen{width:15rem}}.navsInner{display:flex;width:100%;position:relative}.navsInner,.primaryNav{height:calc(100vh - 3rem)}.primaryNav{background-color:#404040;border-left:2px solid #333;width:6rem}@media(min-width:1024px){.primaryNav{border-left:0;border-right:2px solid #000;height:calc(100vh - 4rem);position:relative;width:5rem;z-index:3}}.navsOpen .primaryNav{border-right:2px solid #000}.primaryNavInner{display:flex;flex-direction:column;height:100%;padding-right:.5rem}@media(min-width:1024px){.primaryNavInner{padding-right:0}}.primaryNavBottom{margin-top:auto}.navLink{display:block;font-weight:400;left:0;line-height:1.25;padding:.75rem .25rem;position:relative;text-align:center;text-decoration:none;width:100%}.navLink,.navLink:visited{color:#ccc}.navLink:focus,.navLink:hover{color:#f4f4f4;background-color:#4d4d4d;text-decoration:none}.navLink:active{color:#fff}.navLinkActive{cursor:default;color:#f4f4f4;background-color:#4d4d4d}.navLinkText{display:block;font-size:.75em;line-height:1.375}.navLinkIcon{font-size:2rem;line-height:1;margin-bottom:.325rem}.navLinkIcon,.navLinkIcon i{display:block}.navLinkIcon [data-icon-name=Color]{font-size:1.5rem}.navLinkIcon [data-icon-name=SpeedHigh]{font-size:1.625rem}.navLinkBorder{display:none;position:absolute;top:0;bottom:0;left:0;background-color:#aaa;width:2px}.navLinkActive .navLinkBorder{display:block}.navLinkLoading{display:block;padding:.75rem .25rem;width:100%}.navLinkIconLoading{margin:0 auto;height:1.75rem;width:50%}.navLinkIconLoading,.navLinkTextLoading{display:block;background:#919191;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#919191),color-stop(40%,#777),color-stop(60%,#919191));background:linear-gradient(90deg,#919191 10%,#777 40%,#919191 60%);background-size:100rem 50rem;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loaderGradient;animation-name:loaderGradient;-webkit-animation-timing-function:linear;animation-timing-function:linear}.navLinkTextLoading{margin:.5rem auto 0;height:.375rem;width:75%}.secondaryNav{background-color:#fff;width:10rem;position:absolute;top:0;right:-10rem;bottom:0;z-index:3;-webkit-transition:right .2s ease-in-out;transition:right .2s ease-in-out}@media(min-width:1024px){.secondaryNav{border-right:2px solid #eaeaea;height:calc(100vh - 4rem);left:-10rem;right:auto;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out;z-index:1}}.navsWide .secondaryNav{right:0}@media(min-width:1024px){.navsWide .secondaryNav{left:5rem;right:auto}}.navsOpen .secondaryNav{left:6rem;right:auto}@media(min-width:1024px){.navsOpen .secondaryNav{left:5rem}}.secondaryNavLinks{display:none}.secondaryNavOpen{display:block}.subNavLink{align-items:flex-start;background-color:#fff;color:#777;display:flex;line-height:1.375;padding:.625rem .75rem;position:relative;text-decoration:none;width:100%}.subNavLink:visited{color:#777}.subNavLink:focus,.subNavLink:hover{color:#333;background-color:#f4f4f4;text-decoration:none}.subNavLink:active{color:#000}.subNavLinkActive{pointer-events:all;color:#e51e2b}.subNavLinkActive:visited{color:#e51e2b}.subNavLinkActive:focus,.subNavLinkActive:hover{color:#e51e2b;background-color:#fff}.subNavLinkActive:active{color:#e51e2b}.subNavIcon{display:block;line-height:1.375}.subNavIcon i{font-size:.875em}.subNavText{margin-left:.375rem}.subNavSectionHeading{color:#777;line-height:1.375;display:flex;align-items:flex-start;padding:1rem .75rem .25rem;position:relative;width:100%;text-transform:uppercase;margin:.5rem 0 0;border-top:1px solid #ccc}.subNavSectionHeading:first-child{border-top:none;margin-top:0}.secondaryNavLinkLoading{display:flex;padding:.625rem .75rem;width:100%}.secondaryNavLinkIconLoading{display:block;height:1rem;min-width:1rem;width:1rem;background:#eaeaea;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#eaeaea),color-stop(40%,#ccc),color-stop(60%,#eaeaea));background:linear-gradient(90deg,#eaeaea 10%,#ccc 40%,#eaeaea 60%);background-size:100rem 50rem;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loaderGradient;animation-name:loaderGradient;-webkit-animation-timing-function:linear;animation-timing-function:linear}.secondaryNavLinkTextLoading{display:block;margin-left:.5rem;width:100%}.secondaryNavLinkText{display:block;height:1rem;width:100%;background:#eaeaea;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#eaeaea),color-stop(40%,#ccc),color-stop(60%,#eaeaea));background:linear-gradient(90deg,#eaeaea 10%,#ccc 40%,#eaeaea 60%);background-size:100rem 50rem;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loaderGradient;animation-name:loaderGradient;-webkit-animation-timing-function:linear;animation-timing-function:linear}.secondaryNavLinkText:not(:first-child){margin-top:.75rem}.main{flex:1 1 auto}.footer,.main{background-color:#f4f4f4}.footer{color:#777;font-size:.75em;padding:.75rem .75rem 1rem;width:100%}@media(min-width:1024px){.footer{padding:1.25rem 1.25rem 1.75rem}}img{width:100%;height:auto;max-width:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:bicubic}a{color:#348eda}a,a:focus,a:hover{text-decoration:underline}a:focus,a:hover,a:visited{color:#1e66a4}a:active{color:#348eda}.linkDisabled{color:#348eda;pointer-events:none;opacity:.4}.linkDisabled,.linkDisabled:focus,.linkDisabled:hover{text-decoration:underline}.linkDisabled:focus,.linkDisabled:hover,.linkDisabled:visited{color:#1e66a4}.linkDisabled:active{color:#348eda}.h1,h1{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:2.0625em;font-weight:100;line-height:1.25;margin:1rem 0}@media(min-width:1024px){.h1,h1{margin:2rem 0}}.h1:first-child,h1:first-child{margin-top:0}.h1:last-child,h1:last-child{margin-bottom:0}.h1:only-child,h1:only-child{margin:0}.h2,h2{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.71875em;font-weight:100;line-height:1;margin:1rem 0}@media(min-width:1024px){.h2,h2{margin:2rem 0}}.h2:first-child,h2:first-child{margin-top:0}.h2:last-child,h2:last-child{margin-bottom:0}.h2:only-child,h2:only-child{margin:0}.h3,h3{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.375em;font-weight:300;line-height:1;margin:1rem 0}@media(min-width:1024px){.h3,h3{margin:2rem 0}}.h3:first-child,h3:first-child{margin-top:0}.h3:last-child,h3:last-child{margin-bottom:0}.h3:only-child,h3:only-child{margin:0}.h4,h4{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.25em;font-weight:200;line-height:1;margin:1rem 0}@media(min-width:1024px){.h4,h4{margin:2rem 0}}.h4:first-child,h4:first-child{margin-top:0}.h4:last-child,h4:last-child{margin-bottom:0}.h4:only-child,h4:only-child{margin:0}.h5,h5{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.125em;font-weight:600;line-height:1.25;margin:1rem 0}@media(min-width:1024px){.h5,h5{margin:2rem 0}}.h5:first-child,h5:first-child{margin-top:0}.h5:last-child,h5:last-child{margin-bottom:0}.h5:only-child,h5:only-child{margin:0}.h6,h6{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:700;line-height:1.5;margin:1rem 0;text-transform:uppercase}@media(min-width:1024px){.h6,h6{margin:2rem 0}}.h6:first-child,h6:first-child{margin-top:0}.h6:last-child,h6:last-child{margin-bottom:0}.h6:only-child,h6:only-child{margin:0}.h6 .required:after,h6 .required:after{display:inline-block;position:static;vertical-align:baseline}p{margin:0 0 1rem;white-space:normal}p:last-child,p:only-child{margin-bottom:0}p small{font-size:.875em}ol{padding:0;margin:0 0 1rem;list-style-position:inside;list-style-type:decimal}ol:last-child,ol:only-child{margin-bottom:0}ol:empty{display:none}ol ol,ol ul{padding-left:1.5rem;margin-bottom:0}ul{padding:0;margin:0 0 1rem;list-style-position:inside;list-style-type:disc}ul:last-child,ul:only-child{margin-bottom:0}ul:empty{display:none}ul ol,ul ul{padding-left:1.5rem;margin-bottom:0}b,strong{font-weight:600}.band{padding:.75rem}@media(min-width:1024px){.band{padding:1.25rem}}.section{padding:0 .75rem .5rem}@media(min-width:1024px){.section{padding:0 1.25rem .5rem .75rem}}.sectionInner{background-color:#fff;border:1px solid #eaeaea;border-bottom:2px solid #ddd;min-height:8rem;padding:.75rem;position:relative}@media(min-width:1024px){.sectionInner{padding:1.25rem}}.button{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none}.button,.button[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.button:focus{outline:0}.button:visited{color:#333}.button:focus,.button:hover{top:-1px;color:#000;text-decoration:none}.button:active{color:#555}.button[disabled]{cursor:not-allowed;opacity:.4}.button[disabled]:focus,.button[disabled]:hover{top:0}.buttonIcon{display:inline-block;font-size:.875em;vertical-align:-1px}.buttonIcon:empty{display:none}.buttonIconLeft{margin-right:.25rem}.buttonIconLeft:only-child{margin-right:0}.buttonLarge .buttonIconLeft{margin-right:.375rem}.buttonLarge .buttonIconLeft:only-child{margin-right:0}.buttonText{display:inline-block;vertical-align:baseline}.buttonLink{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff}.buttonLink,.buttonLink[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLink:focus{outline:0}.buttonLink:visited{color:#333}.buttonLink:focus,.buttonLink:hover{top:-1px;color:#000;text-decoration:none}.buttonLink:active{color:#555}.buttonLink[disabled]{cursor:not-allowed;opacity:.4}.buttonLink[disabled]:focus,.buttonLink[disabled]:hover{top:0}.buttonLink:visited{color:#fff}.buttonLink:focus,.buttonLink:hover{background-color:#a70d17;border-color:#a70d17;color:#f4f4f4}.buttonLink:active{color:#fff}.buttonLink[disabled]{background-color:#e51e2b;border-color:#e51e2b;color:#fff}.buttonLinkWhite{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#fff}.buttonLinkWhite,.buttonLinkWhite[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLinkWhite:focus{outline:0}.buttonLinkWhite:visited{color:#333}.buttonLinkWhite:focus,.buttonLinkWhite:hover{top:-1px;color:#000;text-decoration:none}.buttonLinkWhite:active{color:#555}.buttonLinkWhite[disabled]{cursor:not-allowed;opacity:.4}.buttonLinkWhite[disabled]:focus,.buttonLinkWhite[disabled]:hover{top:0}.buttonLinkWhite:visited{color:#fff}.buttonLinkWhite:focus,.buttonLinkWhite:hover{color:#f4f4f4}.buttonLinkWhite:active{color:#fff}.buttonWhite{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#fff;border:1px solid #ccc}.buttonWhite,.buttonWhite[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonWhite:focus{outline:0}.buttonWhite:visited{color:#333}.buttonWhite:focus,.buttonWhite:hover{top:-1px;color:#000;text-decoration:none}.buttonWhite:active{color:#555}.buttonWhite[disabled]{cursor:not-allowed;opacity:.4}.buttonWhite[disabled]:focus,.buttonWhite[disabled]:hover{top:0}.buttonWhite:focus,.buttonWhite:hover{background-color:#f4f4f4;border-color:#aaa}.buttonCloseModal{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#f4f4f4;border:1px solid #f4f4f4;color:#555;font-weight:700;font-size:2.0625em;padding:0}.buttonCloseModal,.buttonCloseModal[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonCloseModal:focus{outline:0}.buttonCloseModal:visited{color:#333}.buttonCloseModal:focus,.buttonCloseModal:hover{top:-1px;color:#000;text-decoration:none}.buttonCloseModal:active{color:#555}.buttonCloseModal[disabled]{cursor:not-allowed;opacity:.4}.buttonCloseModal[disabled]:focus,.buttonCloseModal[disabled]:hover{top:0}.buttonCloseModal:focus,.buttonCloseModal:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#e51e2b;font-weight:700;font-size:2.0625em}.buttonCloseModal[disabled]{opacity:1}.buttonCloseModal[disabled],.buttonCloseModal[disabled]:focus,.buttonCloseModal[disabled]:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#aaa}.buttonPrimary{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff}.buttonPrimary,.buttonPrimary[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonPrimary:focus{outline:0}.buttonPrimary:visited{color:#333}.buttonPrimary:focus,.buttonPrimary:hover{top:-1px;color:#000;text-decoration:none}.buttonPrimary:active{color:#555}.buttonPrimary[disabled]{cursor:not-allowed;opacity:.4}.buttonPrimary[disabled]:focus,.buttonPrimary[disabled]:hover{top:0}.buttonPrimary:visited{color:#fff}.buttonPrimary:focus,.buttonPrimary:hover{background-color:#a70d17;border-color:#a70d17;color:#f4f4f4}.buttonPrimary:active{color:#fff}.buttonPrimary[disabled]{background-color:#e51e2b;border-color:#e51e2b;color:#fff}.buttonInfo{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#348eda;border:1px solid #348eda;color:#fff}.buttonInfo,.buttonInfo[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonInfo:focus{outline:0}.buttonInfo:visited{color:#333}.buttonInfo:focus,.buttonInfo:hover{top:-1px;color:#000;text-decoration:none}.buttonInfo:active{color:#555}.buttonInfo[disabled]{cursor:not-allowed;opacity:.4}.buttonInfo[disabled]:focus,.buttonInfo[disabled]:hover{top:0}.buttonInfo:visited{color:#fff}.buttonInfo:focus,.buttonInfo:hover{background-color:#247bc4;border-color:#247bc4;color:#f4f4f4}.buttonInfo:active{color:#fff}.buttonSuccess{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#68b90f;border:1px solid #68b90f;color:#fff}.buttonSuccess,.buttonSuccess[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonSuccess:focus{outline:0}.buttonSuccess:visited{color:#333}.buttonSuccess:focus,.buttonSuccess:hover{top:-1px;color:#000;text-decoration:none}.buttonSuccess:active{color:#555}.buttonSuccess[disabled]{cursor:not-allowed;opacity:.4}.buttonSuccess[disabled]:focus,.buttonSuccess[disabled]:hover{top:0}.buttonSuccess:visited{color:#fff}.buttonSuccess:focus,.buttonSuccess:hover{background-color:#4d8a0b;border-color:#4d8a0b;color:#f4f4f4}.buttonSuccess:active{color:#fff}.buttonSave{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#587f48;border:1px solid #587f48;color:#fff}.buttonSave,.buttonSave[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonSave:focus{outline:0}.buttonSave:visited{color:#333}.buttonSave:focus,.buttonSave:hover{top:-1px;color:#000;text-decoration:none}.buttonSave:active{color:#555}.buttonSave[disabled]{cursor:not-allowed;opacity:.4}.buttonSave[disabled]:focus,.buttonSave[disabled]:hover{top:0}.buttonSave:visited{color:#fff}.buttonSave:focus,.buttonSave:hover{background-color:#415e36;border-color:#415e36;color:#e6e6e6}.buttonSave:active{color:#fff}.buttonGeneral{background-color:transparent;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#eaeaea;border:1px solid #ccc;color:#333}.buttonGeneral,.buttonGeneral[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonGeneral:focus{outline:0}.buttonGeneral:focus,.buttonGeneral:hover{top:-1px;color:#000;text-decoration:none}.buttonGeneral:active{color:#555}.buttonGeneral[disabled]{cursor:not-allowed;opacity:.4}.buttonGeneral[disabled]:focus,.buttonGeneral[disabled]:hover{top:0}.buttonGeneral:visited{color:#333}.buttonGeneral:focus,.buttonGeneral:hover{background-color:#415e36;border-color:#415e36;color:#e6e6e6}.buttonGeneral:active{color:#fff}.buttonGeneralSelected{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#587f48;border:1px solid #587f48;color:#fff}.buttonGeneralSelected,.buttonGeneralSelected[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonGeneralSelected:focus{outline:0}.buttonGeneralSelected:visited{color:#333}.buttonGeneralSelected:focus,.buttonGeneralSelected:hover{top:-1px;color:#000;text-decoration:none}.buttonGeneralSelected:active{color:#555}.buttonGeneralSelected[disabled]{cursor:not-allowed;opacity:.4}.buttonGeneralSelected[disabled]:focus,.buttonGeneralSelected[disabled]:hover{top:0}.buttonGeneralSelected:visited{color:#fff}.buttonGeneralSelected:focus,.buttonGeneralSelected:hover{background-color:#415e36;border-color:#415e36;color:#e6e6e6}.buttonGeneralSelected:active{color:#fff}.buttonHistory{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#777;font-size:.875em;margin:0 0 0 .5rem;padding:0}.buttonHistory,.buttonHistory[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonHistory:focus{outline:0}.buttonHistory:visited{color:#333}.buttonHistory:focus,.buttonHistory:hover{top:-1px;color:#000;text-decoration:none}.buttonHistory:active{color:#555}.buttonHistory[disabled]{cursor:not-allowed;opacity:.4}.buttonHistory[disabled]:focus,.buttonHistory[disabled]:hover{top:0}.buttonHistory:visited{color:#777}.buttonHistory:focus,.buttonHistory:hover{color:#333}.buttonHistory:active{color:#ccc}.buttonLarge{font-size:1.125em;line-height:1.75;padding:.625em 1em}.buttonLarger{font-size:1.25em;line-height:2;padding:.75em 1.25em}.buttonLargest{font-size:1.375em;line-height:2.25;padding:.875em 1.5em}.buttonLinkPrimaryColor{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#e51e2b}.buttonLinkPrimaryColor,.buttonLinkPrimaryColor[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLinkPrimaryColor:focus{outline:0}.buttonLinkPrimaryColor:visited{color:#333}.buttonLinkPrimaryColor:focus,.buttonLinkPrimaryColor:hover{top:-1px;color:#000;text-decoration:none}.buttonLinkPrimaryColor:active{color:#555}.buttonLinkPrimaryColor[disabled]{cursor:not-allowed;opacity:.4}.buttonLinkPrimaryColor[disabled]:focus,.buttonLinkPrimaryColor[disabled]:hover{top:0}.buttonLinkPrimaryColor:visited{color:#e51e2b}.buttonLinkPrimaryColor:focus,.buttonLinkPrimaryColor:hover{color:#a70d17}.buttonLinkPrimaryColor:active{color:#e51e2b}.buttonLinkSuccessColor{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#4d8a0b}.buttonLinkSuccessColor,.buttonLinkSuccessColor[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLinkSuccessColor:focus{outline:0}.buttonLinkSuccessColor:visited{color:#333}.buttonLinkSuccessColor:focus,.buttonLinkSuccessColor:hover{top:-1px;color:#000;text-decoration:none}.buttonLinkSuccessColor:active{color:#555}.buttonLinkSuccessColor[disabled]{cursor:not-allowed;opacity:.4}.buttonLinkSuccessColor[disabled]:focus,.buttonLinkSuccessColor[disabled]:hover{top:0}.buttonLinkSuccessColor:visited{color:#4d8a0b}.buttonLinkSuccessColor:focus,.buttonLinkSuccessColor:hover{color:#335b07}.buttonLinkSuccessColor:active{color:#4d8a0b}.buttonLinkInfoColor{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#348eda}.buttonLinkInfoColor,.buttonLinkInfoColor[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLinkInfoColor:focus{outline:0}.buttonLinkInfoColor:visited{color:#333}.buttonLinkInfoColor:focus,.buttonLinkInfoColor:hover{top:-1px;color:#000;text-decoration:none}.buttonLinkInfoColor:active{color:#555}.buttonLinkInfoColor[disabled]{cursor:not-allowed;opacity:.4}.buttonLinkInfoColor[disabled]:focus,.buttonLinkInfoColor[disabled]:hover{top:0}.buttonLinkInfoColor:visited{color:#348eda}.buttonLinkInfoColor:focus,.buttonLinkInfoColor:hover{color:#247bc4}.buttonLinkInfoColor:active{color:#348eda}.buttonOutlinePrimary{background-color:#fff;border:1px solid #e51e2b;color:#e51e2b}.buttonOutlinePrimary:focus,.buttonOutlinePrimary:hover{background-color:#e51e2b;color:#fff}.buttonBlock{width:100%;text-align:center}.buttonLinkBlock{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff;width:100%;text-align:center;font-weight:200}.buttonLinkBlock,.buttonLinkBlock[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonLinkBlock:focus{outline:0}.buttonLinkBlock:visited{color:#333}.buttonLinkBlock:focus,.buttonLinkBlock:hover{top:-1px;color:#000;text-decoration:none}.buttonLinkBlock:active{color:#555}.buttonLinkBlock[disabled]{cursor:not-allowed;opacity:.4}.buttonLinkBlock[disabled]:focus,.buttonLinkBlock[disabled]:hover{top:0}.buttonLinkBlock:visited{color:#fff}.buttonLinkBlock:focus,.buttonLinkBlock:hover{background-color:#a70d17;border-color:#a70d17;color:#f4f4f4}.buttonLinkBlock:active{color:#fff}.buttonLinkBlock[disabled]{background-color:#e51e2b;border-color:#e51e2b;color:#fff}.buttonLinkIconLeft{margin-right:.25rem;margin-left:0}.buttonLinkIconLeft [role=presentation]:first-child,.buttonLinkIconLeft [role=presentation]:last-child{margin:0}.buttonLinkIconRight{margin-left:.25rem;margin-right:0}.buttonLinkIconRight [role=presentation]:first-child,.buttonLinkIconRight [role=presentation]:last-child{margin:0}.buttonSort{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#fff;padding:0 .25rem}.buttonSort,.buttonSort[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.buttonSort:focus{outline:0}.buttonSort:visited{color:#333}.buttonSort:focus,.buttonSort:hover{top:-1px;color:#000;text-decoration:none}.buttonSort:active{color:#555}.buttonSort[disabled]{cursor:not-allowed;opacity:.4}.buttonSort[disabled]:focus,.buttonSort[disabled]:hover{top:0}.buttonSort:visited{color:#fff}.buttonSort:focus,.buttonSort:hover{color:#f4f4f4}.buttonSort:active{color:#fff}.buttonTogglePassword{position:absolute;top:0;right:0;z-index:1}.openMenu{background-color:transparent;border:1px solid transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;color:#ccc;margin:0 0 0 auto}.openMenu,.openMenu[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.openMenu:focus{outline:0}.openMenu:visited{color:#333}.openMenu:focus,.openMenu:hover{top:-1px;color:#000;text-decoration:none}.openMenu:active{color:#555}.openMenu[disabled]{cursor:not-allowed;opacity:.4}.openMenu[disabled]:focus,.openMenu[disabled]:hover{top:0}.openMenu:visited{color:#ccc}.openMenu:focus,.openMenu:hover{color:#eaeaea}.openMenu:active{color:#f4f4f4}@media(min-width:1024px){.openMenu{display:none}}.closeMenu{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#404040;border-left:1px solid #404040;border-bottom:1px solid #404040;border-color:#404040 #404040 #333 #333;border-style:solid;border-width:1px 1px 2px 2px;color:#ccc;display:none;height:3rem;padding:.5em .75em .5em 0;text-align:right;width:100%}.closeMenu,.closeMenu[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.closeMenu:focus{outline:0}.closeMenu:visited{color:#333}.closeMenu:focus,.closeMenu:hover{top:-1px;color:#000;text-decoration:none}.closeMenu:active{color:#555}.closeMenu[disabled]{cursor:not-allowed;opacity:.4}.closeMenu[disabled]:focus,.closeMenu[disabled]:hover{top:0}.closeMenu:visited{color:#ccc}.closeMenu:focus,.closeMenu:hover{color:#eaeaea;top:0}.closeMenu:active{color:#f4f4f4}.menuOpen .closeMenu{display:block}@media(min-width:1024px){.menuOpen .closeMenu{display:none}}.overlay{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:rgba(0,0,0,.7);cursor:pointer;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.menuOpen .overlay{display:block}@media(min-width:1024px){.menuOpen .overlay{display:none}}.menuIsClosing .overlay{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:rgba(0,0,0,.7)}.loggedInAs{display:inline-block;height:100%;position:relative}@media(min-width:1024px){.loggedInAs{margin-left:auto}}.loggedInAsButton{align-items:center;background-color:transparent;border:0;color:#fff;cursor:pointer;display:flex;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.125em;font-weight:200;height:100%;margin:0;padding:0 .375rem;position:relative;text-align:left}@media(min-width:1024px){.loggedInAsButton{padding:0 .75rem}}.loggedInAsButton:focus,.loggedInAsButton:hover{background-color:#a70d17}.loggedInAsButton:focus{outline:0}[aria-expanded=true] .loggedInAsButton{background-color:#a70d17}.loggedInAsName{display:none}@media(min-width:1024px){.loggedInAsName{display:block}}.loggedInAsPhoto{display:block;height:2.25rem;width:2.25rem}@media(min-width:1024px){.loggedInAsPhoto{height:2.75rem;margin-left:.625rem;width:2.75rem}}.loggedInAsImage{border:0;border-radius:50%;display:block;height:auto;width:100%}.loggedInAsPlaceholder{align-items:center;background-color:#e51e2b;border-radius:50%;color:#fff;display:flex;font-size:1rem;height:2.25rem;justify-content:center;line-height:1.25;padding-bottom:.125rem;width:2.25rem;text-align:center;flex-shrink:0}@media(min-width:1024px){.loggedInAsPlaceholder{font-size:1.125em;height:2.75rem;width:2.75rem}}.loggedInAsDropdownList{background-color:#a70d17;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.15);display:none;position:absolute;top:3rem;right:0;width:auto;max-width:15rem;z-index:1}@media(min-width:1024px){.loggedInAsDropdownList{top:4rem;width:100%}}[aria-expanded=true] .loggedInAsDropdownList{display:block}.loggedInAsLink{background-color:transparent;color:#fff;display:block;font-size:1rem;font-weight:300;line-height:1.5;padding:.5rem 1rem .75rem;text-align:right;text-decoration:none;white-space:nowrap;width:100%;border:0;outline:0}.loggedInAsLink:visited{color:#fff}.loggedInAsLink:focus,.loggedInAsLink:hover{background-color:#e51e2b;color:#fff;cursor:pointer}.loggedInAsLink:active{color:#fff}.loggedInAsLink i{font-size:.75em;vertical-align:-1px}.avatar{align-items:center;display:flex;margin:.5rem 0 0;overflow:hidden}.loggedInAs .avatar{margin:0}.avatarName{margin:0 0 0 .5rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.avatarName,.select{display:block;font-size:.875em;width:100%}.select{height:1.875rem;box-sizing:border-box;padding:.25rem 1.75rem .25rem .5rem;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgzNzM4NUExODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgzNzM4NTkxODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MGEzMDNiLTc1YmQtOWE0YS04ZTUwLWFmYTRhMDI5MWIwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6axaaTAAAA/UlEQVR42mJgGGCQCcSTgZiZhnYwQ+3IhAlIAPFXIP4PxNuAmJcGlvJCzQbZ8QWIxWESlkD8EipxGYgVqWgpyKxLULNfQu3CUHAFnwIyALKHruDzED8Q74Qq/A7EERRYGgE14z/UTH5CGliAeCpUwz8grgNiRhIsBKmther9D01QLKS4OAeI/0A1LwdiDiL0gNQsg+r5AzWDLOAJxJ+gBh0DYjE8asWgav5D9XhSmkB0gfgh1MB7QKyNRY02VA6k5j5UD1UAsm8+oPnGHSpGTKiQBTigcY0cf+SkA7IAKMU2IaVYWMpvIjHlkw1igPgHNJ9G07tisaSkdAMIMAAZwEcu893qVAAAAABJRU5ErkJggg==");background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:.875rem;border:1px solid #aaa;border-radius:0;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-weight:400;line-height:1.375;margin:0}.select:hover{border-color:#333}.select:focus{border-color:#348eda;outline:0}.select[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777;cursor:not-allowed}.select[disabled]:hover{border-color:#aaa}.select::-ms-expand{display:none}.selectRequired{display:block;width:100%;height:1.875rem;box-sizing:border-box;padding:.25rem 1.75rem .25rem .5rem;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgzNzM4NUExODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgzNzM4NTkxODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MGEzMDNiLTc1YmQtOWE0YS04ZTUwLWFmYTRhMDI5MWIwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6axaaTAAAA/UlEQVR42mJgGGCQCcSTgZiZhnYwQ+3IhAlIAPFXIP4PxNuAmJcGlvJCzQbZ8QWIxWESlkD8EipxGYgVqWgpyKxLULNfQu3CUHAFnwIyALKHruDzED8Q74Qq/A7EERRYGgE14z/UTH5CGliAeCpUwz8grgNiRhIsBKmther9D01QLKS4OAeI/0A1LwdiDiL0gNQsg+r5AzWDLOAJxJ+gBh0DYjE8asWgav5D9XhSmkB0gfgh1MB7QKyNRY02VA6k5j5UD1UAsm8+oPnGHSpGTKiQBTigcY0cf+SkA7IAKMU2IaVYWMpvIjHlkw1igPgHNJ9G07tisaSkdAMIMAAZwEcu893qVAAAAABJRU5ErkJggg==");background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:.875rem;border-radius:0;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;background-color:#feb9c2;border:1px solid #d0021b}.selectRequired[disabled]{border-color:#ccc;color:#777;cursor:not-allowed}.selectRequired[disabled]:hover{border-color:#aaa}.selectRequired::-ms-expand{display:none}.selectRequired:hover{border-color:#333}.selectRequired:focus{outline:0;border-color:#348eda}.selectRequired[disabled]{background-color:#f4f4f4;border-color:#aaa}.required:after{color:#d0021b;content:"*";display:block;margin:0;position:absolute;right:0;top:-.125rem;font-size:1rem;line-height:1}.selectWrapper,.selectWrapperRequired{display:block;position:relative}.selectWrapperRequired{padding-right:.5rem}.selectLarge{display:block;width:100%;height:1.875rem;box-sizing:border-box;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgzNzM4NUExODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgzNzM4NTkxODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MGEzMDNiLTc1YmQtOWE0YS04ZTUwLWFmYTRhMDI5MWIwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6axaaTAAAA/UlEQVR42mJgGGCQCcSTgZiZhnYwQ+3IhAlIAPFXIP4PxNuAmJcGlvJCzQbZ8QWIxWESlkD8EipxGYgVqWgpyKxLULNfQu3CUHAFnwIyALKHruDzED8Q74Qq/A7EERRYGgE14z/UTH5CGliAeCpUwz8grgNiRhIsBKmther9D01QLKS4OAeI/0A1LwdiDiL0gNQsg+r5AzWDLOAJxJ+gBh0DYjE8asWgav5D9XhSmkB0gfgh1MB7QKyNRY02VA6k5j5UD1UAsm8+oPnGHSpGTKiQBTigcY0cf+SkA7IAKMU2IaVYWMpvIjHlkw1igPgHNJ9G07tisaSkdAMIMAAZwEcu893qVAAAAABJRU5ErkJggg==");background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:.875rem;border:1px solid #aaa;border-radius:0;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;font-size:1rem;height:2rem;padding:.25rem 2rem .25rem .5rem;background-size:1rem}.selectLarge:hover{border-color:#333}.selectLarge:focus{border-color:#348eda;outline:0}.selectLarge[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777;cursor:not-allowed}.selectLarge[disabled]:hover{border-color:#aaa}.selectLarge::-ms-expand{display:none}.selectLarger{display:block;width:100%;height:1.875rem;box-sizing:border-box;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgzNzM4NUExODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgzNzM4NTkxODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MGEzMDNiLTc1YmQtOWE0YS04ZTUwLWFmYTRhMDI5MWIwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6axaaTAAAA/UlEQVR42mJgGGCQCcSTgZiZhnYwQ+3IhAlIAPFXIP4PxNuAmJcGlvJCzQbZ8QWIxWESlkD8EipxGYgVqWgpyKxLULNfQu3CUHAFnwIyALKHruDzED8Q74Qq/A7EERRYGgE14z/UTH5CGliAeCpUwz8grgNiRhIsBKmther9D01QLKS4OAeI/0A1LwdiDiL0gNQsg+r5AzWDLOAJxJ+gBh0DYjE8asWgav5D9XhSmkB0gfgh1MB7QKyNRY02VA6k5j5UD1UAsm8+oPnGHSpGTKiQBTigcY0cf+SkA7IAKMU2IaVYWMpvIjHlkw1igPgHNJ9G07tisaSkdAMIMAAZwEcu893qVAAAAABJRU5ErkJggg==");background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:.875rem;border:1px solid #aaa;border-radius:0;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;font-size:1.25em;height:2.375rem;padding:.25rem 2.125rem .25rem .5rem;background-size:1.125rem}.selectLarger:hover{border-color:#333}.selectLarger:focus{border-color:#348eda;outline:0}.selectLarger[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777;cursor:not-allowed}.selectLarger[disabled]:hover{border-color:#aaa}.selectLarger::-ms-expand{display:none}.selectLargest{display:block;width:100%;height:1.875rem;box-sizing:border-box;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgzNzM4NUExODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgzNzM4NTkxODkyMTFFOEExOENCNDVDRjQ5OTQ0OEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MGEzMDNiLTc1YmQtOWE0YS04ZTUwLWFmYTRhMDI5MWIwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ZmU1ZDIzMS00MTMzLTgwNGYtOWI4NC0zZmM5YmQ3MTc3M2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6axaaTAAAA/UlEQVR42mJgGGCQCcSTgZiZhnYwQ+3IhAlIAPFXIP4PxNuAmJcGlvJCzQbZ8QWIxWESlkD8EipxGYgVqWgpyKxLULNfQu3CUHAFnwIyALKHruDzED8Q74Qq/A7EERRYGgE14z/UTH5CGliAeCpUwz8grgNiRhIsBKmther9D01QLKS4OAeI/0A1LwdiDiL0gNQsg+r5AzWDLOAJxJ+gBh0DYjE8asWgav5D9XhSmkB0gfgh1MB7QKyNRY02VA6k5j5UD1UAsm8+oPnGHSpGTKiQBTigcY0cf+SkA7IAKMU2IaVYWMpvIjHlkw1igPgHNJ9G07tisaSkdAMIMAAZwEcu893qVAAAAABJRU5ErkJggg==");background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:.875rem;border:1px solid #aaa;border-radius:0;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;font-size:1.375em;font-weight:300;height:2.75rem;padding:.25rem 2.25rem .375rem .5rem;background-size:1.375rem}.selectLargest:hover{border-color:#333}.selectLargest:focus{border-color:#348eda;outline:0}.selectLargest[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777;cursor:not-allowed}.selectLargest[disabled]:hover{border-color:#aaa}.selectLargest::-ms-expand{display:none}.selectLargest option{font-weight:300}.hr{display:block;width:100%;background-color:#ccc;box-sizing:content-box;margin:.75rem 0;border:0;overflow:visible;height:1px}@media(min-width:1024px){.hr{margin:1.25rem 0}}.tableWrapper{margin:1rem 0;overflow-x:auto;position:relative}@media(min-width:1024px){.tableWrapper{margin:2rem 0 1rem}}.modalOpen .tableWrapper{overflow:visible}@media(min-width:1024px){.modalOpen .tableWrapper{overflow:hidden}}.tableLoading{min-height:12rem}.table{display:block;border-collapse:collapse;width:100%}@media(min-width:1024px){.table{display:table}}.tdInner{word-break:break-word}@media(min-width:1024px){.tableEllipsis .tdInner{overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;word-break:normal}}.thead{display:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff;text-align:left}@media(min-width:1024px){.thead{display:table-header-group}}.thead>tr{color:#fff}.thead>tr,.thead>tr:hover{background-color:transparent}.tbody{display:block;background-color:#fff;border:1px solid #f4f4f4}@media(min-width:1024px){.tbody{display:table-row-group;border-top:0}}.tr{display:block;border-top:1px solid #f4f4f4}.tr:first-child{border-top:0}@media(min-width:1024px){.tr{display:table-row}}.trHover{display:block;border-top:1px solid #f4f4f4}.trHover:first-child{border-top:0}@media(min-width:1024px){.trHover{display:table-row}}.trHover:hover{background-color:#f4f4f4}.trStriped{display:block;border-top:1px solid #f4f4f4}.trStriped:first-child{border-top:0}@media(min-width:1024px){.trStriped{display:table-row}}.trStriped:nth-child(2n){background-color:#f9f9f9}.trStripedHover{display:block;border-top:1px solid #f4f4f4}.trStripedHover:nth-child(2n){background-color:#f9f9f9}.trStripedHover:first-child{border-top:0}@media(min-width:1024px){.trStripedHover{display:table-row}}.trStripedHover:hover{background-color:#f4f4f4}.trSuccess{display:block;border-top:1px solid #f4f4f4;position:relative;background-color:#f1fde4;border-left:3px solid #68b90f}.trSuccess:first-child{border-top:0}@media(min-width:1024px){.trSuccess{display:table-row}}.trSuccess:hover{background-color:#e5fbcc}.trError{display:block;border-top:1px solid #f4f4f4;position:relative;background-color:#fff1f2;border-left:3px solid #d0021b}.trError:first-child{border-top:0}@media(min-width:1024px){.trError{display:table-row}}.trError:hover{background-color:#ffd7dc}.trWarning{display:block;border-top:1px solid #f4f4f4;position:relative;background-color:#fff5e6;border-left:3px solid #f90}.trWarning:first-child{border-top:0}@media(min-width:1024px){.trWarning{display:table-row}}.trWarning:hover{background-color:#ffefd6}.trInfo{display:block;border-top:1px solid #f4f4f4;position:relative;background-color:#edf5fc;border-left:3px solid #348eda}.trInfo:first-child{border-top:0}@media(min-width:1024px){.trInfo{display:table-row}}.trInfo:hover{background-color:#e1eef9}.trNotMatched{display:block;border-top:1px solid #f4f4f4;background-color:#ffd7dc}.trNotMatched:first-child{border-top:0}@media(min-width:1024px){.trNotMatched{display:table-row}}.trChecked{display:block;border-top:1px solid #f4f4f4;background-color:#e1eef9}.trChecked:first-child{border-top:0}@media(min-width:1024px){.trChecked{display:table-row}}.th{font-size:.75em;font-weight:600;line-height:1.25;padding:.375rem;text-align:left;white-space:nowrap;height:2.75rem}@media(min-width:1024px){.th[title="Check Date"] .thInner,.th[title="End Date"] .thInner,.th[title="Start Date"] .thInner{width:6.75rem}}@media(min-width:1024px){.th[title=Active] .thInner{width:4rem}}@media(min-width:1024px){.th[title="Remove Payroll Period"] .thInner{width:2.25rem}}@media(min-width:1280px){.th[title="Remove Payroll Period"] .thInner{width:6rem}}@media(min-width:1024px){.th[title=Edit] .tdInner,.th[title=Edit] .thInner{width:3.25rem}}@media(min-width:1024px){.th[title="Edit Or Export"] .tdInner,.th[title="Edit Or Export"] .thInner{width:9.875rem}}@media(min-width:1024px){.th[title="Select All Rows"] .tdInner,.th[title="Select All Rows"] .thInner,.th[title="Select This Row"] .tdInner,.th[title="Select This Row"] .thInner{width:.875rem}}@media(min-width:1024px){.th[title="First Name"] .tdInner,.th[title="First Name"] .thInner,.th[title=First] .tdInner,.th[title=First] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title="Middle Initial"] .tdInner,.th[title="Middle Initial"] .thInner,.th[title=MI] .tdInner,.th[title=MI] .thInner{width:1.75rem}}@media(min-width:1024px){.th[title="Last Name"] .tdInner,.th[title="Last Name"] .thInner,.th[title=Last] .tdInner,.th[title=Last] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title=Nickname] .tdInner,.th[title=Nickname] .thInner,.th[title=Suffix] .tdInner,.th[title=Suffix] .thInner{min-width:3rem;max-width:4rem}}@media(min-width:1024px){.th[title=PERNR] .tdInner,.th[title=PERNR] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title=Amount] .tdInner,.th[title=Amount] .thInner{min-width:4rem;max-width:7rem}}@media(min-width:1024px){.th[title="Wage Type"] .tdInner,.th[title="Wage Type"] .thInner{min-width:8rem}}@media(min-width:1800px){.th[title="Wage Type"] .tdInner,.th[title="Wage Type"] .thInner{min-width:12rem}}@media(min-width:1920px){.th[title="Wage Type"] .tdInner,.th[title="Wage Type"] .thInner{min-width:16rem}}@media(min-width:1024px){.th[title="Cost Center"] .tdInner,.th[title="Cost Center"] .thInner,.th[title=Authority] .tdInner,.th[title=Authority] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title=Comment] .tdInner,.th[title=Comment] .thInner{min-width:8rem}}@media(min-width:1800px){.th[title=Comment] .tdInner,.th[title=Comment] .thInner{min-width:12rem}}@media(min-width:1920px){.th[title=Comment] .tdInner,.th[title=Comment] .thInner{min-width:16rem}}@media(min-width:1024px){.th[title="Dollar Limit"] .tdInner,.th[title="Dollar Limit"] .thInner,.th[title=Hours] .tdInner,.th[title=Hours] .thInner,.th[title=Number] .tdInner,.th[title=Number] .thInner,.th[title=Rate] .tdInner,.th[title=Rate] .thInner,.th[title=Units] .tdInner,.th[title=Units] .thInner{min-width:4rem;max-width:7rem}}@media(min-width:1024px){.th[title=ID] .tdInner,.th[title=ID] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1920px){.th[title=ID] .tdInner,.th[title=ID] .thInner{max-width:none}}@media(min-width:1800px){.th[title=Bottler] .tdInner,.th[title=Bottler] .thInner{max-width:11rem}}@media(min-width:1920px){.th[title=Bottler] .tdInner,.th[title=Bottler] .thInner{max-width:13rem}}@media(min-width:1024px){.th[title=Tower] .tdInner,.th[title=Tower] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1800px){.th[title=Tower] .tdInner,.th[title=Tower] .thInner{max-width:8rem}}@media(min-width:1920px){.th[title=Tower] .tdInner,.th[title=Tower] .thInner{max-width:10rem}}@media(min-width:1024px){.th[title="Request Group"] .tdInner,.th[title="Request Group"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.th[title="Request Group"] .tdInner,.th[title="Request Group"] .thInner{max-width:11rem}}@media(min-width:1920px){.th[title="Request Group"] .tdInner,.th[title="Request Group"] .thInner{max-width:13rem}}@media(min-width:1024px){.th[title="Request Type"] .tdInner,.th[title="Request Type"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.th[title="Request Type"] .tdInner,.th[title="Request Type"] .thInner{max-width:11rem}}@media(min-width:1920px){.th[title="Request Type"] .tdInner,.th[title="Request Type"] .thInner{max-width:13rem}}@media(min-width:1024px){.th[title=Status] .tdInner,.th[title=Status] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title=Requested] .tdInner,.th[title=Requested] .thInner{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.th[title=Requester] .tdInner,.th[title=Requester] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1800px){.th[title=Requester] .tdInner,.th[title=Requester] .thInner{max-width:10rem}}@media(min-width:1920px){.th[title=Requester] .tdInner,.th[title=Requester] .thInner{max-width:12rem}}@media(min-width:1024px){.th[title="Requested Group"] .tdInner,.th[title="Requested Group"] .thInner{min-width:10rem}}@media(min-width:1024px){.th[title=Summary] .tdInner,.th[title=Summary] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.th[title=Summary] .tdInner,.th[title=Summary] .thInner{max-width:11rem}}@media(min-width:1920px){.th[title=Summary] .tdInner,.th[title=Summary] .thInner{max-width:13rem}}@media(min-width:1024px){.th[title="Assigned To"] .tdInner,.th[title="Assigned To"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1800px){.th[title="Assigned To"] .tdInner,.th[title="Assigned To"] .thInner{max-width:10rem}}@media(min-width:1920px){.th[title="Assigned To"] .tdInner,.th[title="Assigned To"] .thInner{max-width:12rem}}@media(min-width:1024px){.th[title="Due Date"] .tdInner,.th[title="Due Date"] .thInner{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.th[title="AD Group Name"] .tdInner,.th[title="AD Group Name"] .thInner{min-width:5rem}}@media(min-width:1024px){.th[title="AD Group Description"] .tdInner,.th[title="AD Group Description"] .thInner{min-width:3rem}}@media(min-width:1024px){.th[title="AD Group Member Count"] .tdInner,.th[title="AD Group Member Count"] .thInner,.th[title=Actions] .tdInner,.th[title=Actions] .thInner{min-width:7rem}}@media(min-width:1024px){.th[title=SLA] .tdInner,.th[title=SLA] .thInner{min-width:5rem}}@media(min-width:1024px){.th[title="Logged In At"] .tdInner,.th[title="Logged In At"] .thInner,.th[title="Login Created"] .tdInner,.th[title="Login Created"] .thInner,.th[title="Lookup Created"] .tdInner,.th[title="Lookup Created"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.th[title="Equipment Lookup"] .tdInner,.th[title="Equipment Lookup"] .thInner{min-width:9rem}}@media(min-width:1024px){.th[title="Equipment Lookup Type"] .tdInner,.th[title="Equipment Lookup Type"] .thInner{min-width:11rem}}@media(min-width:1024px){.th[title=Request] .tdInner,.th[title=Request] .thInner{min-width:5rem}}@media(min-width:1024px){.th[title="Request Contact First Name"] .tdInner,.th[title="Request Contact First Name"] .thInner,.th[title="Request Contact Last Name"] .tdInner,.th[title="Request Contact Last Name"] .thInner{min-width:12rem}}@media(min-width:1024px){.th[title="Request ID"] .tdInner,.th[title="Request ID"] .thInner{min-width:6rem}}@media(min-width:1024px){.th[title="Request Process"] .tdInner,.th[title="Request Process"] .thInner{min-width:10rem}}@media(min-width:1024px){.th[title="Audit Type"] .tdInner,.th[title="Audit Type"] .thInner{min-width:8rem}}@media(min-width:1024px){.th[title="Request Priority"] .tdInner,.th[title="Request Priority"] .thInner{min-width:10rem}}@media(min-width:1024px){.th[title=Submittable] .tdInner,.th[title=Submittable] .thInner{min-width:7rem}}@media(min-width:1024px){.th[title="Error ID"] .tdInner,.th[title="Error ID"] .thInner{min-width:3rem;max-width:3rem}}@media(min-width:1024px){.th[title="Created At (ISO)"] .tdInner,.th[title="Created At (ISO)"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.th[title="Date Created"] .tdInner,.th[title="Date Created"] .thInner{min-width:5rem;max-width:5rem}}@media(min-width:1024px){.th[title="Time Created"] .tdInner,.th[title="Time Created"] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1024px){.th[title="Error Message"] .tdInner,.th[title="Error Message"] .thInner{min-width:16rem;max-width:16rem}}@media(min-width:1024px){.th[title="Error Code"] .tdInner,.th[title="Error Code"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.th[title="Error Number"] .tdInner,.th[title="Error Number"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.th[title="Error Type"] .tdInner,.th[title="Error Type"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.th[title="Error Class"] .tdInner,.th[title="Error Class"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.th[title="User Name"] .tdInner,.th[title="User Name"] .thInner,.th[title=Bottler] .tdInner,.th[title=Bottler] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.th[title="User Email"] .tdInner,.th[title="User Email"] .thInner{min-width:15rem;max-width:15rem}}@media(min-width:1024px){.th[title="Serial Number"] .tdInner,.th[title="Serial Number"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.th[title="Equipment Number"] .tdInner,.th[title="Equipment Number"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.th[title="Equipment Type Code"] .tdInner,.th[title="Equipment Type Code"] .thInner{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.th[title="Equipment Type"] .tdInner,.th[title="Equipment Type"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.th[title="Equipment Problem"] .tdInner,.th[title="Equipment Problem"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.th[title="Equipment Problem Code"] .tdInner,.th[title="Equipment Problem Code"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.th[title="Equipment Problem Priority"] .tdInner,.th[title="Equipment Problem Priority"] .thInner{min-width:5rem;max-width:5rem}}@media(min-width:1024px){.th[title="Outlet Name"] .tdInner,.th[title="Outlet Name"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.th[title="Outlet Number"] .tdInner,.th[title="Outlet Number"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.th[title="Outlet City"] .tdInner,.th[title="Outlet City"] .thInner,.th[title="Outlet Street"] .tdInner,.th[title="Outlet Street"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.th[title="Outlet State"] .tdInner,.th[title="Outlet State"] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1024px){.th[title="Outlet Contact Name"]>div,.th[title="Outlet Contact Phone"]>div,.th[title="Outlet Postal Code"] .tdInner,.th[title="Outlet Postal Code"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.th[title="Outlet Contact Phone Extension"]>div{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.th[title="Availability Days"] .tdInner,.th[title="Availability Days"] .thInner{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.th[title="Availability Hours End"] .tdInner,.th[title="Availability Hours End"] .thInner,.th[title="Availability Hours Start"] .tdInner,.th[title="Availability Hours Start"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.th[title="Equipment City"] .tdInner,.th[title="Equipment City"] .thInner,.th[title="Equipment Location"] .tdInner,.th[title="Equipment Location"] .thInner,.th[title="Equipment Street"] .tdInner,.th[title="Equipment Street"] .thInner,.th[title="Request Comment"] .tdInner,.th[title="Request Comment"] .thInner,.th[title="Ticket Number"] .tdInner,.th[title="Ticket Number"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.th[title="Equipment State"] .tdInner,.th[title="Equipment State"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.th[title="Equipment Postal Code"] .tdInner,.th[title="Equipment Postal Code"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.th[title="Employee Email Notification"] .tdInner,.th[title="Employee Email Notification"] .thInner,.th[title="Employee Text Notification"] .tdInner,.th[title="Employee Text Notification"] .thInner,.th[title="Request Contact Email Notification"] .tdInner,.th[title="Request Contact Email Notification"] .thInner,.th[title="Request Contact Phone Notification"] .tdInner,.th[title="Request Contact Phone Notification"] .thInner,.th[title="Request Contact Text Notification"] .tdInner,.th[title="Request Contact Text Notification"] .thInner{min-width:15rem;max-width:15rem}}@media(min-width:1024px){.th[title="Request Contact Phone"]>div{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.th[title="Request Contact Role"]>div{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.th[title="Request Contact Email"]>div{min-width:14rem;max-width:14rem}}@media(min-width:1024px){.th[title="Employee Name"]>div{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.th[title="Employee Email"]>div{min-width:14rem;max-width:14rem}}@media(min-width:1024px){.th[title="Employee Phone"]>div{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.th[title="Problem Description"]>div{min-width:13rem}}@media(min-width:1024px){.th[title="Problem Code"]>div{min-width:8rem}}@media(min-width:1024px){.th[title="Admin User Name"]>div{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.th[title="Admin User Email Address"]>div,.th[title="User Email Address"]>div{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.th[title="AD Audit Group Name"]>div{min-width:16rem;max-width:16rem}}@media(min-width:1024px){.th[title=Action]>div{min-width:8rem;max-width:8rem}}.th:last-child{border-right:0}.td{display:block;width:100%;padding:.5rem .5rem 0;position:relative}@media(min-width:1024px){.td[title="Check Date"] .thInner,.td[title="End Date"] .thInner,.td[title="Start Date"] .thInner{width:6.75rem}}@media(min-width:1024px){.td[title=Active] .thInner{width:4rem}}@media(min-width:1024px){.td[title="Remove Payroll Period"] .thInner{width:2.25rem}}@media(min-width:1280px){.td[title="Remove Payroll Period"] .thInner{width:6rem}}@media(min-width:1024px){.td[title=Edit] .tdInner,.td[title=Edit] .thInner{width:3.25rem}}@media(min-width:1024px){.td[title="Edit Or Export"] .tdInner,.td[title="Edit Or Export"] .thInner{width:9.875rem}}@media(min-width:1024px){.td[title="Select All Rows"] .tdInner,.td[title="Select All Rows"] .thInner,.td[title="Select This Row"] .tdInner,.td[title="Select This Row"] .thInner{width:.875rem}}@media(min-width:1024px){.td[title="First Name"] .tdInner,.td[title="First Name"] .thInner,.td[title=First] .tdInner,.td[title=First] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title="Middle Initial"] .tdInner,.td[title="Middle Initial"] .thInner,.td[title=MI] .tdInner,.td[title=MI] .thInner{width:1.75rem}}@media(min-width:1024px){.td[title="Last Name"] .tdInner,.td[title="Last Name"] .thInner,.td[title=Last] .tdInner,.td[title=Last] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title=Nickname] .tdInner,.td[title=Nickname] .thInner,.td[title=Suffix] .tdInner,.td[title=Suffix] .thInner{min-width:3rem;max-width:4rem}}@media(min-width:1024px){.td[title=PERNR] .tdInner,.td[title=PERNR] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title=Amount] .tdInner,.td[title=Amount] .thInner{min-width:4rem;max-width:7rem}}@media(min-width:1024px){.td[title="Wage Type"] .tdInner,.td[title="Wage Type"] .thInner{min-width:8rem}}@media(min-width:1800px){.td[title="Wage Type"] .tdInner,.td[title="Wage Type"] .thInner{min-width:12rem}}@media(min-width:1920px){.td[title="Wage Type"] .tdInner,.td[title="Wage Type"] .thInner{min-width:16rem}}@media(min-width:1024px){.td[title="Cost Center"] .tdInner,.td[title="Cost Center"] .thInner,.td[title=Authority] .tdInner,.td[title=Authority] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title=Comment] .tdInner,.td[title=Comment] .thInner{min-width:8rem}}@media(min-width:1800px){.td[title=Comment] .tdInner,.td[title=Comment] .thInner{min-width:12rem}}@media(min-width:1920px){.td[title=Comment] .tdInner,.td[title=Comment] .thInner{min-width:16rem}}@media(min-width:1024px){.td[title="Dollar Limit"] .tdInner,.td[title="Dollar Limit"] .thInner,.td[title=Hours] .tdInner,.td[title=Hours] .thInner,.td[title=Number] .tdInner,.td[title=Number] .thInner,.td[title=Rate] .tdInner,.td[title=Rate] .thInner,.td[title=Units] .tdInner,.td[title=Units] .thInner{min-width:4rem;max-width:7rem}}@media(min-width:1024px){.td[title=ID] .tdInner,.td[title=ID] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1920px){.td[title=ID] .tdInner,.td[title=ID] .thInner{max-width:none}}@media(min-width:1800px){.td[title=Bottler] .tdInner,.td[title=Bottler] .thInner{max-width:11rem}}@media(min-width:1920px){.td[title=Bottler] .tdInner,.td[title=Bottler] .thInner{max-width:13rem}}@media(min-width:1024px){.td[title=Tower] .tdInner,.td[title=Tower] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1800px){.td[title=Tower] .tdInner,.td[title=Tower] .thInner{max-width:8rem}}@media(min-width:1920px){.td[title=Tower] .tdInner,.td[title=Tower] .thInner{max-width:10rem}}@media(min-width:1024px){.td[title="Request Group"] .tdInner,.td[title="Request Group"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.td[title="Request Group"] .tdInner,.td[title="Request Group"] .thInner{max-width:11rem}}@media(min-width:1920px){.td[title="Request Group"] .tdInner,.td[title="Request Group"] .thInner{max-width:13rem}}@media(min-width:1024px){.td[title="Request Type"] .tdInner,.td[title="Request Type"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.td[title="Request Type"] .tdInner,.td[title="Request Type"] .thInner{max-width:11rem}}@media(min-width:1920px){.td[title="Request Type"] .tdInner,.td[title="Request Type"] .thInner{max-width:13rem}}@media(min-width:1024px){.td[title=Status] .tdInner,.td[title=Status] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title=Requested] .tdInner,.td[title=Requested] .thInner{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.td[title=Requester] .tdInner,.td[title=Requester] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1800px){.td[title=Requester] .tdInner,.td[title=Requester] .thInner{max-width:10rem}}@media(min-width:1920px){.td[title=Requester] .tdInner,.td[title=Requester] .thInner{max-width:12rem}}@media(min-width:1024px){.td[title="Requested Group"] .tdInner,.td[title="Requested Group"] .thInner{min-width:10rem}}@media(min-width:1024px){.td[title=Summary] .tdInner,.td[title=Summary] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1800px){.td[title=Summary] .tdInner,.td[title=Summary] .thInner{max-width:11rem}}@media(min-width:1920px){.td[title=Summary] .tdInner,.td[title=Summary] .thInner{max-width:13rem}}@media(min-width:1024px){.td[title="Assigned To"] .tdInner,.td[title="Assigned To"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1800px){.td[title="Assigned To"] .tdInner,.td[title="Assigned To"] .thInner{max-width:10rem}}@media(min-width:1920px){.td[title="Assigned To"] .tdInner,.td[title="Assigned To"] .thInner{max-width:12rem}}@media(min-width:1024px){.td[title="Due Date"] .tdInner,.td[title="Due Date"] .thInner{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.td[title="AD Group Name"] .tdInner,.td[title="AD Group Name"] .thInner{min-width:5rem}}@media(min-width:1024px){.td[title="AD Group Description"] .tdInner,.td[title="AD Group Description"] .thInner{min-width:3rem}}@media(min-width:1024px){.td[title="AD Group Member Count"] .tdInner,.td[title="AD Group Member Count"] .thInner,.td[title=Actions] .tdInner,.td[title=Actions] .thInner{min-width:7rem}}@media(min-width:1024px){.td[title=SLA] .tdInner,.td[title=SLA] .thInner{min-width:5rem}}@media(min-width:1024px){.td[title="Logged In At"] .tdInner,.td[title="Logged In At"] .thInner,.td[title="Login Created"] .tdInner,.td[title="Login Created"] .thInner,.td[title="Lookup Created"] .tdInner,.td[title="Lookup Created"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.td[title="Equipment Lookup"] .tdInner,.td[title="Equipment Lookup"] .thInner{min-width:9rem}}@media(min-width:1024px){.td[title="Equipment Lookup Type"] .tdInner,.td[title="Equipment Lookup Type"] .thInner{min-width:11rem}}@media(min-width:1024px){.td[title=Request] .tdInner,.td[title=Request] .thInner{min-width:5rem}}@media(min-width:1024px){.td[title="Request Contact First Name"] .tdInner,.td[title="Request Contact First Name"] .thInner,.td[title="Request Contact Last Name"] .tdInner,.td[title="Request Contact Last Name"] .thInner{min-width:12rem}}@media(min-width:1024px){.td[title="Request ID"] .tdInner,.td[title="Request ID"] .thInner{min-width:6rem}}@media(min-width:1024px){.td[title="Request Process"] .tdInner,.td[title="Request Process"] .thInner{min-width:10rem}}@media(min-width:1024px){.td[title="Audit Type"] .tdInner,.td[title="Audit Type"] .thInner{min-width:8rem}}@media(min-width:1024px){.td[title="Request Priority"] .tdInner,.td[title="Request Priority"] .thInner{min-width:10rem}}@media(min-width:1024px){.td[title=Submittable] .tdInner,.td[title=Submittable] .thInner{min-width:7rem}}@media(min-width:1024px){.td[title="Error ID"] .tdInner,.td[title="Error ID"] .thInner{min-width:3rem;max-width:3rem}}@media(min-width:1024px){.td[title="Created At (ISO)"] .tdInner,.td[title="Created At (ISO)"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.td[title="Date Created"] .tdInner,.td[title="Date Created"] .thInner{min-width:5rem;max-width:5rem}}@media(min-width:1024px){.td[title="Time Created"] .tdInner,.td[title="Time Created"] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1024px){.td[title="Error Message"] .tdInner,.td[title="Error Message"] .thInner{min-width:16rem;max-width:16rem}}@media(min-width:1024px){.td[title="Error Code"] .tdInner,.td[title="Error Code"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.td[title="Error Number"] .tdInner,.td[title="Error Number"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.td[title="Error Type"] .tdInner,.td[title="Error Type"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.td[title="Error Class"] .tdInner,.td[title="Error Class"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.td[title="User Name"] .tdInner,.td[title="User Name"] .thInner,.td[title=Bottler] .tdInner,.td[title=Bottler] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.td[title="User Email"] .tdInner,.td[title="User Email"] .thInner{min-width:15rem;max-width:15rem}}@media(min-width:1024px){.td[title="Serial Number"] .tdInner,.td[title="Serial Number"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.td[title="Equipment Number"] .tdInner,.td[title="Equipment Number"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.td[title="Equipment Type Code"] .tdInner,.td[title="Equipment Type Code"] .thInner{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.td[title="Equipment Type"] .tdInner,.td[title="Equipment Type"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.td[title="Equipment Problem"] .tdInner,.td[title="Equipment Problem"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.td[title="Equipment Problem Code"] .tdInner,.td[title="Equipment Problem Code"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.td[title="Equipment Problem Priority"] .tdInner,.td[title="Equipment Problem Priority"] .thInner{min-width:5rem;max-width:5rem}}@media(min-width:1024px){.td[title="Outlet Name"] .tdInner,.td[title="Outlet Name"] .thInner{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.td[title="Outlet Number"] .tdInner,.td[title="Outlet Number"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.td[title="Outlet City"] .tdInner,.td[title="Outlet City"] .thInner,.td[title="Outlet Street"] .tdInner,.td[title="Outlet Street"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.td[title="Outlet State"] .tdInner,.td[title="Outlet State"] .thInner{min-width:4rem;max-width:4rem}}@media(min-width:1024px){.td[title="Outlet Contact Name"]>div,.td[title="Outlet Contact Phone"]>div,.td[title="Outlet Postal Code"] .tdInner,.td[title="Outlet Postal Code"] .thInner{min-width:7rem;max-width:7rem}}@media(min-width:1024px){.td[title="Outlet Contact Phone Extension"]>div{min-width:8.5rem;max-width:8.5rem}}@media(min-width:1024px){.td[title="Availability Days"] .tdInner,.td[title="Availability Days"] .thInner{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.td[title="Availability Hours End"] .tdInner,.td[title="Availability Hours End"] .thInner,.td[title="Availability Hours Start"] .tdInner,.td[title="Availability Hours Start"] .thInner{min-width:6rem;max-width:6rem}}@media(min-width:1024px){.td[title="Equipment City"] .tdInner,.td[title="Equipment City"] .thInner,.td[title="Equipment Location"] .tdInner,.td[title="Equipment Location"] .thInner,.td[title="Equipment Street"] .tdInner,.td[title="Equipment Street"] .thInner,.td[title="Request Comment"] .tdInner,.td[title="Request Comment"] .thInner,.td[title="Ticket Number"] .tdInner,.td[title="Ticket Number"] .thInner{min-width:9rem;max-width:9rem}}@media(min-width:1024px){.td[title="Equipment State"] .tdInner,.td[title="Equipment State"] .thInner{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.td[title="Equipment Postal Code"] .tdInner,.td[title="Equipment Postal Code"] .thInner{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.td[title="Employee Email Notification"] .tdInner,.td[title="Employee Email Notification"] .thInner,.td[title="Employee Text Notification"] .tdInner,.td[title="Employee Text Notification"] .thInner,.td[title="Request Contact Email Notification"] .tdInner,.td[title="Request Contact Email Notification"] .thInner,.td[title="Request Contact Phone Notification"] .tdInner,.td[title="Request Contact Phone Notification"] .thInner,.td[title="Request Contact Text Notification"] .tdInner,.td[title="Request Contact Text Notification"] .thInner{min-width:15rem;max-width:15rem}}@media(min-width:1024px){.td[title="Request Contact Phone"]>div{min-width:11rem;max-width:11rem}}@media(min-width:1024px){.td[title="Request Contact Role"]>div{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.td[title="Request Contact Email"]>div{min-width:14rem;max-width:14rem}}@media(min-width:1024px){.td[title="Employee Name"]>div{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.td[title="Employee Email"]>div{min-width:14rem;max-width:14rem}}@media(min-width:1024px){.td[title="Employee Phone"]>div{min-width:8rem;max-width:8rem}}@media(min-width:1024px){.td[title="Problem Description"]>div{min-width:13rem}}@media(min-width:1024px){.td[title="Problem Code"]>div{min-width:8rem}}@media(min-width:1024px){.td[title="Admin User Name"]>div{min-width:10rem;max-width:10rem}}@media(min-width:1024px){.td[title="Admin User Email Address"]>div,.td[title="User Email Address"]>div{min-width:12rem;max-width:12rem}}@media(min-width:1024px){.td[title="AD Audit Group Name"]>div{min-width:16rem;max-width:16rem}}@media(min-width:1024px){.td[title=Action]>div{min-width:8rem;max-width:8rem}}.td:last-child{padding:.5rem}@media(min-width:1024px){.td{display:table-cell;width:auto;padding:.375rem}.td:last-child{border-right:0}}@media(min-width:1024px){.tdWithLabel .label{display:none}}.tfoot{background-color:#f4f4f4;border:1px solid #ccc;border-top:0}.label,.tfoot p{font-size:.875em;margin:0}.label{display:block;font-weight:600;line-height:1.25;padding:0 0 .25rem}.fieldset[disabled] .label{cursor:not-allowed;opacity:.4}.label .required:after{display:inline-block;position:static;vertical-align:top}.labelSubText{color:#aaa;font-style:italic;margin:.375rem 0 .5rem}.input,.labelSubText{display:block;font-size:.875em;font-weight:400}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #aaa;border-radius:0;box-shadow:none;box-sizing:border-box;outline:0;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;line-height:1.375;margin:0;max-width:100%;max-height:none;min-height:0;min-width:1.875rem;padding:.25rem .5rem;width:100%;height:1.875rem}.input:hover{border-color:#333}.input:focus{border-color:#348eda}.input:focus,.input:invalid,.input:required{outline:0;box-shadow:none}.input::-webkit-input-placeholder{box-shadow:none}.input::-moz-placeholder{box-shadow:none}.input:-ms-input-placeholder{box-shadow:none}.input::-ms-input-placeholder{box-shadow:none}.input::placeholder{box-shadow:none}.fieldset[disabled] .input,.input[disabled],.input[readonly]{background-color:#f4f4f4;border-color:#ccc;color:#777}.input[readonly]:hover{border-color:#aaa}.fieldset[disabled] .input{cursor:not-allowed}.input::-ms-clear,.input::-ms-reveal,.input::-webkit-search-cancel-button,.input::-webkit-search-decoration,.input::-webkit-search-results-button,.input::-webkit-search-results-decoration{display:none;width:0;height:0}.inputWrapper{display:block;position:relative;width:100%}.inputRequired{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:0;box-shadow:none;box-sizing:border-box;outline:0;display:block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;max-width:100%;max-height:none;min-height:0;min-width:1.875rem;padding:.25rem .5rem;width:100%;height:1.875rem;background-color:#feb9c2;border:1px solid #d0021b}.inputRequired:hover{border-color:#333}.inputRequired:focus{border-color:#348eda}.inputRequired:focus,.inputRequired:invalid,.inputRequired:required{outline:0;box-shadow:none}.inputRequired::-webkit-input-placeholder{box-shadow:none}.inputRequired::-moz-placeholder{box-shadow:none}.inputRequired:-ms-input-placeholder{box-shadow:none}.inputRequired::-ms-input-placeholder{box-shadow:none}.inputRequired::placeholder{box-shadow:none}.fieldset[disabled] .inputRequired,.inputRequired[disabled],.inputRequired[readonly]{background-color:#f4f4f4;border-color:#ccc;color:#777}.inputRequired[readonly]:hover{border-color:#aaa}.fieldset[disabled] .inputRequired{cursor:not-allowed}.inputRequired::-ms-clear,.inputRequired::-ms-reveal,.inputRequired::-webkit-search-cancel-button,.inputRequired::-webkit-search-decoration,.inputRequired::-webkit-search-results-button,.inputRequired::-webkit-search-results-decoration{display:none;width:0;height:0}.inputRequired:focus,.inputRequired:hover{border-color:#6b010e}.inputRequired[disabled],.inputRequired[readonly]{background-color:#f4f4f4;border-color:#aaa}.inputRequired[disabled]:hover,.inputRequired[readonly]:hover{border-color:#aaa}.inputWrapperRequired{display:block;position:relative;width:100%;padding-right:.5rem}.inputShowPassword{padding-right:2rem}.inputGroup{align-items:stretch;display:flex;flex-wrap:wrap;width:100%}.inputGroup .inputWrapper{width:auto}@media(min-width:768px){.inputGroup .input{border-right:none}}.inputGroupAppend{background-color:#ccc;color:#333;height:1.875rem;line-height:1.625;font-size:.75rem;padding:.25rem .375rem;white-space:nowrap;text-align:center}.inputGroupAppend,.textarea{border:1px solid #aaa;font-weight:400;margin:0}.textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;box-shadow:none;box-sizing:border-box;outline:0;display:block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;line-height:1.375;max-width:100%;max-height:none;min-height:0;min-width:1.875rem;padding:.25rem .5rem;width:100%;min-height:1.875rem;resize:vertical}.textarea:hover{border-color:#333}.textarea:focus{border-color:#348eda}.textarea:focus,.textarea:invalid,.textarea:required{outline:0;box-shadow:none}.textarea::-webkit-input-placeholder{box-shadow:none}.textarea::-moz-placeholder{box-shadow:none}.textarea:-ms-input-placeholder{box-shadow:none}.textarea::-ms-input-placeholder{box-shadow:none}.textarea::placeholder{box-shadow:none}.fieldset[disabled] .textarea,.textarea[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777}.textarea[readonly]{background-color:#f4f4f4;color:#777}.textarea[readonly]:hover{border-color:#aaa}.fieldset[disabled] .textarea{cursor:not-allowed}.textareaWrapper{display:block;position:relative;width:100%}.textareaRequired{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;box-shadow:none;box-sizing:border-box;outline:0;display:block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;max-width:100%;max-height:none;min-height:0;min-width:1.875rem;padding:.25rem .5rem;width:100%;min-height:1.875rem;resize:vertical;background-color:#feb9c2;border:1px solid #d0021b}.textareaRequired:hover{border-color:#333}.textareaRequired:focus{border-color:#348eda}.textareaRequired:focus,.textareaRequired:invalid,.textareaRequired:required{outline:0;box-shadow:none}.textareaRequired::-webkit-input-placeholder{box-shadow:none}.textareaRequired::-moz-placeholder{box-shadow:none}.textareaRequired:-ms-input-placeholder{box-shadow:none}.textareaRequired::-ms-input-placeholder{box-shadow:none}.textareaRequired::placeholder{box-shadow:none}.fieldset[disabled] .textareaRequired,.textareaRequired[disabled]{background-color:#f4f4f4;border-color:#ccc;color:#777}.textareaRequired[readonly]{background-color:#f4f4f4;color:#777}.textareaRequired[readonly]:hover{border-color:#aaa}.fieldset[disabled] .textareaRequired{cursor:not-allowed}.textareaRequired:focus,.textareaRequired:hover{border-color:#6b010e}.textareaRequired[disabled],.textareaRequired[readonly]{background-color:#f4f4f4;border-color:#aaa}.textareaRequired[disabled]:hover,.textareaRequired[readonly]:hover{border-color:#aaa}.textareaWrapperRequired{display:block;position:relative;width:100%;padding-right:.5rem}.loaderWrapper{position:relative;min-height:4rem}.loader{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1.25em;font-weight:300;padding:.75rem}.loaderCentered{display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.loaderTop{text-align:center;padding-top:1rem}.loaderOverlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background-color:hsla(0,0%,100%,.8);font-size:1.375em;padding:2rem}.modalBody .loaderOverlay{padding:.5rem}.loaderInline{align-items:center;display:flex;padding:1rem 0}.loaderInline .loaderImageWrapper{margin:0;width:2rem;height:2rem}.loaderInline .loaderCircle{width:2rem;height:2rem}.loaderInline.hasLoaderImage{min-height:0}.loaderFullscreen{background-color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100vh}@media(min-width:568px){.loaderFullscreen{padding:2rem}}.loaderFullscreen img{display:block;margin:0 auto 1.5rem;max-width:10rem}.loaderFullscreen label{font-size:.875em;line-height:1;margin:0 0 .25rem}.loaderFullscreen label .required:after{position:static;display:inline-block;margin-left:.125rem}.loaderImageWrapper{display:block;width:6rem;height:6rem;margin:0 auto 1rem;position:relative}.loaderImage{position:relative}.loaderCircle{position:absolute;left:0;top:0;opacity:0;margin:0;width:6rem;height:6rem;-webkit-animation:loader 1s linear 0s infinite;animation:loader 1s linear 0s infinite;background-color:#e51e2b;border-radius:50%}.loaderCircle:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.loaderCircle:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.hasLoaderImage{min-height:8rem}.loaderText{font-size:.625em;font-weight:700;letter-spacing:2px;line-height:1.4;text-transform:uppercase}.hasLoaderImage .loaderText{margin-left:.75rem}.loaderFullscreen .loaderText{color:#fff;font-size:1.125em;letter-spacing:4px;line-height:1;margin-left:.75rem}.loaderGradient{display:block;width:100%;height:1.875rem;min-width:3rem;background:#f4f4f4;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#f4f4f4),color-stop(40%,#eaeaea),color-stop(60%,#f4f4f4));background:linear-gradient(90deg,#f4f4f4 10%,#eaeaea 40%,#f4f4f4 60%);background-size:100rem 50rem;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loaderGradient;animation-name:loaderGradient;-webkit-animation-timing-function:linear;animation-timing-function:linear}.checkbox{align-items:center;display:flex;margin:.25rem 0;position:relative;top:0}.checkbox,.checkbox *{box-sizing:border-box}@media(min-width:1024px){.checkbox{margin:0}}.checkbox:hover{top:-1px}.check{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}.check:checked+.checkLabel:before{background-color:#e51e2b;border-color:#e51e2b}.check:checked+.checkLabel:after{content:"";display:block;border-color:#fff;border-style:solid;border-width:0 .125rem .125rem 0;width:.375rem;height:.75rem;position:absolute;top:1px;left:.3125rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0}.check[disabled]+.checkLabel{cursor:not-allowed}.check[disabled]+.checkLabel:before{background-color:#eaeaea;border:1px solid #aaa}.checkLabel{cursor:pointer;display:flex;align-items:center;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:600;line-height:1;position:relative;margin:.125rem 0 0}@media(min-width:1024px){.checkLabel{font-size:.875em;font-weight:400}}.checkLabel:before{content:"";background-color:#fff;border:1px solid #aaa;display:block;margin:0 .375rem 0 0;min-width:1rem;min-height:1rem;width:1rem;height:1rem}.checkLabel:hover:before{background-color:#f4f4f4}.checkLabel.checkLabelSrOnly:before{margin-right:0}.radio{align-items:center;display:flex;margin:.25rem 0;position:relative;top:0}.radio,.radio *{box-sizing:border-box}.radio:hover{top:-1px}.radiosInline .radio:not(:last-child){margin-right:.75rem}.radioInput{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}.radioInput:checked+.radioLabel:before{background-color:#e51e2b;border-color:#e51e2b}.radioInput:checked+.radioLabel:after{content:"";display:block;border:.25rem solid #fff;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.25rem;left:.25rem;margin:0}.radioInput[disabled]+.radioLabel{cursor:not-allowed}.radioInput[disabled]+.radioLabel:before{background-color:#eaeaea;border:1px solid #aaa}.radioLabel{cursor:pointer;display:flex;align-items:center;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:600;line-height:1;position:relative;margin:.125rem 0 0}@media(min-width:1024px){.radioLabel{font-size:.875em;font-weight:400}}.radioLabel:before{content:"";background-color:#fff;border:1px solid #aaa;border-radius:50%;display:block;margin:0 .25rem 0 0;width:1rem;height:1rem}.radioLabel:hover:before{background-color:#f4f4f4}.radioLabel.radioLabelSrOnly:before{margin-right:0}.radiosInline{display:flex;flex-wrap:wrap}.datePicker{display:block;width:100%;box-sizing:border-box}.datePicker div{height:auto}.datePicker label{display:block;font-size:.875em;font-weight:600;line-height:1.25;padding:0 0 .25rem;margin:0}.fieldset[disabled] .datePicker label{cursor:not-allowed;opacity:.4}.datePicker label .required:after{display:inline-block;position:static;vertical-align:top}@media(min-width:1024px){.datePicker label{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}.datePicker input{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;line-height:1.5;padding:0 .625em 3px;height:1.75rem;font-weight:600}.datePicker input[disabled]{background-color:#f4f4f4;color:#777}.datePicker .is-disabled .ms-TextField-fieldGroup{border-color:#ccc}.datePicker .is-disabled:hover .ms-TextField-fieldGroup{border-color:#aaa}.datePicker i{top:6px}.datePickerRequired{display:block;width:100%;box-sizing:border-box;padding-right:.25rem}.datePickerRequired div{height:auto}.datePickerRequired label{display:block;font-size:.875em;font-weight:600;line-height:1.25;padding:0 0 .25rem;margin:0}.fieldset[disabled] .datePickerRequired label{cursor:not-allowed;opacity:.4}.datePickerRequired label .required:after{display:inline-block;position:static;vertical-align:top}@media(min-width:1024px){.datePickerRequired label{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}.datePickerRequired input{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;line-height:1.5;padding:0 .625em 3px;height:1.75rem;font-weight:600}.datePickerRequired input[disabled]{background-color:#f4f4f4;color:#777}.datePickerRequired .is-disabled .ms-TextField-fieldGroup{border-color:#ccc}.datePickerRequired .is-disabled:hover .ms-TextField-fieldGroup{border-color:#aaa}.datePickerRequired i{top:6px}.h6+.datePickerRequired,.label+.datePickerRequired{margin:.25rem 0 0}.dateTimePickerWrapper{display:flex}.dateTimePickerWrapper .react-kronos{position:relative}.dateTimePickerWrapper .react-kronos *{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375}.dateTimePickerWrapper .dateTimePickerDate,.dateTimePickerWrapper .dateTimePickerTime{position:relative;width:7.25rem}.dateTimePickerWrapper .dateTimePickerDate .dateTimePicker,.dateTimePickerWrapper .dateTimePickerTime .dateTimePicker{border-radius:0}.dateTimePickerWrapper .dateTimePickerDate i,.dateTimePickerWrapper .dateTimePickerTime i{position:absolute;top:.25rem;right:.5rem}.dateTimePickerWrapper .dateTimePickerDate .label,.dateTimePickerWrapper .dateTimePickerTime .label{font-size:1rem;line-height:1.5;margin:0}.dateTimePickerWrapper .dateTimePickerDate .labelText,.dateTimePickerWrapper .dateTimePickerTime .labelText{display:none}.dateTimePickerWrapper .dateTimePickerTime{margin-left:.5rem;width:6rem}.dateTimePickerWrapper .dateTimePickerTime i{top:.125rem}.dateTimePickerWrapper .dateTimePicker{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #aaa;border-radius:0;box-shadow:none;box-sizing:border-box;outline:0;display:block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375;margin:0;max-width:100%;max-height:none;min-height:0;min-width:1.875rem;width:100%;height:1.875rem;padding:.125rem .5rem .25rem}.dateTimePickerWrapper .dateTimePicker:hover{border-color:#333}.dateTimePickerWrapper .dateTimePicker:focus{outline:0;border-color:#348eda;box-shadow:none}.dateTimePickerWrapper .dateTimePicker:invalid,.dateTimePickerWrapper .dateTimePicker:required{outline:0;box-shadow:none}.dateTimePickerWrapper .dateTimePicker::-webkit-input-placeholder{box-shadow:none}.dateTimePickerWrapper .dateTimePicker::-moz-placeholder{box-shadow:none}.dateTimePickerWrapper .dateTimePicker:-ms-input-placeholder{box-shadow:none}.dateTimePickerWrapper .dateTimePicker::-ms-input-placeholder{box-shadow:none}.dateTimePickerWrapper .dateTimePicker::placeholder{box-shadow:none}.dateTimePickerWrapper .dateTimePicker[disabled],.dateTimePickerWrapper .dateTimePicker[readonly],.fieldset[disabled] .dateTimePickerWrapper .dateTimePicker{background-color:#f4f4f4;border-color:#ccc;color:#777}.dateTimePickerWrapper .dateTimePicker[readonly]:hover{border-color:#aaa}.fieldset[disabled] .dateTimePickerWrapper .dateTimePicker{cursor:not-allowed}.dateTimePickerWrapper .dateTimePicker::-ms-clear,.dateTimePickerWrapper .dateTimePicker::-ms-reveal,.dateTimePickerWrapper .dateTimePicker::-webkit-search-cancel-button,.dateTimePickerWrapper .dateTimePicker::-webkit-search-decoration,.dateTimePickerWrapper .dateTimePicker::-webkit-search-results-button,.dateTimePickerWrapper .dateTimePicker::-webkit-search-results-decoration{display:none;width:0;height:0}.dateTimePickerWrapper .dateTimePicker.outside-range{background-color:#fff;color:#333}.dateTimePickerWrapper .dateTimePicker+div{top:calc(100% + 1px);border:1px solid #aaa;border-radius:0;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);padding:.5rem}.dateTimePickerWrapper .dateTimePicker+div>.hours{width:4.875rem;height:13.5rem}.dateTimePickerWrapper .days,.dateTimePickerWrapper .hours,.dateTimePickerWrapper .months{border-radius:0;display:inline-block}.dateTimePickerWrapper .days.header,.dateTimePickerWrapper .hours.header,.dateTimePickerWrapper .months.header{background-color:#eaeaea;color:#333}.dateTimePickerWrapper .days.selected,.dateTimePickerWrapper .days.selected.outside-range,.dateTimePickerWrapper .hours.selected,.dateTimePickerWrapper .hours.selected.outside-range,.dateTimePickerWrapper .months.selected,.dateTimePickerWrapper .months.selected.outside-range{background-color:#348eda}.dateTimePickerWrapper .days.selected.today,.dateTimePickerWrapper .hours.selected.today,.dateTimePickerWrapper .months.selected.today{color:#fff}.dateTimePickerWrapper .days.today,.dateTimePickerWrapper .hours.today,.dateTimePickerWrapper .months.today{color:#348eda;font-weight:700;border:1px solid #348eda}.dateTimePickerWrapper .days:not(.selected).outside-range,.dateTimePickerWrapper .hours:not(.selected).outside-range,.dateTimePickerWrapper .months:not(.selected).outside-range{color:#eaeaea}.dateTimePickerWrapper .days:not(.selected):not(.header):hover.outside-range,.dateTimePickerWrapper .hours:not(.selected):not(.header):hover.outside-range,.dateTimePickerWrapper .months:not(.selected):not(.header):hover.outside-range{background-color:#fff;color:#eaeaea}.dateTimePickerWrapper .days>div:last-child,.dateTimePickerWrapper .hours>div:last-child,.dateTimePickerWrapper .months>div:last-child{border-radius:0;border:0}.dateTimePickerWrapper .days>div:last-child:hover,.dateTimePickerWrapper .hours>div:last-child:hover,.dateTimePickerWrapper .months>div:last-child:hover{color:#348eda}.dateTimePickerWrapper .arrow,.dateTimePickerWrapper .title{border-radius:0;border:0}.dateTimePickerWrapper .arrow:hover,.dateTimePickerWrapper .title:hover{color:#348eda}.dateTimePickerWrapper .arrow{margin-top:-7px}.h6+.dateTimePickerWrapper,.label+.dateTimePickerWrapper{margin-top:.25rem}.dateRangePickerWrapper{align-items:center;border:1px solid #aaa;display:flex;max-width:18.5rem;padding:.5rem .25rem .25rem}.dateRangePickerWrapper .dateTimePickerDate{width:7rem}@media(min-width:640px){.dateRangePickerWrapper .dateTimePickerDate{width:8rem}}.dateRangePickerWrapper .dateTimePickerDate i{top:.175rem}.dateRangePickerWrapper .dateTimePicker{font-weight:300;border:0}@media(min-width:640px){.dateRangePickerWrapper .dateTimePicker{font-size:1.125em}}.dateRangePickerIcon{margin:-.25rem .375rem 0}.payrollPeriods{max-width:900px}@media(min-width:1024px){.payrollPeriods .buttonWhite .buttonIcon{margin-right:0}}@media(min-width:1280px){.payrollPeriods .buttonWhite .buttonIcon{margin-right:.25rem}}@media(min-width:1024px){.payrollPeriods .buttonWhite .buttonText{display:none}}@media(min-width:1280px){.payrollPeriods .buttonWhite .buttonText{display:inline-block}}.switcher .switcherInner{align-items:baseline}@media(min-width:640px){.switcher .switcherInner{display:flex}}.switcher .h2{line-height:1.1}@media(min-width:640px){.switcher .h2{margin:0 1rem 0 0}}@media(min-width:640px){.switcher .switcherInput{max-width:30rem}}.toolbarXxs>:last-child{margin-top:1rem}@media(min-width:568px){.toolbarXxs{display:flex}.toolbarXxs>:last-child{margin-top:0;margin-left:auto}}.toolbarSm>:last-child{margin-top:1rem}@media(min-width:768px){.toolbarSm{display:flex}.toolbarSm>:last-child{margin-top:0;margin-left:auto}}.srOnly{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}@media(min-width:1024px){.srOnlyMd{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}.displayNone{display:none}.marginNone{margin:0}.marginBottomSmall{margin-bottom:.75rem}.marginBottomSmaller{margin-bottom:.5rem}.marginBottomSmallest{margin-bottom:.125rem}.marginRight{margin-right:1rem}.notFound,.notFound .section{height:100%}.notFound .sectionInner{height:100%;background-color:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.notFound img{width:auto;max-height:300px}@media(min-width:768px){.notFound img{max-height:400px}}@media(min-width:1024px){.notFound img{max-height:500px}}.notFound p{font-size:1.375em;font-weight:100;margin-top:1rem}@media(min-width:640px){.notFound p{font-size:1.75em}}@media(min-width:768px){.notFound p{font-size:2em}}.notFound p a{text-decoration:none;border-bottom:1px solid #348eda}.notFound p a:focus,.notFound p a:hover,.notFound p a:visited{border-bottom-color:#1e66a4}.notFound p a:active{border-bottom-color:#348eda}.notAllowed,.notAllowed .section{height:100%}.notAllowed .sectionInner{height:100%;background-color:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.notAllowed img{width:auto;max-height:300px}@media(min-width:768px){.notAllowed img{max-height:400px}}@media(min-width:1024px){.notAllowed img{max-height:500px}}.notAllowed p{font-size:1.375em;font-weight:100;margin-top:1rem}@media(min-width:640px){.notAllowed p{font-size:1.75em}}@media(min-width:768px){.notAllowed p{font-size:2em}}.notAllowed p a{text-decoration:none;border-bottom:1px solid #348eda}.notAllowed p a:focus,.notAllowed p a:hover,.notAllowed p a:visited{border-bottom-color:#1e66a4}.notAllowed p a:active{border-bottom-color:#348eda}.logout{background-color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100vh}@media(min-width:568px){.logout{padding:2rem}}.logout img{display:block;margin:0 auto 1.5rem;max-width:10rem}.logout label{font-size:.875em;line-height:1;margin:0 0 .25rem}.logout label .required:after{position:static;display:inline-block;margin-left:.125rem}.logout p{margin-top:1.5rem;text-align:center}.activate{background-color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100vh}@media(min-width:568px){.activate{padding:2rem}}.activate img{display:block;margin:0 auto 1.5rem;max-width:10rem}.activate label{font-size:.875em;line-height:1;margin:0 0 .25rem}.activate label .required:after{position:static;display:inline-block;margin-left:.125rem}.login{background-color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100vh}@media(min-width:568px){.login{padding:2rem}}.login img{display:block;margin:0 auto 1.5rem;max-width:10rem}.login label{font-size:.875em;line-height:1;margin:0 0 .25rem}.login label .required:after{position:static;display:inline-block;margin-left:.125rem}.login .field:last-child{flex-wrap:wrap;align-items:center}@media(min-width:320px){.login .field:last-child{display:flex}}.login button{margin-right:1rem}.login a{display:block;font-size:.875em;margin-top:1rem}@media(min-width:320px){.login a{margin-top:0}}.resetPassword{background-color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100vh}@media(min-width:568px){.resetPassword{padding:2rem}}.resetPassword img{display:block;margin:0 auto 1.5rem;max-width:10rem}.resetPassword label{font-size:.875em;line-height:1;margin:0 0 .25rem}.resetPassword label .required:after{position:static;display:inline-block;margin-left:.125rem}.form{width:100%}.formInner{padding:1rem}.field{margin-top:1rem}.field:first-child{margin-top:0}.field:last-child{margin-top:1.25rem}.field:only-child,.legend+.field{margin-top:0}.fieldset{border:1px solid #a70d17;margin-bottom:1.5rem;padding:1rem}.fieldset[disabled]{border-color:#ccc;cursor:not-allowed}.legend{background-color:#a70d17;color:#fff;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase;padding:.375rem .625rem}.fieldset[disabled] .legend{background-color:#ccc}.validation{display:block;font-size:.75em;font-weight:700;line-height:1.375;margin:0;padding:.375rem .5rem}.validationError{background-color:#d0021b;color:#fff}.alert{display:flex;align-items:center;justify-content:center;width:auto;background-color:#f4f4f4;border:1px solid #ccc;color:#555;padding:.875rem 1rem 1rem;margin:2rem 0 0}.alert:only-child{margin:0}.alertIcon{font-size:1.5rem;line-height:1;margin-top:.125rem;margin-right:.75rem}.alertIcon>i,.alertIcon>span{display:block}.alertMessage{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1rem;line-height:1.375}.alertSuccess{background-color:#f1fde4;border-color:#68b90f;color:#68b90f}.alertSuccess a,.alertSuccess a:visited{color:#68b90f}.alertSuccess a:focus,.alertSuccess a:hover{color:#335b07}.alertSuccess a:active{color:#68b90f}.alertError{background-color:#ffecee;border-color:#d0021b}.alertError,.alertError a,.alertError a:visited{color:#d0021b}.alertError a:focus,.alertError a:hover{color:#6b010e}.alertError a:active{color:#d0021b}.alertWarning{background-color:#fff;border-color:#f90;color:#f90}.alertWarning a,.alertWarning a:visited{color:#f90}.alertWarning a:focus,.alertWarning a:hover{color:#995c00}.alertWarning a:active{color:#f90}.alertInfo{background-color:#fff;border-color:#348eda}.alertInfo,.alertInfo a,.alertInfo a:visited{color:#348eda}.alertInfo a:focus,.alertInfo a:hover{color:#1e66a4}.alertInfo a:active{color:#348eda}.addUser .form,.manageUsers .form{background-color:transparent;border:0;padding:0}@media(min-width:414px){.manageUsers .form{display:flex;align-items:flex-end}.manageUsers .form .field{margin-bottom:0}.manageUsers .form .button{margin-left:1rem}}@media(min-width:568px){.manageUsers .form .input{min-width:20rem}}.manageUsers .input{border:0;min-width:0;padding:0}.manageUsers .label:first-child{margin-bottom:1rem}.manageUsers .label:only-child{margin:0}.textCenter{text-align:center}@media(min-width:414px){.search{display:flex}}@media(min-width:414px){.search>.inputWrapper{max-width:10rem}}.search>.inputWrapper>.input{height:2.25rem}.search>.buttonWhite{margin-top:1rem}@media(min-width:414px){.search>.buttonWhite{margin-left:.5rem;margin-top:0}}@media(min-width:414px){.search>.searchAction{margin-left:auto}}.gridSorter{margin-top:1rem}@media(min-width:1024px){.gridSorter{display:none}}.pagination{display:block;font-size:.875em}.paginationList{display:flex;list-style:none;margin-left:0;padding-left:0}.paginationListItem{display:block;margin-right:.125rem}.paginationListItem:last-child{margin-right:0}.paginationButton{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#fff;border:1px solid #ccc;color:#777}.paginationButton,.paginationButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.paginationButton:focus{outline:0}.paginationButton:visited{color:#333}.paginationButton:focus,.paginationButton:hover{top:-1px;color:#000;text-decoration:none}.paginationButton:active{color:#555}.paginationButton[disabled]{cursor:not-allowed;opacity:.4}.paginationButton[disabled]:focus,.paginationButton[disabled]:hover{top:0}.paginationButton:focus,.paginationButton:hover{background-color:#fff;color:#e51e2b;border-color:#e51e2b}.paginationButton[disabled],.paginationButton[disabled]:focus,.paginationButton[disabled]:hover{background-color:#fff;border-color:#ccc;color:#aaa}.paginationButtonActive{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;cursor:default;pointer-events:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff}.paginationButtonActive,.paginationButtonActive[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.paginationButtonActive:focus{outline:0}.paginationButtonActive:visited{color:#333}.paginationButtonActive:focus,.paginationButtonActive:hover{top:-1px;color:#000;text-decoration:none}.paginationButtonActive:active{color:#555}.paginationButtonActive[disabled]{cursor:not-allowed;opacity:.4}.paginationButtonActive[disabled]:focus,.paginationButtonActive[disabled]:hover{top:0}.paginationButtonActive:focus,.paginationButtonActive:hover{background-color:#e51e2b;border-color:#e51e2b;color:#fff}.groupUserAudits .tableWrapper,.requestErrors .tableWrapper,.requestList .tableWrapper{margin-top:1rem}@media(min-width:1024px){.groupUserAudits .tableWrapper,.requestErrors .tableWrapper,.requestList .tableWrapper{min-height:32.5rem;background-color:#eaeaea}}.groupUserAudits .table .td,.requestErrors .table .td,.requestList .table .td{font-size:.875em}@media(min-width:1024px){.groupUserAudits .table .td .label,.requestErrors .table .td .label,.requestList .table .td .label{display:none}}.groupUserAudits .table .buttonLinkPrimaryColor,.requestErrors .table .buttonLinkPrimaryColor,.requestList .table .buttonLinkPrimaryColor{padding:.25rem}.groupUserAudits .table .alert:only-child,.requestErrors .table .alert:only-child,.requestList .table .alert:only-child{min-height:10rem}@media(min-width:1024px){.groupUserAudits .table .alert:only-child,.requestErrors .table .alert:only-child,.requestList .table .alert:only-child{min-height:28rem}}.badge{display:inline;margin-left:.25rem;padding:.125rem .25rem;font-size:.75em;font-weight:700;background-color:#f4f4f4;border:1px solid #ccc}.status{display:flex;align-items:baseline}.status i{margin-right:.25rem}.requestHeader{display:flex;flex-direction:column;align-items:flex-start}@media(min-width:1024px){.requestHeader{flex-direction:row;align-items:center}}.requestHeader .h2,.requestHeader h2{margin:0}@media(min-width:1024px){.requestHeader .h2,.requestHeader h2{line-height:1.25}}.requestHeader .buttonGroup,.requestHeader div{margin-top:1rem}@media(min-width:1024px){.requestHeader .buttonGroup,.requestHeader div{margin-top:0;margin-left:auto}}.requestMetadata{display:flex;flex:0 1 auto;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem;width:auto;align-items:baseline}.requestMetadata:not(:first-child){margin-top:0}.requestMetadata .column{max-width:100%;min-height:1px;padding-left:1rem;padding-right:1rem;width:100%;margin-top:0;margin-bottom:1rem;width:auto}.row:first-child .requestMetadata .column:first-child{margin-top:0}.requestMetadata .h6,.requestMetadata h6{margin:0}.requestMetadata .p:not(.validation),.requestMetadata p:not(.validation){font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:1rem;font-weight:300;margin:.25rem 0 0}@media(min-width:1440px){.requestMetadata .p:not(.validation),.requestMetadata p:not(.validation){font-size:1.25em}}.tasks .hr{margin-bottom:1rem}.tasks .tableWrapper{margin-top:1rem}@media(min-width:1024px){.tasks .table{min-width:1024px}}.tasks .buttonDelete{font-size:1rem;padding:.125rem .25rem}.taskbar{display:flex}.taskbar>*{margin:1rem .25rem 0 0}.taskbar>:nth-child(3){margin-left:auto}.taskbar>:last-child{margin-right:0}@media(min-width:1024px){.editing .label{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}@media(min-width:1024px){.editing .checkbox{height:30px}}@media(min-width:1024px){.editing .checkLabel,.editing .checkLabel:before{margin:0}}@media(min-width:1024px){.editing .checkText{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}.editing .tip{height:1.375rem}@media(min-width:1024px){.editInner{width:100%;overflow-x:auto;overflow-y:visible}}@media(min-width:1024px){.editingIT0015{min-width:1500px}}@media(min-width:1024px){.editingIT0014{min-width:1600px}}@media(min-width:1024px){.editingIT2010{min-width:1700px}}@media(min-width:1024px){.checking .label,.merging .label{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(1px);clip-path:inset(1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:hidden;white-space:nowrap;width:1px}}.foot{display:block;background-color:#f4f4f4;border:1px solid #aaa;border-top:0;font-size:.875em;min-height:2rem;padding:.5rem}.foot p{margin:0}.checkboxColumn{overflow:visible!important}.wizard{display:block}.wizard[aria-hidden=true]{display:none}.duplicatesControls{display:flex;align-items:center;margin-top:1rem}.duplicatesControls button{margin-right:.25rem}.duplicatesControls button:last-child{margin-right:0}.duplicatesStep{margin-left:auto}.dropdown{display:inline-block;position:relative}.dropdown[aria-expanded=true] .dropdownList{display:block}.dropdown>button>span:last-child:not(:first-child){margin:0 0 0 .25rem;vertical-align:baseline}.dropdownList{display:none;max-width:20rem;position:absolute;z-index:1;padding-bottom:2rem}.dropdownList>a,.dropdownList>button{display:block;margin:0;width:100%;text-align:left;white-space:nowrap}.dropdownList>a:focus,.dropdownList>a:hover,.dropdownList>button:focus,.dropdownList>button:hover{top:0}.filter{display:inline-block}.filter .dropdown>.button{color:#fff;font-size:1rem;padding:.25rem .5rem;z-index:2}.filter .dropdown>.button:focus,.filter .dropdown>.button:hover{color:#f4f4f4}.filter .dropdown[aria-expanded=true]>.button{background-color:#fff;border:1px solid;border-color:#aaa #aaa #fff;color:#000}.filter .dropdownList{background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);border:1px solid #aaa;color:#333;max-height:20rem;min-width:15rem;overflow-y:auto;padding:.75rem;top:calc(100% - 2px)}.filter .checkbox{margin:.75rem 0 0}.filter .checkboxHr{margin:0;border-bottom:1px solid #eaeaea;padding-bottom:.75rem}.filter .checkboxHr:not(:first-child){padding-top:.75rem}.filter .checkLabel{align-items:flex-start;color:#000;font-size:1em;line-height:1.4;word-break:break-word}.filter .field:not(:first-child){margin-top:1rem}.filter .dateTimePickerWrapper .dateTimePicker,.filter .label{font-size:1em}.filterContains{display:inline-block;position:relative}.filterContains[aria-expanded=true] .filterContainsDropdownLeft,.filterContains[aria-expanded=true] .filterContainsDropdownRight{display:block}.filterContainsDropdownButton{color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:transparent;border:1px solid transparent;color:#fff;padding:0 .25rem}.filterContainsDropdownButton,.filterContainsDropdownButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.filterContainsDropdownButton:focus{outline:0}.filterContainsDropdownButton:visited{color:#333}.filterContainsDropdownButton:focus,.filterContainsDropdownButton:hover{top:-1px;color:#000;text-decoration:none}.filterContainsDropdownButton:active{color:#555}.filterContainsDropdownButton[disabled]{cursor:not-allowed;opacity:.4}.filterContainsDropdownButton[disabled]:focus,.filterContainsDropdownButton[disabled]:hover{top:0}.filterContainsDropdownButton:active,.filterContainsDropdownButton:focus,.filterContainsDropdownButton:hover{background-color:transparent;border-color:transparent;color:#fff}.filterContainsDropdownButton[disabled]:focus,.filterContainsDropdownButton[disabled]:hover{background-color:transparent;border-color:transparent}.filterContainsDropdownButton [role=presentation]:first-child,.filterContainsDropdownButton span{margin:0}[aria-expanded=true] .filterContainsDropdownButton{background-color:#a70d17}[aria-expanded=true] .filterContainsDropdownButton:focus,[aria-expanded=true] .filterContainsDropdownButton:hover{top:0}.filterContainsDropdownLeft{background-color:#a70d17;display:none;max-width:20rem;min-width:8rem;padding:.5rem;position:absolute;z-index:1;left:0}.filterContainsDropdownLeft>div{width:100%;margin-bottom:.25rem}.filterContainsDropdownLeft>div:last-child{margin-bottom:0}.filterContainsDropdownRight{background-color:#a70d17;display:none;max-width:20rem;min-width:8rem;padding:.5rem;position:absolute;z-index:1;right:0}.filterContainsDropdownRight>div{width:100%;margin-bottom:.25rem}.filterContainsDropdownRight>div:last-child{margin-bottom:0}.filterContainsButton{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#348eda;border:1px solid #348eda;color:#fff;display:block;padding:.25rem .5rem;text-align:center;width:100%}.filterContainsButton,.filterContainsButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.filterContainsButton:focus{outline:0}.filterContainsButton:visited{color:#333}.filterContainsButton:focus,.filterContainsButton:hover{top:-1px;color:#000;text-decoration:none}.filterContainsButton:active{color:#555}.filterContainsButton[disabled]{cursor:not-allowed;opacity:.4}.filterContainsButton[disabled]:focus,.filterContainsButton[disabled]:hover{top:0}.filterContainsButton:focus,.filterContainsButton:hover,.filterContainsButton[disabled]:focus,.filterContainsButton[disabled]:hover{background-color:#247bc4;border-color:#247bc4;color:#fff}.filterRight .dropdownList{right:0}.hasCalendar .dropdownList{min-height:24rem}.requestSaveButton{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#587f48;border:1px solid #587f48;color:#fff;font-size:1.375rem;padding:.625em 1em .75em}.requestSaveButton,.requestSaveButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.requestSaveButton:focus{outline:0}.requestSaveButton:visited{color:#333}.requestSaveButton:focus,.requestSaveButton:hover{top:-1px;color:#000;text-decoration:none}.requestSaveButton:active{color:#555}.requestSaveButton[disabled]{cursor:not-allowed;opacity:.4}.requestSaveButton[disabled]:focus,.requestSaveButton[disabled]:hover{top:0}.requestSaveButton:visited{color:#fff}.requestSaveButton:focus,.requestSaveButton:hover{background-color:#415e36;border-color:#415e36;color:#e6e6e6}.requestSaveButton:active{color:#fff}[aria-expanded=true]>.requestSaveButton{background-color:#415e36;border-color:#415e36}.requestSaveDropdownButton{background-color:transparent;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;margin:0;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#ccc;border:1px solid;border-color:#ccc #ccc #eaeaea;color:#333;font-size:1rem}.requestSaveDropdownButton,.requestSaveDropdownButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.requestSaveDropdownButton:focus{outline:0}.requestSaveDropdownButton:visited{color:#333}.requestSaveDropdownButton:focus,.requestSaveDropdownButton:hover{top:-1px;color:#000;text-decoration:none}.requestSaveDropdownButton:active{color:#555}.requestSaveDropdownButton[disabled]{cursor:not-allowed;opacity:.4}.requestSaveDropdownButton[disabled]:focus,.requestSaveDropdownButton[disabled]:hover{top:0}.requestSaveDropdownButton:focus,.requestSaveDropdownButton:hover{background-color:#587f48;border-color:#587f48 #587f48 #eaeaea;color:#fff}.requestSaveDropdownButton:last-child{border-bottom-color:#ccc}.requestSaveDropdownButton:last-child:focus,.requestSaveDropdownButton:last-child:hover{background-color:#587f48;border-color:#587f48}.requestSaveDropdownButton i{font-size:.875em;vertical-align:-1px}.exportRequest{font-size:1.375rem;padding:.625em 1em .75em}.exportRequest:focus,.exportRequest:hover{top:0}.exportRequest i{font-size:1.125rem;margin-right:.5rem;vertical-align:-2px}.exportHistory{padding:0;list-style:none;font-size:.875em;font-style:italic;margin:1rem 0 0}.exportHistory:last-child,.exportHistory:only-child{margin-bottom:0}.exportHistory ol,.exportHistory ul{padding-left:1.5rem;margin-bottom:0}.exportHistory:empty{display:none}.exportHistory+.exportHistory{margin:0}.requestExport{display:inline-block;cursor:default}.requestExport .modal .exportHistory,.requestExport .modal p{font-size:1rem}.requestActions{display:flex;flex-wrap:wrap}.requestActions .requestsSave{margin:0 1rem 1rem 0}@media(min-width:1024px){.requestActions .requestsSave{margin:0 2rem 2rem 0}}.requestActions .requestExport{display:block}.toggleMore{margin:.5rem 0 0;padding:0}.marginTopNone{margin-top:0}.marginBottomNone{margin-bottom:0}.tip{position:relative}.tip:after,.tip:before{display:none;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;z-index:1}.tip:before{content:"";width:0;height:0}.tip:after{content:attr(data-tip);font-size:.875em;background-color:#000;color:#fff;padding:.375rem;border-radius:0;width:auto;min-width:2rem;text-align:center}.tip:focus:after,.tip:focus:before,.tip:hover:after,.tip:hover:before{display:block}.tip.tipXxxs:after{min-width:3rem}.tip.tipXs:after{min-width:4rem}.tip.tipSm:after{min-width:5rem}.tip.tipMd:after{min-width:6rem}.tip.tipLg:after{min-width:7rem}.tip.tipXl:after{min-width:8rem}.tip.tipXxl:after{min-width:9rem}.tip.tipXxxl:after{min-width:10rem}.tip.tipXxxxl:after{min-width:11rem}.tipTop{position:relative}.tipTop:after,.tipTop:before{display:none;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;z-index:1}.tipTop:before{content:"";width:0;height:0}.tipTop:after{content:attr(data-tip);font-size:.875em;background-color:#000;color:#fff;padding:.375rem;border-radius:0;width:auto;min-width:2rem;text-align:center}.tipTop:focus:after,.tipTop:focus:before,.tipTop:hover:after,.tipTop:hover:before{display:block}.tipTop.tipXxxs:after{min-width:3rem}.tipTop.tipXs:after{min-width:4rem}.tipTop.tipSm:after{min-width:5rem}.tipTop.tipMd:after{min-width:6rem}.tipTop.tipLg:after{min-width:7rem}.tipTop.tipXl:after{min-width:8rem}.tipTop.tipXxl:after{min-width:9rem}.tipTop.tipXxxl:after{min-width:10rem}.tipTop.tipXxxxl:after{min-width:11rem}.tipTop:after,.tipTop:before{top:auto;right:auto;bottom:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.tipTop:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #000;border-bottom:0}.tipTop:after{margin:0 0 8px}.tipRight{position:relative}.tipRight:after,.tipRight:before{display:none;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;z-index:1}.tipRight:before{content:"";width:0;height:0}.tipRight:after{content:attr(data-tip);font-size:.875em;background-color:#000;color:#fff;padding:.375rem;border-radius:0;width:auto;min-width:2rem;text-align:center}.tipRight:focus:after,.tipRight:focus:before,.tipRight:hover:after,.tipRight:hover:before{display:block}.tipRight.tipXxxs:after{min-width:3rem}.tipRight.tipXs:after{min-width:4rem}.tipRight.tipSm:after{min-width:5rem}.tipRight.tipMd:after{min-width:6rem}.tipRight.tipLg:after{min-width:7rem}.tipRight.tipXl:after{min-width:8rem}.tipRight.tipXxl:after{min-width:9rem}.tipRight.tipXxxl:after{min-width:10rem}.tipRight.tipXxxxl:after{min-width:11rem}.tipRight:after,.tipRight:before{top:50%;right:auto;bottom:auto;left:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tipRight:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000;border-left:0}.tipRight:after{margin:0 0 0 8px}.notes h6{margin-bottom:1rem}.notes h6+.noteAdd{margin-top:0}.notes .noteAdd{margin-top:1rem}.note{border:1px solid #ccc;border-top:0;padding:.5rem}@media(min-width:1024px){.note{padding:1rem}}.note:first-of-type{border-top:1px solid #ccc}.note:nth-child(2n){background-color:#f4f4f4}.note .noteText{font-size:.875em;font-weight:600;line-height:1.5;margin:0}.note .noteMetadata{align-items:center;display:flex;flex-wrap:wrap;font-size:.75em;margin:.25rem 0 0}.note .noteDelete,.note .noteSave{font-size:.875em;margin:0 .5rem 0 0;padding:0}.note .noteCount{font-size:.875em}.modalWrapper{display:block}.modal{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9;background-color:rgba(0,0,0,.75);margin:0;padding:1rem}.modal[aria-hidden=false]{display:flex}@media(min-width:1024px){.modal{padding:2rem}}.modalIsOpening{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9;background-color:rgba(0,0,0,.75);margin:0;padding:1rem;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modalIsOpening[aria-hidden=false]{display:flex}@media(min-width:1024px){.modalIsOpening{padding:2rem}}.modalIsOpening .modalInner{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modalIsClosing{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9;background-color:rgba(0,0,0,.75);margin:0;padding:1rem;-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modalIsClosing[aria-hidden=false]{display:flex}@media(min-width:1024px){.modalIsClosing{padding:2rem}}.modalIsClosing .modalInner{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modalInnerXxxs{max-width:250px}.modalInnerXxs,.modalInnerXxxs{display:block;width:100%;margin:0;background-color:#fff}.modalInnerXxs{max-width:500px}.modalInnerXs{max-width:700px}.modalInnerSm,.modalInnerXs{display:block;width:100%;margin:0;background-color:#fff}.modalInnerSm{max-width:900px}.modalInner,.modalInnerMd{max-width:1100px}.modalInner,.modalInnerLg,.modalInnerMd{display:block;width:100%;margin:0;background-color:#fff}.modalInnerLg{max-width:1300px}.modalInnerXl{max-width:1500px}.modalInnerXl,.modalInnerXxl{display:block;width:100%;margin:0;background-color:#fff}.modalInnerXxl{max-width:1700px}.modalInnerXxxl{max-width:1900px}.modalInnerXxxl,.modalInnerXxxxl{display:block;width:100%;margin:0;background-color:#fff}.modalInnerXxxxl{max-width:2100px}.modalHeader{display:flex;align-items:center;padding:.5rem 1rem;border-bottom:1px solid #ccc;background-color:#f4f4f4}.modalHeader .button,.modalHeader>button{margin-top:0;margin-left:auto}.modalHeader .button .buttonIconLeft,.modalHeader>button .buttonIconLeft{margin-right:0}@media(min-width:640px){.modalHeader .button .buttonIconLeft,.modalHeader>button .buttonIconLeft{margin-right:.25rem}}.modalHeader .button .buttonText,.modalHeader>button .buttonText{display:none}@media(min-width:640px){.modalHeader .button .buttonText,.modalHeader>button .buttonText{display:inline-block}}.modalHeader>h6{font-size:1.375rem;line-height:1.25;font-weight:600;margin:0;text-transform:none}.modalBody{display:block;position:relative;max-height:50vh;min-height:13rem;overflow-x:hidden;overflow-y:auto}@media(min-height:400px){.modalBody{max-height:40vh}}@media(min-height:500px){.modalBody{max-height:50vh}}@media(min-height:600px){.modalBody{max-height:70vh}}@media(min-height:1200px){.modalBody{max-height:80vh}}.modalBodyPadding{padding:1rem}.modalFooter{padding:.75rem 1rem;border-top:1px solid #ccc;background-color:#f4f4f4}@media(min-width:500px){.modalFooter{display:flex;align-items:center}}.modalFooter .alert,.modalFooter>div{margin-top:0;margin-right:1rem;padding:.5rem}.modalFooter .alert .alertIcon,.modalFooter .alert>div:first-child,.modalFooter>div .alertIcon,.modalFooter>div>div:first-child{font-size:1.125em;margin-top:0}@media(min-width:500px){.modalFooter .alert .alertIcon,.modalFooter .alert>div:first-child,.modalFooter>div .alertIcon,.modalFooter>div>div:first-child{margin-right:.25rem}}.modalFooter .alert .alertMessage,.modalFooter .alert>div:last-child,.modalFooter>div .alertMessage,.modalFooter>div>div:last-child{font-size:.875em;line-height:1.5}.modalFooter .button,.modalFooter>button{margin-top:1rem;margin-right:.125rem}@media(min-width:500px){.modalFooter .button,.modalFooter>button{margin-top:0}}.modalFooter .button:first-of-type,.modalFooter>button:first-of-type{margin-left:auto}.modalFooter .button:last-child,.modalFooter>button:last-child{margin-right:0}.modalBody .modalFooter{margin:.25rem 0 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:none;transform:none}to{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:none;transform:none}to{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.ReactVirtualized__Table{margin-top:1rem}.ReactVirtualized__Table__headerRow{background-color:#e51e2b;border:1px solid #a70d17;color:#fff;display:none;font-size:.75rem;font-weight:600;padding-right:0!important;text-align:left;text-transform:none}@media(min-width:1024px){.ReactVirtualized__Table__headerRow{display:flex}}.ReactVirtualized__Table__rowColumn{margin:0;padding:0 0 .5rem .5rem}@media(min-width:1024px){.ReactVirtualized__Table__rowColumn{border-right:1px solid #ccc;padding:.75rem 0 .75rem .5rem}}.ReactVirtualized__Table__rowColumn:first-of-type{margin-left:0}.ReactVirtualized__Table__rowColumn:first-child{padding-top:.5rem}@media(min-width:1024px){.ReactVirtualized__Table__rowColumn:first-child{padding-top:.75rem}}.ReactVirtualized__Table__rowColumn:last-child{border-right:0}.ReactVirtualized__Table__rowColumn .datePicker,.ReactVirtualized__Table__rowColumn .inputWrapper,.ReactVirtualized__Table__rowColumn .selectWrapper{padding-right:.5rem}.ReactVirtualized__Table__rowColumn .inputWrapperRequired,.ReactVirtualized__Table__rowColumn .selectWrapperRequired{padding-right:.625rem}.ReactVirtualized__Table__rowColumn .required:after{right:.125rem}.ReactVirtualized__Table__headerColumn{border-right:1px solid #a70d17;margin:0;padding:.5rem}.ReactVirtualized__Table__headerColumn:first-of-type{margin-left:0}.ReactVirtualized__Table__headerColumn:last-child{border-right:0}.ReactVirtualized__Grid{background-color:#fff;border:1px solid #aaa;min-height:2rem;outline:0}@media(min-width:1024px){.ReactVirtualized__Grid{border-top:0}}.ReactVirtualized__Table__row{display:block;border-top:1px solid #ccc}@media(min-width:1024px){.ReactVirtualized__Table__row{display:flex}}.ReactVirtualized__Table__row:first-child{border-top:0}.ReactVirtualized__Table__row:nth-child(2n){background-color:#f9f9f9}.ReactVirtualized__Table__row:hover{background-color:#f4f4f4}.ReactVirtualized__Table__row.notMatched{background-color:#ffd7dc}.ReactVirtualized__Table__row.checked{background-color:#e1eef9}.cards{display:flex;flex-wrap:wrap;flex:0 1 auto;margin-left:-1rem;margin-right:-1rem;width:auto}.cardsCentered{justify-content:center}.cardsTwoColumns>.cardWrapper{flex:0 0 50%}.cardWrapper{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem;margin-bottom:1rem}.card{display:block;width:100%;height:100%}.cardLink{display:block;position:relative;text-decoration:none}.cardLink,.cardLink:visited{color:#e51e2b}.cardLink:hover{background-color:#e51e2b;color:#fff;text-decoration:none;top:-1px}.cardLink:hover i{color:#fff}.cardLink:hover .cardInner{border-color:#a70d17 #a70d17 #780910}.cardLink:active{color:#fff}.cardLink i{color:#777}.cardInner{border:1px solid #ccc;border-bottom:2px solid #aaa;display:flex;flex-direction:column;width:100%;height:100%}.cardHeader{display:block;padding:1rem}.cardBody{display:block;padding:0 1rem}.cardBody:first-child{padding:1rem 1rem 0}.cardBody:last-child{padding:0 1rem 1rem}.cardBody:only-child{display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem}.cardFooter{display:block;margin-top:auto;padding:1rem}.processing{margin-bottom:.25rem}.processing:last-child{margin-bottom:0}.processingErrors{margin-left:1rem}.processingError{color:#d0021b;list-style:none}.processingError i{vertical-align:-2px}.buttonGroup{display:flex}.buttonGroup>button:first-child{margin-right:1px}.buttonGroup>button:last-child{margin-left:1px}.dashboard3Cards>.cardWrapper{flex:0 0 100%;margin-top:1rem}@media(min-width:640px){.dashboard3Cards>.cardWrapper{flex:0 0 50%;margin-top:0;max-width:50%;min-height:20rem}}@media(min-width:1280px){.dashboard3Cards>.cardWrapper{flex:0 0 33.3%;max-width:33.3%}}.dashboard3Cards i{font-size:.875em;vertical-align:-1px}.dashboard3Cards h2{font-size:1.5em;line-height:1.3;text-align:center}@media(min-width:568px){.dashboard3Cards h2{font-size:2em}}.dashboardCards>.cardWrapper{flex:0 0 100%;margin-top:1rem}@media(min-width:640px){.dashboardCards>.cardWrapper{flex:0 0 50%;margin-top:0;max-width:50%;min-height:20rem}}@media(min-width:1280px){.dashboardCards>.cardWrapper{flex:0 0 25%;max-width:25%}}.dashboardCards i{font-size:.875em;vertical-align:-1px}.dashboardCards h2{font-size:1.5em;line-height:1.3;text-align:center}@media(min-width:568px){.dashboardCards h2{font-size:2em}}.dashboard .card{background:#f4f4f4}.amount{color:#000;font-size:120px;font-size:15vw;font-weight:500;line-height:120px;line-height:15vw;margin:0 0 .5rem;text-align:center}@media(min-width:1024px){.amount{font-size:120px;line-height:120px}}.type{color:#000;font-size:21px;font-weight:300;line-height:1.3;margin:0}.time,.type{text-align:center}.time{color:#777;font-size:13px;font-weight:600;line-height:1.5;margin:.25rem 0 .5rem;text-transform:uppercase}.serviceRequest{color:#000;font-size:21px;font-weight:700;line-height:1.2;text-align:center;margin:0 0 1rem}.buttonLinks>a{margin-bottom:1rem}.buttonLinks>a:last-child{margin-bottom:0}.buttonLinks>a>span>div{display:inline-block;line-height:1;vertical-align:-4px;margin-left:.25rem}.buttonLinks>a>span>div [role=presentation]{font-size:1.25rem;line-height:1;vertical-align:-2px}.requestDetail .h1 a{text-decoration:none;border-bottom:1px solid #348eda}.requestDetail .h1 a:focus,.requestDetail .h1 a:hover,.requestDetail .h1 a:visited{border-bottom-color:#1e66a4}.requestDetail .h1 a:active{border-bottom-color:#348eda}.requestDetail .requestMetadata .column:first-child{margin-top:0}.requestDetail .requestFormInputs{margin-top:1rem}.w-100{width:100%}.documents{display:block;margin-top:1rem}.docs,.documents>h6{margin:0}.docs{padding:0;list-style:none}.docs:empty{display:none}.doc{margin:.5rem 0 0}.doc:first-child{margin-top:1rem}.docNew{margin:.75rem 0 0}.docLink{word-break:break-all;word-wrap:break-word;overflow-wrap:break-word}.docLink i{font-size:.875em;margin-right:.25rem;vertical-align:-2px}.docUpload{color:#000;display:inline-block;margin:0 .5rem 0 0}.docUpload span{display:block}.docUpload em{display:block;font-size:.75em;color:#aaa;text-transform:uppercase}.docDelete{padding:0}.docNewDelete{vertical-align:top}.dragDrop{width:100%;min-height:100px;position:relative;display:flex;text-align:center;justify-content:center;align-items:center;padding:1rem;margin-top:1rem;box-sizing:border-box;background-color:#fff;border:2px dashed #348eda}.dragDrop p{font-size:1.2em;margin-bottom:0}.dragDropHover{width:100%;min-height:100px;position:relative;display:flex;text-align:center;justify-content:center;align-items:center;padding:1rem;margin-top:1rem;box-sizing:border-box;background-color:#f1fde4;border:2px dashed #68b90f}.dragDropHover p{font-size:1.2em;margin-bottom:0}.equipUploadSwitcher{margin-left:0}.equipmentUplaodFileBox{margin:0}.equipmentUploadButton{background-color:transparent;color:#333;cursor:pointer;display:inline-block;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:1.375;padding:.5em .75em;width:auto;vertical-align:middle;position:relative;text-decoration:none;background-color:#e51e2b;border:1px solid #e51e2b;color:#fff;margin:2rem 0}.equipmentUploadButton,.equipmentUploadButton[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.equipmentUploadButton:focus{outline:0}.equipmentUploadButton:visited{color:#333}.equipmentUploadButton:focus,.equipmentUploadButton:hover{top:-1px;color:#000;text-decoration:none}.equipmentUploadButton:active{color:#555}.equipmentUploadButton[disabled]{cursor:not-allowed;opacity:.4}.equipmentUploadButton[disabled]:focus,.equipmentUploadButton[disabled]:hover{top:0}.equipmentUploadButton:visited{color:#fff}.equipmentUploadButton:focus,.equipmentUploadButton:hover{background-color:#a70d17;border-color:#a70d17;color:#f4f4f4}.equipmentUploadButton:active{color:#fff}.equipmentUploadButton[disabled]{background-color:#e51e2b;border-color:#e51e2b;color:#fff}.equipUploadDocInfo{margin:2rem 0}.equipUploadDocLabel{margin-right:1rem;font-size:1.25em}.equipUploadDocName{margin-left:.5rem;color:#005ba4;font-size:1.25em}.equipUploadDelete{font-size:1.25em}.DateInput_input{text-align:center}.barTooltip{padding:1rem;border:1px solid #ccc;background-color:#fff}.barTooltip .heading{font-size:1rem;color:#000;margin:0}.barTooltip .label{font-size:1rem;font-weight:700;color:#e51e2b;margin:0}.reactSelect{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;font-size:.875em;font-weight:400;line-height:1.375}.h6+.reactSelect,.label+.reactSelect{margin:.25rem 0 0}.reactSelect .reactSelect__control{background-color:#fff;border:1px solid #aaa;border-radius:0;height:1.875rem;min-height:0}.reactSelect .reactSelect__control--is-focused{outline:0;border-color:#348eda;box-shadow:none}.reactSelect .reactSelect__menu{border-radius:0;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);border:1px solid #aaa;margin:.125rem 0 0}.reactSelect .reactSelect__menu-list{padding:0}.reactSelect .reactSelect__option--is-focused{background-color:#b5d6f2}.reactSelect .reactSelect__option--is-selected{background-color:#348eda}.reactSelect .reactSelect__value-container{padding:0 .375rem}.reactSelect .reactSelect__placeholder,.reactSelect .reactSelect__single-value{line-height:2;margin:0 0 0 .25rem}.reactSelect .reactSelect__placeholder+div,.reactSelect .reactSelect__single-value+div{padding:0}.reactSelect .reactSelect__indicators{height:1.875rem}.reactSelect .reactSelect__indicator-separator{margin-top:.25rem;height:1.25rem}.reactSelect .reactSelect__dropdown-indicator{padding:0 .25rem}@supports(-ms-ime-align:auto){.reactSelect__value-container{top:-.125rem}}.assignedTo{min-width:13rem}.requestPrioritiesSelect{min-width:10rem}.requestTypeSelect{min-width:15rem}.requestTypeSelect .reactSelect__menu{min-width:18rem}.dueDate{max-width:7rem}.actionButton.buttonIconLeft{margin-right:.25rem}.table .buttonLinkPrimaryColor,.table .buttonLinkSuccessColor{padding:.25rem}.documentation .all-center{justify-content:center;align-items:center;background-color:#fff;flex-wrap:wrap}@media only screen and (max-width:768px){.documentation .all-center img{margin-top:1rem}}.documentation h1{margin-bottom:.75rem}.documentation h3{margin-bottom:1rem;color:#e51e2b}.documentation .container+.container{margin-top:2rem;flex-wrap:wrap}.documentation .white-bg{background-color:#fff}.documentation .col-25{width:25%;padding:0 1rem}@media only screen and (max-width:768px){.documentation .col-25{width:100%}}.documentation .col-33{width:33%;padding:1rem}@media only screen and (max-width:769px){.documentation .col-33{width:100%}}.documentation .col-50{width:50%}@media only screen and (max-width:768px){.documentation .col-50{width:100%}}.documentation .col-75{width:75%;padding:0 1rem}@media only screen and (max-width:768px){.documentation .col-75{width:100%}}.documentation .buttonLinkBlock{max-width:250px}.documentation .pull-up{margin-top:-.5rem}.documentation .lead{font-size:1.35rem}@media only screen and (max-width:768px){.documentation .lead{font-size:1rem}}.helpText{color:#aaa;font-size:.75em;font-style:italic;margin-top:.25rem}.adGroups .search,.adGroupsList .search,.defaultTable .search{margin:0 0 1rem}.adGroups .tableWrapper,.adGroupsList .tableWrapper,.defaultTable .tableWrapper{margin:1rem 0 0}.adGroups .table .td,.adGroupsList .table .td,.defaultTable .table .td{font-size:.875em}.adGroups .table .buttonLinkPrimaryColor,.adGroupsList .table .buttonLinkPrimaryColor,.defaultTable .table .buttonLinkPrimaryColor{padding:.25rem}.adGroups .table .alert:only-child,.adGroupsList .table .alert:only-child,.defaultTable .table .alert:only-child{min-height:6rem}.adGroups .tdInner,.adGroupsList .tdInner,.defaultTable .tdInner{word-wrap:break-word}@media(min-width:1024px){.adGroups .tdInner>.label,.adGroupsList .tdInner>.label,.defaultTable .tdInner>.label{display:none}}@media(min-width:1024px){.adGroups .tdInnerCenter,.adGroupsList .tdInnerCenter,.defaultTable .tdInnerCenter{text-align:center}}.colorRed{color:#e51e2b}.colorGray{color:#aaa}.italic{font-style:italic}.Rtable-row{border-bottom:1px solid #eaeaea;padding:.5rem 1rem;display:flex;flex-direction:column;justify-content:space-between;clear:both}@media(min-width:768px){.Rtable-row{flex-direction:row}}.Rtable-row:nth-child(odd){background-color:#f4f4f4}.Rtable-row:first-child{border-top:none;background-color:#fff}.Rtable-row .Rtable-cell{width:100%;line-height:2.5}@media(min-width:768px){.Rtable-row .Rtable-cell{width:33%}}.Rtable-row .Rtable-cell.wide-cell{width:100%}@media(min-width:768px){.Rtable-row .Rtable-cell.wide-cell{width:42%}}.Rtable-row .Rtable-cell.narrow-cell{width:100%}@media(min-width:768px){.Rtable-row .Rtable-cell.narrow-cell{width:18%}}.Rtable-row .Rtable-cell.Rtable-cell--header{font-weight:800}.Rtable-row .Rtable-cell.Rtable-cell--header i{vertical-align:top;margin-right:4px}.paddingNone{padding:0}.addUsersModal .h6{margin:0}.addUsersModal .hr{margin:1rem 0}.addNewUsersMeta{margin-top:.5rem}.addNewUsersNameInterpretation{font-size:1.25em;font-weight:600;margin-bottom:.5rem}.addNewUsersDescription{font-size:1rem;font-weight:300}.addNewUsersHeading{line-height:1.25}.addNewUsersHeading:first-child{margin:1rem 0 .5rem}.addNewUsersHeading i{font-size:.75em;vertical-align:0}.addNewUsersContainer{margin-top:1rem}@media(min-width:768px){.addNewUsersContainer{margin-top:0}}.addNewUsersWrapper{margin:1.5rem 0;padding:0 1rem 1rem;background-color:#f4f4f4;border:1px solid #aaa}.addNewUsersCallout{color:#348eda;font-size:1em;font-style:italic;margin-top:.75rem}.addNewUsersCallout i{vertical-align:-2px;margin-right:.25rem}.addNewUsersAdded{margin:1.5rem 0 1rem;border:1px solid #587f48;padding:.5rem 1rem;background-color:rgba(104,185,15,.1)}.addNewUsersAddedList{list-style:none;margin:0;padding:0}.addNewUsersAddedListItem{display:flex;align-items:center;padding:.5rem 0}.addNewUsersAddedListItem .button{margin:.125rem 0 0 .75rem}.addNewUsersAddedListItem .checkbox{margin-left:.875rem}.addNewUsersAddedListItem .checkLabel{font-size:.875rem}.addNewUsersEmail{margin:0 0 0 .5rem}.addNewUsersName{margin:0}.addNewUserIcon{font-size:.75em;margin:0 .5rem 0 0}.addNewUsersInput{max-width:20rem;margin-top:1rem}.externalUsersWrapper{padding:1rem;margin:1rem 0;background-color:#f4f4f4;border:1px solid #ccc}.exisitingUsersCount{border-bottom:1px solid #eaeaea;padding-bottom:1rem}.exisitingUsersCount i{vertical-align:-1px}.addNewUsersInputs{margin-bottom:1rem}.error{max-width:40rem;margin:0 auto}.error,.error .h2{position:relative;text-align:center}.error .h2{color:#eaeaea;font-size:150px;font-weight:700;line-height:.75;margin:0;z-index:1}@media(min-width:768px){.error .h2{font-size:325px}}.error .h3{position:absolute;z-index:2;top:50%;left:50%;line-height:1;font-size:30px;font-weight:300;text-transform:uppercase}@media(min-width:768px){.error .h3{font-size:50px}}.errorCode{position:relative;margin-bottom:2rem}@media(min-width:768px){.errorCode{margin-bottom:3rem}}.errorUnauthorized .h3{margin:-5px 0 0 -106px}@media(min-width:768px){.errorUnauthorized .h3{margin:-5px 0 0 -175px}}.errorNotFound .h3{margin:-5px 0 0 -81px}@media(min-width:768px){.errorNotFound .h3{margin:-5px 0 0 -135px}}.requestTypeModalSpacing{width:13rem;justify-content:space-between}.requestTypeModalSpacing .inputWrapper{width:3rem}.requestsKanban,.requestsTabbar{margin-bottom:1rem}@media only screen and (max-width:768px){.requestsKanban,.requestsTabbar{display:none}}.kanbanBoard{margin-bottom:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#f4f4f4;min-height:10rem}.kanbanBoard .col{width:25%;border-right:1px solid #ccc}.kanbanBoard .col:first-child{border-left:none}.kanbanBoard .col:first-child .kanbanHeading{border-left:1px solid #ccc}.kanbanBoard .col:nth-last-child(2){border-right:none}.kanbanBoard .col:nth-last-child(2) .kanbanHeading{border-right:1px solid #ccc}.kanbanHeading{border-bottom:1px solid #ccc;padding:.5rem 1.5rem;box-shadow:inset 0 -1px 1px -1px #aaa;background-color:#fff}.kanbanHeadingTitle{font-size:.875em;margin:0}.kanbanHeadingTitle.New{color:#000}.kanbanHeadingTitle.Processing{color:#f90}.kanbanHeadingTitle.Completed{color:#68b90f}.kanbanHeadingTitle.Archived{color:#aaa}.kanbanHeadingValue{font-size:.75em;margin:0}.kanbanColumn{padding:1rem 1.5rem;height:100%}.kanbanColumn .kanbanCard:last-child{margin-bottom:0}@media only screen and (max-width:1100px){.kanbanColumn{padding:1rem}}.kanbanCard{width:100%;border-radius:5px;background-color:#fff;box-shadow:1px 1px 7px #aaa;margin-bottom:1rem}.kanbanCardTitle{padding:.5rem 1rem;border-top-left-radius:5px;border-top-right-radius:5px;text-transform:uppercase;font-size:.75em;display:flex;align-items:center}.kanbanCardTitle.New{background-color:#f4f4f4}.kanbanCardTitle.Processing{background-color:#ffebcc}.kanbanCardTitle.Archived,.kanbanCardTitle.Completed{background-color:#e5fbcc}.kanbanCardTitle.High{background-color:#e51e2b;color:#fff}.kanbanCardTitleText{flex-grow:1;margin:0}.kanbanCardBody{padding:.5rem 1rem}.kanbanCardBodyIcons{display:flex;align-items:center;width:7rem;margin-top:.5rem}.kanbanCardBodyIcons i{margin-left:.75rem}.kanbanCardBodyIcons i:first-child{margin-left:0}.kanbanCardBodyIcons span{font-size:.75em;margin-left:.25rem}.kanbanCardRequestType{margin:.25rem 0 0}.kanbanCardBodyDate{font-size:.75em;margin:.125rem 0 0}.kanbanCardBodyDate:empty{display:none}.kanbanCardModal{cursor:default;z-index:1;display:inline-block}.kanbanModalButton{font-size:1.25em;line-height:1;padding:0;text-align:left}.kanbanModalButton:focus span,.kanbanModalButton:hover span{text-decoration:underline}.kanbanModalButtonSummary{font-size:.75em;margin-left:.5rem;color:#777}.kanbanModalButton:focus .kanbanModalButtonSummary,.kanbanModalButton:hover .kanbanModalButtonSummary{color:#333}.kanbanCardFooter{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.kanbanCardAvatar{margin:0;height:2.25rem;width:2.25rem;font-size:.875em}.kanbanViewMoreButton{width:100%;margin:1rem 0}.noDataKanban{position:absolute;height:6.7rem;width:100%;top:4.6rem}.kanbanFilters{display:flex;align-items:center;background-color:#a70d17;padding:.5rem 1rem;color:#fff;margin-top:-1rem}.kanbanFilters .flexAlignCenter,.kanbanFilters .search{margin-right:1rem}.kanbanFilters .checkLabel,.kanbanFilters .labelText{font-size:.875em}.kanbanFilters .label{font-weight:400}.requestTypeFilterLabel{margin:.75rem 0 0;font-size:.75rem;font-weight:400;border-bottom:1px solid #aaa;color:#aaa}.addEditRoute{display:inline-block}.list{list-style:none;margin:1rem 0 0;padding:0}.list:last-child,.list:only-child{margin-bottom:0}.list:empty{display:none}.list ol,.list ul{padding-left:1.5rem;margin-bottom:0}.listItem{margin:0;padding:1rem}.listItemBordered{border:1px solid #ccc;border-bottom:0}.listItemBordered:last-child{border-bottom:1px solid #ccc}.listItemStriped:nth-child(2n),.listItemStripedHover:nth-child(2n){background-color:#f9f9f9}.listItemStripedHover:hover{background-color:#f4f4f4}.listItemInner{align-items:center;display:flex;flex-wrap:wrap}.listItemInner>.button{margin-left:.25rem}.toggleButton{display:flex;align-items:center;z-index:1}.toggleButton .react-toggle-track{width:3.8rem}.toggleButton .react-toggle--checked .react-toggle-track{background-color:#68b90f}.toggleButton .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#4d8a0b}.toggleButton .react-toggle-thumb{left:1px}.toggleButton .react-toggle--focus .react-toggle-thumb,.toggleButton .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:none}.toggleButton .react-toggle--checked .react-toggle-thumb{left:38px;border-color:#68b90f}.refreshGroup{margin-bottom:1rem;display:flex}@media only screen and (min-width:1230px){.refreshGroup{margin-bottom:0;position:absolute;right:1.25rem;top:.8rem}}.refreshButton{font-size:1rem}.refreshButton .buttonIconLeft{margin-right:.5rem}.refreshButton .refreshIcon,.refreshButton .refreshIconSpining{font-size:1rem}.refreshButton .refreshIconSpinning{-webkit-animation:spin 1.3s linear infinite;animation:spin 1.3s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.toggleLabelOff,.toggleLabelOn{text-transform:uppercase;font-size:.75em;color:#fff;position:absolute;top:-3px;left:5px}.toggleLabelOff{position:absolute;top:-3px;right:0;left:auto}.toggleLabel{margin-left:.5rem}.swagger .block-desktop{width:100%}@media(max-width:1630px)and (min-width:1024px){.loginsActions .loginsActionsTable{overflow-x:scroll}}.recharts-default-legend{width:100%;display:flex;justify-content:space-evenly}.recharts-legend-item{display:inline-flex!important;align-items:center}.stat h6{margin:0}.stat p{word-wrap:break-word}@media(min-width:1024px){.requestHistory .tableWrapper{margin-top:1rem;min-height:32.5rem;background-color:#eaeaea}}.requestHistory .table .td{font-size:.875em}.requestHistory .table .alert:only-child{min-height:10rem}@media(min-width:1024px){.requestHistory .table .alert:only-child{min-height:28rem}}.requestDetails{display:flex;flex-wrap:wrap}@media(min-width:768px){.requestDetails{font-size:1.25em}}.requestDetails .stat{margin-bottom:1rem;padding-right:2rem}@media(min-width:768px){.requestDetails .stat{padding-right:3rem}}.requestDetails+.hr{margin-top:0}.requestAudits .alert{margin:1rem 0}.requestAuditListWrapper button{margin-bottom:1rem}.requestAuditsList{padding:0;list-style:none;margin:1rem 0}.requestAuditsList:last-child,.requestAuditsList:only-child{margin-bottom:0}.requestAuditsList:empty{display:none}.requestAuditsList ol,.requestAuditsList ul{padding-left:1.5rem;margin-bottom:0}.requestDetail .requestAuditsList{margin-top:1rem;font-size:.875em}.requestAuditsListItem{margin:0;padding:1rem;border:1px solid #ccc;border-bottom:0}.requestAuditsListItem:last-child{border-bottom:1px solid #ccc}.requestAuditsListItem:nth-child(2n){background-color:#f9f9f9}.requestAuditsListItem:hover{background-color:#f4f4f4}@media(min-width:768px){.requestAudit{display:flex;flex-wrap:wrap}}@media(min-width:1440px){.requestAudit{flex-wrap:nowrap}}.requestAudit .stat{margin-bottom:1rem;min-height:2rem;padding-right:2rem}.requestAudit .stat:last-child{margin-bottom:0}@media(min-width:768px){.requestAudit .stat:first-child,.requestAudit .stat:nth-child(2),.requestAudit .stat:nth-child(3){width:33.333%}}@media(min-width:1440px){.requestAudit .stat:first-child,.requestAudit .stat:nth-child(2),.requestAudit .stat:nth-child(3){flex-shrink:0;width:16.666%;max-width:11rem}}@media(min-width:768px){.requestAudit .stat:nth-child(4),.requestAudit .stat:nth-child(5){flex-shrink:1;width:100%}}.requestDetailHistory{display:flex;align-items:center;position:absolute;right:.5rem;top:5px}.requestDetailHistory .requestDetailIcon{font-size:1.375em}.requestDetailHistory .button.buttonLinkPrimaryColor{font-size:1rem;z-index:1}.textEllipsisBlock{display:block}.textEllipsisBlock,.textEllipsisInlineBlock{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.textEllipsisInlineBlock{display:inline-block}.requestAdditionalUsers{padding:0;margin:0 0 1rem;list-style:none}.requestAdditionalUsers:last-child,.requestAdditionalUsers:only-child{margin-bottom:0}.requestAdditionalUsers:empty{display:none}.requestAdditionalUsers ol,.requestAdditionalUsers ul{padding-left:1.5rem;margin-bottom:0}.requestAdditionalUsers .requestAdditionalUsersListItem{padding:1rem}.requestAdditionalUsers .requestAdditionalUsersListItem:nth-child(2n){background-color:#f9f9f9}.requestAdditionalUsers .requestAdditionalUsersListItem:hover{background-color:#f4f4f4}.requestAdditionalUsers .removeButton{margin-left:1rem}.requestAdditionalUsersSelect{width:15rem}.requestAdditionalUsersSelect .reactSelect__menu{margin-bottom:2rem}@media(min-width:768px){.requestAdditionalUsersSelect .reactSelect__menu{min-width:20rem}}.editorWrapper{border:1px solid #aaa}.editorToolbar{position:relative;padding:.5rem 0;background-color:#f4f4f4}.editor{padding:1rem}.editorButton,.editorButtonActive{border:none;cursor:pointer;outline:0;opacity:.5;padding:0 1rem;background-color:transparent}.editorButton:hover,.editorButtonActive:hover{opacity:1}.editorButton .editorIcon,.editorButtonActive .editorIcon{vertical-align:text-bottom}.editorButtonActive{opacity:1}.editorImage{max-height:100%;max-width:50rem}.requestTypeSettings .table .td{font-size:.875em}.requestTypeSettingsMetadata .h2{margin-bottom:1rem}.requestTypeSettingsMetadata p{font-size:.875em;font-style:italic}.requestDescription{background-color:#f4f4f4;border:1px solid #aaa;color:#777;padding:1rem}.requestDescription+.alert{margin-top:1rem}.reports .sectionInner{min-height:20rem}.usageReportsControls{display:flex;flex-wrap:wrap}.usageReportsDatePicker{min-width:18rem;margin-right:1rem}.usageReportsDatePicker .DateRangePickerInput__withBorder{border:1px solid #aaa;border-radius:0}.usageReportsDatePicker .label{margin-bottom:1rem}.usageReportsTimezonePicker{min-width:16rem}.usageReportsTimezonePicker .selectLargest{font-weight:300;height:3rem;padding:.375rem 2.25rem .375rem .5rem}.appModes .checkLabel{font-size:1.125em;font-weight:600}.appModes .h2{margin-bottom:.5rem}.appModes:not(.privacyPolicy) .hr{margin-top:0}.appModes .p:first-of-type{font-size:.875em;font-weight:300;margin:.5rem 0 0 1.5rem}.appModes .p:last-of-type{color:#aaa;font-size:.75em;margin:.5rem 0 0 1.5rem;text-transform:uppercase}.appModes .sectionInner{min-height:15rem}@media(min-width:768px){.dateRangePickerWithSearch{display:flex}}@media(min-width:768px){.dateRangePickerWithSearch .dateRangePickerWrapper{height:2.25rem;max-width:18.5rem;padding:.25rem .125rem 0}}@media(min-width:768px){.dateRangePickerWithSearch .dateTimePickerDate{width:7rem}}@media(min-width:768px){.dateRangePickerWithSearch .dateTimePicker{font-size:.875em}}.dateRangePickerWithSearch .search{margin-top:1rem}@media(min-width:768px){.dateRangePickerWithSearch .search{margin-left:1rem;margin-top:0}}.dateRangePickerWithSearchAuditWrapper{display:flex;flex-wrap:wrap}.dateRangePickerWithSearchAudit{flex:1 1}@media(min-width:768px){.dateRangePickerWithSearchAudit{display:flex}}@media(min-width:768px){.dateRangePickerWithSearchAudit .dateRangePickerWrapper{height:2.25rem;max-width:18.5rem;padding:.25rem .125rem 0}}@media(min-width:768px){.dateRangePickerWithSearchAudit .dateTimePickerDate{width:7rem}}@media(min-width:768px){.dateRangePickerWithSearchAudit .dateTimePicker{font-size:.875em}}.dateRangePickerWithSearchAudit .search{margin-top:1rem;width:100%}.dateRangePickerWithSearchAudit .search>.inputWrapper{max-width:14rem}@media(min-width:1024px){.dateRangePickerWithSearchAudit .search>.inputWrapper{max-width:5rem}}@media(min-width:1084px){.dateRangePickerWithSearchAudit .search>.inputWrapper{max-width:9rem}}@media(min-width:1167px){.dateRangePickerWithSearchAudit .search>.inputWrapper{max-width:14rem}}@media(min-width:768px){.dateRangePickerWithSearchAudit .search{margin-left:1rem;margin-top:0}}.dateRangePickerWithSearchAuditAction{margin-top:1rem;width:100%}@media(min-width:1024px){.dateRangePickerWithSearchAuditAction{width:10rem;margin-top:-.75rem;margin-bottom:-1rem}}.slaManagementButtonWrapper{margin-bottom:-1rem;display:flex}.slaManagementSelect{width:100%;margin-bottom:1rem}@media(min-width:768px){.slaManagementSelect{width:24%;margin-bottom:0}}.slaManagementSelectWrapper{display:flex;flex-direction:column}@media(min-width:768px){.slaManagementSelectWrapper{margin-bottom:1rem;flex-direction:row;justify-content:space-between;align-items:center}}.slaManagementResetButton{padding:0;margin-bottom:1rem}.slaUpdateModalWrapper{min-height:auto}.quill .ql-snow{font-size:1rem}.quill .ql-snow .ql-editor{padding-bottom:1.25rem;padding-right:1.25rem}@media(min-width:768px){.quill .ql-snow .ql-editor{overflow:auto;max-height:15rem}}@media(min-width:768px)and (min-height:568px){.quill .ql-snow .ql-editor{max-height:20rem}}@media(min-width:768px)and (min-height:768px){.quill .ql-snow .ql-editor{max-height:25rem}}@media(min-width:1024px){.quill .ql-snow .ql-editor{max-height:33rem}}.quill .ql-snow .ql-editor h1,.quill .ql-snow .ql-editor h2,.quill .ql-snow .ql-editor h3,.quill .ql-snow .ql-editor h4,.quill .ql-snow .ql-editor h5,.quill .ql-snow .ql-editor h6{margin:0;font-weight:700}.quill .ql-snow .ql-editor h1+*,.quill .ql-snow .ql-editor h2+*,.quill .ql-snow .ql-editor h3+*,.quill .ql-snow .ql-editor h4+*,.quill .ql-snow .ql-editor h5+*,.quill .ql-snow .ql-editor h6+*{margin-top:1rem}.quill .ql-snow .ql-editor h1{font-size:2.25rem}.quill .ql-snow .ql-editor h2{font-size:1.5rem}.quill .ql-snow .ql-editor h3{font-size:1.17rem}.quill .ql-snow .ql-editor h4{font-size:1rem}.quill .ql-snow .ql-editor h5{font-size:.83rem}.quill .ql-snow .ql-editor h6{font-size:.67rem}.quill .ql-snow .ql-editor p{margin:1rem 0}.quill .ql-snow .ql-editor a{color:#e51e2b;text-decoration:none}.quill .ql-snow .ql-editor a:hover{text-decoration:underline}.quill .ql-snow .ql-editor a:focus{outline-color:#e51e2b}.quill .ql-snow .ql-editor ol,.quill .ql-snow .ql-editor ul{padding-left:1rem;margin:0}.quill .ql-snow .ql-editor li{margin:.25rem 0}.appModes .editor-heading,.editor-heading{margin-bottom:1rem}
/*# sourceMappingURL=main.44df5a6b.chunk.css.map */