.KillAnimations{-o-transition-property:none !important;-moz-transition-property:none !important;-ms-transition-property:none !important;-webkit-transition-property:none !important;transition-property:none !important;-o-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-webkit-transform:none !important;transform:none !important;-webkit-animation:none !important;-moz-animation:none !important;-o-animation:none !important;-ms-animation:none !important;animation:none !important}@keyframes PulseSuccess{from{box-shadow:0 0 0 #9fd8ad}to{box-shadow:0 0 50px #9fd8ad}}@keyframes ShadeSuccess{from{}to{color:#9fd8ad}}.AnimateSuccess{animation-name:PulseSuccess,ShadeSuccess;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowSuccess{box-shadow:0 0 25px #9fd8ad}.ColorSuccess{color:#9fd8ad}.ShadeWarning{background-color:#9fd8ad}@keyframes PulseError{from{box-shadow:0 0 0 Red}to{box-shadow:0 0 50px Red}}@keyframes ShadeError{from{}to{color:#f00}}.AnimateError{animation-name:PulseSuccess,ShadeSuccess;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowError{box-shadow:0 0 25px Red}.ColorError{color:#f00}.ShadeWarning{background-color:#f00}@keyframes PulseWarning{from{box-shadow:0 0 0 goldenrod}to{box-shadow:0 0 50px goldenrod}}@keyframes ShadeWarning{from{}to{color:#daa520}}.AnimateWarning{animation-name:PulseWarning,ShadeWarning;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowWarning{box-shadow:0 0 25px goldenrod}.ColorWarning{color:#daa520}.ShadeWarning{background-color:#daa520}@keyframes PulseIDLE{from{box-shadow:0 0 0 #007bff}to{box-shadow:0 0 50px #007bff}}@keyframes ShadeIDLE{from{}to{color:#007bff}}.AnimateIDLE{animation-name:PulseIDLE,ShadeIDLF;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowIDLE{box-shadow:0 0 25px #007bff}.ColorIDLE{color:#007bff}.ShadeIDLE{background-color:#007bff}@font-face{font-family:'Code128';src:url('/Fonts/code128.ttf') format('truetype'),url('/PortalDev/Fonts/code128.ttf') format('truetype')}@font-face{font-family:'Micre';src:url('/Fonts/micrenc.ttf') format('truetype'),url('/PortalDev/Fonts/micrenc.ttf') format('truetype')}@font-face{font-family:'USPS';src:url('/Fonts/USPSIMBStandard.ttf') format('truetype'),url('/PortalDev/Fonts/USPSIMBStandard.ttf') format('truetype')}@keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes pulse-success{from{box-shadow:0 0 0 rgba(85,197,85,.87)}to{box-shadow:0 0 50px rgba(85,197,85,.87)}}@keyframes shade-success{from{}to{color:rgba(85,197,85,.87)}}.animate-success{animation-name:pulse-success,shade-success;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-success{box-shadow:0 0 25px rgba(85,197,85,.87)}.color-success{color:rgba(85,197,85,.87)}.shade-warning{background-color:rgba(85,197,85,.87)}@keyframes pulse-danger{from{box-shadow:0 0 0 rgba(255,0,0,.637)}to{box-shadow:0 0 50px rgba(255,0,0,.637)}}@keyframes shade-danger{from{}to{color:rgba(255,0,0,.637)}}.animate-danger{animation-name:pulse-success,shade-success;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-danger{box-shadow:0 0 25px rgba(255,0,0,.637)}.color-danger{color:rgba(255,0,0,.637)}.shade-warning{background-color:rgba(255,0,0,.637)}@keyframes pulse-warning{from{box-shadow:0 0 0 rgba(238,181,38,.781)}to{box-shadow:0 0 50px rgba(238,181,38,.781)}}@keyframes shade-warning{from{}to{color:rgba(238,181,38,.781)}}.animate-warning{animation-name:pulse-warning,shade-warning;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-warning{box-shadow:0 0 25px rgba(238,181,38,.781)}.color-warning{color:rgba(238,181,38,.781)}.shade-warning{background-color:rgba(238,181,38,.781)}@keyframes pulse-idle{from{box-shadow:0 0 0 rgba(0,81,255,.616)}to{box-shadow:0 0 50px rgba(0,81,255,.616)}}@keyframes shade-idle{from{}to{color:rgba(0,81,255,.616)}}.animate-idle{animation-name:pulse-idle,shade-idle;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-idle{box-shadow:0 0 25px rgba(0,81,255,.616)}.color-idle{color:rgba(0,81,255,.616)}.shade-idle{background-color:rgba(0,81,255,.616)}.animate-info{animation-name:pulse-warning,shade-warning;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-info{box-shadow:0 0 25px rgba(51,50,50,.795)}.color-info{color:rgba(51,50,50,.795)}.shade-info{background-color:rgba(51,50,50,.795)}@keyframes pulse-info{from{box-shadow:0 0 0 rgba(51,50,50,.795)}to{box-shadow:0 0 50px rgba(51,50,50,.795)}}@keyframes shade-info{from{}to{color:rgba(51,50,50,.795)}}.animate-info{animation-name:pulse-warning,shade-warning;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.glow-info{box-shadow:0 0 25px rgba(51,50,50,.795)}.color-info{color:rgba(51,50,50,.795)}.shade-info{background-color:rgba(51,50,50,.795)}@keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}0%{opacity:0}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;padding-top:2px;padding-left:15px;padding-right:15px;padding-bottom:3px;margin-bottom:3px;border-radius:3px}.fadeIn{animation:fade;animation-direction:normal;animation-duration:1s}.fadeOut{animation:fade;animation-direction:reverse;animation-duration:1s}.animate-fade{animation:fade linear 2s infinite alternate}.alert{padding-top:2px;padding-left:15px;padding-right:15px;padding-bottom:3px;color:#fff;margin-bottom:3px;border-radius:3px;text-align:center;font-size:13px}.alert-closebtn{margin-left:15px;color:#fff;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.alert-closebtn:hover{color:#000}.alert-fadeIn{animation:fade;animation-direction:normal;animation-duration:1s}.alert-fadeOut{animation:fade;animation-direction:reverse;animation-duration:1s}.alert-danger{background-color:rgba(255,0,0,.637)}.alert-warning{background-color:rgba(238,181,38,.781)}.alert-success{background-color:rgba(85,197,85,.87)}.alert-idle{background-color:rgba(0,81,255,.616)}.alert-info{background-color:rgba(51,50,50,.795)}.progressbar{color:#fff;background-color:#d3d3d3;margin-bottom:15px;border-radius:3px;font-weight:bold;transition-duration:1s}.progressbar-label{height:30px;border-radius:3px;text-align:center;line-height:30px;transition-duration:1s}.progressbar-danger{background-color:rgba(255,0,0,.637)}.progressbar-warning{background-color:rgba(238,181,38,.781)}.progressbar-success{background-color:rgba(85,197,85,.87)}.progressbar-idle{background-color:rgba(0,81,255,.616)}.progressbar-info{background-color:rgba(51,50,50,.795)}.loader-circle-container{text-align:center;margin-bottom:15px}.loader-circle{border:12px solid #f3f3f3;border-color:#d3d3d3;border-top:12px solid rgba(85,197,85,.87);border-radius:50%;width:40px;height:40px;margin:auto;animation:spin 2s linear infinite}.loader-circle-error{border:12px solid #f3f3f3;border-color:rgba(255,0,0,.637);border-radius:50%;width:40px;height:40px;margin:auto;transition-duration:1s}.loader-circle-error-angryeye{border:12px solid #f3f3f3;border-color:#d3d3d3;border-top:12px solid rgba(255,0,0,.637);border-radius:50%;background-color:rgba(255,0,0,.637);width:40px;height:40px;margin:auto}.loader-circle-label{padding-top:10px;padding-bottom:10px;font-size:16pt;text-align:center;font-weight:bold}.generic-indicaitor-container{margin-bottom:15px}.generic-indicaitor-symbol{text-align:center;font-size:26pt;font-weight:bold;padding-bottom:5px}.generic-indicaitor-text{text-align:center;font-size:12pt;font-family:Roboto,Arial,sans-serif}.tippy-tooltip.Danger-theme{background-color:rgba(255,0,0,.637);color:#f5f5f5}.tippy-tooltip.Danger-theme .tippy-backdrop{background-color:rgba(255,0,0,.637)}.tippy-popper[x-placement^=top] .tippy-tooltip.Danger-theme .tippy-arrow{border-top:7px solid rgba(255,0,0,.637)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.Danger-theme .tippy-arrow{border-bottom:7px solid rgba(255,0,0,.637)}.tippy-popper[x-placement^=left] .tippy-tooltip.Danger-theme .tippy-arrow{border-left:7px solid rgba(255,0,0,.637)}.tippy-popper[x-placement^=right] .tippy-tooltip.Danger-theme .tippy-arrow{border-right:7px solid rgba(255,0,0,.637)}.tippy-tooltip.Warning-theme{background-color:rgba(238,181,38,.781);color:#f5f5f5}.tippy-tooltip.Warning-theme .tippy-backdrop{background-color:rgba(238,181,38,.781)}.tippy-popper[x-placement^=top] .tippy-tooltip.Warning-theme .tippy-arrow{border-top:7px solid rgba(238,181,38,.781)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.Warning-theme .tippy-arrow{border-bottom:7px solid rgba(238,181,38,.781)}.tippy-popper[x-placement^=left] .tippy-tooltip.Warning-theme .tippy-arrow{border-left:7px solid rgba(238,181,38,.781)}.tippy-popper[x-placement^=right] .tippy-tooltip.Warning-theme .tippy-arrow{border-right:7px solid rgba(238,181,38,.781)}.tippy-tooltip.Success-theme{background-color:rgba(85,197,85,.87);color:#f5f5f5}.tippy-tooltip.Success-theme .tippy-backdrop{background-color:rgba(85,197,85,.87)}.tippy-popper[x-placement^=top] .tippy-tooltip.Success-theme .tippy-arrow{border-top:7px solid rgba(85,197,85,.87)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.Success-theme .tippy-arrow{border-bottom:7px solid rgba(85,197,85,.87)}.tippy-popper[x-placement^=left] .tippy-tooltip.Success-theme .tippy-arrow{border-left:7px solid rgba(85,197,85,.87)}.tippy-popper[x-placement^=right] .tippy-tooltip.Success-theme .tippy-arrow{border-right:7px solid rgba(85,197,85,.87)}.tippy-tooltip.IDLE-theme{background-color:rgba(0,81,255,.616);color:#f5f5f5}.tippy-tooltip.IDLE-theme .tippy-backdrop{background-color:rgba(0,81,255,.616)}.tippy-popper[x-placement^=top] .tippy-tooltip.IDLE-theme .tippy-arrow{border-top:7px solid rgba(0,81,255,.616)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.IDLE-theme .tippy-arrow{border-bottom:7px solid rgba(0,81,255,.616)}.tippy-popper[x-placement^=left] .tippy-tooltip.IDLE-theme .tippy-arrow{border-left:7px solid rgba(0,81,255,.616)}.tippy-popper[x-placement^=right] .tippy-tooltip.IDLE-theme .tippy-arrow{border-right:7px solid rgba(0,81,255,.616)}.lightbox{position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.65)}.lightbox-closebtn{position:fixed;right:25px;top:25px;font-size:26pt;font-weight:bold;color:#f5f5f5}.lightbox-closebtn:hover{color:#000}.lightbox-content{position:relative;top:100px;margin:auto}#InactiveOverlay{color:#f5f5f5}.blur>*:not(#InactiveOverlay){filter:blur(5px)}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#InactiveOverlay{background-color:rgba(0,0,0,.95)}}.slideshow-container{max-width:1000px;max-height:350px;position:relative;margin:auto}.slideshow-slide{display:none;height:350px;width:100%}.slideshow-image{display:block;position:absolute;top:0;bottom:0;margin:auto}.slideshow-prev-button,.slideshow-next-button{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;font-weight:bold;font-size:18pt;transition:.6s ease;border-radius:0 3px 3px 0;mix-blend-mode:difference;opacity:.5}.slideshow-next-button{right:0;border-radius:3px 0 0 3px}.slideshow-prev-button:hover,.slideshow-next-button:hover{opacity:1}.slideshow-caption{color:#fff;font-size:13pt;font-weight:bold;padding-bottom:12px;position:absolute;bottom:8px;width:100%;text-align:center;mix-blend-mode:difference}.slideshow-tracker{color:#fff;font-size:13pt;font-weight:bold;padding:8px 12px;position:absolute;top:0;mix-blend-mode:difference}.slideshow-controls-container{text-align:center}.slideshow-dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.slideshow-gototextbox,.slideshow-gotolabel,.slideshow-gotoDivier{mix-blend-mode:difference}.slideshow-gototextbox{width:100px;text-align:center}.slideshow-active,.slideshow-dot:hover{background-color:#404244}.slideshow-fade{animation-name:fade;animation-duration:1.5s}@keyframes fade-slideshow{from{opacity:.4}to{opacity:1}}.dphidecalender .ui-datepicker-calendar{display:none !important}.dphidemonth .ui-datepicker-month{display:none !important}.LocisBodyLabel{-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;border:thin solid #808080;border-radius:3px 3px 3px 3px;padding:2px 2px 2px 2px;background:#fff}.LocisMain{border-radius:3px 3px 3px 3px;background-color:#fff;margin:2px auto 0 auto;min-height:420px;font-family:Roboto,Arial,sans-serif;font-size:1.1em;display:block;padding:4px 4px;color:#666}.LocisAutoCompLE{visibility:hidden;font-size:12px;padding:4px 4px 4px 4px;width:500px;height:120px;float:left;z-index:1;position:fixed;display:inline;text-align:left;color:#000}.LocisAutoCompHLI{background-color:#f5f5f5;padding:1px;width:500px;text-align:left}.LocisAutoCompLI{padding:1px 1px 1px 1px;z-index:1000001;width:500px;text-align:left;background-color:#fff}.LocisPopupPnl{background-color:#f5f5f5;padding:4px 4px 4px 4px}.LocisMnuPnl{-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;border:thin solid #000;border-radius:3px 3px 3px 3px;padding:2px 2px 4px 2px}.LocisPage{border-radius:3px 3px 3px 3px;background-color:#eaeaea;margin:2px 2px 4px 2px;padding:2px 2px 2px 2px}.LocisAltPnl{padding:2px 2px 2px 2px}.LocisAltLbl{border:1px}.LocModalBG{filter:alpha(opacity=70);opacity:.7}.LocisBlue{font-size:.81em;color:#000;margin:3px 3px 6px 3px;border:1px solid #000;padding:1px 1px 2px 1px;text-align:center}body{font-size:.8em;font-family:Roboto,Arial,sans-serif;margin:2px 2px 2px 2px;padding:2px 2px 2px 2px;background-repeat:repeat-x}.LocisFailure{font-size:1.04em;color:#f00;font-weight:bold;background-color:#d3d3d3;border-style:solid;border-width:thin}.ResizeHandleCSS{width:15px;height:14px;overflow:hidden;background:#424242 url('../_images/resize.png') repeat-x top}.ResizableCSS{padding:0;border-style:solid;border-width:2px;border-color:#000;cursor:se-resize}a:link,a:visited{color:#034af3}a:hover{color:#1d60ff;text-decoration:none}a:active{color:#034af3}.LocisBtn:hover{text-decoration:underline}.LocisLBtn:hover{text-decoration:none}legend{font-weight:bold;margin:3px 0 0 0}.Ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FloatLeft{float:left;position:relative}H4{width:100%;margin:5px 0 10px 0;border-collapse:collapse;font-family:Roboto,Arial,sans-serif;font-size:.84em;font-weight:100;color:#000;text-align:left;vertical-align:bottom}H3{width:100%;margin:5px 0 10px 0;border-collapse:collapse;font-family:Roboto,Arial,sans-serif;font-size:.84em;font-weight:100;color:#fff;text-align:center;vertical-align:middle}pre{font-family:Roboto,Arial,sans-serif;font-size:11px;color:#000;text-align:left;vertical-align:bottom}ul{list-style-type:none;margin:1px 0 6px 0;padding:0 0 6px 0}li{padding:2px 2px 3px 0}.Hidden{border-style:none;border-color:inherit;border-width:medium;padding:0;margin:0;display:none}.LocisModIcon{float:left;margin-top:5px;margin-right:4px}.LocisMnuIcon{float:right;cursor:pointer;margin-top:5px;margin-right:4px;border:1px solid #483d8b}.LocisMnuBlock{display:inline-block;text-align:left}.LocisMnuLink{margin:7px 3px 0 3px;border:1px thin #00008b}.LocisWtr{color:#808080 !important}.LocisZPnl{padding:2px 2px 2px 2px}.LocisZPnl legend{color:#000}.LocisPnl{padding:2px 2px 2px 2px}.LocisPnl legend{color:#fff}table.ReportGridView tr td,th{color:#525252;background-color:#fff}.LocRpt{font-family:Roboto,Arial,sans-serif;font-size:13px;margin:0;height:100%;width:100%;background-color:#fff}.Data{font-family:Roboto,Arial,sans-serif;font-size:11px;color:#000;text-align:left;vertical-align:bottom}.LocisPnlHead{border:thin solid #000;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px;-webkit-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;height:24px;text-align:center}.LocisPnlHead h4{display:inline}.LocisPopHead{border:thin solid #000;height:18px}.LocisPopHead h3{position:relative;top:0;left:0}.LocCal .ajax__calendar_title,.LocCal .ajax__calendar_next,.LocCal .ajax__calendar_prev{padding-top:3px}.LocCal .ajax__calendar_body{background-color:#e9e9e9;border:solid 1px #ccc}.LocCal .ajax__calendar_container{background-color:#e2e2e2;border:solid 1px #ccc}.LocCal .ajax__calendar_header{background-color:#fff;margin-bottom:4px}.LocCal .ajax__calendar_dayname{text-align:center;font-weight:bold;margin-bottom:4px;margin-top:2px}.LocCal .ajax__calendar_day{text-align:center}.LocCal .ajax__calendar_today{font-weight:bold}.LocCal .ajax__calendar_other,.LocCal .ajax__calendar_hover .ajax__calendar_today,.LocCal .ajax__calendar_hover .ajax__calendar_title{color:#bbb}.LocCal .ajax__calendar_active{font-weight:bold;background-color:#fff}.cursor_clickable{cursor:pointer}.cursor_clickable{cursor:pointer}.cursor_help{cursor:help}.mCtrl{width:100%;background-color:#fff;margin:0 0 0 0;border:solid 1px #525252;border-collapse:collapse;font-family:Roboto,Arial,sans-serif;font-size:11px;color:#000;text-align:left;vertical-align:bottom}.mCtrl td{padding:2px;border:solid 1px #c1c1c1;color:#717171}.mCtrl th{padding:2px 4px;color:#fff;background-color:#fff;border-left:solid 1px #525252;font-size:.95em}.mGrid{width:100%;background-color:#fff;margin:5px 0 10px 0;border:solid 1px #525252;border-collapse:collapse;font-family:Roboto,Arial,sans-serif;font-size:11px;color:#000;text-align:left;vertical-align:bottom}.mGrid td{padding:2px;border:solid 1px #c1c1c1;color:#000}.mGrid th{padding:4px 2px;border-left:solid 1px #525252;font-size:11px;font-weight:100}.mGrid .pgr table{margin:5px 0}.mGrid .pgr td{border-width:0;padding:0 6px;border-left:solid 1px #666;font-weight:bold;color:#000;line-height:12px}.mGrid .pgr a{color:#666;text-decoration:none}.mGrid .pgr a:hover{color:#000;text-decoration:none}.mGrid td a{font-size:1em}.mGrid td a:hover{color:#000;font-size:1em}.mGrid .alt{background:#e0e0e0}.mGrid .edt{background:#ff9}.LocHMEhover{border:1px solid #f5f5f5}.export_btn{opacity:.25;filter:alpha(opacity=25)}.export_btn:hover{opacity:1;filter:alpha(opacity=100)}.ui-autocomplete{position:absolute;background:#fff;cursor:pointer;max-width:700px;box-shadow:4px 4px 4px 4px;border:1px solid}.ui-menu-item:hover{border-style:dashed;border-width:2px 0 2px 0}.ui-helper-hidden-accessible{display:none}.ThemeSelector{padding:2px;border:1px solid #000;box-shadow:1px 1px 2px 0 #707070;transition:box-shadow .3s;border-radius:3px}.ThemeSelector:hover{box-shadow:2px 2px 2px 0 #0262fc;transition:box-shadow .3s ease-in-out}.ThemeSelector:active{padding:2px;box-shadow:inset 1px 1px 2px 0 green;transition:box-shadow .3s}.KillAnimations{-o-transition-property:none !important;-moz-transition-property:none !important;-ms-transition-property:none !important;-webkit-transition-property:none !important;transition-property:none !important;-o-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-webkit-transform:none !important;transform:none !important;-webkit-animation:none !important;-moz-animation:none !important;-o-animation:none !important;-ms-animation:none !important;animation:none !important}@keyframes PulseSuccess{from{box-shadow:0 0 0 Green}to{box-shadow:0 0 50px Green}}@keyframes ShadeSuccess{from{}to{color:#008000}}.AnimateSuccess{animation-name:PulseSuccess,ShadeSuccess;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowSuccess{box-shadow:0 0 25px Green}.ColorSuccess{color:#008000}.ShadeWarning{background-color:#008000}@keyframes PulseError{from{box-shadow:0 0 0 Red}to{box-shadow:0 0 50px Red}}@keyframes ShadeError{from{}to{color:#f00}}.AnimateError{animation-name:PulseSuccess,ShadeSuccess;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowError{box-shadow:0 0 25px Red}.ColorError{color:#f00}.ShadeWarning{background-color:#f00}@keyframes PulseWarning{from{box-shadow:0 0 0 #60c}to{box-shadow:0 0 50px #60c}}@keyframes ShadeWarning{from{}to{color:#60c}}.AnimateWarning{animation-name:PulseWarning,ShadeWarning;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}.GlowWarning{box-shadow:0 0 25px #60c}.ColorWarning{color:#60c}.ShadeWarning{background-color:#60c}input[type]:not([type=checkbox]):not([type=button]):not([type=submit]):not([type=cancel]):not([type=image]),select,textarea{outline:none;border:1px ridge #d3d3d3}input[type]:not([type=checkbox]):not([type=button]):not([type=submit]):not([type=cancel]):not([type=image]):focus,input[type]:not([type=checkbox]):not([type=button]):not([type=submit]):not([type=cancel]):not([type=image]):not(:disabled):hover,select:focus,select:not(:disabled):hover,textarea:focus,textarea:not(:disabled):hover{outline:none;box-shadow:0 0 5px rgba(81,203,238,1);border:1px solid rgba(81,203,238,1)}@-moz-document url-prefix(){input[type=checkbox]{outline:none;border:1px ridge lightgrey;}input[type=checkbox]:focus,input[type=checkbox]:not(:disabled):hover{box-shadow:0 0 5px rgba(81,203,238,1);border:1px solid rgba(81,203,238,1);}.SupportRequestFollower,[id$=PNLexportODS],[id$=PNLexportDS]{opacity:.6;}.SupportRequestFollower:hover,[id$=PNLexportODS]:hover,[id$=PNLexportDS]:hover{opacity:1;}}.avatar{vertical-align:middle;width:50px;height:50px;border-radius:50%}.iconSymbol{display:none;border-radius:50%;width:20px;height:20px;font-weight:bold;text-align:center;font-size:10pt;line-height:20px;transition-duration:1s}.iconSymbol[beveled]{border-radius:20%}.iconSymbol[squared]{border-radius:0%}.iconSymbol:before{position:relative;content:'?';content:attr(icon);transition-duration:1s;text-align:center;text-decoration:none}.SecureField{color:#fff !important;width:27px !important;height:18px !important;border:thin solid #ffd700 !important;border-radius:3px !important;cursor:pointer !important;background-image:url('/_images/LOCK.jpg') !important;background-repeat:no-repeat !important;background-position:center !important;font-size:0 !important}.sidemenu{position:fixed;z-index:1;background-color:#111;overflow-x:hidden;transition:.5s}.sidemenu[left]{height:100%;width:350px;top:0;left:-350px;padding-top:50px}.sidemenu[right]{height:100%;width:350px;top:0;right:-350px;padding-top:50px}.sidemenu[top]{height:350px;width:100%;top:-350px;left:0;padding-top:20px}.sidemenu[bottom]{height:350px;width:100%;bottom:-350px;left:0;padding-top:20px}.sidemenu[open][left]{left:0}.sidemenu[open][right]{right:0}.sidemenu[open][top]{top:0}.sidemenu[open][left]{bottom:0}.sidemenu:not([left]) .sidemenu-closebtn{position:absolute;top:15px;left:25px;display:block}.sidemenu[left] .sidemenu-closebtn{position:absolute;top:15px;right:25px;display:block}#trumbowyg-icons{overflow:hidden;visibility:hidden;height:0;width:0}#trumbowyg-icons svg{height:0;width:0}.trumbowyg-box *,.trumbowyg-box *::before,.trumbowyg-box *::after,.trumbowyg-modal *,.trumbowyg-modal *::before,.trumbowyg-modal *::after{box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;fill:#222}.trumbowyg-box,.trumbowyg-editor{display:block;position:relative;border:1px solid #ddd;width:100%;min-height:300px;margin:17px auto}.trumbowyg-box .trumbowyg-editor{margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#fefefe;border:none !important}.trumbowyg-editor,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;min-height:300px;width:100%;border-style:none;resize:none;outline:none;overflow:auto}.trumbowyg-editor.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{transition:height 300ms ease-out}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent !important;text-shadow:0 0 7px #333}@media screen and (min-width:0 \0){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6) !important}}@supports (-ms-accelerator:true){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important;}}.trumbowyg-box-blur .trumbowyg-editor img,.trumbowyg-box-blur .trumbowyg-editor hr{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:"Inconsolata","Consolas","Courier","Courier New",sans-serif;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px !important;width:25%;min-height:0 !important;padding:0 !important;background:none;opacity:0 !important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:none}.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none}.trumbowyg-button-pane{width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;backface-visibility:hidden;z-index:11}.trumbowyg-button-pane::after{content:" ";display:block;position:absolute;top:36px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane .trumbowyg-button-group{display:inline-block}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group::after{content:" ";display:inline-block;width:1px;background:#d7e0e2;margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child::after{content:none}.trumbowyg-button-pane button{display:inline-block;position:relative;width:35px;height:35px;padding:1px 6px !important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:none;vertical-align:middle;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:#e3e9eb}.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button.trumbowyg-active{background-color:#fff;outline:none}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:25px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px !important;padding-right:18px !important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-button-pane .trumbowyg-right{float:right}.trumbowyg-dropdown{width:200px;border:1px solid #ecf0f1;padding:5px 0;border-top:none;background:#fff;margin-left:-1px;box-shadow:rgba(0,0,0,.1) 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#fff;padding:0 10px;color:#333 !important;border:none;cursor:pointer;text-align:left;font-size:15px;transition:all 150ms}.trumbowyg-dropdown button:hover,.trumbowyg-dropdown button:focus{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{position:absolute;top:0;left:50%;transform:translateX(-50%);max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden;backface-visibility:hidden}.trumbowyg-modal-box{position:absolute;top:0;left:50%;transform:translateX(-50%);max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#fff;text-align:center;font-size:14px;box-shadow:rgba(0,0,0,.2) 0 2px 3px;backface-visibility:hidden}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:bold;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #eee;color:#333;background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2bc06a;width:0;height:100%;transition:width 150ms linear}.trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:29px;line-height:29px;overflow:hidden}.trumbowyg-modal-box label .trumbowyg-input-infos{display:block;text-align:left;height:25px;line-height:25px;transition:all 150ms}.trumbowyg-modal-box label .trumbowyg-input-infos span{display:block;color:#69878f;background-color:#fbfcfc;border:1px solid #dedede;padding:0 7px;width:150px}.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea{border:1px solid #e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos{margin-top:-27px}.trumbowyg-modal-box label input{position:absolute;top:0;right:0;height:27px;line-height:27px;border:1px solid #dedede;background:#fff;font-size:14px;max-width:330px;width:70%;padding:0 7px;transition:all 150ms}.trumbowyg-modal-box label input:hover,.trumbowyg-modal-box label input:focus{outline:none;border:1px solid #95a5a6}.trumbowyg-modal-box label input:focus{background:#fbfcfc}.trumbowyg-modal-box label input[type="checkbox"]{left:5px;top:5px;right:auto}.trumbowyg-modal-box label input[type="checkbox"]+.trumbowyg-input-infos span{width:auto;padding-left:25px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:#f00}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#fff;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus{background:#40d47e;outline:none}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus{background:#fbfbfb;outline:none}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:rgba(255,255,255,.5);height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen.trumbowyg-box,.trumbowyg-fullscreen .trumbowyg-editor{border:none}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea{height:calc(100% - 37px) !important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100% !important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor object,.trumbowyg-editor embed,.trumbowyg-editor video,.trumbowyg-editor img{max-width:100%}.trumbowyg-editor video,.trumbowyg-editor img{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor.trumbowyg-reset-css{background:#fefefe !important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif !important;font-size:14px !important;line-height:1.45em !important;color:#333}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c !important;text-decoration:underline !important}.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css blockquote{box-shadow:none !important;background:none !important;margin:0 !important;margin-bottom:15px !important;line-height:1.4em !important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif !important;font-size:14px !important;border:none}.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object,.trumbowyg-editor.trumbowyg-reset-css hr{margin-bottom:15px !important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px !important;font-style:italic !important;color:#555}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc}.trumbowyg-editor.trumbowyg-reset-css ul,.trumbowyg-editor.trumbowyg-reset-css ol{padding-left:20px !important}.trumbowyg-editor.trumbowyg-reset-css ul ul,.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ol ul{border:none;margin:2px !important;padding:0 !important;padding-left:24px !important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block;height:1px;border:none;border-top:1px solid #ccc}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111;background:none;margin:0 !important;padding:0 !important;font-weight:bold}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px !important;line-height:38px !important;margin-bottom:20px !important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px !important;line-height:34px !important;margin-bottom:15px !important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px !important;line-height:28px !important;margin-bottom:7px !important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px !important;line-height:22px !important;margin-bottom:7px !important}.trumbowyg-dark .trumbowyg-textarea{background:#111;color:#ddd}.trumbowyg-dark .trumbowyg-box{border:1px solid #343434}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}@media screen and (min-width:0 \0){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6) !important}}@supports (-ms-accelerator:true){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important;}}.trumbowyg-dark .trumbowyg-box svg{fill:#ecf0f1;color:#ecf0f1}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#222;background:#333;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff !important}.trumbowyg-dark .trumbowyg-dropdown button:hover,.trumbowyg-dark .trumbowyg-dropdown button:focus{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:27px;line-height:27px;overflow:hidden}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#222}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label input{border-color:#222;color:#eee;background:#333}.trumbowyg-dark .trumbowyg-modal-box label input:hover,.trumbowyg-dark .trumbowyg-modal-box label input:focus{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box label input:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}#GB_overlay{background-color:#000;position:absolute;margin:auto;top:0;left:0;z-index:100}#GB_window{border-radius:3px;left:0;top:0;font-size:1px;position:absolute;overflow:visible;z-index:150}#GB_frame{border:0;margin:0;padding:0;overflow:auto;white-space:nowrap}.GB_Gallery{margin:0 22px 0 22px}.GB_Gallery .content{background-color:#fff;border:3px solid #ddd}.GB_header{top:10px;left:0;margin:0;z-index:500;position:absolute;border-bottom:2px solid #555;border-top:2px solid #555}.GB_header .inner{font-family:Roboto,Arial,sans-serif;padding:2px 20px 2px 20px}.GB_header table{margin:0;width:100%;border-collapse:collapse}.GB_header .caption{text-align:left;color:#fff;white-space:nowrap;font-size:23px}.GB_header .close{text-align:right;color:#fff;font-size:23px}.GB_header .close img{z-index:500;cursor:pointer}.GB_header .middle{white-space:nowrap;text-align:center}#GB_middle{color:#eee}#GB_middle img{cursor:pointer;vertical-align:middle}#GB_middle .disabled{cursor:default}#GB_middle .left{padding-right:10px}#GB_middle .right{padding-left:10px}.GB_Window .header{border-bottom:1px solid #aaa;border-top:1px solid #999;height:22px;font-size:12px}.GB_Window .caption{font-size:12px;text-align:left;font-weight:bold;white-space:nowrap;padding-right:20px}.GB_Window .close{text-align:right}.GB_Window .close span{font-size:12px;cursor:pointer}.GB_Window .close img{cursor:pointer;padding:0 3px 0 0}.GB_Window .on{border-bottom:1px solid #333}.GB_Window .click{border-bottom:1px solid #f00}