body{margin:0;font-family:"Graphik",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f2f2}body *{box-sizing:border-box}.btn{display:inline-block;padding:10px 20px;margin-right:10px;border-radius:18px;border:1px solid #20907f;background-color:#fff;color:#20907f;font-size:14px;text-transform:uppercase;font-weight:600;cursor:pointer}.btn.btn-link{color:#20907f;border-color:transparent}.btn:disabled{opacity:.3;cursor:not-allowed}.btn:hover{background-color:#deefec}.btn.btn-primary{background-color:#20907f;color:#fff}.btn.btn-primary:hover{background-color:#17665a}.btn .icon{display:inline-block;height:14px;width:14px;margin-right:-4px;margin-left:8px;position:relative}.btn .icon img,.btn .icon svg{max-height:100%;max-width:100%;position:absolute;right:1px;top:2px}.btn-noborder{display:inline-block;padding:10px 20px;margin-right:10px;border-radius:18px;border:0 solid #ccc;background-color:#fff;color:#20907f;font-size:16px;font-weight:500;cursor:pointer}.btn-noborder.btn-noborder-link{border-color:transparent}.btn-noborder:disabled{opacity:.6;cursor:not-allowed}.btn-noborder:hover{background-color:#deefec}.btn-noborder.btn-noborder-primary{background-color:#20907f;color:#fff}.btn-noborder.btn-noborder-primary:hover{background-color:#00161d}.btn-noborder .icon{display:inline-block;height:14px;width:14px;margin-right:-4px;margin-left:8px;position:relative}.btn-noborder .icon img,.btn-noborder .icon svg{max-height:100%;max-width:100%;position:absolute;right:1px;top:2px}a{text-decoration:none}a,a:visited{color:#003d50}a:hover{color:#000}a:focus{outline-color:#003d50!important}input,select{display:block;width:100%;height:40px;padding:10px;border-radius:3px;border:1px solid #003d50!important;background-color:#fff;color:#003d50;font-size:14px;line-height:18px}input:focus,select:focus{outline-color:#003d50!important}option:checked{background-color:#ece8e6!important}option:hover{background-color:#f9ecc8!important}code{font-family:"graphik",source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.spinner{animation:spinner-spin 1s linear infinite;height:18px;width:18px;margin-left:auto;margin-right:auto;display:block}@keyframes spinner-spin{0%{transform:rotate(-1turn)}to{transform:rotate(0deg)}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:perspective(1px) scale3d(.3,.3,.3)}20%{transform:perspective(1px) scale3d(1.1,1.1,1.1)}40%{transform:perspective(1px) scale3d(.9,.9,.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03,1.03,1.03)}80%{transform:perspective(1px) scale3d(.97,.97,.97)}to{opacity:1;transform:perspective(1px) scaleX(1)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;background-color:transparent;padding:0;margin:0;float:left;border:none;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr :after,.redux-toastr :before{box-sizing:border-box}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{top:0}.redux-toastr .bottom-right,.redux-toastr .top-right{right:0}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right{bottom:0}.redux-toastr .bottom-left,.redux-toastr .top-left{left:0}.redux-toastr .bottom-center,.redux-toastr .top-center{left:50%;margin-left:-175px}@media (max-width:320px){.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:320px}.redux-toastr .bottom-center,.redux-toastr .top-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0 0 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:700;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:transparent;font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr.rrt-error,.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}.App{text-align:center}.App-logo{animation:App-logo-spin 20s linear infinite;height:40vmin;pointer-events:none}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}.loading-pane{padding:20px;color:#003d50}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}table.data-table{width:100%;border-collapse:collapse;table-layout:fixed}table.data-table.first-column-header th:first-child .column-header{display:block}table.data-table.footer-row tbody tr:last-child td{border-top-width:3px}table.data-table.footer-row tbody tr:last-child td:first-child{font-weight:600}table.data-table.hide-header-row th,table.data-table.hide-header-row thead{display:none}table.data-table td,table.data-table th{text-align:left;border:1px solid #f2f2f2;padding:5px 10px 5px 5px;width:150px}table.data-table td.details,table.data-table th.details{cursor:pointer;color:#003d50}table.data-table td.details:hover,table.data-table th.details:hover{background-color:#f9ecc8;color:#000;text-decoration:underline}table.data-table td.disabled-header,table.data-table td.disabled-header-highlight,table.data-table th.disabled-header,table.data-table th.disabled-header-highlight{font-weight:600;font-size:11px!important;background-color:#c2c2c2;text-transform:uppercase}table.data-table td.disabled-highlight,table.data-table th.disabled-highlight{font-weight:600;background-color:#c2c2c2}table.data-table td.header-highlight,table.data-table th.header-highlight{font-weight:600;font-size:11px!important;background-color:#f2f2f2}table.data-table td.disabled,table.data-table th.disabled{background-color:#c2c2c2}table.data-table td.header,table.data-table th.header{font-weight:600;font-size:11px!important;background-color:#f2f2f2;text-transform:uppercase}table.data-table td.highlight,table.data-table th.highlight{font-weight:600}table.data-table td{font-size:14px}table.data-table th{font-weight:600;font-size:11px;background-color:#f2f2f2}.download-file{display:inline-block}.list-container{background-color:#fff;margin:10px;border:1px solid #ccc;border-radius:5px}.list-item{padding:15px 15px 15px 60px;border-bottom:1px solid #ccc;position:relative}.list-item .list-item-actions{position:absolute;top:15px;right:30px}.list-item .list-item-statistic-list .list-item-statistic{display:inline-block}.list-item .list-item-statistic-list .list-item-statistic .list-item-statistic-name{display:inline-block;text-transform:uppercase;font-size:10px;font-weight:800;color:#999;margin-right:5px}.list-item .list-item-statistic-list .list-item-statistic .list-item-statistic-value{display:inline-block;color:#003d50;font-size:14px;margin-right:20px}.list-item .list-item-name:hover{text-decoration:underline}.list-item .list-item-onclick{color:#b0d0dc;cursor:pointer}.list-item .list-item-onclick:hover{color:#166385}.modal-wrapper{display:none;background-color:rgba(0,0,0,.75);position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999}.modal-wrapper.show{display:block}.modal-wrapper .modal{background-color:#fff;color:#003d50;max-width:600px;margin-left:auto;margin-right:auto;margin-top:100px;border-radius:5px;border:1px solid #ccc;display:block;padding:0;box-shadow:none}.modal-wrapper .modal .modal-title{padding:20px 40px 20px 20px;border-bottom:1px solid #ddd;position:relative}.modal-wrapper .modal .modal-title .modal-title-close{position:absolute;right:22px;top:20px;cursor:pointer}.modal-wrapper .modal .modal-title .modal-title-actions{position:absolute;right:50px;top:10px}.modal-wrapper .modal .modal-body{padding:20px;height:500px;overflow:auto}.sideModal-wrapper{display:none;background-color:rgba(0,0,0,.75);position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999}.sideModal-wrapper.show{display:block}.sideModal-wrapper .sideModal{background-color:#fff;margin-left:auto;margin-right:auto;border:1px solid #ccc;display:block;padding:0;position:absolute;top:0;right:0;height:100%;width:70%;min-width:700px}.sideModal-wrapper .sideModal .sideModal-title{height:65px;padding:22px 40px 20px 20px;border-bottom:1px solid #ddd;position:relative;color:#5a5b5e;font-size:18px;font-weight:700}.sideModal-wrapper .sideModal .sideModal-title .sideModal-title-close{position:absolute;right:22px;top:22px;cursor:pointer}.sideModal-wrapper .sideModal .sideModal-title .sideModal-title-actions{position:absolute;right:50px;top:12px}.sideModal-wrapper .sideModal .sideModal-body{height:calc(100% - 65px);overflow:auto}.page-header{border-bottom:1px solid #ccc;background-color:#fff}.page-header .page-header-back-button{padding:13px 15px 15px;margin-bottom:-30px}.page-header .page-header-actions{float:right;padding:15px}.page-header .page-header-title{color:#003d50;padding:15px 15px 13px;font-weight:300;margin:0;font-size:28px}.page-header .page-header-subtitle{padding-top:10px;font-weight:300;font-size:14px}.page-header .page-header-tabs{margin-left:15px}.page-header .page-header-tabs .page-header-tab{display:inline-block;padding:15px;cursor:pointer;font-size:13px;text-transform:uppercase}.page-header .page-header-tabs .page-header-tab.selected{border:none;color:#003d50;border-bottom:3px solid #20907f!important;box-shadow:none}.page-header .page-header-tabs .page-header-tab:hover{background-color:#deefec}.page-header .page-header-tabs .page-header-tab.disabled{cursor:not-allowed;opacity:.6}.pager{padding:10px;text-align:center}.pager .pager-control{margin-left:5px;margin-right:5px}.pager .pager-btn{display:inline-block;vertical-align:middle;height:36px;width:36px;padding:0;border-radius:3px;border:none}.pager .pager-btn .icon{margin:0}.pager .pager-input{vertical-align:middle;box-sizing:border-box;border:1px solid #ccc;border-radius:3px;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.12);color:#003d50;font-size:14px;line-height:18px}.pager .pager-info,.pager .pager-input{display:inline-block;height:36px;width:50px}.pager .pager-info{text-align:center}.pager .pager-info span{color:#003d50;font-size:12px;font-weight:300;text-transform:uppercase;letter-spacing:.5px;line-height:13px}#viewDropDown{right:0;padding:10px;font-size:12px;z-index:1}#viewDropDown,#viewDropDown #title{color:#003d50;position:absolute;top:0}#viewDropDown #title{left:-25px;padding-top:20px;z-index:2}#viewDropDown #downArrow{position:absolute;top:0;right:0;padding:20px;cursor:pointer;z-index:2}#viewDropDown #dropDown{position:relative;display:inline-block;box-sizing:border-box;width:200px;cursor:pointer}#viewDropDown #selectedOption{position:relative;border:1px solid #ccc;border-radius:5px}#viewDropDown #selectedOption:hover{background-color:#fff}#viewDropDown #optionContainer{height:175px;overflow-y:auto;overflow-x:hidden;border:1px solid #5a5b5e;border-bottom-color:#fff}#viewDropDown .viewOption{background-color:#fff;border-bottom:1px solid #f2f2f2;width:auto;height:35px;padding:9px}#viewDropDown .viewOption:hover{background-color:#f9ecc8}.term{color:#003d50}.term.highlighted{color:#dc8a5e}.dropdown-container{position:relative;margin:0;border:none}.dropdown-search-default-text{position:absolute;padding:12px 10px 10px;font-size:14px;line-height:18px;color:#ccc;pointer-events:none}.dropdown-search-icon{position:absolute;right:10px;top:10px;pointer-events:none}.dropdown-search-icon.focused{pointer-events:all}.dropdown-search{cursor:text;box-sizing:border-box;border:1px solid #ccc;border-radius:3px 3px 3px 3px;background-color:#fff}.dropdown-search.disabled{cursor:not-allowed}.dropdown-search::-ms-clear{display:none}.dropdown{z-index:1;position:absolute;box-sizing:border-box;width:100%;max-height:176px;border:1px solid #ccc;border-top:none;background-color:#fff;overflow:auto}.dropdown.focused{border-color:#5a5b5e}.dropdown-item{width:100%;min-height:35px;max-height:70px;margin:0;padding:10px;font-size:14px;line-height:18px;border-bottom:1px solid #f2f2f2}.dropdown-item:hover{cursor:pointer;background-color:#f9ecc8}.dropdown-disabled{cursor:not-allowed}.dropdown-hidden{visibility:hidden}.report-result-question-container{position:relative;width:100%;overflow-x:auto}.report-result-question-container .report-result-question{padding:20px 20px 20px 60px;border-bottom:1px solid #ccc;cursor:pointer;color:#003d50}.report-result-question-container .report-result-question .report-result-question-expand-action{position:absolute;left:20px;top:20px;height:20px;width:20px}.report-result-question-container .report-result-question-response{display:none}.report-result-question-container .report-result-question-response.expanded{display:block}.report-result-question-container .report-result-question-response table{width:100%;border-collapse:collapse;table-layout:fixed;color:#003d50}.report-result-question-container .report-result-question-response table.first-column-header th:first-child .result-column-header{display:block}.report-result-question-container .report-result-question-response table.footer-row tbody tr:last-child td{border-top-width:3px}.report-result-question-container .report-result-question-response table.footer-row tbody tr:last-child td:first-child{font-weight:600}.report-result-question-container .report-result-question-response table.hide-header-row th,.report-result-question-container .report-result-question-response table.hide-header-row thead{display:none}.report-result-question-container .report-result-question-response table td,.report-result-question-container .report-result-question-response table th{text-align:left;border:1px solid #f4f4f2;padding:10px 20px 10px 10px}.report-result-question-container .report-result-question-response table td{font-size:14px}.report-result-question-container .report-result-question-response table th{font-weight:600;font-size:11px;background-color:#f4f4f2;text-transform:uppercase}.report-result-question-container .icon{display:inline-block;vertical-align:middle}.dialog-container{z-index:999}.dialog-container .dialog .dialog-title .dialog-help{color:#5a5b5e}.dialog-container .dialog .dialog-informational-text{padding-left:20px;padding-right:20px;font-size:16px}.report-run-section-actions{width:260px;float:right;margin-top:40px}#reportResult section.report-result-section{position:relative;border:none;margin:none;background:none;overflow:visible}#reportResult section.report-result-section header{color:#003d50;font-size:20px;padding:20px;margin-bottom:-20px}#reportResult section.report-result-section .sub-title{font-size:12px;padding:5px}@media print{body{width:100%;zoom:25%}.btn,.btn-noborder{display:none}.list-container{margin-top:50px}.report-result-question{position:relative;right:40px}.report-result-question-expand-action{display:none}.report-result-question-response.expanded{overflow:hidden}table{word-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}}.ellipsis-menu{position:absolute;display:block;background-color:#fff;border-radius:5px;border:1px solid #ccc;width:160px;color:#5b5856;font-size:16px;z-index:1}.ellipsis-menu .ellipsis-menu-action{position:relative;margin-bottom:.5em;list-style:none;right:18px;cursor:pointer}.ellipsis-menu .ellipsis-menu-action:first-child{padding-top:.2em}.ellipsis-menu .ellipsis-menu-action:last-child{padding-bottom:.2em}.ellipsis-menu .ellipsis-menu-action:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#20907f}.ellipsis-menu #arrow-outer{position:absolute;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #ccc;left:158px}.ellipsis-menu #arrow-inner{position:absolute;width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:13px solid #fff;top:-13px;left:-15px}.dialog-container{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.75)}.dialog-container .dialog{background-color:#fff;max-width:600px;max-height:90%;margin-top:100px;margin-left:auto;margin-right:auto;border-radius:5px;border:1px solid #ccc}.dialog-container .dialog .dialog-title{padding:20px;font-size:18px;font-weight:700;color:#003d50}.dialog-container .dialog .dialog-title .dialog-help{float:right;font-size:14px;color:#003d50;font-weight:500}.dialog-container .dialog .dialog-title .dialog-help .required{margin-right:5px;color:#c00}.dialog-container .dialog .dialog-content{padding:20px}.dialog-container .dialog .dialog-content .prompt{margin-bottom:20px}.dialog-container .dialog .dialog-content .prompt .prompt-label{margin-bottom:5px;display:block;color:#003d50;font-weight:600;font-size:11px;text-transform:uppercase}.dialog-container .dialog .dialog-content .prompt .prompt-label .required{color:#c00;margin-left:5px}.dialog-container .dialog .dialog-content .prompt .prompt-controls input{display:block;width:100%;border:#003d50;color:#003d50}.dialog-container .dialog .dialog-actions{text-align:right;padding:20px 10px}date-input-polyfill[data-open=true]{z-index:9999!important}.report-list-action{cursor:pointer;margin:0 .2em;padding:9px 11px;width:40px;display:inline-block;text-align:center;border-radius:50%}.report-list-action:hover{background-color:#f9ecc8;padding:9px 11px}.report-list-category-container{position:relative}.report-list-category-container .report-list-category{padding:20px 20px 20px 60px;border-bottom:1px solid #ccc;cursor:pointer;background-color:#f4f4f2}.report-list-category-container .report-list-category .report-list-category-expand-action{position:absolute;left:20px;top:20px;height:20px;width:20px}.report-list-category-container .report-list-action{cursor:pointer;padding:9px 11px}.report-list-category-container .report-list-action:hover{background-color:#f9ecc8;padding:9px 11px;border-radius:50%}.report-list-category-container .icon{display:inline-block;vertical-align:middle}.report-list-category-container .report-list-category-report-list{display:none}.report-list-category-container.expanded .report-list-category-report-list{display:block;background-color:#fff}