/* jquery.autocomplete *//*sass color-theme: DocuPhase*//*sass color-theme: DocuPhase*/.ac_results{padding:0;border:1px solid #00549f;background-color:#fff;overflow:hidden;z-index:99999;color:#00549f}.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*//*width: 100%;*/font:menu;font-size:12px;/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/line-height:16px;overflow:hidden}.ac_odd{background-color:#ccc}.ac_over{background-color:#d1e2f0;color:#00f}/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}/*@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }*/.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}/*.dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }*/.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:100%;left:0;opacity:1;font-size:12px;min-width:100%;max-width:100%;/*padding: 2em 1em;*/text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{/*margin-bottom: 1em;*/font-size:12px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}/*.dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }*/.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}/*.dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }*/.dropzone .dz-preview .dz-image{border-radius:8px;overflow:hidden;width:120px;height:100px;position:relative;display:block;/*text-align: center;
      text-align: -moz-center;*/text-align:-webkit-center;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-moz-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-o-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-moz-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-o-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}/*.dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }*/.dropzone .dz-preview .dz-progress{opacity:0;z-index:1000;pointer-events:none;position:absolute;height:12px;left:50%;top:70%;/*margin-top: -8px;*/width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:4px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}/*sass color-theme: DocuPhase*/.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0;/* support: IE7 */}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}/* Interaction Cues
----------------------------------*/.ui-state-disabled{cursor:default !important}/* Icons
----------------------------------*//* states and images */.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}/* Misc visuals
----------------------------------*//* Overlays */.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;zoom:1;color:#00549f;line-height:34px;font-size:14px;background-color:#eaeaea;margin-bottom:3px}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:0;position:relative;overflow:hidden;zoom:1}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}/* to make room for the icon, a width needs to be set here */.ui-button-icon-only{width:2.2em;background-color:#fff !important;border-width:0 !important}/* button elements seem to need a little more width */button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}/* button text element */.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}/* no icon support for input elements, provide padding by default */input.ui-button{padding:.4em 1em}/* button icon element(s) */.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:0;/*50%;*/margin-top:-8px}.ui-button-icon-only .ui-icon{left:0;/*50%;*/margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}/* button sets */.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}/* workarounds *//* reset extra padding in Firefox, see h5bp.com/l */input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;z-index:999 !important}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;background-color:#00549f}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:12px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next{right:6px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;/* left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  */}.ui-datepicker .ui-datepicker-title{line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:12px}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}/* with multiple calendars */.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}/* RTL support */.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden;z-index:999}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{color:#00549f;font-size:20px;font-family:inherit;text-align:left;border-bottom:1px solid #ccc;padding-bottom:10px;font-weight:normal;display:block}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{border:0 solid #ccc;background:#fff;color:#333;padding:10px}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:0 1em;padding:.4em 0;border-color:#ccc;border-style:solid}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:16px;height:16px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;/* support: IE10, see #8844 */list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;/* support: IE7 */font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}/* icon support */.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}/* left-aligned */.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}/* right-aligned */.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:3px;width:100%;bottom:-5px;left:0;background-color:#00549f;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-helper{position:absolute;z-index:1000;border:1px dotted #00549f}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #00549f}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}/* For IE8 - See #6727 */.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}/* more specificity required here to overide default borders */.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}/* vertical centre icon */.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}/* TR overrides */.ui-spinner .ui-icon-triangle-1-s{/* need to fix icons sprite */background-position:-65px -16px}.ui-tabs{position:relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{position:absolute;z-index:9999;background-color:#333 !important;padding:5px 10px;max-width:200px}body .ui-tooltip{border-width:0}.ui-tooltip-content{color:#fff;text-align:left;font-size:12px}/* Component containers
----------------------------------*/.ui-widget{font-family:inherit;font-size:11px}.ui-widget .ui-widget{font-size:11px}.ui-widget-content{border:1px solid #ccc;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{/*font-size: 18px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px!important;
	margin: 10px!important;*/border-radius:4px 4px 0 0 !important;padding:10px !important}.ui-widget-header a{color:#fff}/* Interaction states
----------------------------------*/.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#428bca;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{outline:solid 0 transparent;/* border: 1px solid #0000ff; background: #C0D7F7 url(images/idatixHover_blue.png) 50% 50% repeat-x; font-weight: bold; color: #0000ff;  */}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#f60;text-decoration:none}.ui-widget :active{outline:none}/* Interaction Cues
----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #f60;background:#fff;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #a94442;background:#f2dede url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}/* Icons
----------------------------------*//* states and images */.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_ef8c08_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-hover .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}/* positioning */.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}/* Misc visuals
----------------------------------*//* Corner radius */.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}/* Overlays */.ui-widget-overlay{background:#666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.ui-sortable{padding-left:10px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:#808080}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:22px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #666;white-space:nowrap;line-height:22px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.5,#fff));background-image:-webkit-linear-gradient(center bottom,#ccc 0%,#fff 50%);background-image:-moz-linear-gradient(center bottom,#ccc 0%,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(to top,#ccc 0%,#fff 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#666;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.9,#fff));background-image:-webkit-linear-gradient(center bottom,#ccc 0%,#fff 90%);background-image:-moz-linear-gradient(center bottom,#ccc 0%,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(to bottom,#ccc 0%,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url("images/select2.png") right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #666;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #666;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #428bca;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #428bca}.select2-drop-auto-width{border-top:1px solid #666}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #666;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eaeaea));background-image:-webkit-linear-gradient(center bottom,#ccc 0%,#eaeaea 60%);background-image:-moz-linear-gradient(center bottom #ccc 0%,#eaeaea 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);background-image:linear-gradient(to top,#ccc 0%,#eaeaea 60%)}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url("images/select2.png") no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:22px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto !important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #666;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url("images/select2.png") no-repeat 100% -22px;background:url("images/select2.png") no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eaeaea));background:url("images/select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eaeaea 99%);background:url("images/select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eaeaea 99%);background:url("images/select2.png") no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#eaeaea 99%) 0 0}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url("images/select2-spinner.gif") no-repeat 100%;background:url("images/select2-spinner.gif") no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eaeaea));background:url("images/select2-spinner.gif") no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eaeaea 99%);background:url("images/select2-spinner.gif") no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eaeaea 99%);background:url("images/select2-spinner.gif") no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eaeaea 99%) 0 0}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #428bca;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(.5,#eaeaea));background-image:-webkit-linear-gradient(center bottom,#fff 0%,#ccc 50%);background-image:-moz-linear-gradient(center bottom,#fff 0%,#ccc 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(to top,#fff 0%,#ccc 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #428bca;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.5,#eaeaea));background-image:-webkit-linear-gradient(center top,#fff 0%,#ccc 50%);background-image:-moz-linear-gradient(center top,#fff 0%,#ccc 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(to bottom,#fff 0%,#ccc 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#428bca;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#eaeaea;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#eaeaea;display:list-item;cursor:default}.select2-results .select2-disabled{background:#eaeaea;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#eaeaea url("images/select2-spinner.gif") no-repeat 100%}.select2-more-results{background:#eaeaea;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ccc;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto !important;height:1%;margin:0;padding:0;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.select2-locked{padding:3px 5px 3px 5px !important}.select2-container-multi .select2-choices{min-height:22px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #428bca;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir="rtl"] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:2px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent !important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url("images/select2-spinner.gif") no-repeat 100% !important}.select2-default{color:#666 !important}.select2-container-multi .select2-choices .select2-search-choice{padding:2px 3px 2px 16px;margin:2px 0 2px 2px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#eaeaea),color-stop(50%,#fff),color-stop(52%,#eaeaea),color-stop(100%,#eaeaea));background-image:-webkit-linear-gradient(top,#fff 20%,#eaeaea 50%,#ccc 52%,#eaeaea 100%);background-image:-moz-linear-gradient(top,#fff 20%,#eaeaea 50%,#ccc 52%,#eaeaea 100%);background-image:linear-gradient(to top,#fff 20%,#eaeaea 50%,#ccc 52%,#eaeaea 100%)}html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin-left:0;margin-right:5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#ccc}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:none;background:url("images/select2.png") right top no-repeat}html[dir="rtl"] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#eaeaea;background-image:none;border:1px solid #ccc;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ccc;background-image:none;background-color:#eaeaea}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:0 !important;top:0 !important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url("images/select2x2.png") !important;background-repeat:no-repeat !important;background-size:60px 40px !important}.select2-search input{background-position:100% -21px !important}}/* -----------------------------------------------------------
iSynergy Master Style Sheet - Sass
Version:		6.2 
Last Change:	03/22/2017
/* -------------------------------------------------------- *//*sass color-theme: DocuPhase*//*#region Global Elements */html{font-family:sans-serif;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:"Helvetica Neue","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff;margin:0 0;-webkit-font-smoothing:antialiased;/* Fix for webkit renGdering */-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}#parentPane{min-width:490px}#LoginCtrl{width:100%}hr{width:95%;height:1px !important;border-width:0;background-color:#eaeaea;color:#eaeaea}.hr-space{height:20px !important;background-color:transparent}.tdCenter{text-align:center}.tdCenterImportant{text-align:center !important}.SessionTimeout{color:#a94442;background-color:#f2dede;border:1px solid #a94442;border-radius:4px;padding:15px;margin:20px auto;max-width:400px}.SessionTimeout a{color:#a94442;font-weight:bold;text-decoration:none}.imageLinkLabel{color:#000;text-decoration:none}.image_label_container{display:inline-block}.image_label_container a{position:relative;left:-5px}.watermarked{color:#ccc}.watermarked,.unwatermarked{height:25px;padding:1px 35px 1px 6px;font-size:14px;border:1px solid #ccc;border-radius:4px;width:150px;position:relative;top:0;box-sizing:content-box;font-style:italic}.watermarked:focus,.unwatermarked:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.unwatermarked{color:#555}.errorlabel{margin:auto;color:#a94442;text-align:center}.SearchResultsEditButton{background-image:url("data:image/gif;base64,R0lGODlhEAAQAPegAIep3Flic////7O3v5fJ8VpjdABdw8T2/QBdAOry+3zX//7+/2VufUC2/vv9/0Om98zV//X6/8vO042Tn6zV/zyXPKqz9TaUNhFkwr/U9erw+ABSAK7L9eTp7qjJ9WZvftvi6sHXnQdcBzGw/rbW/73N8+fx+93kndbr//b29hRpyrzZ/7rM89bY3vf4+ZXVg4nQgZWZxN/i5iulK4Ccz3WIu83m/xSG51uwi9jq+0GS4B+Tm7LO9bbiirm8xO/3/52t2Zqo1rHF8XfT919neAFMAa3R/8fjhcvqjouRtuLv+36IswWD1wA4AG57rqbS/wA5AHez6vr6+hpTscfa9rS4wOns8Pj4+MPd/7a6wgBRAABZAN/m7MHFzPPz9Dm0/qi/79Hb5iyONrjb/5im02N0jKnP/zScXTiQTKHZhpS76KW97rji8+T0k7XP9XfS/Mng/5OWwevt8HPHc6vdiNXf6MDmjABexMHg/xVwFZacxsDb/3yVyLfJ8oir3oSj1qvB8MDEzbrJ9O7w8j6J0L3e/5ek0sjk/6/D8HKCtd3s+5adqamvun2GlnB5ibXI8qXJ9gBQAMzh/zOI1JeeyQCA5pmhzGzEc5Hd/YuOuLLY/7vT9bLU/3mPwmXL24Oi1f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAKAALAAAAAAQABAAQAjvAEGBAkCwoJ8/ADQIXAjqk5ULRRCc2cGk0o09jwIMEAjgCoGPIAmoQSHIUReBNepQybDJDQ8OHiAZAaORo4CbCxxE+PHggY5GgeRw9OJpiAIFbyYRmgKHRU1QfLhoibQFwYYjbU6QQPTUCZAgZAxZoqQnRpwkmT74sHlTQM4IAKKUYSTDBUcpCRKYUKIoBwQIFpYsasExxZcRDRpgOnCAjaQSRLJwHDRDDBoMBgzcUYGlz1MaHUQ0gZKnwpxLOFYIedoJBIwXaej0sIMkBCdATxOFsXEIT6Exmig8MbOmQBWBEiYwKBCgufMCDCZICAgAOw==");background-repeat:no-repeat}.AccessKey img{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNzMxQkNERjMzOEUxMUU0QkFEMEExNDEzNjg1Q0Y0MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNzMxQkNFMDMzOEUxMUU0QkFEMEExNDEzNjg1Q0Y0MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA3MzFCQ0REMzM4RTExRTRCQUQwQTE0MTM2ODVDRjQxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA3MzFCQ0RFMzM4RTExRTRCQUQwQTE0MTM2ODVDRjQxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UOcUWgAAAcdJREFUeNpi/P//PwMtAQsyh5GREUNBenq6ChMTUzaQ6Q7ESlDhe0C889+/f1Nnzpx5B10PsqMZUTioFjBmZmZWAel6IGbF4cDfQNw4ffr0NpC5JFkANHwikMojMiQmAS3Jx2YBEzbVGRkZIciGAzUcBWJ3bm5uHhAGsUFiSFryoHrwxwHMUqBP2pF8tUpOTi66srLyD5KaXe3t7fseP368FGhRGFQdSM86IP6HEs7oQQR0iQWQPg4VegeUV5wxY8YnHD7lA6q9D2QKQX1qCVR7Am8QATWYInE34TIcBKBym3DoxW4B0HYhJA2PCMUushpkvTgtAKZ55LRKTC78j0MvzkgGZaK9SGxCAK96lEh2nHVZ4x8TczgjAyMzOcXCf4b/f5n+/V25P033BlYfAA3fCaTk/jOQXz4BzUgCUvK44kCOgP5bUIwPyOGNZDwxuefQUy1NEAaxidVHtAUMjAyXGBoY/4ExiE1tCxj/MySGrvrPDMIgNi188HF1GONfEAaxqW/BP4arWNmk1GgEnPLDYfZlB7D5jAw/iE3J6Bb8wWnpf4bgfwxMwUQUIH9wB9F/hgnoCkgEf6BmYC8qaAGYGGgMAAIMAMFlvSAESbDZAAAAAElFTkSuQmCC")}.AccessKey:active img{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAGESURBVEhLzVI9TgJhFES0M/EUFh7BBqTyBNja8pPQ0VGANhTGEEpZEmuNpZ2WnkCzJMbCcACtjRSfM9/umjfrugpKwiQTdt6bmbfZUHDOLZUqMlCr1bYbjcYAnIBvMfk84C62CaRThGINJR3wHXTfkLsOvVEkgnSKMEBwaIp+4jCOeUiniBj1er1qC6DvwP12u71J8pmzlKcax7VTRIQiAk9JsNlsXvT7/Y149wnOuEt8zGBc5E46RQB4k10TeoHe8osMcEdP4meWc+kUAcDYSgLguR/mgB7jb3EmnSIAvEU3CeATHPlhDuhJ/MxyJp0iokDPHOj5YQ6y/NIpIgocwnxL8tkPc5Dll04rKmf3O+Ug7O4Fk+NFyCw7bKccgGEKuj9yajvTB7ICc9N2rtCBcXhVHoXX+H2Gfi2Nw9NSEN588YG289cHKsFDxf9tgINLt+4feq6I3WPaaztX58DSP9E8tJ3pA7O0eQHObKceGIUnNKQC83DGDtspB5bBzOH/0RU+AKtr+z+fBVNMAAAAAElFTkSuQmCC")}/*#endregion Global Elements *//*#region iSynergy Panes */.leftPane{position:absolute;top:0;left:0;z-index:5;float:left;padding:0;min-width:0;width:100%;height:100%}.leftPaneExpanded{width:100%}.leftPaneHalf{width:50%}.viewerDiv{background-color:#fff;background-size:cover}.viewerDiv table,.viewerDiv tbody,.viewerDiv tr,.viewerDiv th,.viewerDiv td{padding:3px;border-collapse:collapse}.fullScreenViewerDiv{overflow:hidden;width:100%;height:100%}.nonViewerDiv{position:absolute;top:0;bottom:0;z-index:1;visibility:hidden;float:left;padding:0;border:10px}.hsplitbar{height:5px;background:#ccc url("data:image/gif;base64,R0lGODlhIAACAPcAAAAAAHNxbezr6QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAgAAIAAAgeAP8JHEgwgIB/BhEeTJiQoMOHAgMEQDhRIsWLEAMCADs=") no-repeat center;background-color:#ccc;cursor:s-resize}.vsplitbar{width:6px;background-color:#ccc;cursor:col-resize}@media screen and (max-device-width:1024px){.vsplitbar{width:6px}.vsplitbar:hover{background:#428bca}/*.vsplitbar::after {
        content: "";
        position:absolute;
        height:32px;
        width:32px;
        top:50%;
        left:-13px;
        background: transparent url(../../web/images/vsplitter-mobile.png) no-repeat no-repeat;
    }*/.vsplitbar::before{content:"";position:absolute;top:50%;left:-16px;width:40px;height:40px;background:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px}.vsplitbar::after{position:absolute;content:"";top:50%;left:-5px;width:6px;height:20px;border:6px solid #428bca;border-width:0 6px;margin-top:10px;background:transparent}}.splitterMask{position:absolute;top:0;left:0;z-index:20000;overflow:hidden;width:100%;height:100%;background-image:url("data:image/gif;base64,R0lGODlhAQABAPcAAP///wAAAAAAKwAAAAT5EgD3AdV3cwBwAGEAYwBlAHIALgBnAGkAZgAAAJB8QAYUAAAAAABtBZF8IMwYAEAGFAAAAAAA8DYXAHgBFADM+BIAAAAUADIHkXwkAAAASA0UAAAAFADQcxQApPgSAEAGFADo+hIAGO6QfDgHkXz/////MgeRfKsGkXzrBpF8AAAAAAAAQAA4hkgAyAWRfFhNFwC4+RIAUQWRfHgHFABtBZF8gE0XAGBNFwA0zBgAeAEUADIlgHywyRgA8eKQfLckgHwOAAAAeAEUAGj5EgCWTJkARQmRfE4JkXxgBRQAJAACAET6EgACAAAAkEGRfFj5EgAAAAAAyAWRfGT5EgAAAAAAyAWRfBjMGAAw+hIAUQWRfNgHFABtBZF8NMwYACDMGAAAAAAAAAAUAAAAAAA4hkgAsMkYAAAAAACIAAAATwABAAUAAAD8+BIAyMsYAOT5EgAY7pB8cAWRfP////9tBZF8YhmRfJMZkXyAwJd8cBmRfIBNFwA4AAAANMwYAADw/X/M+RIAGAIAACj6EgAY7pB8eBmRfP////9wGZF8AAAUAAIZkXw0zBgAIMwYAAAAAABoXRcAyMABAAcAAAB0+RIAAAAAAHT6EgAY7pB8cAWRfP////9tBZF8W+6AfAAAFAAAAAAAZ+6AfKTY1HcAAEAAAQAAAADw/X8BAAAAAAAAACgBAAAgzBgAsMkYAAAAAABE+hIAAAAAALD/EgComoN8cO6AfP////9n7oB8XFdDACDMGACk2NR3JAAAACAAAAAAsHHDPV/HAWj5ViH8Z8cBALBxwz1fxwEAAAAAKwAAAAT5EgD3AdV3AAAAANBzFABpZgAAKojUdyABAAAwBgAAAAAUANj4EgABAAAANPsSABjukHzwBpF8/////+sGkXzfmYB8AAAUAAgAFADwmYB8pNjUdwAAAAAAAAAAAAAAAAAAAABE2kQAHHQUAJRFFwAgdBQAiIZIAP/////QcxQAntpEABx0FABz0EQA0HMUACH5BAEAAAAALAAAAAABAAEAQAgEAAEEBAA7")}.content{position:absolute;top:85px !important;left:0;z-index:1;overflow-x:auto;overflow-y:auto;width:100%;height:100%;background-repeat:repeat-x;vertical-align:top}/*#endregion iSynergy Panes *//*#region iSynergy Top*/.headerContainer{min-width:500px}.header{position:absolute;right:0;left:0;background-color:#00549f;fill:#00549f;height:50px}.headerLogo{width:163px;height:39px;margin:5px 15px;background-image:url("../../web/images/logo-sm.png");background-repeat:no-repeat;background-size:contain}.headerLogoloading{width:163px;height:39px;margin:5px 15px;background-image:url("../../web/images/logo-sm.png");background-repeat:no-repeat;background-size:contain}.updateProgress{position:absolute;top:29px;left:59px;z-index:100;height:20px}#progressBar img{max-width:100px}.BannerImageHolder{position:absolute;top:11px;left:195px;z-index:2}.BannerAdmin{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTFBNUY3QzY3MzAxMUU1QUQ2RUJENUE2NzgxMkRBMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTFBNUY3QjY3MzAxMUU1QUQ2RUJENUE2NzgxMkRBMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7UgVTKAAACPElEQVR42uyb/W2DMBDFnaoLsAIrkBHSEWAEGAFGwCPACGEEMkIZIVmhI6QgPatXC4MNRP2j7yedqirgc+p79wHq6fl8KkLIb974JyCEwiCEwiCEwiCEwiDk74RxGW16ZNWsrFHiOtvuo/Wj1aPFK/dePPfb43rJE+tsWdO+l5BVYUwB8zVavhDYkg/LqtEGBOgdAosc9zYe66cBApq4eu6bEG9hJAjCAuLwyao3yzqI4wyhpAhWmy8IZs3HVHkeAd/tAX8Rj5kcJYwSgTUFt0bV2BNgN4gjQYBLIvgoF3zU+KwL8JmhYtQ8ZnKEMGJkd43f24CqscSAteYEoOGjceynFNUrpGJkEHXOoyZ7hWFmi1a0Ou0BVUOJjD83KxSOOaIWrdmWSlVBcAmPm2wVRgwB6JmMHh2QeQfhZy6IO6v1uUAs1Q6fGmtz3iCbhZFb1UJZVePVjzYrIU6FTK+FoLaS4eeVR058eLeG4BJZO3Fk+xzX6I3+YtH/u+YCrX7efUQ7fNnCnsTxibUrHj3xFYapBinMxR5hpKJtWmp9UvjJAgfutTauQBUaNs4s5J+1UpGYLU4Ldt4xa5inS61HsBfYy9HB28IaxZd/xEMYuWfbYjJt6KwxDdE9WiWfNmZ4YbtTYB89j5+stVK+mdxk3R7tTmcFv7JmFvNOJMG1oe8iXoWZNwhxCsO3WigxH9zEoG7oZwbeB64t1P4nS0diXv6xapBZTvyfb0LcMwYhhMIghMIghMIg5Ai+BRgAIZqOxLUnZaYAAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerBulkIndexing{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNEE0ODU2NjY3MzAxMUU1ODU4QUFBMjZCNzlGMzBEOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNEE0ODU2NTY3MzAxMUU1ODU4QUFBMjZCNzlGMzBEOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6/vaHyAAAEAElEQVR42uxbgZGjMAx0bq4BvgS+BK4EUgIpIZQAJUAJSQmkBCjhKOEo4SiBJzPrid5jY4PhL+G1M5rJJViWZa0tKbnDMAyCwWD8jTd2AYPBxGAwmBgMBhODwWBiMBjbEyMbZdDI9yj1KGfNuAHjbJC6TX/bYJsnhp3VTD3SjniBDSZffcGOxKLLRcJRIry+WOwLNT7Q2Vwv2C8VZ8zzRdb9CRvjPRHjnbw+Kp8FWKxc9OnJbI+xSddR8oU67uM/RulmjrvPedMEqLTpri8dpXEcq0Lac4K+FuNMa+gxn81fF4fnpsYGsL0kNkb4vMZ6T7BnN8TQbeIN71dYfPMkdifYKB9SyACscCj0M8eZgj6AbTX0No5jhcH/JfS1EIoLCPnhYH+DE79xIKbqa3oA9Rq9JQhS4Qb5eHVyvDlujjwZnoUUFTYj99R1QmAVK9rXQ+8Vdgae+nIEX63oOkNOjjdeQ0jmupcBOYBSS7C3IERgSL93R4yQLPynIXPcHJvsiw6Bdd5gM3OSt4sVCNyTOiFCwOYzb/Ec++hK2ExZi8uh8GulvXlqYtDc8afTqAzBUK7s+AYbP+ckdQ2SZqWitEdaFiKoK5JmLSGZcGhYCJI+v3zN4EMMXXekdizs/gUpCpzwyQrpiYqS1FJr6m41ZCsmulGx5XZLxaPrlXqQLMVcttsscsgUYoPstisl06gEBVU6s2hbM30KYF8HWyqDvb7pyla6XbtSrYMvevHogC3dD3lLFpizsdQZU2m2qQ182HNXSm5kgYD5Lea3Nn0RIGgbEsA1bMpXnKcn5FhLt+7EndOVUjtQEQpcmVZ2HrUf7SSZWtYtqTFNt9hBQ96LeHG8zXCiINd4Z3EYPVF8iVQqgSRPu2yDK7vFzZiJ6S/qXLFWi1vtQKXi0Wr2Sf2oHh1uG6WuuyFGrwmg2DEwtuhmldi0ypGgc1Odq3h8R7AUBQLqugK5dB2oI/RXHrplvREaTvkrnplzA0T/EzHOSrpVwpmZpWAOxXatO9lXrzbS3Qm3n1HoUr8C6089b8xwogMlO1WxZ+oib0ldy1qml7HD7STrjWQPxHhXTibdYmMstiSnf0uKN1kEdkrBHsPhreEUtG2WrUUoA0P+VmftzpmsN8SEX9T3IhIYR0MaFTqsvyG3QTexNhnU8pvxpbeTJF5msOUoHr+RumGuDjaGpBMlGwsvX2OIYRiywYyvUapR4vu/wGokGuWC5+iYCz5Tn5+ai0LON2CMmJAEzyUTz6h6pB3CIrFm7JSv6lHOowQTdrgghN+/8dpm5wXjIsN6XfwoYP9g8XVF9vtu3+coBZk7cfTtU8uB/+ebwVheYzAYTAwGg4nBYDCYGAyGC/4IMABh1L+Vb8JLWgAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerInbox{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQjgzNTFCRjY3MkYxMUU1OTJGREMxMkQ1MTYwNDU3RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQjgzNTFCRTY3MkYxMUU1OTJGREMxMkQ1MTYwNDU3RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4F8mHMAAACn0lEQVR42uyb63GrMBCFlUwaoAVSAi5BKQFKwCWYEkwJUAIuAZdgSohLCCX4SnOPko1GAoxxfp1vZifmsRIJOtpdyXm53W6KEPKbV/4JCKEwCKEwCKEwCKEwCPkbYRyMyeUpd5wvaCPm69uXsd5YOdNeZuxo7AIf6/tprJvw7XBvOtP2Ee1lfPVkireZ642xq7FhRdsf3nFiTKNN+7OI9FeivxP6HjHgnWCs8PbGzsJvD9F16HcMtJ0L34Gvnkxi9zGMHW7/8Y97Y5/GEnHNt5hv7P4c17V33vb1FTgvzT5HE/FP4d8F/Ny1ZqJtGu3b5mqMQqQqW3ESKZNMcezxzosEPiNm/BbPlIhrVzyviwwyUvWIEntOhWSL4nvEYMuQ5myBqwMGMXAPGOzXhW1Uop6RnDH4j6I+ajyRE/JwjaHETNvhc/tAf67GOIvIoL1IsoQR/jpwrRVC1hDILlJ3ELIqYsj0pxaDbVH5ErBepEOxCLKUYWJ1aY9+SkQXFttk84gh05cMkWO3IO35iKRRdga/YPCenvR7afQ1or+ar5o8SxguT+9hc+lJrIhuUQNYgb0LgWV3zuyx+1O0XUN4PSIdC2+yeSrlF+OJemylys3guRBQfoe/2xM5Bc67FahK1EdloFAnZDNhKPWzLKox869h9D7XGLzpQv+jiD6STkQ2WR9V8NF85eRZwnBpUoVZOF/hX3rplpvdLzODN1E/u+OFJzC3F1IEUrwafXV3iI+wxlidDqUq/v0lHcn/tSiIB69Yb0QqFPpKSI7jnefrUqViok4pILypr40Q8rAwFPL3NCKCPpKGDRiY50h7LQSQo+1E+FWB9MntWdRqepVrRL8X3M8NPxLlhf/zTch2NQYhFAYhFAYhhMIgJMQ/AQYA5VEG6YLYF64AAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerIndexing{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMjhFNERFRDY3MkYxMUU1Qjk1Q0FCODg0OTY0QTIzQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMjhFNERFQzY3MkYxMUU1Qjk1Q0FCODg0OTY0QTIzQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7QPv0SAAAC3UlEQVR42uxbi42jMBB1TtdArgS3QEqAEqCEUEJSQighKYGUACUsJRwlXErIEulZN2cZTLBzWrLvSSOUgD+zeW88Y7Ob+/2uCIL4Fz/4JyAICoMgKAyCoDAIgsIgiP8jjMNgcnvKfM5n9DHW1rbfgzWDnQbTnr58dsbz9WB/JvozOKFd8gJ/JTTuN/DX+P2BOSSk3Drw03P/QcB+sG5B35n1eQtipCDPZbDjYLcZbW30uJYgYY02rr5yjFfO8CPE3xPGebRt4d8Nfmvh9+NeMTJXYiXC6EC63YIfsnV8d8U1Rb96RATtzDFuINkHSF04IvgZJL3M6G+pvw1EXwgfbVR4psZ8dxTHemuMQqQsMdFCEAkibQh6zNOsDHKFakD2cmZfS/w1KVI2IQopvB3mtif91isME5ETkdfHQocofgBRQoVWgqS5SIuUYxWJ6e9WpIXdE2P8wgpCrFQYSkTc/QuinEytQmHSpTMsX5jLP+NvavlBfJMaQxK4EsVpG2n8TtQCEndPCjaGEmTdo7DvAgQ7x19t+TG2qiRP1GHEioShQLREFKf9C+eVTaQhvgiu8VwemK7E8jdBrePChhRcbyplF6c9fuhthPG1KKDtSOqyztNXDTFk6u+OVAh8/vaC/FP1z8ayktR7L2GY4nSr4uxU5ZFSCrkDdbTqhENAvz5/W7E6Ed9YGCZKFkhbQrZazSnxRYXv59ciwss64Yg5hhT3U/7esEIdnhyDJ+BvKAwTKY8gxJJomSLC9+gnBOYcwbUDVWGutfK/NrLU3woirJV/F0vDb64wb1R8Kwch9AQZUke6o0GKBGQqR1YLX/TtYSZVKibqD3MyPvXaSKi/BeZxxvWK+divhKRYIa8q/rkQ8UWEoUBsPULkxpF2mK1P33tLjWdceWZhIvZUnZCp8ddGYvlbYU573M/xrBGxqXt6rhhfHxv+zzdBxKsxCILCIAgKgyAICoMgXPgUYAAzruP+dvfgYwAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerInformation{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDODAxMTM3ODY3MkYxMUU1OUZFMEI0N0FCNDA2N0VFRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDODAxMTM3NzY3MkYxMUU1OUZFMEI0N0FCNDA2N0VFRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DtlWFAAAD50lEQVR42uxbi42jMBDNnq4BWuBKSEqAEkgJpARTApRASoASQglLCUkJoQQOdG+kOWTjMSEn3e48aRRlPfbYg+dL9mMcx4NCofgbP1QFCoUahkKhhqFQqGEoFGoYCsW/MQwzEW9P0fdMsIZrro9qy1qzvGai+0RP0B1/yzzyOc3zPiHj6OBPhDpKwG88fPXKujehTsbFGmty53OVOOcTvKSrfGWfI/YT+ly/FX4KHvZjon7D2qln/LF4yPMDjSdqJ6rYeIyL0mAfF8d+UsvFSXBx5jlXy9l+Cc5RC3hiXMYBF6pbjBcTRRYnkDv01Av2lIOvha4G7IMMxuDcncPYa4wrrO5jHGcy4x8sv98muk8UsbElueYehJRM9Jyo8ciJwPPEHKm8EuMx43+CSs/eOK/xyJh5Msg6Cs4t0dNokXuz6MCmqxrzE8uaN3xmL+7vy5Kvxjjjs3mTXUZYu4OsYYV3AE+HOZFQRsW8JJdbwKvGK1GgdHj75RkM5JD3Nm/SV4mIcHJEAq4ripI2XXXYry3VVAiKb7qMR2FKEYocDy0kpF8wJxfyD+wCc1yRitQr6UpvScFsufjA+CqkScc3OBEDOQ/hnILt0TbWBzoZNYxFvnvBRcx3lp/Byw4BcwbMyYT8yUrefsF4btlXIjBYMtArO8OV1Rp7gs7RBuqqW2k0vDsj+PLt2paFXmk3x9VxuS8K5C2FfS/wyFQQN9h/51inQooSscte4u++vVHEqyzpW7aSpm1BLCzMQ3Q1MOdg1BzkXall6KXu0UkQzlNParN7H8HR+aosF3d5rgzGcMHnwTOHp1FXy5muGDP/Qeengw5KGFGnZhFmGBR6b6CT55JLFCzx/DbYIk26GC9X2pW2lOoGQ6IW6iAwigj7SBznz3Hp9nAGj41RVsJfBTo9NQxHMf4JJaYvym9ZGiO9PBE8fLFiiJRX1wIDJn7aSys0JsOKdB9fsZNnp/qnD9BVIox+5BzIOLTG2OC5zlB4+aJ8SkNCOl71ogu09qDjgNyZ2puS1Idqi/kCfaxQxXhfxcDWk9YuJdOzZH3SWa2G8VpeagK6Q2sRiN5s+94XNOD1vfPg9YURpmt0MSSRyyCySFKUkNaypM7rEbETj67o7fj5II/G7+xAfulUavnQ4x0U2CElmy/9k6Uyy5+EUAqRBqQSVFjXO6YH1G06C42NCvFqJ/kpznM7uH8SkuH76RDexWqZQ9GIsRHS4lbiqX6xy2ZgKA17QOeND/qCy7KXB6TfQvUBDmTPqEFnorffGTMUaggU0Ge/cf3iu3enPvR/vhWK/SOGQqGGoVCoYSgUahgKhYLjtwADAIY0mVtv6BNUAAAAAElFTkSuQmCC");background-repeat:no-repeat}.BannerResults{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQkIzNThEODY3MkYxMUU1ODA2RUM5NzRBQzk5ODg0QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQkIzNThENzY3MkYxMUU1ODA2RUM5NzRBQzk5ODg0QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz60C9AuAAACrElEQVR42uybgXGjMBBFyc014Ba4EkgJpARcAi4Bl4BLwCWYEqAEU4IpwZTAibmvuY2CkLDjDDD/zfxxQAIWexftCuWt7/uAEPKZX/wKCGFgEMLAIISBQQgDg5CfCYxMqTd0V7oqFUqRcdxY/zEVxnGJUqV0Q/vwecH+sfP70KO/bVsSe9qtVTlsv+JaO7rStvhtbH8Y2xGcaXCAg9LZ0d+kFX/rADhDHRwqRluptH/x/TYWmyvYVBr7O4ftoVKK4Hg37pesmeE9hlLW/yOwKEd76NnfVIz+saM9feD8Pfrbth85x5htiaV9p3RVus28JrVg+dYYJ5GKPIJOxWpLez0yGi0FbXtpaR9GjyNGI6ZUG02lgokfP3jih++EkzWWPoeFfketh+31RNCTDc9KxSJHf4Qzjq2Qk6/pyVrC6SvUEiHdhoGhi8uLcBBzRsg1myML9SFAcsx46RmpNTjbHrZnsPuOe8yfSC/JilKp3pJKnESd4TMr1U3k4kc4UwSlcLDzgtMpaXskFCNYWgRPQ5faZmB8GEVnDmedKpofwczJE4we2gGXTGMEwDDaFRhB/lgeCmTlqVQtdMJn8Q01QehIl0qMGKlR8O48ziv7vwKX7S0eHrvg64tKstEa4wCnyJ68zsXjHJ0IhEaMJK+cFPgu230DmWwkMHR9kQVfl4XMocRoEDucvBbXrR2FuQ7Y8sUjho/t6ZOpJVl4jTHGEU/uIaV6tzyxpwJLB1eEPFzPbsn3A3oKV9Y4e/S/Bv+ne/Wooo9pLQV76LCtmzHKSNtrIxD1dRL0Y/G9FTyXYNiWbLgojPMMyyouWD4xcMdyilwsNzE1XLNCX31MJWwZW97hopqxJER+B9r2O3TDvoTLKLalN/7PNyHzawxCGBiEEAYGIQwMQubwV4ABALWbjY7CsWUDAAAAAElFTkSuQmCC");background-repeat:no-repeat}.BannerRouting{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRTdFOTNBRTY3MkYxMUU1ODk1MkZGQkU3OEMyRDREQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRTdFOTNBRDY3MkYxMUU1ODk1MkZGQkU3OEMyRDREQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5sZ6LiAAAC20lEQVR42uxbi3GjMBDFN2mAK4EWSAmkBFyCKQGXgEsgJUAJUMJRgl2CKYGT5p4mGw0fybn4gHtv5g2DZH1W2dXuSuQwDENAEMRn/OASEAQNgyBoGARBwyAIGgZBPMcwcsXB4l3xl2KpGM/0EaF9o3hF2yvec9SPYUD9EszcNJKRec6xGelDjt94ju8qu163YmHdiBXjxXp/s95jKKP+Q2eK71Z9AcXoFFvU94oh2qb4zUXx/Bfm243MMYBi6rFrq7xf6C+B4WcPzGVO9gh956g7OsyFWBP0PYZiPvxBMMEC9ZEoqxTviulMuwD1d/xelg8YN1jg0txc+hrrQ6PBM/Vs2zjKHitewdBBVnIldM0xLmKHNeFFit27Xmhb43epY+j0TLSQbSlctD1F7Ci79iav8CInbsP7S75NGBCCORSq8wiBLmgXrmwNzphf5TA3I/u7h+x67X6KzYXYkWEkQsETKEjtOVaNdskK1+GIZ+W4DjVV5/9KvsdOXRKEDzVCj1wYiW/iHMycUv1L9EjAG+ENp9ZjSfZwJixrqXLbNIyxY8kbFGXvoUCLsKoQJ02PIA6mj4EPVLlthlJvguZ4NbOM4iYUwFdhZPs14gLPWE14NhfZWxiAZEZV27ZhtIIXPEsrKW0ReqSeY6Vo1wolcwmroicbU4bxqgmlf0R2YmfJdxZ83O7KeNycMLl6jVjE7r2VyLsk/t0T16QXcpcjdUZ2n0ME3oBvDQ6XaOZyL7bKv3rBF3tczMXfdMGXL8x7wOXcMCH7aWFekbgMHHhxth2+ONjOGaGD3j1fRfkRiWolktUu+PxJSILn2CchnUh2E8T2NxE+pSjPnuwxDGrhHWwcUV7iWVuym9M8TfOpSslteF8eQzNB/WliV8yxM17FLtugPHL4bKIUbU370sFTfKfHkJ9/TK1NOCN7IWRP6TG2xQP/55sg/JNvgqBhEARBwyAIGgZB+OC3AAMAZ/HYyhlx3eEAAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerSearch{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzg2MTE4QTY3MkYxMUU1QTU2RjlGNTdDNEFGQzBFNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzg2MTE4OTY3MkYxMUU1QTU2RjlGNTdDNEFGQzBFNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6OcgXDAAAC8ElEQVR42uxb7ZGbMBCVb9KAUgIpwSkBl0BKgBKgBCgBSgglQAl2CaYEuwROTJ5yexqMhHHyg3tv5s2cre+7Xe3ugzuM46gIgviMN/4KCIKOQRB0DIKgYxAEHYMg/p9jRIal4dnwBl4NfxvGzrjccAxgvbB2HNDn0Vo37HMae1wYe3TONOJMHebVC+uFYER/Ymf4JgxoMpbBsDW8CGeJ0VYZFs74k2f+wWPwd8MUcw+euU4zRh/D6DPDRrRpOMQ0d48zDVhPY1wOZmgnCHHljePEzvCMn+eYjH+Q4nOOz+pJHjF+mvdmWC/09a1Voj0S303nuRrGnn2UzrnWnm1Ef0Xui28irVm6NVvnRt6KXESnCje7fnKuSpxBIVIcEWF6z9gC48sN6xM7rjGGmTrCRfYi55jSs0QYdIMU59lc/S7SJ415QlIz6RzfxTwE8dcxClFLxP94TVtbNMKwmw1Rw+73In7u+aclXuEYrShuO6gtZyhSKW75R6rMHLuFaJGKaCHTIY22NZEnxR5bOEMknGRz+RVAYueqlL1le6HaROpD7tS41bNAVepRWpI60UI5USOfcRppqHOqV7UwZgtOAX06mtD+HUMaaTtj0DXaCseZQmHz/1bNP3u4YJ1HziEN1Tps5uxhEO1bowbTsa8MyFNxgIRVQ1p9Vq610qgPt0C51kqyWnyn0bdcsS8N2VhTriWlXJsgJYgC1J9nJU0taovDAn+uqDUy7Dl39ljhuyhwbyXqFMq1xKfiu4dBlR7DTjakF1Zx8tUCF6RaIdLtIJxApmYF9nn2KGwa6eG0t18qXN4lvkiNcYdhTLfmVX28EmIjRCQM2y2+4wDjHWC8jQp7VtAggiXK/6pGgX41oo2sR2rMY53NvhJiRYVE9GU9QcwW35Nh/IADxDCaSBiTfUJ9X6nKNDDMkGjhqmO5CnuHKcM+Ukftsg8kE3EeLZy1UK99mk/sCAf+zzdBzNcYBEHQMQiCjkEQdAyCeBXeBRgASP2LaIRgUWgAAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerUploadIndexing{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3REY4RDU0NzY3MkYxMUU1OEYzRUIyQ0M5RERGQTJBNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3REY4RDU0NjY3MkYxMUU1OEYzRUIyQ0M5RERGQTJBNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5azT6HAAAETElEQVR42uxbi5GjMAxlb7YBrgRa4ErwluCUQEogJUAJUAKUkJQAJSQlLCVwZO55Tucx4B/ZnRtpRrObjWR9kCxZZt/meU4YGBj+hR/sAgYGTgwGBk4MBgZODAYGTgwGhuMTo1zQdjQ1gz4hfBQ/FxwWbBbMNV4XOQoy8F0XvIP/js8lvrcBAd5mh85kE5VZOcg02aw+ywBeH93WeHVU/unwLPdsrcCXH2CvTRwM0CGPnRjvEdb4MBghofRlwdpz3QrOGBe8LdguOC2YwhESNDXk7Dn9yVuA/uFok5IpsFYLmZOnbQ10GCP420W3j521lV/OCMIOPKa1JOSdLewIsXcrDjJi9/O7U8Az0UrAPJfzH0gscAa9DZ/6PrOkp9gt+Lmg3KGToOs2aHLIVbSNhc5bMgXWuVrYoa+nPj957wumHrw+urn4XmG24dtsxZcx7U3AZxMHOdbfk2GNR54xWrKzJI7th8RO1e/Q9qCTpMUzrfcAbY2qkQbYdYPMHLuZD5xIyxITYuhGq8fJ4NsU1WREtTjKXtUi2cTBU5df0K347odvn5KW4iHUDmV3BH1pCHjV1tUkWaeNJEocZLYrMm19c8KDbyL7PVQ3PdHOCFJJ2iIa7EfYm5K2cHSQ8TOgdX9ZYkjiXFsQcErvKKsHn1g5W7TEeW2EqpEQHUVAAJ+hSxHZ96G66ZW/RUA3eK4+vbyLvUKz478Y16oJQgPDRkfexOOQNmr86vfCsIPUkUquSaZPANfwlYj4DNZ0W5tGXXfWO5PhxcXzEO1ir00cqI3QhN9iKjWv9Kd1rLLmCYVWLRKtapRfrJ+CC1qMDn3y40BZH55tr0CwTlpr+pX25hsJ/fYdx7VjwMjsQYweHZ1E+VWP2ifmGfeIxAlJjkyTGQInPOQrgiV05Lim281zrQ5+6qFj43Dw9rHXJg5uhgQoYp3Z3rVgml7k7K3DntqVXBJDgu9Gzhbq73JnAuabGDKi/epwOiR/7w5efb5ba1fUBOpC2qqOdAVH2OsbB1HPGKPmzL0D0ZGKTmTCZHubmZMAn8j5ocaOsoYh472MTE2mSLar8ahIwkatMXXrDBOoHklSBfbzW/bSOHCREe8GnFyk3MllnOlC565d9rheGr3qgk/JSS3l3D0u0Z48g4UMn0s6RTN4XvCZdPO54Kvg23zle3X5lh1kL42DwuIyUukzx7jge9d6voHMjunrFwUy/BwhF/d2gBH6VNix1KsAuk4CP/VXQlx2yxZ2S200KAwthboTyUF7jlgt9KlZtlHJQnQTFrv4g5y/Thsdgt4KTQfYeyITzpJMOfVXQgSeZR/rjKFnSqFlnnq9oAisAJR+D4S2E5Skos34ecXfM4P+80blW9v5hh0dP0FTbeygsSoG1Wu28J+Nbra+b8grNJXHayMx7aWYbsRBRZ63jFUx3vh/vhkYzIdvBgYGTgwGBk4MBgZODAaGWPBbgAEAbgnIM9nNz94AAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerAnalytics{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNjNBMjk1MTY3MzAxMUU1OUVERUJFRTQxNUE4QzQ2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNjNBMjk1MDY3MzAxMUU1OUVERUJFRTQxNUE4QzQ2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7KeKFNAAADfUlEQVR42uxb0Y2jMBAlq2vAVwItJCWwJbAleEsgJUAJpAQogZRASsiWACVwRvesm7PAHgIk+ZgnjRQtY4+D55l5Q/YwDEMkEAj+x4fcAoFAiCEQCDEEAiGGQCDEEAheR4zE2NiyKgNzZPBLGPEG+PtQMuezcacQG+sYa3d9G8zJtYSxlqOx3FiLOKPfHbHGccqzLjquw7iKea8FK/ArkHi9MW2sMPYTmGvcsBPDL5SkGnHH+NcH5xnX8IXkuxm7BNY9+n8jid1ETbGmz4mxN8+8Comt8T1qxOlxLcF3zBC7dsjUwL8mcWKMa7AnZ0nhnTC+x5iw4/AXqbHOWDnjN1oG3xamPL4D/Oeu54iXwvfIiBsF5vPNUyJevDLOlE9j7G4sYa5RO2Nbz5h0YozYhjZ3ocKm0k1XgaSIGSTyEUM51+9Yx5qEpQnqrl9jfPJA0od8cgbhpg4ExTxALKmFGE8kRuycRgqbljOSIgmcZL4Nd5NDB057LjHs+ivnidgxku8RYihmYvvsDkJLkr7IPjzawtbl9rP2CEWLK+reEnUyFwrzXxAvIp+zldViD72RErFboW4vdqhOE3IvHsWZaAkR2m/QlYqJ2KYoSPKGUCApKgaRLCzppuKmWNcaWMLmSLYIZNkDMUOYh1ATsW87ZS3uqd7gfggWEkM7T4vIeWpwT+8v0vHhIHOeFtHGTw1K2CPW17/53lxBjt9Yr+1a5WjblpK+z2nXKiRgPVMG3UCcjFGC2PKlxUaeA6RQmD+ZSRCNOfoNki1ZeZpzWsW25bpFnN5p5doDrMQ1adnu3K61bcMQugXiVJO275z47phx8wfF9zPGTInvfEEMhXukSBMjYnSlOhHK+4pvRbTFwWOnBVrDlkIXnG6xR1ucAnELpvh/B/RYb7ZAC+REk6XQFTEjjpKjfV+NMSd+p8qpemHN/43yopkpo2pGyVEsJOSrcUbZ1ga6SgqHhkbp+YNxPcjiG5eu7HwJGBpjTvzOPQUabEy9QIy3zt9st4nTHaLiv5hpj/rI/Aqh/Rn9+/2VPVDsT0JiaJCU+F4dfVZBZNfkOyjSOVQ4dAQ7aQxN3lxzazD6kwVu3Z44GqNd+BLLffGYMbVJ8mSNMfXzmhzf1+op+wJPB3RHRt7c23Et5lOiBfazg/zPt0AwrzEEAoEQQyAQYggEQgyBYAv8EWAAImvT7zpcDCsAAAAASUVORK5CYII=");background-repeat:no-repeat}.BannerForms{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMDQ4ODM1QzY3MzAxMUU1ODZFRThEOUI0QURERTREQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMDQ4ODM1QjY3MzAxMUU1ODZFRThEOUI0QURERTREQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55NwSiAAACvElEQVR42uyb8W2zMBDFafUtwApkhHSEZAQyAoxARoARYIRkhGSEMEIyAozgGn3P0tW1wabpP+n7SadE2Mamuue7M+mbUiohhHzlnX8CQigMQigMQigMQigMQn5fGJU2FWCtY3yu7aTtrm2A3XEt98zpmm8ad8McW0//XeAz7dC/cqz1gvUpfN7QL6UrEMk/8X2/0Pchvm/h/Jm2s7ZGtGdwzqm911bi08aeb4txN4zprPZJNJuAZ3IJ2Ai1g40Qw7TWAuL4sJ6R/GWUUpX6TxJoO22DtpO2dKZfij4DxpjrS/PVaM9E/wFWL6xN9q3EeifymXXetN0j/ga0F7fYGiPF7nvVdsDO62NEnyvGhKYrjUiJ5LxH7OyZZ9x0vUa/1IpECSKbb51HRDWmVGRV8V3AecqIMSXGFIH9RyEGSQfnbWdSqN6Rgj0sgbgIETqhMLzk2HljHGjEmDyieE48dUmJ9sKxrp1HsGc4/mUh4hDiFIbvNOpupSX9inn6hR07EYXwSTiz6z4NUqZURJYa131rOyCSVOIE7YJxO7oBWXMq9VvphfKcfDWiznBxRISoESFqqzaZqyOOEOhWnIJVmPewUvTkxYVxfdLO78IVafZWu3H0kHWU2PEfiDL7CAH31loy1CfT/TasM8iaGsPUCjGnN6moTeyC11iDzzbw3lfcr55Ju6Tjz9UVD3FAkNMlyBphmJdjbcSYFmO6gCiQJd/fWM/175LlE7JTwD0fQsSERAvDvJswb7bThUhxQt+Qo1BTX1SB6doIUSzd94x0a67ILiLSSfLHaoxQrsjpJ6cfRCpj/yQkRy6/jyhqTWE9RZmPJz1jA6FdRArmWmvD4pv8RBimgN3AofLk6w/xRrQfEv/b5pDCughIv0IxUa548lrJi/LG//km5Oc1BiEUBiEUBiGEwiBkjk8BBgCiYhzM0/wGhQAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerWorkflow{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QjgxMzAwMzY3MkYxMUU1ODQ1OUM3RjE2RDM1RjcxQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QjgxMzAwMjY3MkYxMUU1ODQ1OUM3RjE2RDM1RjcxQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5fbmNUAAADMUlEQVR42uxbi42jMBBlV9tAWqAFUgIpgZSQLYGUQEpgSwglQAmhhKSEUAJndM+K17Ixn2HvTvee9ATBf49nbI+dt77vI4IgvuOdXUAQVAyCoGIQBBWDIKgYBLG9YpSKT4G8hnzu1rdYMVesEdbjWeN77MkrR1yTQx1vKCfxxB/DFXkkI2W4WM4oI1rZ/i1lQczAh2KleFLM8L4UQ/qL8buA8FvFRvFLsVPcYXBmiDOkOXvyPFi/h3QpFOQTeU7BFen2io9AGTYeC/tjSfu3kgUxF8M5huJd8Yp3F+v+N2JPeGaFD3k98T0aYYZ4dtk58vOlK6zyfPF3qPvTUfdQGdGK+GvaLy0LcgHtgbZzRIr7F/IRYdXWAEomViJx5B0ahDuEn0bia6W4ewbJVoqxtv2SsiAX8t2YwvUU7JqWOywHUkf4Dt8rvOeYxtuJk1aL+DnST0FnlB156nTFGn6/Yjk0FxLtl5IFIeCVakGXMFIIosK7vWE8GcqVWsKdisoQ6hSkRr1dg+Nm7Cm6H+xPifZLyYIQcte6Ojs2LJDPkumNYmekbWfWozXKC3l5TpgNKgwSl1J01kAZ3WZ5uMSrI9V+CVkQgophd7aeuitjCs8sYSUbWijXYNVLlaMj/g2DbI84xYRZ6ODh8Q/K5W+UxX/nrjXdko3l6rPdhl/G2v0Bi9wZcR6GW3WO1Uw8rtGDFaeAm7YZsbx6QJ+R5hrYZzSC/SnVfglZEEIzhu7sBHRZoMayZJkjvPOsj0N+984xSBuDFzzLkU330fG7i16HdFtDsv1rZUEIKoYp2MywXKY3qEKYXgNXVrj2sCQzrKVeHoXWxp/R6zR5qvfqiLoWP9Cfku1fKwti1SLefTg1+P5v8Kn7DpD0GYH0AVfozKBwnBOEzhhOCM/+gQM+aVmQC/jh0JVhCq8NC+3aGHawUpeRJU2BNbC+EtFG369EpHiOXQlx4QwrWWLvMAV6WVKiHmvONUKb+Vaw/RKyIIRmDH0tYcwClROvHcSwtNqi9XjW+B4vtM7phJNvF2/gmhkjhFSg/VvIgpzBN/7nmyDCm2+CIKgYBEHFIAgqBkGswS8BBgBlbbT9OQthDAAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerWorkflowManagement{width:300px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ4AAAAZCAYAAADAFcAyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QUZDOTY1MzY3MzAxMUU1QUFENTg1NDk0QjQ4MTFCQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QUZDOTY1MjY3MzAxMUU1QUFENTg1NDk0QjQ4MTFCQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6esk5zAAAGGUlEQVR42uxcjbGjOAz27rwGfCVwJfBK4JVASiAlkBKgBFJCKIGUEEpISgglcGROnqfzWbYMJrtzp2/Gu28TY6EfS7LkfT/meVYCgUAQg58iAoFAII5DIBCI4xAIBOI4BAKBOA6BQPB/dRzdMp4J1nqtc7c+y5ZRL2OA72b4e4DPM2KtGubi8XrHG9DJifk+XGCN3EPDNboIGmoj/3vqwiWvgrnewOS9Y647w5ohcGReWHrioAJ7uDtsq4iwSY69cGVs+KgT0CwjZVsw6ZgxfCx/9CDIEn5ei9fzLfp3Ay83LuO6jPMypmVo2LwlzHk9cyLW/LL+nQOTLyUfYU0OLvDc5zIeARo2HivlsYb/vXTh2+h/MtYqmE6yAh5r4Dm0UTrQ4xbUQLMCnh8Mmhrki+cb2xrg3Q+wrtpoLxwZq4DjW0PzAbbHwUjQGMBubVuc1OsexzLuy7jAz64xzH8jI74vre9faz3hc+UZJcyzadewHvVcY9Gj5mt496fj3UM01Ib5W/hPrQuKlyeMOvCOdxgh3hvE8wu5Z+6M+Cg3yDxHa7xodwFZzzBHB9Y0POuN9mJk3ETMrRPY6OB4/zX2PFP28RNFuhI8sSuSFCj6UKnfFbxcDfO+GFGzh3mllaKF0KIIQkFDppERmcZe2Mp/Sl2ogHxaoKs9WZNm8KFhnRbmPhj6vMJ819EzRtYPlD1UBC8a6Jwhw5kC0fcTnqk22oKGbNJ3LM9AziePHmJxQJn2rsXR3mOMJQj6SmxUDZ/3lgHFpEkhA1b/SpW+af9OTiMF/6l0wXXAE5Emm/pMaKPh48IZrVsyHMIJ+L+s2DSZdSQ7o2OS6/2U50jssq8/mMe9EM7AY+c5oowRx27u+x9A/t2ejmOEURLnwisYY+HwnBVyPgUzQrkir44sJClic2qogZiaxqTehxT8p9IFF0eijtEgWiFnWaGNG9rEqaKj7azMz66sw8jtnbZgy7hwZDBG7scdaI6wbpUgcyIdhyKMMUMRjIqEppA3oWfHFUwqTzpnF+AuQPNKOI3J2kihCr9r3FfIMxX/KXTBhXEOjbXRSmaErtCxx85mSoZOJ7Sx6gg5VwRN1xEjZ+ikIAbXXgZGVtkgp6ZRcXxcaaOhzlSPjoNFSsfxYRFprPTPpMY9MjL8fQZKadU+mIkKckvQvIESDsBLg7oasRXrXxWdfoUuTiA7kzl0Ecet2so2cIpeo+NOyHmdmPoyzmpypPcTots6gorPEVGb8Eciezmp707aETlqjr622OgJ7OKS8tj+YW3Iq8NYe8sYTO3ggRTYozW4Ht6OCEr5W6U5EvrV49kPkQK7JtzwqfhPoYvY9zYRMSMyCMppaOC1IGRbgS5CRt4y9WXqSD1RQxmBJnYeYyDzeTgcREXUB7bYyxEclNHXF3Pzb7XRA9Adkh3fiZZVDu28FwqrvYlbNHerBaaZ7SeqlacDrSKqzeRrx97hOfWGdmwq/lPoYg0vN6JFSs1/zjw0zDafhne4eeg2TJpPx/vrCJ1UFu1U9nKBzy+M9mdKG81AJkPKdiz2bBNEtxJFPpwa9aiok1kRbkIdgjwi2taowh/y2FnEWdhUlwvrDL8XUvK/VRdrI2LLXMfUNj4hWlPD1yal6h0ZEe01qm34aNrtVHOUiukw5DvZiLm4eFTvxSPpXiA84h28fuO5SGOif+oLUCFv2DguGIW8Z+WIpL/rBbDUulA7ZVuhi2pUZuSNZBZfdyLqa6YOsEwKJGvf8xm6NDi/yV7ekXHYc25bMo4Phy85o0LRkSjcTeC5Ws+ZqoHzqil2jeqfV64LVMw7Rfg6U2TqILJwcFbfPe1xY4EoVJ0eE/KfQhd7wHRLDswsgipYhroBNbMQ65NdiTpwX+r7/6j0yBY06loV6vuadbdC/w+V/t5QSpot6kolzTjwNWPq+45xrdl47xpFxBnVHGrP8yHPWcD3VaRnDp2fOZ46hCIB/3voImXGcSPqRj47wPoKZRz29XqcNcbwOSB92xnNBenkibK63Mp6YvXf7ZBx7EFz2JJx/JDfOSoQCGIhv49DIBCI4xAIBOI4BAKBOA6BQPBfwF8CDAAz7KP5hDupLQAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerUpload{width:166px;height:25px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAYAAABq81GnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRkNGQzgxMTFFNUExMUU0QTYzRUEyNTI5MEM4MjgzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDdENzMzMDY3MkYxMUU1QjE2REQwNEY0MTdCMzNDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDdENzMyRjY3MkYxMUU1QjE2REQwNEY0MTdCMzNDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5RkM5NEIyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5RkM5NEMyQzhEMTFFNDgxMDFFMURGRUM2MUEzRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qDSDXAAACs0lEQVR42uxbgY2jMBB0Xt9AWqAFvgR/Cb4SuBK4EkIJoYRQQighlJCUEErgjX6s7HHE2AT0f2hGWkWEXa8ddrxe4+y6rlMEQXzGD/4EBEFiEASJQRAkBkGQGASxPjFyK6FbUx30lbCTcrdysXK0kg5sY/w4JLA7W7nC/orrHPdDoGF7nNAbG5P0eYjwSXxj/Fygjd8jwWxAkA8rxcx2DwjUxkptpbTSWtmDdAY6BfxMBXxvm0H/Fjkm51OjrRI+W4bQRtF1Xd79hQqQDvohdu5+Eqgv5WTlbsVM6BnonTw6Kfw63WNAn30+Ndo5B46F8g1lzRqjxKeJtMth08/a1YRuBT0jlnhj7d2gWyBr7F8YVw2fKTIWweI7CnOWGXsEcoElVAga6OcjAe+WdYUga+shkYrwWT7xSZAYXhgxw4ZCI9CqSF8V7PST2qIUZC0XyBpK9FEzjEiMmJ2kI4KnibRVkTZSPxm0lY0U/wVIkS2QNRR3qUiMp/W7+rq16QLy7R+OLRtkCzXIGjkfP/EMa2zXNmr+NqbbRk0js0Y6sHe1SqW+vk9xfcxEPTM3M0qfxMaIIYOpnREI9YL9qdEHE0kMA7ta1Bbue9+u2CvEMCuMn/iPllLN4EH7CuM56/8YtOqxw5RGZAsX4K2oH/rrnUd+vVBruDqqVHzJt1li3DDr+Y5YJGJpsvbSoYCfcwBZDfQqMfO7HaepTNDALrbW0PDZ/w4fDKFt1xhveNgXzIKN+nz8IkMgvC/gUwcEbN+f/uXZST2OhAz7pPE5PBISM5OXgoCVp4979XgnkkL3ndliwxi8Cs9w1OGOoxHu6EM28/jEmP4UtLBJYNf34Yr7V1zn4riJ7H838r1P+rYuE328Q+eAIyY8NrFx2fE/3wQxXmMQBEFiEASJQRAkBkEshT8CDAA6M3CdhomfdAAAAABJRU5ErkJggg==");background-repeat:no-repeat}.BannerHidden{display:none}.toptoolbar{position:relative;float:right;z-index:4;height:auto;background:#00549f;background:-moz-linear-gradient(left,transparent 0%,#00549f 10%);background:-webkit-linear-gradient(left,transparent 0%,#00549f 10%);background:linear-gradient(to right,transparent 0%,#00549f 10%)}.toptoolbarcell{padding:0 8px;height:50px;transition:background-color 100ms}.toptoolbarcell-dropdown *{box-sizing:border-box}.toptoolbarcell svg,.toptoolbarcell i{font-size:16px}.toptoolbarcell:hover{background-color:#428bca;cursor:pointer;transition:background-color 100ms}.toptoolbarcell:hover .navigation-submenu{height:auto;min-height:70px;visibility:visible;opacity:1}.toptoolbarcell:hover .navigation-menu:after{content:'';width:calc(100% + 16px);height:4px;background-color:#428bca;position:absolute;bottom:0;left:-8px;z-index:5;transition:all 150ms;opacity:1}.toptoolbarcell a,.toptoolbarcell span{color:#fff;white-space:nowrap}.navigation-menu{cursor:pointer;z-index:4;display:flex;height:100%;justify-content:center;flex-direction:column;position:relative}.navigation-menu:after{opacity:0}.navigation-submenu{top:50px;padding:4px 0;left:-8px;position:absolute;background-color:#428bca;min-width:calc(100% + 32px);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.12),0 3px 10px 0 rgba(0,0,0,.08);box-shadow:0 2px 5px 0 rgba(0,0,0,.12),0 3px 10px 0 rgba(0,0,0,.08);z-index:4;border-radius:0 0 4px 4px;height:0;opacity:0;visibility:hidden;transition:all 150ms;overflow:hidden}.navigation-submenu-item{padding:6px 12px;transition:background-color 100ms}.navigation-submenu-item span span{margin-left:8px}.navigation-submenu-item svg{font-size:16px}.navigation-submenu-item:hover{background-color:#00549f}#userNameLabelContainer{margin-left:4px}.toptoolbarHiperlink{text-decoration:none}.loginStatus{width:180px;height:22px;position:absolute;left:0;z-index:5}.helpLink{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzU2ODA3MTMyQTkxMUU0OTBGQ0ZFNkI4QTNBQzhFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzU2ODA3MjMyQTkxMUU0OTBGQ0ZFNkI4QTNBQzhFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDNTY4MDZGMzJBOTExRTQ5MEZDRkU2QjhBM0FDOEU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDNTY4MDcwMzJBOTExRTQ5MEZDRkU2QjhBM0FDOEU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HjyJ+AAAAaZJREFUeNq0lb8vQ1EUx9+TqiBpIvFja5uYWNhIRLpoiI4MVjabzSTCYvPShM0fYDOxiIGQ+NFUWMSAIizaQSdtE8/3yHkvp8ftU4me5JP7cu85593z495ru65r/bc0BazFwCI4BC+gxOMRz8dqWtJOFa1gHZTdYKF1B7RpH9phF8i6f5Ms2/l+bJHTMIc2pIJZBTegAppBH1gAEaFzBhKcoqqdOmoHGTBgSI/F8xml7+jwo6AiFD7AsHDSDiI8enOjyoa+47TmVX8OhFQ4l/xN6TgHOR5HeP4CHAsbsp+1hKMxlccesMI5Ggf9PN8BJsAJr+WUXRIse6G81lnpPTDINiFwqtYLMqelX5w9g2lVrCT4NOha9eyUCjCvHCbAo0G3IAt1H3Bc37lwJN1gC+yAqEH3VhbqQFRVCzX5GngAvYaiStmXza/7VEoeTPJRTHGItdJU1adPYKPG38vgGryBK/8o/pRNv8VE8sOGFiEpgiUwxWPRoEN2LQ29pUyXBd2P6YAcyxymTfepHfCcxMEMSHHVO0Ee3IFdsG04pt9iN+KN+hJgAD7QctnqKKFgAAAAAElFTkSuQmCC");background-repeat:no-repeat;width:21px;height:21px}.corpLink{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1REZCRkYwRDMyQTkxMUU0QTlGN0Q2Qzc2RTg0QzA4NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1REZCRkYwRTMyQTkxMUU0QTlGN0Q2Qzc2RTg0QzA4NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVERkJGRjBCMzJBOTExRTRBOUY3RDZDNzZFODRDMDg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVERkJGRjBDMzJBOTExRTRBOUY3RDZDNzZFODRDMDg3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++qv+VwAAAj5JREFUeNqs1F9ojWEcwPFzjv9DYsufE2q0qBmzQi7ILXeUcsGVSDrXGrnYvV2QCxdcEI1EGi5MQlqhDLnAhU3HkDEyW9vZ2dle34fvWa+y07nYU5/e/8/7e37P73mSURQlJrtN9bgTBzEbWSxCAf1Ygk+Yg3l4heP4OWGvIVK04TNao7/tKV4jj5ve6/S90Nb43X8VT56g2fMx1GE3HnuvCxnPh9BQqtOUAY9hWmwAMzEDxedJTNefAZZMqr1fRY/DDu2N0Q14bxjd6MAoVpUTaYhyCO+MIkzMNwyjEyP4gfdGnyon0nacieV0Gw7gmfeyOIpK5FBfTqSjllOV1/Mx1zJaizRqUGeup5QKNGnxX8YufMVShz4Lg2hEA76Yli3YX06nrViBRziM21ZEl6OosAIij71WSMoFsgADuIuHE9XpeqzD3ljh52KVEVoB/Z5nPd6J57RgDou5WuxSrbICduAEPmIrXuII9jmikJ4LzsF4p+HlPXjr8M6h2ed5y2nQDnoNIgy3z++/+/yfDSXM/AfccmLa8csoQz7PmvMQ+SXUI+OEhiCuYDM64pFW4j6OeX0a552k8NEyyywskmrcsxLSPq924grxSPPmcaXXNbEoB40iYyk1YbVbZPhJCzbhFDbEO+3BdtT65yZz12K0eYWcHnL/Dfk86RJOeEzFO004+7WeL9dFN+Y2R9GNnO/0OVkV1vlGq2K80wcW9khsqwsT9cJo0y6Ea74X+YMwMdexEM9xI76iJrX9FmAA7Enn7KUCEcIAAAAASUVORK5CYII=");background-repeat:no-repeat;width:21px;height:21px}.infoLink{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNEI5NzQ0RDMyQTkxMUU0QjQ1RThENUYzMTk0Q0Q5NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNEI5NzQ0RTMyQTkxMUU0QjQ1RThENUYzMTk0Q0Q5NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0Qjk3NDRCMzJBOTExRTRCNDVFOEQ1RjMxOTRDRDk3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0Qjk3NDRDMzJBOTExRTRCNDVFOEQ1RjMxOTRDRDk3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PotUOQAAAYlJREFUeNqslL1LA0EQxc8YDFoFP1IYMEELbbWxE7QVKxsbC62t9V/QRgkoViJ2FkIKsRCx8AMRhLMRwUIRwSAYtZKYxOR8K3MyrLNzQRz4sZnLm5fs3O7EgiDw/puY544MWABH4BGUaT2m5xlnpfBLrWAZVAI9zPcroM32sA27gC8YPIEtWu3wqU40bQHnQtEFSJMmTbkdpi4h9XQJDAsdylMvPVrzgsbULYZJaNoD5hxtH4jIwzD1WW46C+IO8TRYB2MgB6YcOlM/w9/+qfKW30ERPINaxIk44z3tVc6r+XcjYBTMgw9F28+336EIu8E1uAK74E3RtnPTF0U4CYbocxI0K9pXbnqnCM12E15jccNNDxVhHdQaND3gphvg0yFMsuMWp1wKU7/JTR/AqiAsgRNQoLxAeUnQroF7e0pJd993zExfu/v8FlXABNgHg/QsBXZoR3W2pljdJdWVtXlq5mMOVCNuT5V0v+Zp0/f8kyNL93wc9IFOUAS3YA9s//TQCs30z/ElwABl7znFGHHHtgAAAABJRU5ErkJggg==");background-repeat:no-repeat;width:21px;height:21px}.prefLink{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMTZFQUI1QzMyQTkxMUU0ODYzN0FENzE3NTkyQkMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMTZFQUI1RDMyQTkxMUU0ODYzN0FENzE3NTkyQkMwOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUxNkVBQjVBMzJBOTExRTQ4NjM3QUQ3MTc1OTJCQzA4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUxNkVBQjVCMzJBOTExRTQ4NjM3QUQ3MTc1OTJCQzA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+tyXDNQAAAZdJREFUeNq0lTtLA0EQgD1JUFJaiEQhhVEUEUSsjIVYWIqChVXwB4ggdhbio7QQbETSiGVESBMLQSXYaSNERBGSJorRTmNjivM7mMRxuUcEHfjYnZ3H7t7O7lm2bTf9tTT72JbhFa4hImNhOIMyrHhGOiv14N7+lhR0w5Yae/aK9Ut6ZP+UB0M/9YoNqUWPwjQcit5nbCpu6F0wBG8wC+dwpbcfhVtZQVloRJ6gKP08dOrtj/gEpmECeqRN+/gmdNIQLMG74bQKYeObhWVcywds1HzNj7yrHHMuCXXinPLd13Zdp/0wqPQ0VD0qsSr2msQgahb/JpxAQjm+BFwcbR+HY1jQp+8maz413CR2N6knvXMxFqTU3BJGxe4WU08ah0mpgJJyykIMLPGzRM8qn0dYhyQMe13TA2N2Z5IdWJS2ZNhTQXe/A27s38kFRLxKypEkDCi94nHyn6o/BnN+72kOCtLfgylptWzLw5MRvQj5oPfUObQZpfeqrVagXcZbYV7ehIbf0xptcClJM9ASFGP9xz/qS4ABAOQOzZTWKy3qAAAAAElFTkSuQmCC");background-repeat:no-repeat;width:21px;height:21px}#linkCorporateName:hover,#helpLink:hover,#linkInformation:hover,#linkPreferences:hover,#loginStatusSpan:hover{cursor:pointer}.prefLink:active{-moz-animation:spin .8s 1 linear;-o-animation:spin .8s 1 linear;-webkit-animation:spin .8s 1 linear;animation:spin .8s 1 linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);}100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-webkit-keyframes grow{from{-webkit-transform:scale(0,0)}to{-webkit-transform:scale(1,1)}}@-webkit-keyframes shrink{from{-webkit-transform:scale(1,1)}to{-webkit-transform:scale(0,0)}}@keyframes blink{50%{border-color:#f60;border-width:2px}}.gBlink{-webkit-animation:blink .5s step-end infinite alternate;-moz-animation:blink .5s step-end infinite alternate;animation:blink .5s step-end infinite alternate}.dialogResizing{border:2px dashed #428bca}.gsearch{background:#00549f;position:relative;padding:10px;z-index:1000;float:right;height:50px;display:flex;justify-content:center;flex-direction:column;box-sizing:border-box}.globalSearchTypeCheckboxAll{font-weight:bold}.btnGlobalSearch{position:absolute;right:22px;top:16px}/*#endregion iSynergy Top*//*#region iSynergy Menu */.menudiv{position:absolute;top:50px;left:0;z-index:3;width:100%;height:35px !important;text-align:left;background-color:#428bca;fill:#428bca}.menusectionImg{height:16px;width:16px}/*#endregion iSynergy Menu *//*#region iSynergy - Footer*/.footer{position:absolute;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:hidden;padding:0;width:100%;height:29px;border:none 0;background-color:#00549f;z-index:999;top:auto;font-size:13px}.footer a,.footer a:visited{color:#ccc;transition:color 100ms;text-decoration:none}.footer a:hover,.footer a:visited:hover{color:#fff}.footer .label{padding:0;color:#fff;text-decoration:none;font-size:inherit;font-weight:400}.footer table{padding:0;height:29px}.footer table td{padding:0 15px}.footer .providerlink{text-decoration:none;font-size:inherit;font-weight:600;margin-left:2px}/*#endregion iSynergy - Footer*//*#region iSynergy - Login*/.loginBG body{background-color:#eaeaea}.noticeText{color:#a94442;background-color:#f2dede;border:1px solid #a94442;border-radius:4px;text-align:center;display:block;margin-top:15px;padding:10px}.noticeTextBold{color:#a94442;font-weight:bold;text-decoration:none}span#lblFailureOutsideLoginControl{display:block;max-width:450px}.loginPageError table{margin-right:auto;margin-left:auto;text-align:left}.changePasswordFooter{display:inline !important;text-align:right !important}#LoginCtrl{margin:auto}/*#region iSynergy - Error Page */.MainErrorPage .label{color:#a94442;font-weight:500;line-height:1.1;font-size:18px;padding:10px;display:inline-block}.MainErrorPage .errortext{color:#a94442;font-size:large;font-weight:bold;background-color:#f2dede;width:85%;vertical-align:middle;border-radius:4px;border-color:transparent;padding:20px}/*#endregion iSynergy - Error Page *//*#region iSynergy - Input Style */input{font-size:inherit;font-family:inherit}input[type="checkbox"]{border:none;cursor:pointer}input[type="image"],input[type="image"]:hover{border:none !important;background:none !important;background-image:none !important;box-shadow:none !important;filter:none !important}input[name="cancelButton"],input[value="Cancel"]{color:#666;display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #ccc;border-radius:4px;background-color:#fff}input[name="cancelButton"]:hover,input[value="Cancel"]:hover{background-color:#f2f2f2;color:#666}textarea{border:1px solid #ccc;border-radius:4px;background-color:#fff;text-align:left}select{font-size:12px;background-color:#fff;border:1px solid #ccc;border-radius:4px}/*#endregion iSynergy - Input Style *//*#region Printing style*/.PrintTemplate{font-family:Arial,Helvetica,sans-serif;font-size:12px}.PrintTemplateTitle{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-style:italic;font-weight:bold;color:#fff;stroke:#fff;fill:#fff}.PrintTemplateSection{font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#666;fill:#666}.PrintTemplateSectionSeparator{color:#00549f;stroke:#00549f;width:1px;stroke-width:1px}.PrintSectionColor{-webkit-print-color-adjust:exact}/*#endregion Printing style*//*#region Common Elements */.commonHeader{background-color:transparent;color:#428bca;text-decoration:none;text-transform:uppercase;white-space:nowrap;font-weight:bold;font-size:14px;line-height:19px}.commonBorder{border:#ccc 1px solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:4px}table,tbody,tr,th,td{height:3px;border-left-style:none !important;border-left-color:inherit !important;border-left-width:medium;border-right-style:none !important;border-right-color:inherit !important;border-right-width:medium;border-top-style:none !important;border-top-color:inherit !important;border-top-width:medium;border-bottom-style:none !important;border-bottom-color:inherit !important;border-bottom-width:medium}.commonTable{width:100%;border-style:none;text-align:left;font-size:12pt;font-family:inherit;border:1px solid #ccc !important;white-space:normal}.userConfigList .commonTable{table-layout:fixed;white-space:initial}.commonTableRow{background-color:#f9f9f9 !important;color:#000;text-decoration:none;font-size:12px}.commonTableRow a:link{color:#000;text-decoration:underline}.commonTableAlternatingRow{background-color:#e4e4e4 !important;color:#000;text-decoration:none;font-size:12px}.commonTableAlternatingRow a:link{color:#000;text-decoration:underline}.commonTableHeader{padding:9px 0 0 10px;background-color:transparent;color:#428bca;fill:#428bca;text-decoration:none;text-transform:uppercase;white-space:nowrap;font-weight:bold;font-size:14px;line-height:19px}.page_UserGroups .commonTableHeader td,.page_UserPermissions .commonTableHeader td,.page_Configuration .commonTableHeader th,.page_IndexTypes .commonTableHeader th,.page_Calendar .commonTableHeader td,.page_UserLists .commonTableHeader th{text-align:left !important}.commonTableHeader a:link{color:#428bca;text-decoration:none}.commonTableFooter{text-align:center;font-weight:bold;font-size:11px}.commonTableEmptyData{color:#a94442;background-color:#f2dede}.commonSubTableHeader td,.applicationPermissionsTableLegend td,.commonTableHeader td,.commonTableHeader th,.groupsPermissionsTableLegend td,.biPermissionsTableLegend td{background-color:#edf7ff !important;color:#00549f;text-decoration:none;white-space:nowrap;font-size:14px;border-bottom:1px solid #ccc !important;text-transform:capitalize !important;font-weight:bold;padding:10px;text-align:left}.systemsPermissions .commonTable,.ApplicationMgtDiv .commonTable,.BIDataItemsMgtDiv .commonTable,.BIFolderItemsMgtDiv .commonTable{border:none !important}.systemsPermissions .commonTableHeader td,.ApplicationMgtDiv .commonTableHeader td,.assignedGroupsDiv .commonTableHeader td,.BIDataItemsMgtDiv .commonTableHeader td{background-color:#fff;border:none !important}.commonTablePager{background-color:#fff;color:#000;text-align:center;text-decoration:none;font-size:11px}.commonTablePager table tr td{border:none !important}.commonTablePager a:link{color:#666;text-decoration:none}.commonTablePager a:hover{color:#f60;text-decoration:none}.commonTablePager a:active{color:#a94442;text-decoration:none}.commonTablePager a:visited{color:#428bca;text-decoration:none}.SearchResultsPager{float:right}.iDatixGridViewPager table{float:right}.ProgressionPager{float:none}.ProgressionPagerHeader{font-weight:bold}.ProgressionPagerHeader a:link{color:#666;text-decoration:none}.iDatixGridViewPager td,.ProgressionPager td{padding:3px;border:none;text-align:left;text-decoration:none;font-style:normal;font-size:11px}.iDatixGridViewPagerHidden{visibility:hidden}.iDatixGridViewPager a:link,.ProgressionPager a:link{color:#666;text-decoration:none}.iDatixGridViewPager a:hover{color:#f60;text-decoration:none}.iDatixGridViewPager a:active{color:#a94442;text-decoration:none}.iDatixGridViewPager a:visited{color:#428bca;text-decoration:none}.iDatixGridViewPager span,.ProgressionPager span,.commonTablePager span{padding:3px 5px 3px 5px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#fff;font-weight:bold;background-color:#00549f}.autoWidth{width:auto !important}/*#endregion Common Elements *//*#region Buttons*/.button,input[name="okButton"],#btnChangePassword,.smallbutton,.workflowbutton,.workflowSmallbutton{color:#fff;display:inline-block;padding:6px 12px;margin:3px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#428bca;text-decoration:none}.smallbutton{font-size:12px;padding:4px 10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;line-height:normal}.smallbutton:disabled{background-color:#eaeaea;cursor:pointer;color:#ccc}.workflowbutton{padding:4px 10px;line-height:normal}.workflowSmallbutton{font-size:10px;padding:4px 8px;line-height:normal}a.button{top:1px;position:relative}.listItemBottomControls input,.listItemSideControls input{font-size:12px;background-color:#fff;color:#000;border:1px solid #ccc}.listItemBottomControls input:hover,.listItemSideControls input:hover{background-color:#f9f9f9;color:#000;border:1px solid #ccc}.button:hover,.smallbutton:hover{background-color:#00559c;background-position:0 -15px;color:#fff}.button:active{position:relative;top:1px}.button:disabled{background-color:#eaeaea;cursor:pointer;color:#ccc}.button[disabled="disabled"]{background-color:#eaeaea;cursor:pointer;color:#ccc}.tabbutton,.tabbuttonactive{display:inline-block;border:none;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;background:none;color:#428bca;text-decoration:none;font-weight:400;font-size:13px;font-family:inherit;float:left;margin:0;top:0;position:relative;height:40px;padding:3px 25px}.tabbuttonactive{border:1px solid #ccc;border-bottom:none;background-color:#fff;color:#000;top:1px}.tabbutton:hover{background-color:transparent;color:#f60}.buttonTabs{height:40px}.oldie input[type="submit"][disabled="disabled"]{border:none}/*#endregion Buttons*//*#region Multifunction */.MultiFunctionGridRow{background-color:#ebebeb;color:#000}.MultiFunctionDetails{margin:auto;border:1px solid #ccc;border-radius:4px;background-color:#e4e4e4;text-align:center}.MultiFunctionDetails table{margin:auto;text-align:left}.MultiFunctionDetails a{text-decoration:none;display:block;background-color:#428bca;border-radius:4px;color:#fff;margin:10px auto;width:100px}.MultiFunctionDetails a:hover{background-color:#00549f}.DetailsLabel{color:#666;font-weight:bold}/*#endregion Multifunction *//*#region Revision history Dialog*/.RevisionGrid{margin-right:auto;margin-left:auto;width:100%}.RevisionGridContainer{display:block;float:left;width:512px;background-color:#fff}.RevisionGridContainerRow{width:100%}.RevisionHistoryHeaderLabel{color:#00549f;font-size:larger;display:inline-block;padding-top:20px;font:inherit;font-style:italic}.RevisionHistoryIndexesHeaderLabel{color:#00549f;font:inherit}.RevisionEmptyData{background-color:#e4e4e4;color:#a94442;font-size:larger}.RevisionGridContextMenu{position:relative;z-index:21}.RevisionGridHeader{padding:3px;background-color:#428bca;color:#fff}.AlternationRevisionGridRow{background-color:#e4e4e4}.AlternationRevisionGridRow td{padding:3px}.RevisionGridRow{background-color:#fff}.RevisionGridRow td{padding:3px}/*#endregion Revision history Dialog*//*#region Application Selector*/.ApplicationSelectorLabel_IndexingProfile{color:#428bca;text-transform:uppercase;font-weight:bold;font-size:14px}.ApplicationSelectorDropDown{min-width:150px;padding:3px 8px;border:1px solid #ccc;border-radius:4px}/*#endregion Application Selector*//*#region WorkItem Viewer*/.workItemHistory{display:inline-block;text-align:center}.iDatixGridViewContentWI{overflow-x:hidden}.panelButtonsWI{top:148px !important;position:fixed;border-bottom:1px solid #d1e2f0;border-radius:3px;z-index:100;background-color:#fff}.panelButtonsWIGlass{height:100%;width:100%;opacity:.5;position:absolute;top:0;background-color:#d1e2f0;visibility:hidden}.panelButtonsWIGlassOn{visibility:visible}.panelButtonsFormWI{cursor:pointer;position:absolute;padding:4px 6px;border-top:1px solid #d3d3d3;border-right:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:gray 2px 2px 2px}.panelHeaderWI{height:20px;position:fixed;border-bottom:1px solid #d1e2f0;background-color:#edf7ff;z-index:100;padding:8px 0;top:110px;line-height:19px}.panelHeaderWITask{color:#428bca;font-size:16px;font-family:inherit;font-weight:normal;margin-top:2px;vertical-align:middle;float:left;margin-left:15px;text-align:left}.panelHeaderWIKey{color:#428bca;font-size:16px;font-family:inherit;font-weight:normal;margin-top:2px;vertical-align:middle;float:right;margin-right:15px;text-align:right}.panelHeaderWIIcon{vertical-align:middle;float:right;margin-right:8px;cursor:pointer}.panelHeaderWILabel{font-weight:bold}.iDatixGridViewHeader th{border-bottom:1px solid #ccc !important;text-align:center}.workItemViewerCollapseHeader{margin-top:5px;padding:5px;vertical-align:middle;cursor:pointer}.workItemViewerQueue{margin:0;border-top:1px solid #d1e2f0;position:fixed;bottom:29px;background-color:#edf7ff;min-width:350px}.workItemViewerQueueContent{margin-left:40%}input[type=image].workItemViewerQueueArrows{cursor:pointer;opacity:1;border:1px solid #fff !important}input[type=image].workItemViewerQueueArrows:hover{border:1px solid #00549f !important;background-color:#428bca !important}.workItemViewerQueueArrowsDisable{opacity:.5;cursor:default}.workItemViewerQueueItemsLabel{vertical-align:text-bottom;margin-left:10px}.workItemViewerQueueItemsValue{border:0;vertical-align:text-bottom;width:80px;background-color:transparent}.page_WorkItemViewer .iDatixGridViewHeader,.page_WorkItemViewer .iDatixGridViewHeader a:link{padding:12px 8px;color:#00549f;text-decoration:none;text-transform:none !important;font-size:20px;line-height:19px;border-bottom:1px solid #ccc;margin:10px}/*#endregion WorkItem Viewer*//*#region Administration - Admin Elements  */p.adminTitle{color:#428bca;font-size:20px;font-family:inherit;text-align:left;border-bottom:1px solid #ccc;padding-bottom:10px;font-weight:normal}.adminListBox{width:100%;margin:0 auto;display:block}.adminIndexOrderListBox{width:100%}.adminContent{margin-top:10px;text-align:center;padding:0 20px 20px 20px;box-sizing:border-box}.adminContent table{margin:auto;text-align:left}.adminContent td{padding:10px;text-align:left}.adminContent td[align="center"]{text-align:center}#application .adminContent div[align="center"]>label{width:100px;display:inline-block;text-align:left;padding-right:20px;padding-top:3px;vertical-align:top}#application .adminContent label{font-weight:400}#application .adminContent input[type="text"],#application .adminContent textarea{width:250px !important}/*#endregion Administration - Admin Elements  *//*#region Administration - Security/Reset Manager */.SecurityManagerLabel{color:#428bca;font-size:18px;font-family:inherit;text-align:left;font-weight:normal;display:block;margin:10px 0}.ResetManagerInfo{float:left}.lockedRecordsDiv{position:relative;display:inline}/*#endregion Administration - Security/Reset Manager *//*#region Administration - User Configuration*/.PermissionsHeaderLabel{font-weight:bold;float:left}.PermissionsHeaderText{color:#a94442;font-weight:bold;float:left;padding-left:3px}.ErrorText{color:#a94442}#userdetailVerifyEmailMessage{width:100%;max-width:500px;white-space:normal;text-align:left;margin:auto;display:none}#emailVerificationMessageContainer{text-align:center;margin-top:20px;margin-bottom:10px}.UserDetailErrorText{position:relative;top:15px;color:#a94442}.PermisssionsAdminAppLabel{float:left;color:#000;font-weight:bold;font-size:14px}.PermisssionsAdminAppName{float:left;color:#a94442;font-weight:bold;font-size:14px}.PermissionsAdminSaveChangesTxt{color:#a94442;display:none}.actorHeader{margin-top:10px;text-align:left;padding-bottom:20px}.tableIndexPermissions{width:25%;text-align:center}.userConfigHeader{text-align:right;padding-bottom:20px;height:20px}.userConfigButtonGo,.userConfigButtonAddUser{vertical-align:text-bottom}.userGroupCellAvailable{width:45%;text-align:right}.userGroupCellSpacer{width:10%;text-align:center}.userGroupCellMembers{width:45%;text-align:left}.userGroupCellMembers select{width:200px}.userGroupCellAvailable select{width:200px}.btnUserGroup{width:100%}.permissionsTableCell{width:33%;text-align:left}.Capture input,.Search input,.Workflow input,.Analyses-Reports input,.Administration input{top:2px;position:relative}/*#endregion Administration - User Configuration*//*#region Administration - User Permissions*/.ilsPermissions table{width:100%}.ilsPermissions table tr{text-align:center}.ilsPermissions .commonTableHeader{text-align:left}.ilsPermissions .cb_ILS_Select_all{float:right}.dlsPermissions .cb_DLS_Select_all{float:right}.systemsPermissions,.ApplicationMgtWrapper,.assignedGroupsWrapper,.BIDataItemsMgtWrapper{margin-bottom:20px;border:1px solid #ccc;border-radius:0 0 4px 4px;min-height:200px}.systemsPermissions .cb_System_Level_Select_all{float:right}.CabinetManagementDiv{position:relative}.CabinetManagementDiv .cb_System_Level_Select_all{float:right}.accountPermissions .cb_AccountPermissions_Select_all{float:right}.BIDataItemsMgtDiv{margin-bottom:20px;padding:1px}.BIDataItemsMgtDiv table{width:100%}.BIDataItemsMgtDiv tr{text-align:center}.BIDataItemsMgtDiv .biMgtcell{text-align:left}.BIDataItemsMgtDiv .biMgtselectAll{float:right}.BIDataItemsMgtDiv .biPermissionsTableLegend{text-align:center}.biPermissionsTableLegend{background:#428bca;color:#fff;font-size:11px}.BIDataItemsMgtDiv .biPermissionsConfigLabel{float:left}.BIFolderItemsMgtDiv{margin-bottom:20px;padding:1px}.BIFolderItemsMgtDiv table{width:100%}.BIFolderItemsMgtDiv tr{text-align:center}.BIFolderItemsMgtDiv .biMgtcell{text-align:left}.BIFolderItemsMgtDiv .biMgtselectAll{float:right}.BIFolderItemsMgtDiv .biPermissionsTableLegend{text-align:center}.BIFolderItemsMgtDiv .biPermissionsConfigLabel{float:left}.BIDataItemsMgtWrapper{display:block}.permissionsTableWrapper{display:block}.ApplicationMgtWrapper{display:block}.ApplicationMgtDiv{margin-bottom:20px;padding:1px}.ApplicationMgtDiv table{width:100%}.ApplicationMgtDiv tr{text-align:center}.ApplicationMgtDiv .applicationPermissionsTableLegend{text-align:center}.ApplicationMgtDiv .applicationPermissionsTableLegend .applicationMgmtNameCell{text-align:left}.ApplicationMgtDiv .multiAppInfo{float:right}.ApplicationMgtDiv .applicationMgmtNameCell{text-align:left}.applicationSelectorCell{position:relative;top:0;width:20%}.applicationLevelPermissionsCell{position:relative;top:0;width:80%}.applicationPermissionsTableLegend{background:#428bca;color:#fff;font-size:11px}.applicationSelectorTable{width:100%;background:#fff;color:#000;font-size:11px}.multi-appConfigIcon{position:relative;top:2px;margin-left:3px}.ApplicationMgtDiv .multi-appConfigLabel{float:left}.multi-app-selector-div{position:relative;display:inline}.multi-app-selector{width:100%}.multi-app-selector-text{color:#000;font-size:12px;font-family:inherit}/* User Group Assignment Section on User Permission Page */.assignedGroupsWrapper{display:block}.assignedGroupsDiv{margin-bottom:20px}.assignedGroupsDiv .commonTable{border:none !important}.assignedGroupsDiv .errorlabel{margin:20px;display:block}.assignedGroupsDiv .assignedGroupsLabel{top:10px;left:0;text-transform:capitalize;font-weight:bold;font-size:small}.assignedGroupsDiv select{width:50%;height:20px;margin-top:10px;float:right;font-family:inherit;font-size:inherit}.assignedGroupsDiv input{float:right}/*#endregion Administration - User Permissions*//*#region Administration - Group Configuration */.usergroup-buttons{width:100%;list-style-type:none;text-align:center}.usergroup-buttons TR{padding:0;text-align:center}.usergroup-buttons TR TD{padding:0}form[action*="UserGroupDetail.aspx"] .commonTable td{text-align:center}form[action*="UserGroupDetail.aspx"] .commonTable td select{width:100%}.usergroup-buttons td:last-child{border:none !important}#backgroundPopup{position:fixed;_position:absolute;top:0;left:0;z-index:1000;display:none;width:100%;height:100%;border:1px solid #cecece;background:#000;/* hack for internet explorer 6*/}#popupSession{position:fixed;_position:absolute;z-index:1001;display:none;padding:12px;width:408px;height:100px;border:2px solid #ccc;background:#fff;font-size:13px;/* hack for internet explorer 6*/}.hiddenRow{display:none}/*#endregion Administration - Group Configuration *//*#region Administration - Data Transfer Configuration */.boxContent{margin:auto;width:500px;text-align:center;padding:20px}.boxContent span{display:inline-block;width:135px;text-align:right}.dataTransferLabel{color:#00549f;text-decoration:none;white-space:nowrap;font-size:14px;text-transform:capitalize !important;font-weight:bold;padding:10px;text-align:left}.dataTransferList{margin:0 !important;text-align:left}.dataTransferList td{padding:5px 10px 5px 0 !important}.dataTransferButtons{text-align:center !important}.dataTransferLegend{color:#a94442}/*#endregion Administration - Data Transfer Configuration *//*#region Administration - Data Transfer Export Results*/.iDatixExportResults{background-color:#edf7ff;color:#000;text-align:center;text-decoration:none;font-weight:lighter;font-size:11px}.iDatixExportResultsHeader{background-color:#edf7ff;color:#00549f;text-align:center;text-decoration:none;font-size:15px}.iDatixExportResultsHeader th{line-height:8px;border:1px solid #ccc !important}.iDatixExportResultsRow{background-color:#fff}.iDatixExportResultsRow>td{border:1px solid #ccc !important}.iDatixExportResultsAlternatingRow{background-color:#e4e4e4}.iDatixExportResultsAlternatingRow>td{border:1px solid #ccc !important}.iDatixExportResultsDetailsHeader{background-color:#00549f;color:#fff;text-align:center;text-decoration:none;font-weight:lighter;font-size:12px}.iDatixExportResults td,.iDatixExportResults th{padding:5px}.iDatixExportResultsDetailsRow{background-color:#f9f9f9}.iDatixExportResultsDetailsAlternatingRow{background-color:#edf7ff}.exportSelect{width:120px;color:#000}.exportLabel{color:#00549f;text-decoration:none;white-space:nowrap;font-size:14px;text-transform:capitalize !important;font-weight:bold}.exportResults{font-weight:bold;font-size:large}.exportSuccess{color:#00549f}.exportFailed{color:#a94442}.exportLink{margin-top:5px;margin-left:3px;min-height:20px;background-color:#ccc;font-size:11px}/*#endregion Administration - Data Transfer Export*//*#region Administration - Rubber Stamps*/.stampLegend{color:#a94442;border-color:#a94442;margin:auto;width:370px;margin-bottom:20px;text-align:center}.ReportingForm{text-align:center}.rubberStampHeader{color:#00549f;text-decoration:none;white-space:nowrap;font-size:14px;text-transform:capitalize !important;font-weight:bold;padding:10px;text-align:left}/*#endregion Administration - Rubber Stamps*//*#region Administration - Index Types*/.addIndexType{min-width:250px;width:250px}.addIndexType td{padding:5px;text-align:left !important;white-space:nowrap}/*#endregion Administration - Index Types*//*#region Preferences - user tab */.PreferencesTabController{margin-right:auto;margin-left:auto;width:85%}.PreferencesWiTable{vertical-align:top}.PreferencesWiCell{text-align:left;padding:0 !important;vertical-align:top}.PreferencesWiCellSeparator{text-align:left;padding:0 !important;vertical-align:top;border-right:1px solid #ccc !important}.PreferencesWiCellLeft{text-align:left;padding:5px}.PreferencesWiCellRight{text-align:right;padding:5px}.PreferencesWiCellRight table td{padding:5px !important}/*#endregion Preferences - user tab *//*#region User Defined List Detail*/.listItemTable{width:300px;margin:30px auto !important}.listItemHeaderCell{font-size:14px}.listItems select{border-radius:4px;border:1px solid #ccc}.listItemBottomControls{padding-top:2px}/*#endregion User Defined List Detail*//*#region Indexing Profiles*/.indexingProfilesApplicationSelector{text-align:left;padding-bottom:20px}.indexingProfilesLabel{float:left;margin-top:5px;width:50px;text-align:left}.editIndexingProfileDetail{margin-top:10px;width:385px}.ddlDefaultValue{min-width:150px}.editIndexingProfileDetail input{width:275px}.editIndexingProfileIndexes{margin-top:10px;margin-bottom:10px}/*#endregion Indexing Profiles*//*#region   Search*/.AdvancedSearchLabel{font-size:12px;color:#00549f !important}.SystemSearchLabel{font-size:12px;color:#a94442 !important}#advanced_search_div{width:90% !important}.iDatixFilteredDropdown{width:100%}input[type="text"].iDatixFilteredDropdown{background-color:#fff !important;max-width:calc(100% - 2.25rem)}.SearchIndexControl{padding-left:40px;width:85%;color:#333;font-size:13px}.searchLabel{width:200px}.SearchIndexControl table{width:100%;border:none 0;text-decoration:none}.SearchIndexControl table tr td{padding:2px;text-align:left}.searchSystemIndexes{display:none}.thSearch{height:0}.thSearchRight{width:100%}.tdSearchRight .label{padding:0 5px 0 5px}.searchRangeTextBoxLeft{position:relative;z-index:11;float:left;width:45%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.searchRangeTextBoxRight{position:relative;z-index:11;width:95%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;float:right;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.searchRangeDateTextBoxLeft{position:relative;z-index:11;float:left;width:45%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.searchRangeDateTextBoxRight{position:relative;z-index:11;width:95%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;float:right;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.searchRangeLabel{position:absolute;top:5px;left:-20px;z-index:10;display:inline-block;width:30px;text-align:center}.searchRangeRightPanel{position:relative;top:0;z-index:10;float:right;width:45%}.searchRangeClear{clear:both}.TextControl,.NumericControl,.EditIndexesDateFieldClass,.rowSystemIndex input,.rowSystemIndex select,.IndexControlRow textarea,.addIndexType select{width:100%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ddlFormList{width:230px;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;font-family:inherit;font-size:12px;color:#666}/*#endregion   Search*//*#region Search - Indexes*/.SearchIndexControl .label{margin:2px;text-align:left;white-space:nowrap;font-weight:normal}.SearchIndexControl .searchcontrolbuttonscell{text-align:right}.SearchIndexControl select{border:1px solid #ccc !important;padding:3px 9px !important;border-radius:4px;width:100% !important}.tdSearchRight select{border:1px solid #ccc !important;padding:3px 9px !important;border-radius:4px;width:100% !important}/*#endregion Search - Indexes*//*#region Search - Saved Query*/.SavedQueriesTabController{margin-right:auto;margin-left:auto;width:85%;margin-top:15px;min-width:500px}.SavedQueriesTabController .ajax__tab_body{padding:0 !important;background-repeat:repeat-x}.SavedQueriesDiv{border:0;text-align:center}.SavedQueriesDiv table tr td{border:0;text-align:center;padding:6px}.SavedQueriesDiv table tr th{border:0}.SavedQueriesDiv .label{margin-right:3px;color:#000;text-align:right;font-weight:lighter;font-size:13px}.SavedQueriesDiv label{color:#000;vertical-align:middle;font-weight:lighter;font-size:13px}.SavedQueriesSaveControlsRow{padding:15px}.SavedQueriesName{vertical-align:middle}.SavedQueriesDiv .SavedQueriesTable{width:100%;border:0;text-align:left;margin-top:15px}.SavedQueriesDiv .SavedQueriesGridViewRow{background:#ffffe3}.SavedQueriesTable a:link{color:#00549f}.SavedQueriesTable .Header,.SavedReportsDiv .SavedReportsTable .Header{height:29px;background-color:#428bca;color:#fff;text-align:center;font-size:11px}.SavedQueriesTable .UserShared{background-color:#e4e4e4}.SavedQueriesDiv .EmptySavedQueries{margin-top:5px;margin-bottom:5px;padding:15px}.SavedQueriesFavoritesColumn{width:40px !important}.SavedQueriesNameInput{border:1px solid #ccc;border-radius:4px}.errorMessageSaveQuery{text-align:center}/*#endregion Search - Saved Query*//*#region Search Results*/.divResultControls{clear:both;margin-right:auto;margin-left:10px;padding-top:10px;font-size:11px}.divResultControls .SavedQueriesDiv{-moz-border-radius-bottomleft:5px !important;-moz-border-radius-bottomright:5px !important;margin-top:10px;margin-right:auto;margin-left:auto;padding-right:0 !important;padding-bottom:0 !important;padding-left:0 !important;width:85%;border:1px solid #ccc;border-bottom-right-radius:5px !important;border-bottom-left-radius:5px !important;background-color:#fff !important}.divResultControls .SavedQueriesDiv>div{height:100%}.divResultControls label{font-size:11px}.divResultsControls a:link{color:#f60;text-decoration:none}.divResultControls .ResultsActionButton{padding:0 3px 3px 8px;vertical-align:middle}.indexMultiSelect{position:relative;top:10px;clear:both;margin:0;font-size:11px}.indexMultiSelect span{color:#000;font-weight:bold}.indexMultiSelectControlCell .select{width:193px}.EmptySearchResult{color:#a94442;text-align:center;font-size:14px}/*#endregion Search Results*//*#region Search Results - File icon overlays/adornments */.fileTypeIconDiv{position:relative;margin-right:auto;margin-left:auto;width:30px;height:16px}.fileTypeIconDivImage{width:24px;height:24px}.fileTypeIconDiv td{width:50px}.adornment_tooltip_image{border-style:hidden;background-repeat:no-repeat}.fileTypeIconDiv-checkedOutToMe{position:absolute;bottom:0;left:14px;z-index:10;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRUU0QUVERDJDNUYxMUU0QTU2Q0NFM0Y1ODQ2NEMyQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRUU0QUVERTJDNUYxMUU0QTU2Q0NFM0Y1ODQ2NEMyQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJFRTRBRURCMkM1RjExRTRBNTZDQ0UzRjU4NDY0QzJBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJFRTRBRURDMkM1RjExRTRBNTZDQ0UzRjU4NDY0QzJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lmKytwAAAIxJREFUeNpi/P//PwM1ARMDlQHFBrrOc40G4jAYn4VCw5yA1BIodxXJLgQaoAfE6lC2PZDaCpW6TK6XTwHxBqBhcUB6OxBzAPFJILYl18sgB2gA8UIo/wgQu+xO2v2TXBeaAjFMM8hljsiGkWwgUPNFIOUFxJuA2B3I/4OuhnH4J+xRA0cNHIwGAgQYALRxJqS+vlpUAAAAAElFTkSuQmCC");background-repeat:no-repeat}.fileTypeIconDiv-checkedOutToAnother{position:absolute;bottom:0;left:14px;z-index:11;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OTEwRkY2RDJDNUYxMUU0OTUxQUVCMEEyQTg2NDMyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OTEwRkY2RTJDNUYxMUU0OTUxQUVCMEEyQTg2NDMyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MTBGRjZCMkM1RjExRTQ5NTFBRUIwQTJBODY0MzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk5MTBGRjZDMkM1RjExRTQ5NTFBRUIwQTJBODY0MzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vN4xagAAAIxJREFUeNpi/P//PwM1ARMDlQHFBp4y1I0G4jAYn4VCw5yA1BIodxXJLgQaoAfE6lC2PZDaCpW6TK6XTwHxBqBhcUB6OxBzAPFJILYl18sgB2gA8UIo/wgQu5idv/yTXBeaAjFMM8hljsiGkWwgUPNFIOUFxJuA2B3I/4OuhnH4J+xRA0cNHIwGAgQYALZIJqRiFTWpAAAAAElFTkSuQmCC");background-repeat:no-repeat}.fileTypeIconDiv-empty{position:relative;top:0;right:-10px;z-index:10;width:12px;height:12px}.fulltext_adornment_hasfulltext{position:absolute;bottom:0;left:-4px;z-index:10;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAADWSURBVDhPY3BZ5dIw88z/6UD8H0QzQAGyGEgNTJwgDVS8/+qr/2AAoqEGg9kwMZAaggbBFAAV///99///VbvP/D9z991/IAIbCmKDxEByIDVEG2i/1P7/11//4RhmILIYSA3RBlrMs/j/7htuF4LkQGqINlB/qv7/55//wzHMhchiIDVEG6jWo/b/4QfcLgTJgdQQbaBssyw4IpAxKFKQ+SA1RBsoViP2P31V6X8YDfMyshhIjmgDBcsF9wNxBkgDiAbi/1CMLEZ8OiTa5lGFoyEwkkMAAOD5IZLEPNpWAAAAAElFTkSuQmCC");background-repeat:no-repeat}.full_text_div input[type="text"],.advanced_search_controls_div td input[type="text"],.adminContent input[type="text"],.adminContent textarea,.globalcriteriainput,.adminContent input[type=password]{padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:26px}.adminContent textarea{height:auto;font-family:inherit;font-size:inherit}.lock_adornment{position:absolute;bottom:-2px;left:12px;z-index:10;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAAC8SURBVDhP7ZChDsJAEET3L/gK/qFfc7YSRXIKhUFecARV1aQKdQLb4AqqCQaLqx522tRAcrlegrtLXjLZnUynK5JfvkC+wB8u4JwrFHxRJH/KWgvFK/OjRnKgMQaKnQOoOVsc2Ffin80K1UagGu+uHKHmjDt6ooMfZwHQB6EnOpAtLjvB7Tg1xFCPUHPGHT3RgdeDhrzKIPREB/40vK8BJblhvdWGbRh6ljT0jRX4vaB1gu40Qc0Zd/oX/gOZ0OST+OeRggAAAABJRU5ErkJggg==");background-repeat:no-repeat}/*#endregion Search Results - File icon overlays/adornments *//*#region Search Results - Context Menus when an image icon in result set is right clicked. */div.ToolboxContextMenuPanel,div.VersionContextMenuPanel{position:absolute;z-index:21;padding:2px;border:#ccc 1px solid;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;-moz-box-shadow:2px 2px 8px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.1);box-shadow:2px 2px 8px rgba(0,0,0,.1);font-size:11px}.formPanel{position:absolute;z-index:1001;padding:2px;border:#ccc 1px solid;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;-moz-box-shadow:2px 2px 8px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.1);box-shadow:2px 2px 8px rgba(0,0,0,.1);font-size:11px;text-align:left !important}div.ToolboxContextMenuPanelProgression{left:18px;z-index:1001;top:-6em}div.ToolboxContextMenuPanel a,div.VersionContextMenuPanel a,.formPanel a{display:block;padding:2px 10px 2px 5px;border:transparent 1px solid;white-space:nowrap;cursor:pointer}div.ToolboxContextMenuPanel a:hover,div.VersionContextMenuPanel a:hover,.formPanel a:hover{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff !important;background-color:#428bca}.ToolboxSkinPanelProgression{position:relative}.ContextMenuBreak{display:block;overflow:hidden;margin:1px 1px 1px 32px;padding:0;height:1px;border-top:1px solid #ccc}a.ContextMenuItem-Selected{font-weight:bold}/*#endregion Search Results - Context Menus when an image icon in result set is right clicked. *//*#region  Search Results - View panel */#printDiv{width:100%}#SearchResult{padding:10px 5px 0 4px}.searchresultspanel{float:left}.searchresultspanel .applicationlabel{color:#a94442;font-weight:bold}.searchresultspanel .searchresultsheadertext{display:block;clear:both;color:#000}.searchresultsheadertext{height:30px}.searchresultspanel .emptysearchresults{position:relative;top:29px;clear:both;color:#a94442;text-align:center;font-size:14px}.indexMultiSelect{float:inherit}.ResultName{float:left;color:#00549f;background-repeat:no-repeat;text-transform:uppercase;font-size:15px;font-weight:bold;padding-left:5px}.RecordCount{position:relative;float:right;margin-bottom:5px;color:#fff;font-weight:700;font-size:small;display:block;background-color:#00549f;border-radius:20px;padding:3px 9px}.SortOrder{overflow:hidden;padding-top:4px;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-weight:lighter;font-size:12px;display:block;position:relative}.SortOrderText{position:relative;padding:0 8px}.imgButtonApplyTag{position:relative;top:2px}.tbTag{width:200px;margin-bottom:10px;padding:3px 9px;border:1px solid #ccc;border-radius:4px;font-size:12px}.tbTagWatermarked{color:#808080;width:200px;padding:3px 9px;border:1px solid #ccc;border-radius:4px;margin-bottom:10px;font-size:12px}.srHeaderDiv{display:block;float:left}.srHeader{display:inline-block;clear:both;width:100% !important;color:#428bca;text-transform:uppercase;font-weight:bold;font-size:15px;border-bottom:1px solid #ccc;min-height:55px}.srApplicationDropdownHolder{float:left;margin:6px 0 15px 7px}.srHeaderToolbar{float:right;margin:9px 5px}.srHeaderToolbar input[type="image"]{padding-right:3px;cursor:pointer}.searchHeaderToolbar{float:right}.searchHeaderToolbar input[type=image]{padding:0 10px 0 0 !important;-moz-border-radius:0 !important;-webkit-border-radius:0 !important;border-radius:0 !important}#srTagPositioner{float:right;clear:right;padding-right:5px}.srTagHolder{text-transform:capitalize !important;font-weight:normal !important;font-size:12px !important}#srFormListPositioner{float:right;clear:right;padding-right:5px}.imgButtonSelectForm{margin-bottom:-1px}/*#endregion  Search Results - View panel *//*#region Search Results - Results grid*/.FileIconCol{text-align:center}.NotesIcon{height:20px;width:18px}.GridViewResultsWrapper{overflow-x:auto;margin:1px;width:100%}.GridViewResults td{border-bottom:1px solid #ccc;padding:2px}.GridViewResults img{text-align:center;cursor:pointer}.GridViewResults .collapseImage{padding-bottom:6px}.iDatixGridViewCol-history{width:9px}.iDatixGridViewCol-checkbox{width:10px !important;text-align:center}.iDatixGridViewCol-file{width:15px !important;text-align:center}.iDatixGridViewCol-note{width:15px !important;text-align:center}.iDatixGridViewHeader{padding:5px 8px;line-height:19px}text.iDatixGridViewHeader{padding:5px 8px;line-height:19px;font-size:13px;font-weight:bold;color:#fff;fill:#fff;text-decoration:none}.progressionGridView .iDatixGridViewHeader th{font-size:14px}.progressionGridView .iDatixGridViewHeader span:before{content:none}.iDatixGridViewHeader a{color:#333;text-decoration:none}.iDatixGridViewHeader a:visited{color:#333;text-decoration:none}.iDatixGridViewHeader a:hover{color:#f60}.iDatixGridViewHeader a:active{color:#d1e2f0}.iDatixGridViewHeader .RowExpandCol{width:10px}/*.iDatixGridViewHeader .RowExpandCol .collapseImage {
    margin-right: auto;
    margin-left: auto;
}*/.iDatixGridViewHeader .DocumentCheckboxCol{width:20px}.iDatixGridViewHeader .FileIconCol{width:30px}.iDatixGridViewHeader .NoteCol{width:30px}.iDatixGridViewColNotes{width:5px}.iDatixGridViewCol{width:15px}.iDatixGridViewRow{background-color:#f3f3f3;color:#000;text-align:center;text-decoration:none;font-size:12px}.iDatixGridViewRow a:link{color:#000;text-decoration:none}.iDatixGridViewRow a:visited{color:#000;text-decoration:none}.iDatixGridViewRow a:hover{color:#f60}.iDatixGridViewAlternatingRow{background-color:#fff;color:#000;text-align:center;text-decoration:none;font-size:12px}.iDatixGridViewAlternatingRow a:link{color:#000;text-decoration:none}.iDatixGridViewAlternatingRow a:visited{color:#000;text-decoration:none}.iDatixGridViewAlternatingRow a:hover{color:#f60}.iDatixGridViewRow .crossquerylabel a:link,.iDatixGridViewAlternatingRow .crossquerylabel a:link{color:#f60;text-decoration:none}.iDatixGridViewRow .crossquerylabel,.iDatixGridViewAlternatingRow .crossquerylabel{color:#f60;text-decoration:none}.iDatixGridViewRow .crossquerylabel a:visited,.iDatixGridViewAlternatingRow .crossquerylabel a:visited{color:#a94442;text-decoration:none}.iDatixGridViewRow:hover,.iDatixGridViewAlternatingRow:hover{background-color:rgba(66,139,202,.2);text-decoration:none !important}.SelectedRow{background-color:#fde3a7;color:#000;text-align:center;font-size:12px}.SelectedRow a:link{color:#00549f;text-decoration:none}.SelectedRow a:visited{color:#00549f;text-decoration:none}.SelectedRow a:hover{color:#f60}.SelectedRow .crossquerylabel a:link{color:#a94442;text-decoration:none}.SelectedRow .crossquerylabel{color:#a94442;text-decoration:none}.SelectedRow .crossquerylabel a:visited{color:#a94442;text-decoration:none}.SearchResultsTag{white-space:nowrap}/*#endregion Search Results - Results grid*//*#region Search Results - Version Grid */.GridViewVersionResults{outline:none}.iDatixVersionGridHeader{padding:5px 8px;background:#428bca;color:#fff;text-align:center;text-decoration:none;line-height:19px}.iDatixVersionGridHeader th{padding:.15em;border-top:solid 1px #d1e2f0;border-bottom:solid 1px #d1e2f0}.iDatixVersionGridRow{text-align:center;text-decoration:none;font-weight:lighter;font-size:11px}.iDatixVersionGridRow td{padding:.2em;border-top:solid 1px #fff799}.iDatixVersionGridRow:hover{background-color:#edf7ff !important;text-decoration:none !important}.iDatixVersionGridPager{padding:.05em;color:#666;text-align:left;text-decoration:none;font-size:11px}.iDatixVersionGridPager a:link{color:#666;text-decoration:none}.iDatixVersionGridPager a:hover{color:#f60;text-decoration:none}.VersionTableSelectedRow{background-color:#fde3a7;color:#000;text-align:center;font-weight:lighter;font-size:11px}.VersionTableSelectedRow a:link{color:#00549f;text-decoration:none;font-weight:lighter}.VersionTableSelectedRow a:visited{color:#00549f;text-decoration:none;font-weight:lighter}.VersionTableSelectedRow a:hover{color:#00549f}/*#endregion Search Results - Version Grid *//*#region Search Results - Notes*/.NotesPage .label{color:#000}.NotesPage .NotesTextBox{background-color:#f9f9f9;white-space:pre-wrap}.NotesPage .NewNotesTextBox{background-color:#fff;color:#428bca}#NotesTable td{width:50%;padding:5px}/*#endregion Search Results - Notes*//*#region Checkin Dialog*/.checkinFormFrame{width:100% !important;min-height:180px !important}.checkinFormComment{padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;margin-bottom:10px;width:100%}.checkinFormFile{color:#fff;font-size:14px;font-weight:400;line-height:1.4285;text-align:center;border:1px solid transparent;padding:2px 6px;border-radius:4px;background-color:#428bca;text-decoration:none}/*#endregion Checkin Dialog*//*#region Capture - Upload*/.uploadContent{margin-top:10px;text-align:left;padding:0 20px 20px 20px}.uploadTitle{color:#428bca;font-size:20px;font-family:inherit;border-bottom:1px solid #ccc;padding-bottom:10px;font-weight:normal}.uploadTitleDescription{color:#000;font-size:12px;font-family:inherit}/*#endregion Capture - Upload*//*#region Capture - Routing - Inbox*/.RouteControl{margin-left:10px;width:85%}.routeHeader{text-align:right}.routeButton{width:300px;text-align:left;display:block;margin:3px;padding:5px;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#edf7ff;color:#428bca;text-transform:uppercase;font-weight:bold;font-size:14px;cursor:pointer}.routeButton:hover{background-color:#428bca;color:#fff}.routeInfoLabel{color:#000;font-size:14px;font-family:inherit}.routeLegend{color:#a94442;border-color:#a94442;margin:auto;width:370px;margin-bottom:20px;text-align:center}.inboxContent table{text-align:center;width:100% !important}.inboxContent>div{padding:5px 15px}.inboxContent td{text-align:left}.inboxApplication{color:#428bca;font-size:20px;font-family:inherit;text-align:left;border-bottom:1px solid #ccc;padding:10px 0 0 0;font-weight:normal;display:block;margin:10px 20px}/*#endregion Capture - Routing - Inbox*//*#region IndexControl Capture-Indexing/Capture-Routing/Search*/.IndexControl{color:#000}.indexingPager{clear:both;margin:auto;width:100%}.IndexControlRow{color:#000;text-align:left;font-weight:bold}.IndexControlRow table{margin-right:auto;margin-left:auto;width:85%}.IndexControlHeader{background:#000;color:#fff;font-weight:bold}.Hidden{display:none}.indexSelectWrapper{position:relative;height:100%}.indexSelectWrapper select{z-index:12;border:1px solid #ccc !important;padding:3px 9px !important;border-radius:4px;width:100% !important}.indexSelect{width:100%}div#applicationIndexes{padding-bottom:20px}.applicationDetailAttributes{margin-right:auto;margin-left:auto;padding-left:75px;width:300px}/*#endregion IndexControl Capture-Indexing/Capture-Routing/Search*//*#region Capture - Manual indexing*/.ManualIndexingControl{width:85%;border:none 0;background-color:#fff;color:#000;font-size:11px}.ManualIndexingControl table{width:100%;border:none 0;text-align:left;text-decoration:none}.ManualIndexingControl table tr td{padding:2px}.ManualIndexingControl .label{margin:2px;color:#000;text-align:left;font-weight:normal;font-size:12px}/*#endregion Capture - Manual indexing*//*#region  Edit Index (Bulkindexing?)*/.EditIndexControl{width:100%;background-color:transparent;color:#000;font-size:12px}.EditIndexControl table{margin:10px 0 0 10px;border:none 0;text-align:center;text-decoration:none}.EditIndexControl table tr td{padding:2px;text-align:left}.EditIndexControl .label{margin:2px;color:#000;font-weight:normal;font-size:12px}.EditIndexControl .disabledlabel{margin:2px;color:#eaeaea;font-weight:normal;font-size:12px}.EditIndexControl .editindexescontrolbuttonscell{text-align:center}.editindexlabeldiv span,.ApplicationSelector{color:#428bca;font-size:20px;font-family:inherit;font-weight:normal;text-transform:capitalize;text-align:left;border-bottom:1px solid #ccc;padding-bottom:20px;display:block;margin:0 10px 20px 10px}.editindexlabel{color:#000;font-weight:bold;font-size:11px}/* Correct DatePickers on the EditIndexes page */.DisplayDialog #ui-datepicker-div{z-index:1101 !important}/*#endregion  Edit Index (Bulkindexing?)*//*#region CollapsiblePanel - Workflow*/.collapsePanel{width:auto !important;padding:5px}/*.collapsePanelAutoHeight {
    height:auto!important;
}*/.collapsePanelHeader{display:block;clear:both;color:#428bca;text-transform:uppercase;font-weight:bold;font-size:14px;border-left-color:#00549f !important;padding:9px;border-bottom:1px solid #ccc;margin:10px;height:25px}.collapsePanelHeaderZeroResults{display:block;clear:both;color:#5d98cc;text-transform:uppercase;font-weight:bold;font-size:14px;border-left-color:#5d98cc !important;padding:9px;border-bottom:1px solid #ccc;margin:10px;height:25px}#master_content .collapsePanelHeader a{color:#fff}#master_content .collapsePanelHeader a:hover{background:none;text-decoration:none}.collapsePanelData{overflow-x:auto;padding-bottom:10px;width:100%}.processHeaderTable{width:100%;white-space:nowrap;table-layout:fixed}.processHeaderCell{-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.processHeaderCellLeft{width:120px}.processHeaderCellCenter{text-align:center}/*#endregion CollapsiblePanel - Workflow*//*#region WorkItemList/ByDocument/WorkItemViewer*/.progressionGridView td{padding:4px}.progressionGridView th{border-bottom:1px solid #ccc !important;padding:5px}.center{margin-right:auto;margin-left:auto;text-align:center}.centerDown{margin-top:10px;margin-right:auto;margin-left:auto;text-align:center}.progressionTaskBinder{position:relative;overflow:auto;overflow-y:hidden}.workflowScrollbarFix{overflow:visible;overflow-x:hidden;overflow-y:hidden}.reassignWorkflowPanel{margin:10px}.workflowReassign{color:#428bca;text-transform:uppercase;font-weight:bold;font-size:14px}.textPad{margin:20px;text-align:left;font-size:12px}.textPad li{padding-bottom:4px}/*#endregion WorkItemList/ByDocument/WorkItemViewer*/.bgiframe{display:inline !important}/*#region iForms */.formDesignerView{width:100%;height:99%}.formDesignerViewFrame{width:100%;height:100%}.FormDefinition{width:100%}.FormDefinition fieldset legend{color:#428bca;padding:10px;font-size:14px;font-family:inherit;font-weight:bold}.FormDefinition .FormsCategories ul{display:block;width:400px}.FormDefinition .FormsCategories li{display:inline-block;float:left;width:125px;vertical-align:bottom;text-align:left}.FormDefinition .FormsCategories li input{vertical-align:middle}.formsManagerPair{clear:both;margin-right:auto;margin-left:auto}.formsManagerLabel{float:left;width:120px;text-align:right;padding-right:10px}.formsManagerAppLabel{color:#428bca;font-size:18px;font-family:inherit;font-weight:normal}.formsManagerValue{float:left;min-width:275px;text-align:left}.formsManagerValue input,.formsManagerValue select,.formsManagerValue textarea,.ac_input{border-radius:4px;border:1px solid #ccc;margin-bottom:10px;padding:3px 9px;font-family:inherit;font-size:12px}.formsManagerValue textarea{height:inherit;width:100%}.publicFormCustomResponse{float:left;margin-top:5px;min-width:275px}.publicFormCustomResponse .publicFormCustomResponseTextBox{float:left;margin-top:10px;min-width:275px}.pfwatermarked{float:left;margin:0;padding:2px 7px 2px;min-width:275px;outline:none;color:#ccc;text-transform:uppercase;font-size:11px;line-height:1.5em}.formsManagerValue input{min-width:275px}.formsManagerValue select{min-width:275px}.FormFavorites{margin-top:10px;text-align:center}.FormFavorites p.Title{color:#428bca;font-size:20px;font-family:inherit;text-align:left;border-bottom:1px solid #ccc;padding:10px 0 10px 0;font-weight:normal;margin-left:10px;display:block;margin:10px 20px}.FormFavorites .Body{margin:25px auto;width:50%}.FormFavorites .Header{display:block;height:35px;vertical-align:middle;background-color:#edf7ff;text-decoration:none;white-space:nowrap;font-size:15px;text-transform:capitalize !important;font-weight:bold;color:#00549f;text-align:left !important;border:1px solid #ccc}.FormFavorites .Header .Title{position:relative;top:7px;left:10px;float:left;padding:0}.FormFavorites .Header .ButtonList{display:inline-block;float:right;position:relative;right:10px;top:5px}.FormFavorites .Detail{display:block;width:100%}.FormFavorites .Detail table{width:100%;border-collapse:collapse}.FormFavorites .Detail>table{border:1px solid #ccc !important}.FormFavorites .Detail table .HeaderRow{width:30%;background-color:#ccc;color:#fff;font-size:14px;padding:5px}.FormFavorites .Detail table .ItemRow{width:30%;text-align:center}.FormFillFrameScroller{overflow:auto !important;-webkit-overflow-scrolling:touch !important;border:1px solid transparent !important}.FormFillFrame{position:absolute;width:850px;height:100%;text-align:center;z-index:5;left:0;right:0;margin:20px auto;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 5px rgba(0,0,0,.08)}.formsFieldMapperHeaderLabel{font-weight:bold;float:left}.formsFieldMapperHeaderText{color:#a94442;font-weight:bold;float:left;padding-left:3px}.formsFieldMapperTemplateHeader{margin:auto;color:#428bca;font-size:14px;font-family:inherit;font-weight:bold;display:block}@media only screen and (max-device-width:1024px){.FormFillDiv{width:90%}}.FormFillError{z-index:5;display:block;width:50%;height:50%;margin:0 auto}.FormsErrorDiv{text-align:center}.formAdminContent .HeaderRow{background-color:#ccc;color:#555;font-size:14px;font-weight:bold}/*#endregion Forms integration *//*#region Calendar page */.calendar_collection{display:inline-block;margin:0 auto;height:285px;text-align:center;padding:15px;border-radius:4px}.ui-datepicker-trigger{padding:6px 0 0 6px}.add_holiday{float:left;margin:0 auto;text-align:left}.holidays{float:right;width:500px}.holidays .listview{overflow-x:auto;overflow-y:auto;width:100%;height:200px}.holiday_buttons{margin:0 auto;width:800px;text-align:center}.CalendarDatePicker .ajax__calendar_container{width:22em;border:1px solid #666;background-color:#edf7ff}.CalendarDatePicker .ajax__calendar_body{width:22em;height:15em;background-color:#edf7ff}.holidays>span{display:inline-block;padding:10px}.holiday_listview_wrapper{width:95%;border:1px solid #ccc;border-radius:4px;text-align:left}.holiday_listview_header{width:100%;height:40px;background-color:#00549f;color:#fff;text-align:left}.holiday_listview_header a{text-decoration:none !important}.holiday_listview_header .linkButton{margin-left:10px;color:#666;text-align:left;text-decoration:none;cursor:pointer}a.linkButtonSelectedItem:link,a.linkButtonSelectedItem:visited{color:#fff}a.linkButtonSelectedItem:hover{text-decoration:underline !important}a.linkButtonSelectedItem:active{color:#fff}.calendarListviewHeader{text-align:right}.calendarListviewBottom{text-align:left}/* For multiselect jquery widget on rubber stamps permission page */.multiselect{width:100%;height:100%}.RubberStampsTabController{margin-right:auto;margin-left:auto;width:85%}.rubberStampsMembers{width:100%;height:100%}.rubberStampsPermissions{width:100%;text-align:center;padding:5px}.rubberStampsPermissions .ajax__tab_tab{padding:10px !important;height:13px !important}.holidayDate{position:relative;z-index:9999999 !important;vertical-align:top}.suspendDate{position:relative;z-index:9999999 !important;vertical-align:top}/*#endregion Calendar page *//*#region Analytics */.AnalyticsMgrDsLabels{color:#000;font-weight:bold;padding:20px}.AnalyticsMgrDsValues{color:#00549f}.AnalyticsMgrListBoxRow{vertical-align:top}.AnalyticsMgrListBox{overflow:auto;width:100%;height:100%}.workFlowHeaderItem{margin-top:5px;margin-left:5px;cursor:pointer}.workflowViewerDiv{position:absolute;overflow:hidden}.workflowImage{position:absolute;top:33px;left:0;width:100%;height:100%;z-index:1 !important}.workflowHeader{position:absolute;z-index:2 !important;width:100%;height:32px;border:1px solid #00549f;background-color:#f9f9f9}.dashboardHeader{z-index:2 !important;position:relative;height:32px;float:right}.dashboard{position:absolute}.dashboardDiv{position:absolute;overflow:hidden;width:100%;height:100%}.dashboardButtons{margin-top:9px;margin-right:6px;cursor:pointer}.dashboardProcDd{padding:1px}.dashboardProcLbl{padding:4px;color:#000;font-size:11px;font-family:Arial,Helvetica,sans-serif}.dashboarHeaderProcesses{display:inline-block;background-color:#fff;margin-right:2px;height:30px}.stepBackground{background-color:#f9f9f9}/*#endregion Analytics *//*#region Modal Dialogs*/.modalDialogFrame{padding:0 !important;width:100% !important}.modalDialogOverlap{border:0 solid #fff;background-color:transparent;font-size:11px !important;font-family:Arial,Helvetica,sans-serif !important}.modalDialogOverlap .ui-dialog-content{border:0;background-color:transparent;color:#fff}.modalDialogOverlap .ui-dialog-buttonpane{border-width:2px 0 0 0;border-color:#fff}.modalDialogOverlap .ui-widget-content{background-color:transparent}.modalDialog{background-color:#fff;font-size:12px !important;font-family:inherit !important}/*#endregion Modal Dialogs*//*#region Multifileload Dialog*/.fileload-buttonbar{background:url("../../web/images/fileSelect.png");width:120px;height:65px}.fileload-buttonbar [type=file]{cursor:pointer;display:block;filter:alpha(opacity=0);width:120px;height:65px;opacity:0;position:relative;right:0;text-align:right;top:0}.mfileloadDialogTable{width:100%;height:100%}.mfileloadDialogList{z-index:100;overflow:auto;width:100%;background-color:#fff;text-align:left}.mfileloadDialogListFallback{height:140px;border:1px solid #ccc}.mfileloadDialogListDrop{height:240px;border:1px dashed #ccc;border-radius:4px}.mfileLabel{color:#000;text-decoration:none;font-weight:bold}/*#endregion Multifileload Dialog*//*#region RevisionControlDialog */.revisionControlLabel{color:#000;text-align:center}.disabled{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)}.divCheckoutButtons{position:relative;float:right}/*#endregion RevisionControlDialog *//*#region Print Dialog*/#print{min-height:365px !important}.PrintFieldsLabel{color:#000}.PrintFieldsListBox{margin-right:auto;margin-left:auto;width:100%;background-color:#fff}.PrintFieldsTextBox{background-color:#fff}.PrintOfficeWarning{background-color:#f2dede;border:1px solid #a94442;color:#a94442;text-align:center;border-radius:4px;padding:10px;font-size:14px}.PrintMenu{top:50px;left:0;z-index:3;width:100%;height:35px !important;text-align:left;background-color:#428bca;fill:#428bca}.PrintHeader{right:0;left:0;background-color:#00549f;fill:#00549f;height:50px}/*#endregion Print Dialog*//*#region Email Dialog */.EmailFieldsLabel{margin-left:8px;color:#000;text-align:center}.EmailFieldsTextBox{width:100%;border:1px solid #ccc;border-radius:4px;background-color:#fff}/*#endregion Email Dialog *//*#region SuspendDialog */.SuspendDialogTable{width:100%;height:100%}.SuspendDialogList{z-index:100;overflow:auto;width:96%;height:60px;border:1px solid #ccc;background-color:#fff;text-align:left}.SuspendDialogLabel{color:#000;text-decoration:none;font-weight:bold;font-family:Arial,Helvetica,sans-serif}.SuspendDialogSmallLabel{color:#00549f;font-weight:bold;font-size:10px}.SuspendDialogSuspendDate{position:relative;z-index:9999999 !important;vertical-align:top;padding:3px 9px;border:1px solid #ccc;border-radius:4px}/*#endregion SuspendDialog *//*#region Display Fields Dialog */.displayFieldsDiv{display:table;margin-top:10px;margin-bottom:10px;margin-left:20%;width:50%;text-align:left}.displayFieldsDiv span{position:inherit;margin-left:-20px}.DisplayFieldsCheckbox{margin-left:0}.DisplayFieldsCheckbox label{font-size:12px}.DisplayFieldsLabel{font-size:14px}/*#endregion Display Fields Dialog *//*#region Advanced Work Queue*/fieldset{border-radius:4px;border:1px solid #ccc}.advancedQueuePreferences{color:#428bca}.wiTopBar{height:90px;width:100%}.wiTopBarRight{float:right;margin:18px 18px 0 0}.wiTopBarLowerRight{margin-left:20px;margin-bottom:10px}.globalcriteriainput{margin:20px;width:300px}.wiSearchResults{background:transparent}.wiSearchResults .ui-widget-content{border:0 solid #ccc !important}.wiactions{position:relative;top:4px}.wiworkflowHeader{position:fixed;top:0;z-index:2 !important;width:100%;height:32px;border:1px solid #00549f;background-color:#f9f9f9}.updatePanelWiSrch{padding:15px}.collapsePanelHeaderProc{background-color:#edf7ff;border-radius:4px 4px 0 0;margin-top:14px}.filtersContent{margin-left:16px}.processHeaderIconLeft{margin-right:8px;margin-left:8px;width:16px;height:16px;display:inline-block;cursor:pointer}.processHeaderIconRight{margin-top:4px;margin-right:8px;margin-left:8px;width:16px;height:16px;display:inline-block;float:right;cursor:pointer}.processHeaderIconCollapse{width:13px;height:13px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQkYyQ0Q3RTMyRDMxMUU0QTkwOEQzRUU1REU2MkY3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQkYyQ0Q3RjMyRDMxMUU0QTkwOEQzRUU1REU2MkY3MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCRjJDRDdDMzJEMzExRTRBOTA4RDNFRTVERTYyRjcwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCRjJDRDdEMzJEMzExRTRBOTA4RDNFRTVERTYyRjcwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+j+CgOQAAAFVJREFUeNpi/P//PwMlgAWbIGPoApym/l+dwIgqAHQBMmYImf8fXQyfPBMDhYBiA1hwSWALBwz/4zMAm2KaeIFiAxixJSRS0gEjpSlx4MNgGBgAEGAA4YpE3jD++vkAAAAASUVORK5CYII=") center center no-repeat;padding-top:2px}.processHeaderIconExpand{width:13px;height:13px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjE5MEYyNDMyRDMxMUU0OTlBOTkwMjk1NUY3NTkyNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjE5MEYyNTMyRDMxMUU0OTlBOTkwMjk1NUY3NTkyNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMTkwRjIyMzJEMzExRTQ5OUE5OTAyOTU1Rjc1OTI0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCMTkwRjIzMzJEMzExRTQ5OUE5OTAyOTU1Rjc1OTI0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jAQ2AwAAAGFJREFUeNpi/P//PwMlgAWbIGPoApym/l+dwIgqAHQBMmYImf8fXQyfPBMhJ+JzDQgwMVAIWIixGcbG8D8+A2CKQZqxaaSaFwgagM92sAuxJSRS0gEjpSmR9mEwAgwACDAAtSpO05bKSu0AAAAASUVORK5CYII=") center center no-repeat;padding-top:2px}.processHeaderRight{margin-top:4px;margin-right:8px;margin-left:8px;display:inline-block;float:right}.processHeaderCenter{margin-top:4px;display:block;font-style:italic;font-size:11px;text-align:center;cursor:pointer}.gridHeaderIconRightLeftx3{margin-top:-28px;margin-right:96px;width:16px;height:16px;display:inline-block;float:right;cursor:default}/*.gridHeaderIconRightLeftLeft {
    margin-top:-28px;
    margin-right:96px;
    width: 16px;
    height: 16px;
    display: inline-block;
    float:right;
    cursor:pointer;
}*/.gridHeaderIconRightLeft{margin-top:-28px;margin-right:76px;width:16px;height:16px;display:inline-block;float:right;cursor:default}.gridHeaderIconRight{margin-top:-28px;margin-right:56px;width:16px;height:16px;display:inline-block;float:right;cursor:default}.gridHeaderRight{margin-top:-38px;margin-right:8px;display:inline-block;float:right}.gridHeaderCenter{margin-top:-30px;display:block;font-style:italic;font-size:11px;text-align:center;cursor:default}.processHeaderNoAppAccessOff{display:none}.processHeaderFilterOff{display:none}.allprocContainer{background:transparent}.allProcsSel{text-align:left;padding-left:14px}.allProcsClear{text-align:right}.procContainer{padding:0 10px}.ProcSelImplemented{color:#000;font-style:normal}.ProcSelUnimplemented{color:#666;font-style:italic}.ProcPanelCollapse,.ProcPanelUnCollapse,.ProcSystemCollapse,.ProcSystemUnCollapse,.ProcWorkflowCollapse,.ProcWorkUnCollapse{cursor:pointer;height:16px;width:16px;padding-top:3px}.ProcPanelCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAHVJREFUOE+1zbEKwCAMBFCH/P/uP7k7Obll8wvS3mBBjW2CtPCgHucZROSIGnqooYcaegQiOqKGHmrosQQxRtmZuzAcUHr7tJHh8NtAa02Y2T5w/y/MA3hthsu1VttAL3ellIdpAMWcs6SUFp8DgNLO3CWicAFRbb7+VeQKhQAAAABJRU5ErkJggg==") center center no-repeat;background-position:2px 3px;margin-top:-4px}.ProcPanelUnCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAH1JREFUOE+ljTEOwCAIRR24/+6d3J2c3Nw8AYW0mqjYQiV5Cbz8fBwiHiFKC6K0IEoLDgCOEKUFUVpYhPced8xZZjg49DZSyXDMBeSe7Z7fBbVWLKXoC2hfUBfwtwa5/j3nrCtoYYYcppQ6qgIOxhgxhLDwWcBwaMecBQB3AR2us7jWaZFGAAAAAElFTkSuQmCC") center center no-repeat;background-position:2px 3px;margin-top:-4px}.ProcSystemCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRjU5RkUzMjMyRDMxMUU0OTU2QUJCNkM5RDNFREU0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRjU5RkUzMzMyRDMxMUU0OTU2QUJCNkM5RDNFREU0QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGNTlGRTMwMzJEMzExRTQ5NTZBQkI2QzlEM0VERTRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFGNTlGRTMxMzJEMzExRTQ5NTZBQkI2QzlEM0VERTRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2t09PgAAAFVJREFUeNpi/P//PwMlgAWb4K2QAJymqq3ZwIgiAHIBMr4Z7P8fXQyfPBMDhYBiA1hwSWALBwz/4zMAm2KaeIFiAxixJSRS0gEjpSlx4MNgGBgAEGAAYoBFZk7/iJEAAAAASUVORK5CYII=") center center no-repeat;padding-top:3px}.ProcSystemUnCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTQzQTQ3ODMyRDMxMUU0QUIyRjg0MzVCRkQwRkZENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTQzQTQ3OTMyRDMxMUU0QUIyRjg0MzVCRkQwRkZENCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE1NDNBNDc2MzJEMzExRTRBQjJGODQzNUJGRDBGRkQ0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE1NDNBNDc3MzJEMzExRTRBQjJGODQzNUJGRDBGRkQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U7SNNAAAAGFJREFUeNpi/P//PwMlgAWb4K2QAJymqq3ZwIgiAHIBMr4Z7P8fXQyfPBMhJ+JzDQgwMVAIWIixGcbG8D8+A2CKQZqxaaSaFwgagM92EGDElpBISQeMlKZE2ofBCDAAIMAATddP415g7N8AAAAASUVORK5CYII=") center center no-repeat}.ProcWorkflowCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAScQAAEnEB89x6jgAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAfUlEQVQ4T+2RuwrAIAxFHTKX/nF/0N3Jyc3NL0h7BYP10Ua6VjiRyM0R1DDzJ4aHK+RCRII5Np5R54YChJ5WLUELZHhVIDO3ZiJIKXGMUS/A3qIW4LYWDIcQdIISLnjvBZUAQeccW2s7XgX54ArNuD5t7/IoeLdVfkERkDkByBAShMRvu68AAAAASUVORK5CYII=") center center no-repeat}.ProcWorkUnCollapse{float:left;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAScQAAEnEB89x6jgAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAfElEQVQ4T+2OMQ6AIBRDGZi9shdkZ2JiY+MEX0tS8lVANI6SvJCa9qGx1hZE5BXfCYhZF+mhe00BSqOjJYhgKGhl3S+bQ+gIcs6SUpoX4D4zLcBrhBnjGOOcgGUOQgiVpgB/DChA0XsvzrkLt4LyYS/10MPap+Apv4ACazbbbREST7eo3wAAAABJRU5ErkJggg==") center center no-repeat}.AllProcessPanel{width:100%;margin:0;height:auto;position:relative;overflow:auto}.ProcessCriteriaHeader{margin:0;height:auto;position:relative;overflow:auto;background-color:#edf7ff;padding:5px 5px 5px 0;border-radius:4px}.ProcessCriteriaHeaderStatus{color:#a94442;font-style:italic;display:none}.ProcessCriteriaPanel{width:100%;margin:0;height:auto;position:relative;overflow:auto}.ProcessCriteriaPanel tbody{width:inherit}.ProcessCriteriaPanel tr{height:24px;width:100%}.ProcIndexUsrLabel,.ProcIndexSysLabel{position:relative;float:left}.ProcIndexSysLabel{color:#a94442}.ProcIndexWrkflLabel{color:#449d44}.ProcIndexLabelCol{width:30%;padding-left:18px}.ProcIndexInputCol{width:66%;padding-right:16px}.ProcIndexHelpCol{width:4%;text-align:right;padding-right:5px;cursor:pointer}.ProcIndexSelect{width:100%;padding:0;border:0 solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:26px}.ProcIndexInput{width:100%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:26px}.ProcIndexRange{position:relative;width:45%}.EndRange{position:relative;z-index:11;width:45%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;float:right;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ToLabelRange{margin:2px;padding:2px 0 0 5px}.StartRange{position:relative;z-index:11;float:left;width:45%;padding:3px 9px;border:1px solid #ccc;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ProcIndexHelpTooltip{background-color:#333;max-width:200px;display:none;color:#fff;text-align:left;font-size:12px;padding:5px 10px}.ProcGroupPanel{width:100%;overflow:auto;margin-left:20px}.ProcGroupPanel ul{cursor:pointer}.ProcGroupLabelSys{list-style-type:none;color:#a94442}.ProcGroupLabelUsr{list-style-type:none;color:#00549f}.ProcGroupLabelWrkfl{list-style-type:none;color:#449d44}.workflowCanvas{position:absolute;top:0;left:0;background-color:transparent}.PreferencesLink{color:#f60}.MissingNoAccessLegend{float:right;margin-right:10px}.MissingDocumentLegend{background-color:#f2dede;height:10px;width:25px;display:inline-block}/*#endregion Advanced Work Queue*/.overLayInitial{width:0;height:0;z-index:3}.overlayUp{-webkit-animation:slideUp 1s forwards;animation:slideUp 1s forwards}@-webkit-keyframes slideUp{100%{width:100%;height:100%;top:0}}@keyframes slideUp{100%{width:100%;height:100%;top:0}}.overlayNext{height:100%;width:100%;left:100%;-webkit-animation:slideNext 1s forwards;-moz-animation:slideNext 1s forwards;-o-animation:slideNext 1s forwards;animation:slideNext 1s forwards}@-webkit-keyframes slideNext{100%{left:0}}@keyframes slideNext{100%{left:0}}.UpdateTaskPanelNext{position:relative;right:0;-webkit-animation:slideLeft 1s forwards;-moz-animation:slideLeft 1s forwards;-o-animation:slideLeft 1s forwards;animation:slideLeft 1s forwards}@-webkit-keyframes slideLeft{100%{right:100%}}@keyframes slideLeft{100%{right:100%}}.overlayPrevious{height:100%;/*top:0;*/-webkit-animation:slidePrevious 1s forwards;-moz-animation:slidePrevious 1s forwards;-o-animation:slidePrevious 1s forwards;animation:slidePrevious 1s forwards}@-webkit-keyframes slidePrevious{100%{width:100%}}@keyframes slidePrevious{100%{width:100%}}.UpdateTaskPanelPrevious{position:relative;left:0;-webkit-animation:slideRight 1s forwards;-moz-animation:slideRight 1s forwards;-o-animation:slideRight 1s forwards;animation:slideRight 1s forwards}@-webkit-keyframes slideRight{100%{left:100%}}@keyframes slideRight{100%{left:100%}}/*#region WorkItemViewer - Notes*/.notesGridAlternate{font-size:smaller;text-align:left !important}.notesGridFooter{font-size:smaller}.notesGridEdit{font-size:smaller}.notesGridSelected{font-size:smaller}.notesGridItem{font-size:smaller;text-align:left !important}.notesGridHeader td{background-color:#edf7ff;text-decoration:none;white-space:nowrap;font-size:15px;border-bottom:1px solid #ccc !important;border-top:1px solid #ccc !important;text-transform:capitalize !important;font-weight:bold;padding:10px;text-align:left !important}#NotesContent input{margin-bottom:20px}.notesGridHeader td:first-child{border-left:1px solid #ccc !important}.notesGridHeader td:last-child{border-right:1px solid #ccc !important}.notesGridHeader td a{color:#00549f !important;text-decoration:none}.notesGridItem{background-color:#f9f9f9 !important;color:#000;text-decoration:none;font-size:12px;/* height: 5px; */position:relative}.notesGridItem td{padding:10px;border-bottom:1px solid #ccc !important}.notesGridItem td:first-child{border-left:1px solid #ccc !important}.notesGridItem td:last-child{border-right:1px solid #ccc !important}.notesGridAlternate{background-color:#fff !important;color:#000;text-decoration:none;font-size:12px;text-align:left}.notesGridAlternate td{padding:10px;border-bottom:1px solid #ccc !important}.notesGridAlternate td:first-child{border-left:1px solid #ccc !important}.notesGridAlternate td:last-child{border-right:1px solid #ccc !important}.notesGridPager td{text-align:right;top:2px;position:relative;font-size:small}.notesGridPager td span{padding:1px 5px 0 5px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#fff;font-weight:bold;background-color:#00549f;margin:2px}.notesGridPager a{margin:2px}.notesGridPager a:link{color:#666;text-decoration:none}.notesGridPager a:hover{color:#f60;text-decoration:none}.notesGridPager a:visited{color:#428bca;text-decoration:none}/*#endregion WorkItemViewer - Notes*//*#region JQuery UI overrides*/.modalDialog .ui-dialog-content{border:0;background-color:transparent}.modalDialog .ui-widget-content{background-color:transparent}.modalDialogContent{/*a marker for dialog sizing and content classing*/background-color:transparent;padding:10px}.modalDialogContent textarea{overflow:auto;margin-right:auto;margin-left:auto;width:96%;border:1px solid #ccc;border-radius:4px;background-color:#fff;text-align:left}.modalDialogButtons{border-width:1px 0 0 0;border-color:#ddd;margin:0 auto;display:table}/*#endregion JQuery UI overrides*//*#region iSynergy - iPad/Mobile */@media only screen and (max-device-width:1024px){/* define mobile specific styles come here */form[action="SearchResultsView.aspx"] .leftPane{width:55%;float:left}form[action="SearchResultsView.aspx"] .viewerDiv{width:45%;float:right;background-color:#f5f5f5;border-left:3px solid #ccc;overflow:auto;position:absolute;top:0;right:0;bottom:0}form[action="SearchResultsView.aspx"] #footer{position:fixed}.srHeader{margin-left:0}}/*#endregion iSynergy - iPad/Mobile */.ie9HoverBugWorkaround{/* see http://blog.brianrichards.net/post/6721471926/ie9-hover-bug-workaround */min-height:0%}/*#region Preferences - AJAXToolkit Tab (to be deprecated when tabs are substituted)*/.ajax__tab_default .ajax__tab_header{white-space:nowrap}.ajax__tab_default .ajax__tab_outer{display:-moz-inline-box;display:inline-block}.ajax__tab_default .ajax__tab_inner{display:-moz-inline-box;display:inline-block}.ajax__tab_default .ajax__tab_tab{margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}.ajax__tab_xp .ajax__tab_header{font-family:inherit !important;font-size:13px !important;background:none !important}.RubberStampsTabController .ajax__tab_header{height:38px}.ajax__tab_xp .ajax__tab_outer{padding-right:4px;background:none !important;height:29px;color:#428bca;padding:3px 12px}.ajax__tab_xp .ajax__tab_inner{padding-left:3px;background:none !important}.ajax__tab_xp .ajax__tab_tab{height:13px;padding:4px;margin:0;background:none !important}.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer{background:none !important}.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner{background:none !important}.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab{background:none !important}.ajax__tab_xp .ajax__tab_active .ajax__tab_outer{background:none !important;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;border:1px solid #ccc;border-bottom-color:#fff;height:30px;color:#000;padding:3px 12px;top:1px;position:relative}.ajax__tab_xp .ajax__tab_active .ajax__tab_inner{background:none !important}.ajax__tab_xp .ajax__tab_active .ajax__tab_tab{background:none !important}.ajax__tab_xp .ajax__tab_body{font-family:inherit !important;font-size:13px !important;border:1px solid #ccc !important;min-height:150px;padding:20px 8px;background-color:#fff;border-radius:0 0 4px 4px}.adminContent .ajax__tab_xp .ajax__tab_body{min-width:978px}.ajax__scroll_horiz{overflow-x:scroll}.ajax__scroll_vert{overflow-y:scroll}.ajax__scroll_both{overflow:scroll}.ajax__scroll_auto{overflow:auto}/*#endregion Preferences - AJAXToolkit Tab*//*#region ProgressionConsole*/.SavedReportsDiv{margin-right:auto;margin-left:auto;margin-top:10px;width:85%;text-align:center;border:1px solid #dbdbdb;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#fff !important;padding-bottom:10px}/*#endregion ProgressionConsole*/.loadEmails{height:400px}.mailFolders{vertical-align:top;width:25%;height:100%;display:inline-block;overflow:auto;float:left;border-right:1px solid #ccc}.mailList{vertical-align:top;width:74%;height:100%;display:inline-block;overflow-y:hidden;overflow-x:auto;float:right}/*viewer console*/.monitorStack{display:block;width:100%}.monitorSideBySide{display:inline-block;width:49%}.TableVisibilityOff{display:none}.TableVisibilityOn{display:table}.DivVisibilityOff{display:none}.DivVisibilityOn{display:block}/*Processing...*/.sk-cube-grid{width:40px;height:40px;margin:300px auto}.sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#428bca;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.ui-icon-gripsmall-diagonal-sw{background-image:url(./images/resize_sw.png)!important;background-position:0 0!important}.ui-resizable-sw{width:16px;height:16px;bottom:1px!important;left:1px!important}.ui-icon-gripsmall-diagonal-se{background-image:url(./images/resize_se.png)!important;background-position:0 0!important}.ui-resizable-se{width:16px;height:16px;bottom:1px!important;right:1px!important}/*sass color-theme: DocuPhase*/.sf-menu{position:relative;margin:0;padding:0;list-style:none;font-family:inherit;float:left;width:100%}.sf-menu .sf-iSynergy{position:absolute;display:none;top:100%;left:0;z-index:99;font-family:inherit;-webkit-box-shadow:2px 3px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 3px 6px rgba(0,0,0,.2);box-shadow:2px 3px 6px rgba(0,0,0,.2)}.sf-menu li:hover>.sf-iSynergy,.sf-menu li.sfHover>.sf-iSynergy{display:block}/*** iSynergy top menu items  ***/.sf-menu>li{float:left;background:#428bca;-webkit-transition:background .2s;-moz-transition:background .2s;-o-transition:background .2s;transition:background .2s}.sf-menu>li:hover,.sf-menu>li.sfHover{background:#00549f;/* only transition out, not in */-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.sf-menu>li>a{display:flex;height:35px;align-items:center;position:relative;padding:7px 15px;text-decoration:none;zoom:1;/* IE7 */color:#fff;box-sizing:border-box}.sf-menu>li a:focus{outline:0;border:0}/*** iSynergy top menu dropdown ***/.sf-iSynergy{background-color:#00549f;padding:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/*  width: 100%; */-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;/*opacity: 0.9;*/}.sf-iSynergy>ul{list-style-type:none;padding:0;margin:0}.sf-iSynergy>ul>li:hover,.sf-iSynergy>ul>li.sfHover{background:#00549f}.sf-iSynergy>ul>li>a{padding:7px 15px;text-decoration:none;zoom:1;/* IE7 */color:#e4e4e4}/*** iSynergy top menu sections ***/.sf-iSynergy-section{float:left;/* width: 8em; optional */padding:0 20px 10px 0;margin-right:1em}.sf-iSynergy-section>ul{list-style-type:none;padding:0;margin:0;min-width:80px}.sf-iSynergy-section>ul>li{padding:2px 0}.sf-iSynergy-section>ul>li:hover,.sf-iSynergy-section>ul>li.sfHover{background:#5d98cc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sf-iSynergy-section>ul>li:active{background:#5d98cc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sf-iSynergy-section>ul>li>a{padding:.75em 1em;text-decoration:none;zoom:1;/* IE7 */color:#fff}.sf-iSynergy-section>ul>li>a.last{color:#f60}.sf-iSynergy-section>ul>li[disabled="disabled"]:hover{background:none}.sf-iSynergy-section h2{font-size:14px;margin:.5em 0;color:#fff;text-transform:uppercase;left:-5px;display:block;position:relative}.sf-iSynergy-section h2 img{padding-right:3px;top:2px;position:relative}li[disabled="disabled"] hr{border:none;height:1px;background:#428bca}/*** iSynergy sub menu sections ***/.sf-iSynergy-section li ul{position:absolute;display:none;list-style:none;padding:2px;left:18em;margin-top:3px;background-color:#428bca;-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 2px 6px rgba(0,0,0,.2);box-shadow:2px 2px 6px rgba(0,0,0,.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.sf-iSynergy-section li ul li{position:relative}.sf-iSynergy-section li ul li:hover,.sf-iSynergy-section li ul li.sfHover{background:#5d98cc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sf-iSynergy-section li ul li a{padding:7px 15px;text-decoration:none;zoom:1;/* IE7 */color:#e4e4e4;white-space:pre}.sf-iSynergy-subMenuArrow{padding:5px 3px 0 0;float:right}/*** iSynergy mobile header menu ***/.sf-header{width:32px !important;float:right;z-index:1001;/*    font-family: inherit;

min-width: 12em;
*width: 12em;
*/}.sf-header ul{left:-132px;top:32px;padding:0;position:absolute;color:#fff;/*box-shadow: 2px 3px 6px rgba(0,0,0,.2);*/}.sf-header>li{float:none;background-color:transparent}/*.sf-header li {  
    list-style:none;
}*/.sf-header li a{text-decoration:none;color:#fff}.sf-header>li li{padding:6px;min-width:100px;*width:100px;background:#428bca;-webkit-transition:background .2s;-moz-transition:background .2s;-o-transition:background .2s;transition:background .2s}.sf-header>li li:hover{background:#00549f;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}/*** arrows (for all except IE7) **/.sf-arrows .sf-with-ul{padding-right:2.5em;*padding-right:1em;/* no CSS arrows for IE7 (lack pseudo-elements) */}/* styling for both css and generated arrows */.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;/* order of following 3 rules important for fallbacks to work */border:5px solid transparent;border-top-color:#edf7ff;border-top-color:rgba(255,255,255,.5)}.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul:after{border-top-color:#fff;/* IE8 fallback colour */}/*sass color-theme: DocuPhase*/div.timeline-frame{margin:2px;border:0 solid #ccc;overflow:hidden;background-color:#fff;-moz-border-radius:3px !important;/* For Firefox 3.6 and older */border-radius:3px !important;font-size:12px}div.timeline-axis{border-color:#00559c;border-width:1px;border-top-style:solid}div.timeline-axis-grid{border-left-style:solid;border-width:1px}div.timeline-axis-grid-minor{border-color:#ccc}div.timeline-axis-grid-major{border-color:#00549f}div.timeline-axis-text{color:#00549f;padding:3px;white-space:nowrap}div.timeline-event{/*border-color: $deEnfasisTextColor;
    background-color: $secondaryThemeColor!important;*/display:inline-block;color:#666;font-weight:100}div.timeline-event-selected{border-color:#fde3a7;background-color:#fff799;z-index:999}div.timeline-event-cluster{color:#aeaeae;font-weight:100}div.timeline-event-cluster-box{/*border: 1px solid $deEnfasisTextColor;*/background-color:#aeaeae}div.timeline-event-cluster-dot{background:transparent !important;color:#000 !important}div.timeline-event-cluster-range{/*border: 1px solid $systemHoverColor;*/background-color:#666}div.timeline-event-box{text-align:center;/*border-style: solid;
    border-width: 3px;*/-moz-border-radius:3px;/* For Firefox 3.6 and older */border-radius:3px;padding:3px}div.timeline-event-dot{border-style:solid !important;border-width:5px !important;-moz-border-radius:5px !important;/* For Firefox 3.6 and older */border-radius:5px !important}div.timeline-event-range{border-style:solid;border-width:1px;-moz-border-radius:2px;/* For Firefox 3.6 and older */border-radius:2px}div.timeline-event-range-drag-left{cursor:w-resize;z-index:1000}div.timeline-event-range-drag-right{cursor:e-resize;z-index:1000}div.timeline-event-line{border-left-width:1px;border-left-style:solid}div.timeline-event-content{margin:1px;white-space:nowrap;overflow:hidden;background-color:transparent;color:#000}div.timeline-groups-axis{border-color:#ccc;border-width:1px}div.timeline-groups-axis-onleft{border-style:none solid none none}div.timeline-groups-axis-onright{border-style:none none none solid}div.timeline-groups-text{color:#00549f;padding-left:10px;padding-right:10px}div.timeline-currenttime{background-color:#f60;width:2px}div.timeline-customtime{background-color:#428bca;width:2px;cursor:move}div.timeline-trace{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}div.timeline-leftIndicator{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAD+SURBVEhLtZTRCcJAEESNivhpE2lC1OKsQtEq7ERQe9GfM3vshblxcsSQDDy4zO7OJhEzCyFMijZdXT6KexhtDpDKMWRxqDhHZrF5uDyD4ZdFyWA0f4qN0oJ/lmTicG7ABcb2eKvquq68XFTM4vBogjz4g0t25/vCy1FqzhS9VERQGIzsr4+1t0TxbHudDgiKgrMnaZbMvU3mGO0BBzt4C8+WLH1HFpxoD2q4N6fXZuoFq8kW9H5FmQmiwOE/cmaCMBBpwuV/gdEmyAOzO/dSJpVjaBOEwSpczSPaBHE4fofULFOUNag755ASUqUGrPVBmghL9ZSQ5phIczzC7Ashl5n+Ss1bnAAAAABJRU5ErkJggg==") no-repeat center;height:16px;width:16px}div.timeline-rightIndicator{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAD0SURBVEhLtZTBDcIwDEVbQIgjS2QJBB2OKUAwBZsgAbvAJdQmjoz5adOSPulB6jjfVVGpvPeTCotaRKrH1nkPFckxwBxYHElnTnIjQXO6ezJcMr1nh4ajAdbPRwbOuXqzv9Q6fPSAuKnYHq9zE/7KHsCLgL0mdufbyoRHQwsjZ7WwSApt+MyE8p2LoY2BObAYaMMXOkz5BLUvY5YstERzeKzRwVxjliy0YcASHcw1ZslCK3Q8ol5jliyswiQ/Mqlph9h3oOwAwYQPe9FSWsyQ/weQAv0f0XfxAaJGBtj6DzogR0vXHqMbcrSgHi0slhQWy+mrNz2Imf7hQMNKAAAAAElFTkSuQmCC") no-repeat center;height:16px;width:16px}div.timeline-navigation{font-family:inherit;font-size:20px;font-weight:bold;color:#000;/*border: 1px solid $deEnfasisTextColor!important;
    -moz-border-radius: 3px; 
    border-radius: 3px;*/background-color:transparent;/*margin: 4px;*/}div.timeline-navigation-new,div.timeline-navigation-delete,div.timeline-navigation-zoom-in,div.timeline-navigation-zoom-out,div.timeline-navigation-displaymode,div.timeline-navigation-off,div.timeline-navigation-reset,div.timeline-navigation-timenow,div.timeline-navigation-link,div.timeline-navigation-unlink{cursor:pointer;padding:7px 7px;float:left;text-decoration:none;width:16px;height:16px}div.timeline-navigation-new{background:url("../../web/images/timelinenew.png") no-repeat center}div.timeline-navigation-new-line{border-right:solid 1px}div.timeline-navigation-delete{padding:0;padding-left:5px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAn1JREFUOE+dkm1IU1EYx587MYJ8R8HA7MPwW/tQZGIElmRuGeEUdIiWjtQgvwim2ZdKBk7NKIssyqDUoZGNEKcpoi2dzhd60cwWGjfN6eZ0zmGI5b9z741ACqIO/O55ODy/c/6Hc2lETz4MYf4naKicyPtRTwsvssnRc5q8Y5fp+8x9wtyjrTgMQi8n9AvQN6eBNuYeigi1tUlLi14vzbndNOV00oTdTo0mEwGg5NLSX9DGfD2tz9SJCHW3TiVr1Wrnu5OS0KlUwlJcjNt6vexmQwMJRKlUkrj+5QGtfbojwtcXUl/MHsykpmIpLw9Lubn4nJKCgfh4DBoMxHs8pCwsFE+nr/w9dsdbNPvsAmc5Eg1XZSW8ZjPGExLwLjERaxYLFisq0BEbi4n+ft+jBQWSuDZdS57J65z1nArDB2MxVlbG1oFZkwm2lha4VlcxUFQEU1QUzCUlOJyf7yuKXlsNuceruM4T0bCySE9CQ/E8OxsfHA5MLy+jLSMDtURoCg9HG4t9SKvlRNEzcY1cr8u59uQD6FUoYAwMhLm6Gja7HbMrK3hbVwdjQACMISFo02gQk5UlRXWPVZJztMy3r/QkWkODYWVxbOykHrUa5rQ0eFjXpE6HFn9/DNbUbN+n0Uji8ptyWhi6xPGd52VPj+9FV2QkhlikER8fDMtkeJWejq6ICBjZJi72pgq1WhK7b0TTVMdZWhy+Qnx7MVXt34nmsDC8DApCH6OJ1Y9zcuDkedn65ibtiouTxLu5RLVniJovRtBoYwoVKbfRseDg3kw/v/cCCazeLZdz/goFCeyQy7eK104RXc0k0mnYfygN7ie/DVEUPv/DHxf/DugHyxzhk15nvc8AAAAASUVORK5CYII=") no-repeat center}div.timeline-navigation-zoom-in{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OUMzMDZDRDJDNUUxMUU0ODFGNEU3MTRGMDFEREMwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OUMzMDZDRTJDNUUxMUU0ODFGNEU3MTRGMDFEREMwNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk5QzMwNkNCMkM1RTExRTQ4MUY0RTcxNEYwMUREQzA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk5QzMwNkNDMkM1RTExRTQ4MUY0RTcxNEYwMUREQzA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NjhwDQAAAZlJREFUeNpi/P//PwM1ARMDlQHVDWRB5qipqcGYnkBcAsTmQMwMxBeAeBozj/ASII01jK6fO47ThY1APBWIZzMys8gCaTEgbgbior9f3i4g5CsWND7IZbEMjIwWDP//v5IoXvMRyOd63hXAysjMeuD/39/7gIZmQi3EChiRYxno5b0gl0mWbVgBFfoCxNwgdSAO0GBTILUKaKEiukG3bt7E6kJzoDdDgPRHaNhxQ8W/QsOOB4j5gFgciF8S42Xm/3///AF5E02OC4n9BxgcLMQmG1Bs2r7oDWWFevMbLGheTUsG8eVBLgXG9jMgZkDGuAycBsSt0IhggCURKBukdgoQTwdGzH8gZkDGWL0MSmdASRdQbAK5uUCDeKBS6kDxHiDtAw1PSZA9xHgZ5J1EIL0YHJsMDG+hgX8QiM8A8UqQ4UB8D4g3ERMpIPAPms6mApOHOCgCQGEG8ibUZSDDOIDYF2qoHyl5GeS6p0jZDeTN3UjyvuguJadwALloM5qhGyktbdANVcUXhqQYuhFqmC3WvDwoC1iAAAMAbTqIhBY3arEAAAAASUVORK5CYII=") no-repeat center}div.timeline-navigation-zoom-out{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzdCMUZFRDJDNUUxMUU0OUU1MkVCREIzQURDNTkwMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzdCMUZFRTJDNUUxMUU0OUU1MkVCREIzQURDNTkwMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzN0IxRkVCMkM1RTExRTQ5RTUyRUJEQjNBREM1OTAzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzN0IxRkVDMkM1RTExRTQ5RTUyRUJEQjNBREM1OTAzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CXS9cwAAAXJJREFUeNpi/P//PwM1ARMDlQHVDWRB5qipqcGYnkBcAsTmQMwMxBeAeBozj/ASII01jK6fO47ThY1APBWIZzMys8gCaTEgbgbior9f3i4g5CsWND7IZbEMjIwWDP//v0IS38bIzHrg/9/f+4CGZkItJMpAkDerJEvXv8Ki9tvzroBcIL0KaCHRBpoDvRkCpD9Cww4d8AAxHxCLA/FLYgxk/v/3zx8gzYVFDgb+AIODhdhkA4pN2xe9oaxAmhEZv5qWDKLlQbEMjO1nQMyAjHG5cBoQtwLxAWB4fUNxOo8wyPIpQDwdGDH/iXIhNJ1dAsUmkDZFklIHGrIRSPsAsSYQSxLrZZB3EoH0YnBsMjC8hQb+QSA+A8QrQYYD8T0g3kRMpIDAP2g6mwpMHuKgCACFGdSbklDDOIDYF2qoHyl5GeS6p0jZ7TkQ70aS90V3KTmFA8hFm9EM3UhpaYNuqCq+MCTF0I1Qw2xhgoyDvsQGCDAAIntqeDxRXxYAAAAASUVORK5CYII=") no-repeat center}div.timeline-navigation-move-left{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAABBklEQVQ4T2MgF4SGhjJCmRSC58+f/3/79u1/EI0Ng+RgmEHtPybGpgkXBmkA0c+ePfv/9OlTTANAEgWdV+B8dAwzAJkPNwCk2TR8FxiD2MgKYRisAR3DJEPy9vz/9OnTfy2fDf+Ngzf/T6o6/H/+2usYhoBwQ0MD3BKwAcquq8EC3759A9MwSWwuef36NdgAEA3iw12g5LL2/8+fP8G0tveG/1FF+/5PX3oRLPf+/Xu4ASA2yACYGEoYqLpvBWOYK7C5AIRBBsDYKAaAcGTRSbyaQRirAaRg6hrQ2dkJFgDhpqam/42Njf9BYq3n/sIxTB6Em0/9QhHH6QJkA/CJQ7MUuYCBAQAhtr8mocvvwgAAAABJRU5ErkJggg==") no-repeat center}div.timeline-navigation-move-right{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAABDElEQVQ4T2MAgdDQUEYwY2CA2v//6Pjt27dw/Pz5c6wYJgc24OnTp/+fPXsGEQDykRUSwmADUATwGFDQeQVuEQxj9QKyAhgGaTQN3wXGyIYwwCQbGhpQNMDw/LXX/ydVHf5vHLz5v5bPhv+fPn36H5K3By4PNuD169dgA0A0TAKGYbaBaBD+9u0bmFZ2XQ0WBxvw/v17sAEgGqYRxp6+9OL/qKJ9/7W9N/xXcln7/+fPn2Aapg5sAAjj8gLMZhBWdd8KxiA2TJ6gASAMMyCy6CScDZMjygB8mHIDQBpbz/0F4+ZTv8AGwTBMHIQ7Ozv/NzY2/m9qaoLLg8TALkBWiGw6LnFkDM1R5AIGBgDErb8m7gHo/AAAAABJRU5ErkJggg==") no-repeat center}div.timeline-navigation-off{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAF9JREFUOE/Ni8ENgDAMxDIQD/bfgKmKkI62qXwBfljyI5Ev/sexb+1SZ8f9E3e0xu6fWKMnNRtQVKlZhkJSOUODWWUeGs0qY2hAKs9QWKnZgKJKzTIucn/ERa/G34k4AeDR5zEWLL/2AAAAAElFTkSuQmCC") no-repeat center}div.timeline-navigation-reset{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvwAADr8BOAVTJAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAXdJREFUOE9jAIHQ0FBGMINS8P//f5Ixg93sq//RMTaQu9f8UMZJ54dZp1wfFO+yOAMV/g82ABlgM6DqdvKfSS86/89/O/P/pDc9/2ufFf0vuhkFliNoQMnt+P9z3kz9P+vdlP+5txL/xxxw/59ywPt/8qmA/8HHzW7j9ULptbC/va/a/k990/c/A2hQ09mWd1ApMIheY3sfFBBgsGHDBigLAaKuev5Pehz+P/1R7P+Ew9FQUVSAYUDoLOHTQXss/oftt/4fcN7hv8cD2/9BN9z+u2y2+++zx+1zxJbw62CFUIDVBXFbHZ5H3vL/7//Y+b/VTd3/Lvct/qc/i/3vv9fz/6TjM6GqIACnFxJW2P31uGz73/KBDtgVruvs/3fvngKVRQC8YRA7z/q/0yWL/w6LdP7PPLLwI1QYBeA1AATiZtlAWdgB3IDWc3+hLFSASxwGGEA2gxSBcPOpX2CXwDBMHISRxZEx2AXICpEBLnFkAM2H5AIGBgBrIuaph1bhKAAAAABJRU5ErkJggg==") no-repeat center}div.timeline-navigation-timenow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvwAADr8BOAVTJAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAJFJREFUOE9j+P//P3bMAKSAmIGBgcUaSGQCsSwQg4A9EIP4ViAOUDF2ADWAEACrsJt9FQOTbAAyoKoBIDYyRgdwAzAUYnEBWBwNoKjYsGEDlAUE1DIA2VVkuwBFHA0MNwNaz/2FsoAAyQAUcTTAADIdhEGKQLj51C+IjVADYOIgDFOLjOEuQFYIBlgMwAT//wMAZ7wi5iDFL+IAAAAASUVORK5CYII=") no-repeat center}div.timeline-navigation-displaymode{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvwAADr8BOAVTJAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAMRJREFUOE9jAIHQ0FBGMGNAgN3sq//RMSkAbAAyGBgD0DE6eH3+zP+3B3b/f3PqOFQEARig9P8NGzZAWajg0+LZ//97W8Dx1+56qAwE4DUAZDOyZhh+u2srVAUBAz4uX4DVgM8z+6EqCBgA8jc2Az4umgVVQUQY/CjPRNH8KyMSKgMBBA0AAZBXQM7+NHcKVAQB4Aa0nvsLZaECXOIwwACyGaQIhJtP/QK7BIZh4iCMLI6MwS5AVogMcIkjA2iWIhcwMAAAXPnnxF0o/RgAAAAASUVORK5CYII=") no-repeat center}div.timeline-navigation-link{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAi1JREFUOE9joAvQ7l1mI969YqJYz/LJ6r3LXKDCxAHp7iWFrO2Lv/F0LHrN3bHkKVvb4h/SXSt6Uzdsg6rAATo2HWJU7FtRyda25IdY1/J+tUkrxcW7lglLdS+dxNK25Ldq/1J7qFJM0NTUxF1cUm7l1TapTq97caZh7zI2qBSD27SVQmztS34Idi/uhAqhgrKyMu2srKzjaWnp79PSM95nZGZfLioqdodKMzguXMXB3rHoi3DXsn6oEAIANWtlZGTcyUjPvJOXV5BbVFQUmJ2Tdxgo9rKyslIKpEaie0UJa/vS30qdy5zBmmCgtLRUOjMz8xJQ8eWi4hIN9Z7leW4zVvNXVlbJZmVlXy8vL1eU6V0Sxt6+5Ito97Ju76UHmKFaGRhqa2vZgM7ekZ6e/rC4uFjLfeJCXp62JR+ke5a2uc9fw5vW0qkvO3FFClDze8H25Yuc563ngmqFgPyCQrfU1NT/BQUFYSB+w7ZzDBJdizs5O5Z84+5YfJSrfckJ9o7FPwW7lq2zmLVBEKwJGeTk5menpKb9r6+vV4AKMXjNX8em2j0vTaZ7yVbR3qXbxbqXFDtMW80LlUYFxcUlHmlpaSAXpMycORMsBgw0yezs7M1Ary1uaWnhBgviAj09PcAwyD6enpH5Kis7tzovvzA/MzP7YkZG5vP8/HxLqDL8oK6+QQ4YZWvT0jI+AeP/C9CAC4WFxcZQaeJBVVWVJDDKVObNm8cEFaIlYGAAAHOU2OgRfSuPAAAAAElFTkSuQmCC") no-repeat center}div.timeline-navigation-unlink{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAC0UlEQVQ4T2PABaS7lxSyti/+xtOx6DV3x5KnbG2Lf0h3reiFSuMGHZsOMSr2rahka1vyQ6xreb/apJXi4l3LhKW6l05iaVvyW7V/qT1UKSZoamriLi4pt/Jqm1Sn170407B3GRtUisFt2kohtvYlPwS7F3dChVBBWVmZdlZW1vG0tPT3aekZ7zMysy8XFRW7zwwKZpvv4CjZ5+3volTS+U2xavKMEn19Fqg2CABq1srIyLiTkZ55Jy+vILeoqCgwOyfvcEZa2qseW9v4ybp6x7vUNT+UKan/r5BWPFkpJWVXYm/FDNZcWloqnZmZeQlowOWi4hIN9Z7leW4zVvNXVlbJ5kdG3m8RFz9VpK51yTi5+IdnYNyOOgHBfbV8fBtyNNUUwAYAnb0jPT39YXFxsZb7xIW8PG1LPkj3LG1zn7+Gt1pHt6FEVv6ZVnb9F+G2pYv926bwNoiJB9Ty85/Pk5XxBxuQmpr6v6CgIAzMAQKJrsWdnB1LvnF3LD7q7h39IFnH6J9WbtNei1kbBEHyjTw8pjWCAhdKJCVSwBpSUtP+19fXQ5wDBF7z17Gpds9Lk+lestXfK+x6gbzKg2xdY0uoNNiAWiHBS+UykhlggbS0NJALIKYBQWVlpWR2dvbm/MzMlX1KypPaxMTuz7C0bloeEpEGwjOtLNvaREUe10lLNWSbGfIAwyD7eHpG5qus7NzqvPxCoL7sixkZmc8rjExy2tk4rvcyMv/vZmb+3wvEfUwwzPK/kZf3Wr6MjCNDXX2DHDDK1qalZXwCxv8XoAEXCguLjas52J3aWVivIzQhY6b/TTzc1wulJZ2gDscEVewIA3qBGnoZIbgP6KJ+IG4GGlAshceAajQDYDaDaJABLdw4DKiqqpIsLy9XqebkdG5nhhmA5Hyg5j6gS0BeKMLnhXIebsdmNrbrXUBbu4Eau4CaQDQYA9n1vLzXc2VlHQEnzy/Bg4j4VAAAAABJRU5ErkJggg==") no-repeat center}div.timeline-legend{font-family:arial;font-size:11px;font-weight:bold;color:#666;border:1px solid #d1e2f0 !important;background-color:#fff;-moz-border-radius:3px;/* For Firefox 3.6 and older */border-radius:3px}div.timeline-legend-indexEvent,div.timeline-legend-docEvent{cursor:default;padding:7px 7px;/*float: left;*/text-decoration:none;width:16px;height:16px}div.timeline-legend-indexEvent{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RDczMTAyNjMzODQxMUU0ODE3RDkwN0M2NDBFQTgwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RDczMTAyNzMzODQxMUU0ODE3RDkwN0M2NDBFQTgwRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRENzMxMDI0MzM4NDExRTQ4MTdEOTA3QzY0MEVBODBGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRENzMxMDI1MzM4NDExRTQ4MTdEOTA3QzY0MEVBODBGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6pOR6gAAATlJREFUeNrUlEFrgzAUgJOQVkrtqEUorIIdeCriQdjZ7Q/sR+6P1PvAgYwx2LVllNEpzM7p2rgnirFsB83coe9knu/7Yl5icJZlqIvApyBK3x6TzR1CDGEyvLiJVy5LQ8j3lAXpj8pXeRBpetmfLAqK/nQnr/dFKZEm+91LYclL5dn70212SKrK/W79i+jwuU23DyhjdHjOkx8bOpoXz1/hc90CUR9yEczGklC4R1wElsHsaqBdNyTj1TJeu9WQoI7iH0S9szmRxi1IaQzI0TkKgsD3fbGTiTG2LEtRlLzZYHFd9y/rchyn0x7Bt6mqKsYDCHgpghWapikmAhBwvmu6rouJKrAUaZpGKW39W1AK4JGonmoe9en5rhmG0VZUR/jFxhjzPC+KooYWWZZt2yaEnNCdLRbfAgwAQLd+GrHJk8QAAAAASUVORK5CYII=") no-repeat center}div.timeline-legend-docEvent{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACfklEQVR4nL2SXUhTARiG3/1vhekaQ1OXuWnpFNRpS0mJtB8cQoFkRN6ImVCRQSBEXRgp4cXAEkcREhRBYEoE2k0ICTakwiTKyvk/3dnOpmOlO9vZOV83KRb9UBc919/78H0fL/C/0eWiYnul5NJvhzZt1idZrbajZ8+12LtuDr1NTMysAoC0KsWFnLa4FUhQszYrB6QKk6koL9tsLi0rO7wvJ7tgb0pyil6t1iAcFqBSysCvOhydHw9VbslPqB9tYqsB9K8Lms533W883XA8whE4LgpAhMBLwSEMlUqKeLUSUYvTsDVNe+blCfbUxjAASLOyCopCQQ48vwq1RoROq8HyyjhUKhE8F8WjsQ48kTlQF20XAPnwj+fK8vNKbMXFlgylEpBLJegf6wSzuxuvR56Bgnr0pbZg/0IpLta2SUVRVzg0NND9nSAaJUV9Xe2RWIzDu08uWDLLMTz9FHGFPIb9fZBzKnQU3EZUEcaBgxWG/oERLC66nq8JJADkg4Mf3HuKdyXKVgJQTY3CNT+OdnMPInIB1e+tsKYkQVSlIt54El9CMeQXmGu83ome9TWys0uqiYiEYICirI+EEEuNd3Opq/cYBaedtBRYJf8SkY/hyM8KNDMdIZutoV0mU2rXJc3N9odERMEAQ7OvHOSdmaDPQSIfKxDjiZBngSOfj8g9J9KNjschk6nwFoBtG/+h6O19MbG6QsT6RWK8PC26OXLPc8R4RJqa5Kn12j1WpzPaAWT8tIFSqWaH0zkb9DICzc2GifEQTU3y1Nb6IKDXG+0AjL/u7zfU6gTL2JtlftIVo8tX7jBareE6gPQ/BjeSnLyzXK9PvwrA8FfBf+ErTXInP9KMX24AAAAASUVORK5CYII=") no-repeat center}/*.DocEvents {
    border-color: green!important;
    color: green!important;
}

.IdxEvents {
    border-color: orange!important;
    color: orange!important;
}*/.Traced{border-color:#f60 !important}.selectedEvent1{border-color:#fde3a7 !important;background-color:#fde3a7 !important;color:#fde3a7 !important}.selectedEvent2{border-color:#96c7f7 !important;background-color:#96c7f7 !important;color:#96c7f7 !important}.selectedEvent3{border-color:#a2ded0 !important;background-color:#a2ded0 !important;color:#a2ded0 !important}.selectedEvent4{border-color:#ffecdb !important;background-color:#ffecdb !important;color:#ffecdb !important}.selectedEvent5{border-color:#dcc6e0 !important;background-color:#dcc6e0 !important;color:#dcc6e0 !important}.selectedEvent6{border-color:#f1a9a0 !important;background-color:#f1a9a0 !important;color:#f1a9a0 !important}.selectedEvent7{border-color:#81cfe0 !important;background-color:#81cfe0 !important;color:#81cfe0 !important}.selectedEvent8{border-color:#f5d76e !important;background-color:#f5d76e !important;color:#f5d76e !important}.selectedEvent9{border-color:#c8f7c5 !important;background-color:#c8f7c5 !important;color:#c8f7c5 !important}.selectedEvent10{border-color:#c5eff7 !important;color:#c5eff7 !important;background-color:#c5eff7 !important}/*sass color-theme: DocuPhase*/.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:bold;color:#fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:6px}.toast-top-right{top:12px;right:6px}.toast-bottom-right{right:6px;bottom:12px}.toast-bottom-left{bottom:60px;left:6px}.toast-bottom-low-left{bottom:30px;left:6px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #666;-webkit-box-shadow:0 0 12px #666;box-shadow:0 0 12px #666;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#428bca}.toast-error{background-color:#a94442}.toast-info{background-color:#428bca}.toast-warning{background-color:#fde3a7}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}/*Responsive Design*/@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}/*sass color-theme: DocuPhase*//*Grid*/.ui-jqgrid{position:relative;border-right-width:0;border-left-width:0}.ui-jqgrid .ui-jqgrid-view{position:relative;left:0;top:0;padding:0;font-size:11px}/* caption*/.ui-jqgrid .ui-jqgrid-titlebar{padding:.3em .2em .2em .3em;position:relative;font-size:12px;border-left:0 none;border-right:0 none;border-top:0 none}.ui-jqgrid .ui-jqgrid-caption{text-align:left}.ui-jqgrid .ui-jqgrid-title{margin:.1em 0 .2em}.ui-jqgrid .ui-jqgrid-titlebar-close{position:absolute;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;cursor:pointer}.ui-jqgrid .ui-jqgrid-titlebar-close span{display:block;margin:1px}.ui-jqgrid .ui-jqgrid-titlebar-close:hover{padding:0}/* header*/.ui-jqgrid .ui-jqgrid-hdiv{position:relative;margin:0;padding:0;overflow-x:hidden;border-left:0 none !important;border-top:0 none !important;border-right:0 none !important}.ui-jqgrid .ui-jqgrid-hbox{float:left;padding-right:20px}.ui-jqgrid .ui-jqgrid-htable{table-layout:fixed;margin:0}.ui-jqgrid .ui-jqgrid-htable th{height:22px;padding:0 2px 0 2px}.ui-jqgrid .ui-jqgrid-htable th div{overflow:hidden;position:relative;height:22px}.ui-th-column,.ui-jqgrid .ui-jqgrid-htable th.ui-th-column{overflow:hidden;white-space:nowrap;text-align:center;border-top:0 none;color:#00549f;font-size:12px;padding:5px 0 0 0;background-color:#e4e4e4;border-bottom:1px solid #ccc !important}.ui-th-ltr,.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{border-left:0 none}.ui-th-rtl,.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl{border-right:0 none}.ui-first-th-ltr{border-right:1px solid}.ui-first-th-rtl{border-left:1px solid}.ui-jqgrid .ui-th-div-ie{white-space:nowrap;zoom:1;height:17px}.ui-jqgrid .ui-jqgrid-resize{height:24px !important;position:relative;cursor:e-resize;display:inline;overflow:hidden;background-color:#ccc}.ui-jqgrid .ui-grid-ico-sort{overflow:hidden;position:absolute;display:inline;cursor:pointer !important}.ui-jqgrid .ui-icon-asc{margin-top:-3px;height:12px}.ui-jqgrid .ui-icon-desc{margin-top:3px;height:12px}.ui-jqgrid .ui-i-asc{margin-top:0;height:16px}.ui-jqgrid .ui-i-desc{margin-top:0;margin-left:13px;height:16px}.ui-jqgrid .ui-jqgrid-sortable{cursor:pointer}.ui-jqgrid tr.ui-search-toolbar th{border-top-width:1px !important;border-top-color:inherit !important;border-top-style:ridge !important}tr.ui-search-toolbar input{margin:1px 0 0 0}tr.ui-search-toolbar select{margin:1px 0 0 0}/* body */.ui-jqgrid .ui-jqgrid-bdiv{position:relative;margin:0;padding:0;overflow:auto;text-align:left}.ui-jqgrid .ui-jqgrid-btable{table-layout:fixed;margin:0;outline-style:none;cursor:pointer}.ui-jqgrid tr.jqgrow{outline-style:none}.ui-jqgrid tr.jqgroup{outline-style:none}.ui-jqgrid tr.jqgrow td{font-weight:normal;overflow:hidden;white-space:pre;height:22px;padding:0 2px 0 2px;border-bottom-width:1px;border-bottom-color:inherit;border-bottom-style:solid}.ui-jqgrid tr.jqgfirstrow td{padding:0 2px 0 2px;border-right-width:1px;border-right-style:solid}.ui-jqgrid tr.jqgroup td{font-weight:normal;overflow:hidden;white-space:pre;height:22px;padding:0 2px 0 2px;border-bottom-width:1px;border-bottom-color:inherit;border-bottom-style:solid}.ui-jqgrid tr.jqfoot td{font-weight:bold;overflow:hidden;white-space:pre;height:22px;padding:0 2px 0 2px;border-bottom-width:1px;border-bottom-color:inherit;border-bottom-style:solid}.ui-jqgrid tr.ui-row-ltr td{text-align:left;border-right-width:1px;border-right-color:inherit;border-right-style:solid;border-right-color:transparent;border-bottom-color:transparent;padding:5px}.ui-jqgrid tr.ui-row-rtl td{text-align:right;border-left-width:1px;border-left-color:inherit;border-left-style:solid}.ui-jqgrid td.jqgrid-rownum{padding:0 2px 0 2px;margin:0;border:0 none}.ui-jqgrid .ui-jqgrid-resize-mark{width:4px;left:0;background-color:#666;cursor:e-resize;cursor:col-resize;position:absolute;top:0;height:100px;overflow:hidden;display:none;border:0 none;z-index:99999}/* footer */.ui-jqgrid .ui-jqgrid-sdiv{position:relative;margin:0;padding:0;overflow:hidden;border-left:0 none !important;border-top:0 none !important;border-right:0 none !important}.ui-jqgrid .ui-jqgrid-ftable{table-layout:fixed;margin-bottom:0}.ui-jqgrid tr.footrow td{font-weight:bold;overflow:hidden;white-space:nowrap;height:21px;padding:0 2px 0 2px;border-top-width:1px;border-top-color:inherit;border-top-style:solid}.ui-jqgrid tr.footrow-ltr td{text-align:left;border-right-width:1px;border-right-color:inherit;border-right-style:solid}.ui-jqgrid tr.footrow-rtl td{text-align:right;border-left-width:1px;border-left-color:inherit;border-left-style:solid}/* Pager*/.ui-jqgrid .ui-jqgrid-pager{border-left:0 none !important;border-right:0 none !important;border-bottom:0 none !important;margin:0 !important;padding:0 !important;position:relative;height:50px;white-space:nowrap;overflow:hidden;font-size:11px}.ui-jqgrid .ui-pager-control{position:relative;padding:10px}.ui-jqgrid .ui-pg-table{position:relative;padding-bottom:2px;padding-right:20px;width:auto;margin:0;color:#000}.ui-jqgrid .ui-pg-table td{font-weight:normal;vertical-align:middle;padding:1px}.ui-jqgrid .ui-pg-button{height:19px !important;color:#fff;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:12px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;background-color:#ccc}.ui-jqgrid .ui-pg-button span{display:block;margin:1px;float:left}.ui-jqgrid .ui-pg-button:hover{background-color:#e4e4e4;background-position:0 -15px}.ui-jqgrid .ui-pg-navbutton{height:19px !important;color:#fff;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:12px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;background-color:#428bca}.ui-jqgrid .ui-pg-navbutton span{display:block;margin:1px;float:left}.ui-jqgrid .ui-pg-navbutton:hover{background-color:#00559c;background-position:0 -15px}.ui-jqgrid .ui-state-disabled:hover{padding:1px}.ui-jqgrid .ui-pg-input{height:18px;font-size:.8em;margin:0}.ui-jqgrid .ui-pg-selbox{font-size:.8em;line-height:18px;display:block;height:18px;margin:0}.ui-jqgrid .ui-separator{height:18px;border-left:1px solid #ccc;border-right:1px solid #ccc;margin:1px;float:right}.ui-jqgrid .ui-paging-info{font-weight:normal;height:19px;margin-top:3px;margin-right:10px;color:#000}.ui-jqgrid .ui-jqgrid-pager .ui-pg-div{padding:1px 3px;float:left;position:relative;color:#fff}.ui-jqgrid .ui-jqgrid-pager .ui-pg-button{cursor:pointer;/* padding: 3px 8px; */margin:0 3px}.ui-jqgrid .ui-jqgrid-pager .ui-pg-navbutton{cursor:pointer;/* padding: 3px 8px; */margin:0 3px}.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon{float:left;margin:0 2px}.ui-jqgrid td input,.ui-jqgrid td select .ui-jqgrid td textarea{margin:0}.ui-jqgrid td textarea{width:auto;height:auto}.ui-jqgrid .ui-jqgrid-toppager{border-left:0 none !important;border-right:0 none !important;border-top:0 none !important;margin:0 !important;padding:0 !important;position:relative;height:25px !important;white-space:nowrap;overflow:hidden}.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div{padding:1px 0;float:left;position:relative}.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button{cursor:pointer}.ui-jqgrid .ui-jqgrid-toppager .ui-pg-navbutton{cursor:pointer}.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon{float:left;margin:0 2px}/*subgrid*/.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span{display:block}.ui-jqgrid .ui-subgrid{margin:0;padding:0;width:100%}.ui-jqgrid .ui-subgrid table{table-layout:fixed}.ui-jqgrid .ui-subgrid tr.ui-subtblcell td{height:18px;border-right-width:1px;border-right-color:inherit;border-right-style:solid;border-bottom-width:1px;border-bottom-color:inherit;border-bottom-style:solid}.ui-jqgrid .ui-subgrid td.subgrid-data{border-top:0 none !important}.ui-jqgrid .ui-subgrid td.subgrid-cell{border-width:0 0 1px 0}.ui-jqgrid .ui-th-subgrid{height:20px}/* loading */.ui-jqgrid .loading{position:absolute;top:45%;left:45%;width:auto;z-index:101;padding:6px;margin:5px;text-align:center;font-weight:bold;display:none;border-width:2px !important;font-size:11px;background-color:#edf7ff;border-radius:3px}.ui-jqgrid .jqgrid-overlay{display:none;z-index:100}/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */* .jqgrid-overlay iframe{position:absolute;top:0;left:0;z-index:-1}/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*//* end loading div *//* toolbar */.ui-jqgrid .ui-userdata{border-left:0 none;border-right:0 none;height:21px;overflow:hidden}/*Modal Window */.ui-jqdialog{display:none;width:300px;position:absolute;padding:.2em;font-size:11px;overflow:visible}.ui-jqdialog .ui-jqdialog-titlebar{padding:.3em .2em;position:relative}.ui-jqdialog .ui-jqdialog-title{margin:.1em 0 .2em}.ui-jqdialog .ui-jqdialog-titlebar-close{position:absolute;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;cursor:pointer}.ui-jqdialog .ui-jqdialog-titlebar-close span{display:block;margin:1px}.ui-jqdialog .ui-jqdialog-titlebar-close:hover,.ui-jqdialog .ui-jqdialog-titlebar-close:focus{padding:0}.ui-jqdialog-content,.ui-jqdialog .ui-jqdialog-content{border:0;padding:.3em .2em;background:none;height:auto}.ui-jqdialog .ui-jqconfirm{padding:.4em 1em;border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center}.ui-jqdialog>.ui-resizable-se{bottom:-3px;right:-3px}.ui-jqgrid>.ui-resizable-se{bottom:-3px;right:-3px}/* end Modal window*//* Form edit */.ui-jqdialog-content .FormGrid{margin:0}.ui-jqdialog-content .EditTable{width:100%;margin-bottom:0}.ui-jqdialog-content .DelTable{width:100%;margin-bottom:0}.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}.EditTable td textarea{width:auto;height:auto}.ui-jqdialog-content td.EditButton{text-align:right;border-top:0 none;border-left:0 none;border-right:0 none;padding-bottom:5px;padding-top:5px}.ui-jqdialog-content td.navButton{text-align:center;border-left:0 none;border-top:0 none;border-right:0 none;padding-bottom:5px;padding-top:5px}.ui-jqdialog-content input.FormElement{padding:.3em}.ui-jqdialog-content select.FormElement{padding:.3em}.ui-jqdialog-content .data-line{padding-top:.1em;border:0 none}.ui-jqdialog-content .CaptionTD{vertical-align:middle;border:0 none;padding:2px;white-space:nowrap}.ui-jqdialog-content .DataTD{padding:2px;border:0 none;vertical-align:top}.ui-jqdialog-content .form-view-data{white-space:pre}.fm-button{display:inline-block;margin:0 4px 0 0;padding:.4em .5em;text-decoration:none !important;cursor:pointer;position:relative;text-align:center;zoom:1}.fm-button-icon-left{padding-left:1.9em}.fm-button-icon-right{padding-right:1.9em}.fm-button-icon-left .ui-icon{right:auto;left:.2em;margin-left:0;position:absolute;top:50%;margin-top:-8px}.fm-button-icon-right .ui-icon{left:auto;right:.2em;margin-left:0;position:absolute;top:50%;margin-top:-8px}#nData,#pData{float:left;margin:3px;padding:0;width:15px}/* End Eorm edit *//*.ui-jqgrid .edit-cell {}*/.ui-jqgrid .selected-row,div.ui-jqgrid .selected-row td{font-style:normal;border-left:0 none}/* inline edit actions button*/.ui-inline-del.ui-state-hover span,.ui-inline-edit.ui-state-hover span,.ui-inline-save.ui-state-hover span,.ui-inline-cancel.ui-state-hover span{margin:-1px}/* Tree Grid */.ui-jqgrid .tree-wrap{float:left;position:relative;height:18px;white-space:nowrap;overflow:hidden}.ui-jqgrid .tree-minus{position:absolute;height:18px;width:18px;overflow:hidden}.ui-jqgrid .tree-plus{position:absolute;height:18px;width:18px;overflow:hidden}.ui-jqgrid .tree-leaf{position:absolute;height:18px;width:18px;overflow:hidden}.ui-jqgrid .treeclick{cursor:pointer}/* moda dialog */* iframe.jqm{position:absolute;top:0;left:0;z-index:-1}/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/.ui-jqgrid-dnd tr td{border-right-width:1px;border-right-color:inherit;border-right-style:solid;height:20px}/* RTL Support */.ui-jqgrid .ui-jqgrid-caption-rtl{text-align:right}.ui-jqgrid .ui-jqgrid-hbox-rtl{float:right;padding-left:20px}.ui-jqgrid .ui-jqgrid-resize-ltr{float:right;margin:0}.ui-jqgrid .ui-jqgrid-resize-rtl{float:left;margin:-2px 0 -1px -3px}.ui-jqgrid .ui-sort-rtl{left:0}.ui-jqgrid .tree-wrap-ltr{float:left}.ui-jqgrid .tree-wrap-rtl{float:right}.ui-jqgrid .ui-ellipsis{text-overflow:ellipsis}/* Toolbar Search Menu */.ui-search-menu{position:absolute;padding:2px 5px}.ui-jqgrid .ui-search-table{padding:0;border:0 none;height:20px;width:100%}.ui-jqgrid .ui-search-table .ui-search-oper{width:20px}a.g-menu-item,a.soptclass,a.clearsearchclass{cursor:pointer}.ui-jqgrid .ui-search-table .ui-search-input>input,.ui-jqgrid .ui-search-table .ui-search-input>select{display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ui-jqgrid .ui-jqgrid-view input,.ui-jqgrid .ui-jqgrid-view select,.ui-jqgrid .ui-jqgrid-view textarea,.ui-jqgrid .ui-jqgrid-view button{font-size:11px}/*Alternate Rows*/.ui-jqgrid-altrow{background-color:#e4e4e4}.ui-state-highlight{background-color:#edf7ff !important}/*------------------iDatix styles--------------------------------------------------*/.ui-jqgrid .ui-jqgrid-view select{height:100%;width:100%}/*Date columns*/.ui-jqgrid-datecol{color:#f60}/*hover hyperlink*/.ui-jqgrid-hyperlink{font-weight:bold;background-color:#edf7ff}.ui-jqgrid-missingDocument{background-color:#f2dede;/*color: $systemTextColor;
    font-weight:bold !important;*/}.ui-jqgrid-noAccessDocument{background-color:#fde3a7}.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;/* Must be displayed above for example selected Timeline items */z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}/* override some bootstrap styles screwing up the timelines css */.vis [class*="span"]{min-height:0;width:auto}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper::after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;width:495px;height:25px;vertical-align:middle;line-height:25px}div.vis-configuration.vis-config-item.vis-config-s2{left:10px;background-color:#f7f8fa;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s3{left:20px;background-color:#e4e9f0;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s4{left:30px;background-color:#cfd8e6;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:bold}div.vis-configuration.vis-config-label{width:120px;height:25px;line-height:25px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{top:1px;width:30px;height:19px;border:1px solid #444;border-radius:2px;padding:0;margin:0;cursor:pointer}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{position:relative;top:-5px;width:60px;/*height:13px;*/padding:1px;margin:0;pointer-events:none}input.vis-configuration.vis-config-range{/*removes default webkit styles*/-webkit-appearance:none;/*fix for FF unable to apply focus style bug */border:0 solid #fff;background-color:rgba(0,0,0,0);/*required for proper track sizing in FF*/width:300px;height:20px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{width:300px;height:5px;background:#dedede;/* Old browsers */background:-moz-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(99%,#c8c8c8));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* IE10+ */background:linear-gradient(to bottom,#dedede 0%,#c8c8c8 99%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#c8c8c8',GradientType=0);/* IE6-9 */border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #14334b;height:17px;width:17px;border-radius:50%;background:#3876c2;/* Old browsers */background:-moz-linear-gradient(top,#3876c2 0%,#385380 100%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3876c2),color-stop(100%,#385380));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#3876c2 0%,#385380 100%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#3876c2 0%,#385380 100%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#3876c2 0%,#385380 100%);/* IE10+ */background:linear-gradient(to bottom,#3876c2 0%,#385380 100%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3876c2',endColorstr='#385380',GradientType=0);/* IE6-9 */box-shadow:#111927 0 0 1px 0;margin-top:-7px}input.vis-configuration.vis-config-range:focus{outline:none}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;/* Old browsers */background:-moz-linear-gradient(top,#9d9d9d 0%,#c8c8c8 99%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9d9d9d),color-stop(99%,#c8c8c8));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#9d9d9d 0%,#c8c8c8 99%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#9d9d9d 0%,#c8c8c8 99%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#9d9d9d 0%,#c8c8c8 99%);/* IE10+ */background:linear-gradient(to bottom,#9d9d9d 0%,#c8c8c8 99%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d',endColorstr='#c8c8c8',GradientType=0);/* IE6-9 */}input.vis-configuration.vis-config-range::-moz-range-track{width:300px;height:10px;background:#dedede;/* Old browsers */background:-moz-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(99%,#c8c8c8));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#dedede 0%,#c8c8c8 99%);/* IE10+ */background:linear-gradient(to bottom,#dedede 0%,#c8c8c8 99%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#c8c8c8',GradientType=0);/* IE6-9 */border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}/*hide the outline behind the border*/input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{width:300px;height:5px;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */background:transparent;/*leave room for the larger thumb to overflow with a transparent border */border-color:transparent;border-width:6px 0;/*remove default tick marks*/color:transparent}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{position:absolute;background:rgba(57,76,89,.85);border:2px solid #f2faff;line-height:30px;height:30px;width:150px;text-align:center;color:#fff;font-size:14px;border-radius:4px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.vis-configuration-popup:after,.vis-configuration-popup:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.vis-configuration-popup:after{border-color:rgba(136,183,213,0);border-left-color:rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0);border-left-color:#f2faff;border-width:12px;margin-top:-12px}div.vis-tooltip{position:absolute;visibility:hidden;padding:5px;white-space:nowrap;font-family:verdana;font-size:14px;color:#000;background-color:#f5f4ed;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #808074;box-shadow:3px 3px 10px rgba(0,0,0,.2);pointer-events:none;z-index:5}div.vis-color-picker{position:absolute;top:0;left:30px;margin-top:-140px;margin-left:30px;width:310px;height:444px;z-index:1;padding:10px;border-radius:15px;background-color:#fff;display:none;box-shadow:rgba(0,0,0,.5) 0 0 10px 0}div.vis-color-picker div.vis-arrow{position:absolute;top:147px;left:5px}div.vis-color-picker div.vis-arrow::after,div.vis-color-picker div.vis-arrow::before{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.vis-color-picker div.vis-arrow:after{border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:30px;margin-top:-30px}div.vis-color-picker div.vis-color{position:absolute;width:289px;height:289px;cursor:pointer}div.vis-color-picker div.vis-brightness{position:absolute;top:313px}div.vis-color-picker div.vis-opacity{position:absolute;top:350px}div.vis-color-picker div.vis-selector{position:absolute;top:137px;left:137px;width:15px;height:15px;border-radius:15px;border:1px solid #fff;background:#4c4c4c;/* Old browsers */background:-moz-linear-gradient(top,#4c4c4c 0%,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c4c4c),color-stop(12%,#595959),color-stop(25%,#666),color-stop(39%,#474747),color-stop(50%,#2c2c2c),color-stop(51%,#000),color-stop(60%,#111),color-stop(76%,#2b2b2b),color-stop(91%,#1c1c1c),color-stop(100%,#131313));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#4c4c4c 0%,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#4c4c4c 0%,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#4c4c4c 0%,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);/* IE10+ */background:linear-gradient(to bottom,#4c4c4c 0%,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0);/* IE6-9 */}div.vis-color-picker div.vis-new-color{position:absolute;width:140px;height:20px;border:1px solid rgba(0,0,0,.1);border-radius:5px;top:380px;left:159px;text-align:right;padding-right:2px;font-size:10px;color:rgba(0,0,0,.4);vertical-align:middle;line-height:20px}div.vis-color-picker div.vis-initial-color{position:absolute;width:140px;height:20px;border:1px solid rgba(0,0,0,.1);border-radius:5px;top:380px;left:10px;text-align:left;padding-left:2px;font-size:10px;color:rgba(0,0,0,.4);vertical-align:middle;line-height:20px}div.vis-color-picker div.vis-label{position:absolute;width:300px;left:10px}div.vis-color-picker div.vis-label.vis-brightness{top:300px}div.vis-color-picker div.vis-label.vis-opacity{top:338px}div.vis-color-picker div.vis-button{position:absolute;width:68px;height:25px;border-radius:10px;vertical-align:middle;text-align:center;line-height:25px;top:410px;border:2px solid #d9d9d9;background-color:#f7f7f7;cursor:pointer}div.vis-color-picker div.vis-button.vis-cancel{/*border:2px solid #ff4e33;*//*background-color: #ff7761;*/left:5px}div.vis-color-picker div.vis-button.vis-load{/*border:2px solid #a153e6;*//*background-color: #cb8dff;*/left:82px}div.vis-color-picker div.vis-button.vis-apply{/*border:2px solid #4588e6;*//*background-color: #82b6ff;*/left:159px}div.vis-color-picker div.vis-button.vis-save{/*border:2px solid #45e655;*//*background-color: #6dff7c;*/left:236px}div.vis-color-picker input.vis-range{width:290px;height:20px}/* TODO: is this redundant?
div.vis-color-picker input.vis-range-brightness {
  width: 289px !important;
}


div.vis-color-picker input.vis-saturation-range {
  width: 289px !important;
}*/div.vis-network div.vis-manipulation{box-sizing:content-box;border-width:0;border-bottom:1px;border-style:solid;border-color:#d6d9d8;background:#fff;/* Old browsers */background:-moz-linear-gradient(top,#fff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(48%,#fcfcfc),color-stop(50%,#fafafa),color-stop(100%,#fcfcfc));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,#fff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,#fff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);/* Opera 11.10+ */background:-ms-linear-gradient(top,#fff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);/* IE10+ */background:linear-gradient(to bottom,#fff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fcfcfc',GradientType=0);/* IE6-9 */padding-top:4px;position:absolute;left:0;top:0;width:100%;height:28px}div.vis-network div.vis-edit-mode{position:absolute;left:0;top:5px;height:30px}/* FIXME: shouldn't the vis-close button be a child of the vis-manipulation div? */div.vis-network div.vis-close{position:absolute;right:0;top:0;width:30px;height:30px;background-position:20px 3px;background-repeat:no-repeat;background-image:url("img/network/cross.png");cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-close:hover{opacity:.6}div.vis-network div.vis-manipulation div.vis-button,div.vis-network div.vis-edit-mode div.vis-button{float:left;font-family:verdana;font-size:12px;-moz-border-radius:15px;border-radius:15px;display:inline-block;background-position:0 0;background-repeat:no-repeat;height:24px;margin-left:10px;/*vertical-align:middle;*/cursor:pointer;padding:0 8px 0 8px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-manipulation div.vis-button:hover{box-shadow:1px 1px 8px rgba(0,0,0,.2)}div.vis-network div.vis-manipulation div.vis-button:active{box-shadow:1px 1px 8px rgba(0,0,0,.5)}div.vis-network div.vis-manipulation div.vis-button.vis-back{background-image:url("img/network/backIcon.png")}div.vis-network div.vis-manipulation div.vis-button.vis-none:hover{box-shadow:1px 1px 8px rgba(0,0,0,0);cursor:default}div.vis-network div.vis-manipulation div.vis-button.vis-none:active{box-shadow:1px 1px 8px rgba(0,0,0,0)}div.vis-network div.vis-manipulation div.vis-button.vis-none{padding:0}div.vis-network div.vis-manipulation div.notification{margin:2px;font-weight:bold}div.vis-network div.vis-manipulation div.vis-button.vis-add{background-image:url("img/network/addNodeIcon.png")}div.vis-network div.vis-manipulation div.vis-button.vis-edit,div.vis-network div.vis-edit-mode div.vis-button.vis-edit{background-image:url("img/network/editIcon.png")}div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode{background-color:#fcfcfc;border:1px solid #ccc}div.vis-network div.vis-manipulation div.vis-button.vis-connect{background-image:url("img/network/connectIcon.png")}div.vis-network div.vis-manipulation div.vis-button.vis-delete{background-image:url("img/network/deleteIcon.png")}/* top right bottom left */div.vis-network div.vis-manipulation div.vis-label,div.vis-network div.vis-edit-mode div.vis-label{margin:0 0 0 23px;line-height:25px}div.vis-network div.vis-manipulation div.vis-separator-line{float:left;display:inline-block;width:1px;height:21px;background-color:#bdbdbd;margin:0 7px 0 15px;/*top right bottom left*/}/* TODO: is this redundant?
div.network-navigation_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
*/div.vis-network div.vis-navigation div.vis-button{width:34px;height:34px;-moz-border-radius:17px;border-radius:17px;position:absolute;display:inline-block;background-position:2px 2px;background-repeat:no-repeat;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-navigation div.vis-button:hover{box-shadow:0 0 3px 3px rgba(56,207,21,.3)}div.vis-network div.vis-navigation div.vis-button:active{box-shadow:0 0 1px 3px rgba(56,207,21,.95)}div.vis-network div.vis-navigation div.vis-button.vis-up{background-image:url("img/network/upArrow.png");bottom:50px;left:55px}div.vis-network div.vis-navigation div.vis-button.vis-down{background-image:url("img/network/downArrow.png");bottom:10px;left:55px}div.vis-network div.vis-navigation div.vis-button.vis-left{background-image:url("img/network/leftArrow.png");bottom:10px;left:15px}div.vis-network div.vis-navigation div.vis-button.vis-right{background-image:url("img/network/rightArrow.png");bottom:10px;left:95px}div.vis-network div.vis-navigation div.vis-button.vis-zoomIn{background-image:url("img/network/plus.png");bottom:10px;right:15px}div.vis-network div.vis-navigation div.vis-button.vis-zoomOut{background-image:url("img/network/minus.png");bottom:10px;right:55px}div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends{background-image:url("img/network/zoomExtends.png");bottom:50px;right:15px}.vis-current-time{background-color:#ff7f6e;width:2px;z-index:1;pointer-events:none}.vis-rolling-mode-btn{height:40px;width:40px;position:absolute;top:7px;right:20px;border-radius:50%;font-size:28px;cursor:pointer;opacity:.8;color:#fff;font-weight:bold;text-align:center;background:#3876c2}.vis-rolling-mode-btn:before{content:"⛶"}.vis-rolling-mode-btn:hover{opacity:1}.vis-custom-time{background-color:#6e94ff;width:2px;cursor:move;z-index:1}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{position:absolute;width:100%;height:0;border-bottom:1px solid}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{width:100%;position:absolute;color:#4d4d4d;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-major.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{position:absolute;width:100%;color:#bebebe;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{position:absolute;color:#4d4d4d;white-space:nowrap;bottom:20px;text-align:center}.vis-data-axis .vis-y-axis.vis-title.vis-measure{padding:0;margin:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vis-legend{background-color:rgba(247,252,255,.65);padding:5px;border:1px solid #b3b3b3;box-shadow:2px 2px 10px rgba(154,154,154,.55)}.vis-legend-text{/*font-size: 10px;*/white-space:nowrap;display:inline-block}.vis-item{position:absolute;color:#1a1a1a;border-color:#9d9d9d;border-width:1px;border-radius:3px;background-color:#fff;display:inline-block;z-index:1;cursor:pointer;/*overflow: hidden;*/}.vis-item.vis-selected{/*border-color: #FFC200;*/background-color:#bbd5ec;/* rgba(66, 139, 202, 0.2);*//* z-index must be higher than the z-index of custom time bar and current time bar */z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fde3a7}.vis-item.vis-box{text-align:center;border-style:solid;border-radius:3px}.vis-item.vis-point{background:none}.vis-item.vis-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis-item.vis-range{border-style:solid;border-radius:2px;box-sizing:border-box}.vis-item.vis-background{border:none;background-color:rgba(213,221,246,.4);box-sizing:border-box;padding:0;margin:0}.vis-item .vis-item-overflow{position:relative;width:100%;height:100%;padding:0;margin:0;overflow:hidden}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{position:relative;display:inline-block}.vis-item.vis-background .vis-item-content{position:absolute;display:inline-block}.vis-item.vis-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item .vis-item-content{white-space:nowrap;box-sizing:border-box;padding:2px}.vis-item .vis-onUpdateTime-tooltip{position:absolute;background:#4f81bd;color:#fff;width:200px;text-align:center;white-space:nowrap;padding:5px;border-radius:1px;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}.vis-item .vis-delete,.vis-item .vis-delete-rtl{position:absolute;top:0;width:24px;height:24px;box-sizing:border-box;padding:0 5px;cursor:pointer;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete:after,.vis-item .vis-delete-rtl:after{content:"×";/* MULTIPLICATION SIGN */color:#f00;font-family:arial,sans-serif;font-size:22px;font-weight:bold;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete:hover,.vis-item .vis-delete-rtl:hover{background:#f00}.vis-item .vis-delete:hover:after,.vis-item .vis-delete-rtl:hover:after{color:#fff}.vis-item .vis-drag-center{position:absolute;width:100%;height:100%;top:0;left:0;cursor:move}.vis-item.vis-range .vis-drag-left{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;left:-4px;cursor:w-resize}.vis-item.vis-range .vis-drag-right{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;right:-4px;cursor:e-resize}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-itemset{position:relative;padding:0;margin:0;box-sizing:border-box}.vis-itemset .vis-background,.vis-itemset .vis-foreground{position:absolute;width:100%;height:100%;overflow:visible}.vis-axis{position:absolute;width:100%;height:0;left:0;z-index:1}.vis-foreground .vis-group{position:relative;box-sizing:border-box;border-bottom:1px solid #bfbfbf}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-nested-group{background:#f5f5f5}.vis-label.vis-nesting-group.expanded:before{content:"▼"}.vis-label.vis-nesting-group.collapsed-rtl:before{content:"◀"}.vis-label.vis-nesting-group.collapsed:before{content:"▶"}.vis-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-labelset{position:relative;overflow:hidden;box-sizing:border-box}.vis-labelset .vis-label{position:relative;left:0;top:0;width:100%;color:#4d4d4d;box-sizing:border-box}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-panel{position:absolute;padding:0;margin:0;box-sizing:border-box}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top,.vis-panel.vis-bottom{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-top-style:solid;border-bottom-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-center,.vis-panel.vis-top,.vis-panel.vis-bottom{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{position:absolute;width:100%;height:1px;box-shadow:0 0 10px rgba(0,0,0,.8);/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
  z-index: 1;
  */}.vis-panel .vis-shadow.vis-top{top:-1px;left:0}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-time-axis{position:relative;overflow:hidden}.vis-time-axis.vis-foreground{top:0;left:0;width:100%}.vis-time-axis.vis-background{position:absolute;top:0;left:0;width:100%;height:100%}.vis-time-axis .vis-text{position:absolute;color:#4d4d4d;padding:3px;overflow:hidden;box-sizing:border-box;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{position:absolute;padding-left:0;padding-right:0;margin-left:0;margin-right:0;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{position:absolute;border-left:1px solid}.vis-time-axis .vis-grid.vis-vertical-rtl{position:absolute;border-right:1px solid}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-timeline{position:relative;border:1px solid #bfbfbf;overflow:hidden;padding:0;margin:0;box-sizing:border-box}
/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-abacus:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acorn:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-alarm-clock:before{content:""}.fa-algolia:before{content:""}.fa-alicorn:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-analytics:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angel:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-crate:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-h:before{content:""}.fa-arrows-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-atom-alt:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-axe:before{content:""}.fa-axe-battle:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backpack:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-badge-dollar:before{content:""}.fa-badge-percent:before{content:""}.fa-badger-honey:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ball-pile:before{content:""}.fa-ballot:before{content:""}.fa-ballot-check:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-barcode-alt:before{content:""}.fa-barcode-read:before{content:""}.fa-barcode-scan:before{content:""}.fa-bars:before{content:""}.fa-baseball:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-basketball-hoop:before{content:""}.fa-bat:before{content:""}.fa-bath:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-school:before{content:""}.fa-bell-school-slash:before{content:""}.fa-bell-slash:before{content:""}.fa-bells:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blanket:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bone-break:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-alt:before{content:""}.fa-book-dead:before{content:""}.fa-book-heart:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-book-spells:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-books:before{content:""}.fa-books-medical:before{content:""}.fa-boot:before{content:""}.fa-booth-curtain:before{content:""}.fa-bootstrap:before{content:""}.fa-bow-arrow:before{content:""}.fa-bowling-ball:before{content:""}.fa-bowling-pins:before{content:""}.fa-box:before{content:""}.fa-box-alt:before{content:""}.fa-box-ballot:before{content:""}.fa-box-check:before{content:""}.fa-box-fragile:before{content:""}.fa-box-full:before{content:""}.fa-box-heart:before{content:""}.fa-box-open:before{content:""}.fa-box-up:before{content:""}.fa-box-usd:before{content:""}.fa-boxes:before{content:""}.fa-boxes-alt:before{content:""}.fa-boxing-glove:before{content:""}.fa-brackets:before{content:""}.fa-brackets-curly:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-loaf:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-browser:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-bullseye-arrow:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-burrito:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-bus-school:before{content:""}.fa-business-time:before{content:""}.fa-buysellads:before{content:""}.fa-cabinet-filing:before{content:""}.fa-calculator:before{content:""}.fa-calculator-alt:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-star:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-camera-retro:before{content:""}.fa-campfire:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candle-holder:before{content:""}.fa-candy-cane:before{content:""}.fa-candy-corn:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-bump:before{content:""}.fa-car-crash:before{content:""}.fa-car-garage:before{content:""}.fa-car-mechanic:before{content:""}.fa-car-side:before{content:""}.fa-car-tilt:before{content:""}.fa-car-wash:before{content:""}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cauldron:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chair-office:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-line-down:before{content:""}.fa-chart-network:before{content:""}.fa-chart-pie:before{content:""}.fa-chart-pie-alt:before{content:""}.fa-chart-scatter:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-cheese-swiss:before{content:""}.fa-cheeseburger:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-bishop-alt:before{content:""}.fa-chess-board:before{content:""}.fa-chess-clock:before{content:""}.fa-chess-clock-alt:before{content:""}.fa-chess-king:before{content:""}.fa-chess-king-alt:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-knight-alt:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-pawn-alt:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-queen-alt:before{content:""}.fa-chess-rook:before{content:""}.fa-chess-rook-alt:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chimney:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-claw-marks:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clipboard-prescription:before{content:""}.fa-clipboard-user:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-drizzle:before{content:""}.fa-cloud-hail:before{content:""}.fa-cloud-hail-mixed:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-rainbow:before{content:""}.fa-cloud-showers:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sleet:before{content:""}.fa-cloud-snow:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-clouds:before{content:""}.fa-clouds-moon:before{content:""}.fa-clouds-sun:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-club:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-merge:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-coffee-togo:before{content:""}.fa-coffin:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-alt-check:before{content:""}.fa-comment-alt-dollar:before{content:""}.fa-comment-alt-dots:before{content:""}.fa-comment-alt-edit:before{content:""}.fa-comment-alt-exclamation:before{content:""}.fa-comment-alt-lines:before{content:""}.fa-comment-alt-medical:before{content:""}.fa-comment-alt-minus:before{content:""}.fa-comment-alt-plus:before{content:""}.fa-comment-alt-slash:before{content:""}.fa-comment-alt-smile:before{content:""}.fa-comment-alt-times:before{content:""}.fa-comment-check:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-edit:before{content:""}.fa-comment-exclamation:before{content:""}.fa-comment-lines:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-minus:before{content:""}.fa-comment-plus:before{content:""}.fa-comment-slash:before{content:""}.fa-comment-smile:before{content:""}.fa-comment-times:before{content:""}.fa-comments:before{content:""}.fa-comments-alt:before{content:""}.fa-comments-alt-dollar:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compass-slash:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-container-storage:before{content:""}.fa-contao:before{content:""}.fa-conveyor-belt:before{content:""}.fa-conveyor-belt-alt:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-corn:before{content:""}.fa-couch:before{content:""}.fa-cow:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-cricket:before{content:""}.fa-critical-role:before{content:""}.fa-croissant:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-crutches:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-curling:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dagger:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-debug:before{content:""}.fa-deer:before{content:""}.fa-deer-rudolph:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dewpoint:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diamond:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d10:before{content:""}.fa-dice-d12:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d4:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-d8:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-diploma:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-do-not-enter:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dog-leashed:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-empty:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-dolly-flatbed-alt:before{content:""}.fa-dolly-flatbed-empty:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-circle:before{content:""}.fa-draw-polygon:before{content:""}.fa-draw-square:before{content:""}.fa-dreidel:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-duck:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-ear:before{content:""}.fa-ear-muffs:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-eclipse:before{content:""}.fa-eclipse-alt:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-egg-fried:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-elephant:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-empty-set:before{content:""}.fa-engine-warning:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-dollar:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-evil:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-field-hockey:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-certificate:before{content:""}.fa-file-chart-line:before{content:""}.fa-file-chart-pie:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-minus:before{content:""}.fa-file-pdf:before{content:""}.fa-file-plus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-times:before{content:""}.fa-file-upload:before{content:""}.fa-file-user:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-files-medical:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-fire-smoke:before{content:""}.fa-firefox:before{content:""}.fa-fireplace:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fish-cooked:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-alt:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flame:before{content:""}.fa-flask:before{content:""}.fa-flask-poison:before{content:""}.fa-flask-potion:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flower:before{content:""}.fa-flower-daffodil:before{content:""}.fa-flower-tulip:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-fog:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-folder-times:before{content:""}.fa-folder-tree:before{content:""}.fa-folders:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-football-helmet:before{content:""}.fa-forklift:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-fragile:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-french-fries:before{content:""}.fa-frog:before{content:""}.fa-frosty-head:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-function:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gas-pump-slash:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gift-card:before{content:""}.fa-gifts:before{content:""}.fa-gingerbread-man:before{content:""}.fa-git:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass:before{content:""}.fa-glass-champagne:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glass-whiskey-rocks:before{content:""}.fa-glasses:before{content:""}.fa-glasses-alt:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-globe-snow:before{content:""}.fa-globe-stand:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-golf-club:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hammer-war:before{content:""}.fa-hamsa:before{content:""}.fa-hand-heart:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-box:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-magic:before{content:""}.fa-hand-holding-seedling:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-receiving:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-heart:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-usd:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-santa:before{content:""}.fa-hat-winter:before{content:""}.fa-hat-witch:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-head-side:before{content:""}.fa-head-side-brain:before{content:""}.fa-head-side-medical:before{content:""}.fa-head-vr:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heart-circle:before{content:""}.fa-heart-rate:before{content:""}.fa-heart-square:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-helmet-battle:before{content:""}.fa-hexagon:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-mask:before{content:""}.fa-hockey-puck:before{content:""}.fa-hockey-sticks:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-home-alt:before{content:""}.fa-home-heart:before{content:""}.fa-home-lg:before{content:""}.fa-home-lg-alt:before{content:""}.fa-hood-cloak:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hospitals:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-flood:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-humidity:before{content:""}.fa-hurricane:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-ice-skate:before{content:""}.fa-icicles:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-inhaler:before{content:""}.fa-instagram:before{content:""}.fa-integral:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-intersection:before{content:""}.fa-inventory:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-island-tropical:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-jack-o-lantern:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-key-skeleton:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-keynote:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kidneys:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kite:before{content:""}.fa-kiwi-bird:before{content:""}.fa-knife-kitchen:before{content:""}.fa-korvue:before{content:""}.fa-lambda:before{content:""}.fa-lamp:before{content:""}.fa-landmark:before{content:""}.fa-landmark-alt:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-layer-minus:before{content:""}.fa-layer-plus:before{content:""}.fa-leaf:before{content:""}.fa-leaf-heart:before{content:""}.fa-leaf-maple:before{content:""}.fa-leaf-oak:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-lightbulb-dollar:before{content:""}.fa-lightbulb-exclamation:before{content:""}.fa-lightbulb-on:before{content:""}.fa-lightbulb-slash:before{content:""}.fa-lights-holiday:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lips:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location:before{content:""}.fa-location-arrow:before{content:""}.fa-location-circle:before{content:""}.fa-location-slash:before{content:""}.fa-lock:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-loveseat:before{content:""}.fa-low-vision:before{content:""}.fa-luchador:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lyft:before{content:""}.fa-mace:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailbox:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-mandolin:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-marker-alt-slash:before{content:""}.fa-map-marker-check:before{content:""}.fa-map-marker-edit:before{content:""}.fa-map-marker-exclamation:before{content:""}.fa-map-marker-minus:before{content:""}.fa-map-marker-plus:before{content:""}.fa-map-marker-question:before{content:""}.fa-map-marker-slash:before{content:""}.fa-map-marker-smile:before{content:""}.fa-map-marker-times:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-meat:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaphone:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-mind-share:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mistletoe:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monitor-heart-rate:before{content:""}.fa-monkey:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-moon-cloud:before{content:""}.fa-moon-stars:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mountains:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-mug-marshmallows:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-narwhal:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-nintendo-switch:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octagon:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-oil-temp:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-omega:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-ornament:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-brush-alt:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-pallet-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-parking-circle:before{content:""}.fa-parking-circle-slash:before{content:""}.fa-parking-slash:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paw-alt:before{content:""}.fa-paw-claws:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pegasus:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-paintbrush:before{content:""}.fa-pencil-ruler:before{content:""}.fa-pennant:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-person-carry:before{content:""}.fa-person-dolly:before{content:""}.fa-person-dolly-empty:before{content:""}.fa-person-sign:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-office:before{content:""}.fa-phone-plus:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-volume:before{content:""}.fa-php:before{content:""}.fa-pi:before{content:""}.fa-pie:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pig:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-podium:before{content:""}.fa-podium-star:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poll-people:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-popcorn:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-presentation:before{content:""}.fa-print:before{content:""}.fa-print-search:before{content:""}.fa-print-slash:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pumpkin:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-rabbit:before{content:""}.fa-rabbit-fast:before{content:""}.fa-racquet:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-raindrops:before{content:""}.fa-ram:before{content:""}.fa-ramp-loading:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-wide:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-renren:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-rings-wedding:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-route-highway:before{content:""}.fa-route-interstate:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-triangle:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rv:before{content:""}.fa-sack:before{content:""}.fa-sack-dollar:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salad:before{content:""}.fa-salesforce:before{content:""}.fa-sandwich:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-sausage:before{content:""}.fa-save:before{content:""}.fa-scalpel:before{content:""}.fa-scalpel-path:before{content:""}.fa-scanner:before{content:""}.fa-scanner-keyboard:before{content:""}.fa-scanner-touchscreen:before{content:""}.fa-scarecrow:before{content:""}.fa-scarf:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-scroll-old:before{content:""}.fa-scrubber:before{content:""}.fa-scythe:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-sheep:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-check:before{content:""}.fa-shield-cross:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shipping-timed:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shish-kebab:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shovel:before{content:""}.fa-shovel-snow:before{content:""}.fa-shower:before{content:""}.fa-shredder:before{content:""}.fa-shuttle-van:before{content:""}.fa-shuttlecock:before{content:""}.fa-sickle:before{content:""}.fa-sigma:before{content:""}.fa-sign:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signal-1:before{content:""}.fa-signal-2:before{content:""}.fa-signal-3:before{content:""}.fa-signal-4:before{content:""}.fa-signal-alt:before{content:""}.fa-signal-alt-1:before{content:""}.fa-signal-alt-2:before{content:""}.fa-signal-alt-3:before{content:""}.fa-signal-alt-slash:before{content:""}.fa-signal-slash:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-skeleton:before{content:""}.fa-sketch:before{content:""}.fa-ski-jump:before{content:""}.fa-ski-lift:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sledding:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-plus:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoke:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snake:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snow-blowing:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowflakes:before{content:""}.fa-snowman:before{content:""}.fa-snowmobile:before{content:""}.fa-snowplow:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-soup:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-spade:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spider:before{content:""}.fa-spider-black-widow:before{content:""}.fa-spider-web:before{content:""}.fa-spinner:before{content:""}.fa-spinner-third:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-squirrel:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-staff:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-christmas:before{content:""}.fa-star-exclamation:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-stars:before{content:""}.fa-staylinked:before{content:""}.fa-steak:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-steering-wheel:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stocking:before{content:""}.fa-stomach:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-stretcher:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-sun-cloud:before{content:""}.fa-sun-dust:before{content:""}.fa-sun-haze:before{content:""}.fa-sunrise:before{content:""}.fa-sunset:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-sword:before{content:""}.fa-swords:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tablet-rugged:before{content:""}.fa-tablets:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-tachometer-alt-fastest:before{content:""}.fa-tachometer-alt-slow:before{content:""}.fa-tachometer-alt-slowest:before{content:""}.fa-tachometer-average:before{content:""}.fa-tachometer-fast:before{content:""}.fa-tachometer-fastest:before{content:""}.fa-tachometer-slow:before{content:""}.fa-tachometer-slowest:before{content:""}.fa-taco:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tally:before{content:""}.fa-tanakh:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-tasks-alt:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-frigid:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-hot:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-tennis-ball:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-theta:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-thunderstorm:before{content:""}.fa-thunderstorm-moon:before{content:""}.fa-thunderstorm-sun:before{content:""}.fa-ticket:before{content:""}.fa-ticket-alt:before{content:""}.fa-tilde:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-square:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tire:before{content:""}.fa-tire-flat:before{content:""}.fa-tire-pressure-warning:before{content:""}.fa-tire-rugged:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-alt:before{content:""}.fa-tombstone:before{content:""}.fa-tombstone-alt:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-toothbrush:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tornado:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-cone:before{content:""}.fa-traffic-light:before{content:""}.fa-traffic-light-go:before{content:""}.fa-traffic-light-slow:before{content:""}.fa-traffic-light-stop:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-treasure-chest:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-tree-christmas:before{content:""}.fa-tree-decorated:before{content:""}.fa-tree-large:before{content:""}.fa-tree-palm:before{content:""}.fa-trees:before{content:""}.fa-trello:before{content:""}.fa-triangle:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before{content:""}.fa-truck:before{content:""}.fa-truck-container:before{content:""}.fa-truck-couch:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-truck-plow:before{content:""}.fa-truck-ramp:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-turkey:before{content:""}.fa-turtle:before{content:""}.fa-tv:before{content:""}.fa-tv-retro:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-unicorn:before{content:""}.fa-union:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-chart:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-crown:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-hard-hat:before{content:""}.fa-user-headset:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-md-chat:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-class:before{content:""}.fa-users-cog:before{content:""}.fa-users-crown:before{content:""}.fa-users-medical:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-vaadin:before{content:""}.fa-value-absolute:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-plus:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-volcano:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-slash:before{content:""}.fa-volume-up:before{content:""}.fa-vote-nay:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walker:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-wand:before{content:""}.fa-wand-magic:before{content:""}.fa-warehouse:before{content:""}.fa-warehouse-alt:before{content:""}.fa-watch:before{content:""}.fa-watch-fitness:before{content:""}.fa-water:before{content:""}.fa-water-lower:before{content:""}.fa-water-rise:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-webcam:before{content:""}.fa-webcam-slash:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whale:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheat:before{content:""}.fa-wheelchair:before{content:""}.fa-whistle:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wifi-1:before{content:""}.fa-wifi-2:before{content:""}.fa-wifi-slash:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-wind-warning:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-windsock:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wreath:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot?);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(../webfonts/fa-light-300.eot?);src:url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-light-300.woff2) format("woff2"),url(../webfonts/fa-light-300.woff) format("woff"),url(../webfonts/fa-light-300.ttf) format("truetype"),url(../webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot?);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot?);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}body{position:relative}#body-main{margin-bottom:30px}#body-main .top-btn{margin-top:auto}.navbar{margin-bottom:15px}.inline-icon{display:inline-block;margin-left:5px}.list{padding-left:0;list-style-type:none}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.one-gutter>.col,.one-gutter>[class*="col-"]{padding-left:0}.one-gutter>.col:first-of-type,.one-gutter>[class*="col-"]:first-of-type{padding-left:15px}.no-mobile-gutter{padding-left:0;padding-right:0}@media(min-width:768px){.no-mobile-gutter{padding-left:15px;padding-right:15px}}.btn{transition:all 200ms;font-size:inherit;line-height:inherit}.btn .fa-refresh{margin-right:3px}.btn+.btn,.btn+.btn-save,.btn-save+.btn{margin-left:.5em}.btn-save{display:inline}.btn-sm{font-size:14px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.top-btn{text-align:right;margin-bottom:15px}.top-btn.text-left{text-align:left}.btn-primary{background-color:#337ab7;border-color:transparent}.btn-primary[disabled]:hover{background-color:#337ab7;border-color:transparent}.btn-secondary{background-color:#eee;color:#333;border-color:transparent}.btn-secondary:hover{background-color:#ddd;color:inherit;border-color:transparent}.btn-docuphase{background-color:#428bca;color:#fff}.btn-docuphase:hover{background-color:#00549f;color:#fff}.btn-docuphase:focus{color:#fff}.btn-docuphase:disabled{background-color:#ccc;cursor:pointer;color:#999}.icon-group{display:inline-block;margin-right:10px}.icon-group:last-of-type{margin-right:auto}.awq-search-filters .awq-item-tabs .btn{border-bottom-width:1px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.awq-item-tabs .btn{border-bottom-right-radius:0;border-bottom-left-radius:0;border-color:#f0f0f0;border-bottom-width:0}.awq-item-tabs .btn-default.active{background-color:#f0f0f0;-webkit-box-shadow:none;box-shadow:none}.awq-item-tabs .btn-default.active:hover{border-color:#f0f0f0;background-color:#e6e6e6}.awq-item-tabs .btn-default.inactive{color:rgba(51,51,51,.7)}.results-tabs .btn{border-color:#f0f0f0}.results-tabs .btn-default.active{background-color:#f0f0f0;-webkit-box-shadow:none;box-shadow:none}.results-tabs .btn-default.active:hover{border-color:#f0f0f0;background-color:#e6e6e6}.btn-right-tab{border-top-left-radius:0;border-bottom-left-radius:0}.contain .field-group .btn-sm,.contain .contain-toolbar .btn-sm,.table-contain .field-group .btn-sm,.table-contain .contain-toolbar .btn-sm{margin-left:5px;padding-top:3px;padding-bottom:3px;line-height:1.42857143;vertical-align:top}.contain .field-group .btn-sm:first-child,.contain .contain-toolbar .btn-sm:first-child,.table-contain .field-group .btn-sm:first-child,.table-contain .contain-toolbar .btn-sm:first-child{margin-left:auto}.contain .field-group .btn-sm .fa-close,.contain .contain-toolbar .btn-sm .fa-close,.table-contain .field-group .btn-sm .fa-close,.table-contain .contain-toolbar .btn-sm .fa-close{color:#d9534f}.table-contain .table .btn-sm{padding-top:3px;padding-bottom:3px;line-height:1.42857143;vertical-align:top}.btn-awq{padding:4px 8px;font-size:13px}#menuRoot .sf-iSynergy-section h2{font-weight:700}#menuRoot .sf-iSynergy-section h2 img{box-sizing:content-box;top:0}#menuRoot hr{margin-top:auto;margin-bottom:auto}.forms-page-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex:0 1 auto;justify-content:space-between;margin-top:15px;padding-bottom:10px}.forms-page-header h2,.forms-page-header .h2{margin-top:auto;margin-bottom:auto}.forms-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.forms-toggle .form-inline+.form-inline{margin-left:15px;margin-top:10px;margin-bottom:10px}.forms-toggle .dropdown-header{font-size:inherit;padding:0;min-width:200px}.forms-toggle .dropdown-menu .divider{display:none}.forms-all{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}.forms-all .container-fluid{flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}.forms-all .dp-panel{flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;flex:0 1 auto}.forms-all #body-main{flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;margin-bottom:15px}.forms-all #body-main .row{flex-grow:1;display:flex;flex-direction:column}.forms-all #body-main #body-main{margin-bottom:auto}.forms-all .k-listbox .k-item,.forms-all .k-popup .k-list .k-item,.forms-all .k-fieldselector .k-list .k-item,.forms-all .k-list-optionlabel.k-state-focused,.forms-all .k-list-optionlabel.k-state-selected,.forms-all .k-listbox .k-item,.forms-all .k-overflow-container .k-state-focused,.forms-all .k-overflow-container .k-state-hover,.forms-all .k-overflow-container .k-state-selected,.forms-all .k-popup .k-list .k-state-focused,.forms-all .k-popup .k-list .k-state-hover,.forms-all .k-popup .k-list .k-state-selected{padding:1px 12px}.forms-all .k-popup.k-calendar-container,.forms-all .k-popup.k-list-container{padding:5px 0;margin:2px 0 0;border:1px solid rgba(0,0,0,.15)}.forms-all .k-popup .k-list .k-state-selected{border-width:0;border-radius:0;box-shadow:none}.forms-all .k-popup .k-list .k-state-focused{box-shadow:none;border-radius:0;border-width:0}.forms-all .k-popup .k-list .k-item{border:0}.forms-all .k-popup .k-checkbox-label{width:1em;height:1em;margin-right:6px;padding-left:0;margin-top:4px}.forms-all .k-popup .form-filter-header{padding:6px 12px;cursor:pointer;border-bottom:1px solid #ccc}.forms-all .k-popup .form-filter-header .k-checkbox-label{margin-top:1px;pointer-events:none}.forms-all .k-list>.k-state-focused.k-state-selected,.forms-all .k-listview>.k-state-focused.k-state-selected,.forms-all .k-state-focused.k-state-selected,.forms-all td.k-state-focused.k-state-selected{border-radius:0}.forms-all .k-list>.k-state-selected{color:inherit;background-color:#f0f0f0;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.forms-all .k-list>.k-state-hover{background-color:#f0f0f0;cursor:pointer}.forms-all .k-list .k-state-hover{border-radius:0}.forms-all .k-list-container.k-state-border-up,.forms-all .k-dropdown-wrap.k-state-border-down{border-radius:4px}.forms-all .k-multiselect{cursor:pointer}.forms-all .k-multiselect .k-input{display:none}.forms-all .k-multiselect .k-button{color:#333;border:0;background-color:transparent;width:100%;text-align:left;align-items:flex-start;justify-content:space-between}.forms-all .k-multiselect .k-button.k-state-hover{background-color:#ebebeb}.forms-all .k-multiselect .k-button:active{box-shadow:none}.forms-all .k-multiselect.k-state-border-down{background-color:#ebebeb;box-shadow:inset 0 3px 8px rgba(0,0,0,.125);border-radius:4px}.forms-all .k-multiselect.k-state-border-down .k-multiselect-wrap{background-color:transparent}.forms-all .k-multiselect-wrap{border-radius:4px;min-width:200px;min-height:34px;padding-right:0}.forms-all .k-multiselect-wrap .k-select{position:static;padding-right:0}.forms-all .k-multiselect-wrap li{margin:0;line-height:inherit;min-height:0;padding:6px 12px;float:none;display:flex;justify-content:space-between}.forms-all .k-multiselect-wrap>.k-i-close{display:none !important}.forms-all .k-multiselect.k-state-border-down .k-multiselect-wrap{border-radius:4px}.forms-all .dp-panel{max-width:992px;margin:auto;float:none}.forms-display-message{width:100%;text-align:center;font-size:16px;margin:20px}.forms-display-message h3,.forms-display-message .h3{font-weight:400}.forms-loading h4,.forms-loading .h4{font-size:14px;font-weight:600;font-family:-apple-system,'Segoe UI',system-ui,Roboto,'Helvetica Neue',sans-serif}.forms-load-spinner{margin-top:1rem;margin-bottom:1rem;width:100%}.ft-wrap{display:grid;grid-gap:2rem;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(240px,100%);flex-grow:1}@media(min-width:992px){.ft-wrap{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.ft-wrap{grid-template-columns:repeat(4,1fr)}}.form-overlay{background-color:rgba(255,255,255,.85);position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;display:none;border-radius:3px}.form-overlay .fa-spinner{position:relative;top:50%}.forms-tile{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 5px rgba(0,0,0,.12);border:1px solid #ddd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;border-radius:3px;background-color:#f9f9f9;transition:all 200ms;min-width:0;position:relative}.forms-tile:hover{cursor:pointer;box-shadow:0 0 2px rgba(102,175,233,.65),0 2px 5px rgba(102,175,233,.65);transition:all 200ms;border-color:#66afe9}.ft-header{padding:0 15px;width:100%;border-bottom:1px solid #f0f0f0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between}.ft-header h2,.ft-header .h2{margin-top:10px;margin-bottom:10px;width:66%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ft-category{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:33%}.ft-category h5,.ft-category .h5{font-weight:400;margin:auto;padding:7px 12px;background-color:#f0f0f0;border-radius:8px;text-overflow:ellipsis;width:100%;overflow:hidden;white-space:nowrap;text-align:center}.ft-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;height:100%;padding:15px;flex-direction:row;position:relative}.ft-content p{margin-bottom:auto}.ft-icon{min-width:100px;width:25%;text-align:center;color:#337ab7}.ft-icon .fa,.ft-icon svg,.ft-icon .fal{font-size:60px}.ft-description{width:75%;max-height:85%;overflow:hidden}.ft-description:hover{overflow:auto}.ft-favorite{position:absolute;right:0;bottom:0;text-align:right;padding:10px}.ft-favorite .form-favorite-anchor{position:static}.ft-favorite .form-favorite-anchor:hover{cursor:pointer}.forms-wrap{border:1px solid #ddd;background-color:#f9f9f9;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 5px rgba(0,0,0,.12)}.forms-group-row{border-bottom:1px solid #f0f0f0;padding:10px 0;margin-left:.25px}.forms-group-row:last-child{border-bottom:0}.forms-group-row h3,.forms-group-row .h3{font-size:16px;font-weight:600;margin:auto auto 5px auto;padding:0 15px;font-family:-apple-system,'Segoe UI',system-ui,Roboto,'Helvetica Neue',sans-serif}.forms-row-primary{background-color:#f9f9f9}.forms-row-primary:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.forms-row-primary:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.forms-row-alternate{background-color:#fff}.forms-row-alternate:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.form-row{cursor:pointer;transition:all .1s;padding:4px 10px 4px 15px;position:relative;display:block;margin:auto}.form-row:hover{background-color:rgba(66,139,202,.2)}.form-header-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.form-name{margin-left:10px}.form-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;position:relative}.form-favorite-anchor{padding:5px;position:absolute;top:-5px;right:0}.form-description{color:#999;margin-left:24px}.form-description p{margin:2px auto auto}.formsManagerPair .select2-container{margin-bottom:10px;font-size:12px}#form-header-filter-multiselect{margin-left:15px}#form-header-filter-multiselect.k-state-disabled{border-radius:4px;background-color:#ebebeb;cursor:not-allowed}#ctl00_ctl00_body .select2-results{font-size:12px}#ctl00_ctl00_body .select2-dropdown{border-color:#ccc}#ctl00_ctl00_body .select2-container--default .select2-selection--single{border-color:#ccc}#ctl00_ctl00_body .select2-container--default .select2-selection--single .select2-selection__rendered{color:#333}#ctl00_ctl00_body .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#333 transparent transparent transparent;border-width:6px 3px 0 3px}#ctl00_ctl00_body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #333 transparent;border-width:0 3px 6px 3px}#ctl00_ctl00_body .select2-container--default .select2-search--dropdown .select2-search__field{border-radius:4px;border-color:#ccc;padding:3px 9px}#ctl00_ctl00_body .select2-results__option i,#ctl00_ctl00_body .select2-selection__rendered i{min-width:1.2em;text-align:center;margin-right:3px;font-size:16px}.bootstrap-select.btn-group .dropdown-menu li a{position:relative}.dropdown-menu>li>a{padding-left:12px;padding-right:12px}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:200px}.select-narrow .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:80px}.select-narrow .form-control{width:80px;margin:auto;text-align:center}.form-control-feedback{position:absolute;top:0;right:0;display:block;height:34px;width:34px;line-height:34px;text-align:center}.sub-head-search{margin-bottom:20px;margin-top:20px}.sub-head-search .form-control{padding:6px 12px;height:34px}.sub-head-search .form-group{flex:1;margin-bottom:auto;position:relative}.sub-head-search .input-group{max-width:440px;width:100%}.sub-head-search .input-group+.btn,.sub-head-search .btn+.btn{margin-left:10px}.sub-head-search .input-group-btn{position:absolute;right:0}.sub-head-search .form-control-feedback{right:40px}#searchTextInput{padding-right:52px}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.color-square{display:block;float:right;width:18px;height:18px;border-radius:3px;margin-top:1px}.color-square.cs-black{background-color:#000}.color-square.cs-red{background-color:#db2f2f}.color-square.cs-green{background-color:#006400}.color-square.cs-yellow{background-color:#ffe500}.color-square.cs-orange{background-color:#e6824d}.color-square.cs-blue{background-color:#1c4edc}.color-square.cs-magenta{background-color:#db4ddb}.color-square.cs-cyan{background-color:#57ebeb}.color-square.cs-white{background-color:#fff;border:1px solid #ccc}.line-width{display:block;background-color:#000;height:14px;margin-top:3px;float:right}.line-width.lw-1{width:1px}.line-width.lw-2{width:2px}.line-width.lw-3{width:3px}.line-width.lw-4{width:4px}.line-width.lw-5{width:5px}.line-width.lw-6{width:6px}.line-width.lw-7{width:7px}.line-width.lw-8{width:8px}.line-width.lw-9{width:9px}.line-width.lw-10{width:10px}.field-group .form-control{max-width:300px;padding:3px 6px;height:28px;display:inline-block}.field-group .form-control.input-400{max-width:400px}.field-group textarea.form-control{height:auto}.field-group select[multiple].form-control,.field-group select[size].form-control{height:auto}.contain .field-group.input-400 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),.table-contain .field-group.input-400 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:400px}.sign-in-body .form-control{padding:6px 12px;height:34px;font-size:14px}.form-control{padding:3px 6px;height:28px;font-size:inherit}.form-check label{font-weight:400;margin-bottom:auto}table input[type=checkbox],table input[type=radio]{margin-top:auto;position:relative;top:2px}.inline-checkbox{font-weight:400}.inline-checkbox [type=checkbox],.inline-checkbox [type=radio]{margin-right:5px}.dropdown-toggle{padding-top:3px;padding-bottom:3px}.form-margin20{margin-left:20px}.contain label,.table-contain label{font-weight:400}.contain .field-group label,.table-contain .field-group label{display:block}.contain .field-group .form-control,.table-contain .field-group .form-control{max-width:250px}.contain .field-group .form-control.input-400,.table-contain .field-group .form-control.input-400{max-width:400px}.contain .list:last-child,.table-contain .list:last-child{margin-bottom:auto}.contain .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),.table-contain .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:250px}.dp-panel .contain .field-group:last-child,.dp-panel .table-contain .field-group:last-child{margin-bottom:auto}.checkbox-slider--b-flat{position:relative;margin-top:7px;margin-bottom:7px}.checkbox-slider--b-flat input{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:0%;height:0%;margin:0 0;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.checkbox-slider--b-flat input+span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:20px}.checkbox-slider--b-flat input+span:before{position:absolute;left:0;display:inline-block;content:"";height:15px;width:30px;background:rgba(100,100,100,.2);box-shadow:inset 0 0 5px rgba(0,0,0,.8);transition:background .2s ease-out;border-radius:15px}.checkbox-slider--b-flat input+span:after{width:15px;height:15px;position:absolute;left:0;top:0;display:block;background:#fff;transition:margin-left .1s ease-in-out;text-align:center;font-weight:bold;content:"";border:solid transparent 2px;background-clip:padding-box;border-radius:15px}.checkbox-slider--b-flat input+span>h4{display:inline}.checkbox-slider--b-flat input+span:checked+span:after{margin-left:15px;content:""}.checkbox-slider--b-flat input+span:checked+span:before{transition:background .2s ease-in}.checkbox-slider--b-flat input:not(:checked)+span:after{-webkit-animation:popOut ease-in .3s normal;animation:popOut ease-in .3s normal}.checkbox-slider--b-flat input:checked+span:after{content:"";margin-left:15px;border:solid transparent 2px;background-clip:padding-box;-webkit-animation:popIn ease-in .3s normal;animation:popIn ease-in .3s normal}.checkbox-slider--b-flat input:checked+span:before{background:#5cb85c}.checkbox-slider--b-flat.checkbox-slider-mdinput+span:before,.checkbox-slider--b-flat.checkbox-slider-mdinput+span:after{border-radius:30px}.checkbox-slider--b-flat.checkbox-slider-lginput+span:before,.checkbox-slider--b-flat.checkbox-slider-lginput+span:after{border-radius:40px}.checkbox-slider--b-flat input+span:before{box-shadow:none}.checkbox-slider-info.checkbox-slider--b input:checked+span:before,.checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before,.checkbox-slider-info.checkbox-slider--c input:checked+span:before,.checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before{background:#5bc0de}.checkbox-slider-warning.checkbox-slider--b input:checked+span:before,.checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before,.checkbox-slider-warning.checkbox-slider--c input:checked+span:before,.checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before{background:#f0ad4e}.checkbox-slider-danger.checkbox-slider--b input:checked+span:before,.checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before,.checkbox-slider-danger.checkbox-slider--c input:checked+span:before,.checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before{background:#d9534f}.checkbox-slider-sm{line-height:10px}.checkbox-slider-sm input+span{padding-left:20px}.checkbox-slider-sm input+span:before{width:20px}.checkbox-slider-sm input+span:after,.checkbox-slider-sm input+span:before{height:10px;line-height:10px}.checkbox-slider-sm input+span:after{width:10px;vertical-align:middle}.checkbox-slider-sm input:checked+span:after{margin-left:10px}.checkbox-slider-md{line-height:30px}.checkbox-slider-md input+span{padding-left:60px}.checkbox-slider-md input+span:before{width:60px}.checkbox-slider-md input+span:after,.checkbox-slider-md input+span:before{height:30px;line-height:30px}.checkbox-slider-md input+span:after{width:30px;vertical-align:middle}.checkbox-slider-md input:checked+span:after{margin-left:30px}.checkbox-slider-lg{line-height:40px}.checkbox-slider-lg input+span{padding-left:80px}.checkbox-slider-lg input+span:before{width:80px}.checkbox-slider-lg input+span:after,.checkbox-slider-lg input+span:before{height:40px;line-height:40px}.checkbox-slider-lg input+span:after{width:40px;vertical-align:middle}.checkbox-slider-lg input:checked+span:after{margin-left:40px}.form-control-clear{z-index:10;pointer-events:auto;cursor:pointer;color:#999}.k-grid{font-size:13px}.k-grid tr{background-color:#f9f9f9}.k-grid tr.k-alt{background-color:#fefefe}.k-grid tr.k-state-selected td,.k-grid tr.k-state-selected:hover td{background-color:inherit}.k-grid tr:hover{background-color:rgba(66,139,202,.2)}.k-grid td{border:0;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.k-grid td img{width:20px;height:20px}.k-grid table{border-collapse:collapse;table-layout:fixed}.k-grid .k-grouping-header{border-color:#f0f0f0;color:inherit}.k-grid>.k-grouping-header{border-radius:0}.row-lock{color:#999}.row-checkbox{pointer-events:none}.checkAll-checkbox{pointer-events:none}.checkAll-header{cursor:pointer}.awq-item-content .row-lock{position:absolute;left:6px;margin-top:3px}.k-grid-header-wrap{border-right:0}div.k-grid-header{border-color:#f0f0f0}.k-header>.k-grid-filter,.k-header>.k-header-column-menu{color:inherit}.k-header.k-grid-toolbar{border-top:0;padding:0;border-color:transparent}.k-header.k-grid-toolbar .k-pager-refresh{margin-top:15px;cursor:pointer}.k-header.k-menu{background-color:#fefefe}.k-column-menu .k-menu-vertical .k-separator{display:none}.k-grid-toolbar{background-color:transparent}.k-grid-header{background-color:#fefefe;border:1px solid #f0f0f0}.k-grid-header .k-i-sort-asc-sm,.k-grid-header .k-i-sort-desc-sm,.k-grid-header .k-sort-order{color:inherit}.k-grid-header .k-header{background-color:#fff;border-color:#f0f0f0;color:inherit}.k-grid-header .k-header .k-link,.k-grid-header .k-header .k-link:link{color:inherit}.k-grid-header th.k-header{border-right:1px solid #f0f0f0 !important}.k-grid-header th.k-header>.k-link{padding:0;line-height:inherit;min-height:0;margin:auto}.k-grid-header th.k-header:last-of-type{border-right:0 !important}.k-filter-row th,.k-grid-header th.k-header,.k-grid td{padding:6px 5px}.k-grouping-header{line-height:1.42857143;padding:8px;background:#fefefe;border:1px solid #f0f0f0;border-bottom:0}.k-grouping-header .k-link,.k-grouping-header .k-link:link{color:inherit}.k-grouping-header .k-group-indicator{background-color:#fff;border-radius:4px;color:inherit;border-color:#ccc;padding:3px 6px}.k-tabstrip>.k-tabstrip-items>.k-item{text-transform:none;border:1px solid #f0f0f0;border-bottom:0}.k-tabstrip .k-tabstrip-items .k-link{padding:6px 12px}.k-tabstrip:focus{-webkit-box-shadow:none;box-shadow:none}.k-tabstrip .k-tabstrip-items .k-link{padding:6px 12px}.k-tabstrip-items{padding:0}.k-tabstrip-items .k-state-default{border-color:#f0f0f0;border-bottom-width:0}.k-tabstrip-items .k-state-default .k-link{color:rgba(51,51,51,.7)}.k-tabstrip-items .k-state-default.k-state-active .k-link{color:#333}.k-tabstrip-items .k-loading{display:none}.k-tabstrip-items .k-item{background-image:none;background-color:#fff}.k-tabstrip-items .k-item:focus{background-color:#d4d4d4;border-color:#8c8c8c}.k-tabstrip-items .k-item.k-state-active:focus,.k-tabstrip-items .k-item.k-state-active.k-state-hover:focus,.k-tabstrip-items .k-item.k-state-hover:focus{background-color:#d4d4d4;border-color:#8c8c8c;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.k-tabstrip-items .k-item.k-state-active{background-color:#f0f0f0;border-color:#f0f0f0}.k-tabstrip-items .k-item.k-state-active.k-state-hover{background-color:#e6e6e6}.k-tabstrip-items .k-item.k-state-hover{background-color:#e6e6e6}.k-tabstrip-items .k-item.k-first{border-top-left-radius:4px}.k-tabstrip-items .k-item.k-last{border-top-right-radius:4px}.k-panelbar .k-tabstrip-items .k-item,.k-picker-wrap.k-state-border-down,.k-tabstrip-items .k-item,.k-tabstrip-items .k-link,.k-window-titlebar{border-radius:0}.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active,.k-tabstrip-top .k-tabstrip-items .k-state-active{border-bottom-width:0;margin-bottom:auto}.k-grid-content{max-height:400px;overflow-y:auto}.k-grid-content .k-i-collapse,.k-grid-content .k-i-expand{display:none}.k-grid-content tr{background-color:#f9f9f9}.k-grid-content tr.k-alt{background-color:#fefefe}.k-grid-content tr:hover{background-color:rgba(66,139,202,.2)}.k-grid-content tr.k-state-selected,.k-grid-content tr.k-state-selected:hover{background-color:rgba(66,139,202,.2);color:#333}.k-grid-content>.k-grid-norecords>.k-grid-norecords-template{width:100%;border-color:#f0f0f0;border-top:0}.k-grid-toolbar .grid-btns-left{margin-top:10px}.k-grid-pager{display:inline-block;margin-top:10px;width:auto}.k-grid-pager .k-link.k-state-disabled,.k-grid-pager .k-link:link.k-state-disabled{color:inherit}.k-pager-wrap{background-color:transparent;padding:0 0 10px}.k-pager-wrap .k-link{border-color:#ddd;padding:6px 12px;line-height:inherit;height:auto}.k-pager-wrap .k-link.k-pager-nav{padding:6px}.k-pager-wrap .k-link.k-state-disabled .k-icon{opacity:.25}.k-pager-wrap .k-pager-numbers .k-state-selected{margin-top:auto;line-height:inherit;padding:6px 12px}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{height:auto}.k-pager-input,.k-pager-sizes{padding:0}.k-pager-sizes .k-widget.k-dropdown{width:auto;margin-top:auto}.k-pager-sizes .k-dropdown-wrap .k-input{line-height:inherit}.k-dropdown-wrap .k-input{height:auto;text-indent:0;padding:6px 12px;line-height:inherit}.k-pager-info{color:#999;padding:6px 12px}.k-grouping-row p{padding-left:3rem}.expandCellOnHover:hover{text-overflow:clip;white-space:normal;word-break:break-all}.k-list>.k-state-focused.k-state-selected{box-shadow:none}.k-filter-and{min-width:80px}.k-filter-menu-container>label:first-of-type{padding-right:1rem}.k-menu-link>input[type='checkbox']{margin-right:.5rem}.grid-rendering-wait{cursor:wait}.k-widget *{box-sizing:border-box}.k-block,.k-content,.k-dropdown .k-input,.k-popup,.k-toolbar,.k-widget,.k-grouping-header{color:#333}.k-block,.k-widget{line-height:inherit}.k-widget{border:0;-webkit-box-shadow:none;box-shadow:none}.k-panelbar .k-tabstrip>.k-content,.k-tabstrip>.k-content{padding:0;margin:auto;border-width:0}.k-editor,.k-grid,.k-menu,.k-scheduler{border-radius:0}.k-menu .k-state-default .k-state-border-down{background-color:#fff}.k-menu .k-state-hover>.k-link{background-color:#f0f0f0}.k-menu .k-state-hover .k-link.k-state-active{background-color:#f0f0f0}.k-menu .k-item .k-link{color:#333}.k-filter-menu{background-color:#fff}.k-filter-menu .k-button{margin:.5em 0 0 4%}.k-filter-menu .k-button+.k-button{margin-left:auto}.k-filter-menu .k-primary{float:right}.k-filter-menu .k-label input[type="checkbox"]{margin:auto 5px auto auto;position:relative;top:2px}form.k-filter-menu .k-widget{margin-bottom:7px}.k-filter-menu span.k-filter-and{margin:1em 0}.k-window{border-color:rgba(0,0,0,.2)}.k-window-action .k-icon{vertical-align:middle}.k-window-titlebar{position:static;height:auto;padding:8px 12px}.k-window-titlebar.k-header{background-color:#fff;border-radius:6px 6px 0 0;cursor:move}.k-window-titlebar .k-link,.k-window-titlebar .k-link:link{color:#333}.k-window-titlebar .k-window-actions{padding-top:6px}.window-docked-default{top:auto !important;bottom:0 !important;width:100% !important;height:20% !important;left:0 !important}.window-docked{top:auto !important;bottom:0 !important;width:100% !important;left:0 !important}.k-multiselect-wrap{-webkit-box-shadow:none;box-shadow:none}.k-invalid-msg{display:block !important}.k-loading-hidden{display:none}.k-textbox{background-color:#fff}.k-picker-wrap.k-state-hover,.k-picker-wrap.k-state-active{background-color:#fff}.k-calendar-container{background-color:#f9f9f9}.k-calendar-container .k-header{background-color:#f9f9f9}.k-calendar th{background-color:#f9f9f9}.k-calendar .k-footer{background-color:#f9f9f9}.k-calendar .k-footer .k-nav-today{background-color:transparent}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected{background-color:#428bca;border-color:#428bca}.k-draghandle.k-state-selected:hover.k-state-hover,.k-ghost-splitbar-horizontal.k-state-hover,.k-ghost-splitbar-vertical.k-state-hover,.k-list>.k-state-highlight.k-state-hover,.k-list>.k-state-selected.k-state-hover,.k-marquee-color.k-state-hover,.k-panel>.k-state-selected.k-state-hover,.k-scheduler .k-scheduler-toolbar .k-state-selected.k-state-hover,.k-scheduler .k-today.k-state-selected.k-state-hover,.k-state-selected.k-state-hover,.k-state-selected:link.k-state-hover,.k-state-selected:visited.k-state-hover,.k-tool.k-state-selected.k-state-hover{background-color:#e6e6e6;border-color:#e6e6e6}.k-link,.k-nav-current.k-state-hover .k-link{color:#337ab7}.k-pager-wrap .k-link:hover{color:#23527c}.k-multiselect .k-button{background-color:#428bca;border-color:#337ab7}.k-multiselect .k-button.k-state-hover{background-color:#00559c;border-color:#23527c}@media only screen and (max-width:1024px){.k-edge .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-ff .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-ie11 .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-safari .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-webkit .k-widget.k-grid .k-pager-nav+.k-pager-numbers{position:static;margin-left:1em}.k-edge .k-pager-numbers+.k-link,.k-ff .k-pager-numbers+.k-link,.k-ie11 .k-pager-numbers+.k-link,.k-safari .k-pager-numbers+.k-link,.k-webkit .k-pager-numbers+.k-link{margin-left:1em}.k-edge .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link,.k-webkit .k-pager-numbers .k-current-page .k-link{padding:6px 12px}.k-edge .k-pager-numbers .k-link,.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-state-selected{padding:4px}.k-pager-wrap .k-pager-numbers .k-state-selected{padding:1px 4px}}.sign-in-container{margin-top:15px}.sign-in-container .alert{max-width:480px;margin:auto auto 30px auto}@media(min-width:480px){.sign-in-container{margin-top:15vh}}.sign-in-body .btn{font-size:16px}.sign-in-body .button-2x .btn{width:48%;float:left;margin-bottom:auto}.sign-in-body .button-2x .btn+.btn{margin-left:4%}.sign-in p{margin-top:0;margin-bottom:10px}.sign-in h2,.sign-in .h2{margin-bottom:20px;margin-top:0;font-size:20px}.sign-in .form-group .sign-in-label{margin-left:10px}.sign-in .form-group label{font-size:16px}.form-login{position:relative;margin-bottom:1rem}#capsLockWarning{position:absolute;bottom:-1.25rem}#capsLockWarning p{margin-bottom:0}.contain{background-color:#f9f9f9;border:1px solid #f0f0f0;border-radius:3px;padding:30px;margin:20px auto}@media(min-width:992px){.contain.account-info{padding:40px}}.contain.sign-in{padding-top:0;border:0;max-width:480px;background-color:transparent;margin-top:auto}@media(min-width:480px){.contain.sign-in{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);background-color:#f9f9f9;padding:20px 40px 40px}}.contain label{font-weight:400}@media(min-width:768px){.contain{margin:auto}}.sign-in-logo-contain{text-align:center;margin:auto;margin-bottom:20px}.sign-in-logo{float:none;margin:auto;height:auto;display:inline-block;padding-bottom:10px;padding-top:10px}.sign-in-logo img{width:250px;max-width:100%}.social-login .btn{width:100%;position:relative;border:1px solid rgba(0,0,0,.15);color:#fff;margin-top:20px}.social-login .btn:hover{opacity:.9}.social-btn-icon{position:absolute;left:0;top:0;width:50px;height:100%;display:block;border-right:1px solid rgba(0,0,0,.15)}.social-btn-icon .fa{margin-top:7px;font-size:1.25em}.social-btn-icon img{margin-top:8px}.sign-in-group{margin-top:40px}.sign-in-group .btn{width:100%;margin-bottom:20px}.sign-in-group .btn:last-child{margin-bottom:0}.sign-in-group p{margin-bottom:0;margin-top:10px}.access-button-group{margin-top:0}.access-button-group .btn{width:100%}.forgot-password-body .sign-in p{margin-bottom:20px}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.field-2x .form-group{float:left;width:48%}.field-2x .form-group:first-of-type{margin-right:2%}.field-2x .form-group:last-of-type{margin-left:2%}.email-verify{max-width:515px}.email-verify p{line-height:1.75}.email-verify p:last-of-type{margin-bottom:auto}.email-verify h2,.email-verify .h2{text-align:center;margin-top:auto}.email-verify div{text-align:center}.awq-modal-options .inline-checkbox+.inline-checkbox{margin-left:15px}.awq-modal-options .inline-checkbox{margin-top:4px}.awq-modal-options .btn{float:right}.awq-item-tabs{margin-top:15px}.awq-search-filters{margin-top:15px}.filter-col{padding:5px}.filter-col.awq-select{padding-left:10px}.filter-app-name{flex:1 1}.filter-criteria{flex:2 1;color:#3d8cd2;font-style:italic}@media(min-width:576px){.modal-dialog{max-width:600px}}h6.modal-title{flex:0 0 100%}.modal-header{padding:15px;flex-direction:row-reverse;flex-wrap:wrap}.modal-header h4,.modal-header .h4{font-size:18px}.modal-content{text-align:left}.modal-content iframe{height:100%;position:absolute;width:100%}.modal-content .awq-select{flex:0 0 50px}.modal-content .awq-select .fa{top:0}.modal-content .awq-select input[type=checkbox],.modal-content .awq-select input[type=radio]{top:1px;margin-left:4px}.modal-content .awq-item-content{margin-bottom:auto}.modal-content .fa-close{color:#d9534f}.modal-content .fa-star{color:#f39c11}.modal-content .fa-pencil{color:#428bca}.modal-body .list-group-item{padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.modal-footer .btn+.btn-save,.modal-footer .btn-save+.btn{margin-left:5px}.awq-item .search-filters .field-group{width:33.3%;display:inline-block}.awq-item .search-filters .field-group .form-control,.awq-item .search-filters .field-group .bootstrap-select{max-width:84%;display:inline-block}.awq-item .search-filters .field-2x{width:66.6%;display:inline-block}.awq-item .search-filters .field-2x .field-group{width:50%}.search-filters{position:relative;padding-bottom:44px}.search-filters label{font-weight:400;margin-bottom:2px}.search-filters .field-group{margin-top:10px}.search-filters .field-group input+span,.search-filters .field-group .bootstrap-select+span{margin-left:5px}.search-filters .field-group .fa-plus{position:relative;top:1px}.search-filters .field-group .awq-toggle{position:relative;top:1px}.search-filters .fa-close{display:none}.search-filters .field-group:hover .fa-close,.search-filters .field-2x:hover .fa-close{display:inline-block}.search-filters .btn-docuphase{position:absolute;bottom:0;right:0}.search-filters .grouping-filter .field-group{display:block}.grouping-filter{display:none;margin-top:20px}.grouping-filter .primary-filter input{color:#328cc1}.grouping-filter .workflow-filter input{color:#007a76}.grouping-filter .system-filter input{color:#283593}.grouping-filter .field-group{position:relative}.grouping-filter .field-group i{position:absolute;top:7px;right:40px}.grouping-filter .field-group+.field-group{margin-left:20px}.primary-filter label,span.primary-filter{color:#328cc1}.workflow-filter label,span.workflow-filter{color:#007a76}.system-filter label,span.system-filter{color:#283593}.advanced-filter label,span.system-filter{color:#0d47a1}.modal.left .modal-dialog{position:fixed;margin:60px auto auto;width:540px;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.modal.left .modal-content{height:100%;overflow-y:auto}.modal.left.fade .modal-dialog{left:-540px;-webkit-transition:opacity .3s linear,left .3s ease-out;-moz-transition:opacity .3s linear,left .3s ease-out;-o-transition:opacity .3s linear,left .3s ease-out;transition:opacity .3s linear,left .3s ease-out}.modal.left.fade.in .modal-dialog{left:0}.modal-button{cursor:pointer;margin-top:4px;display:inline-block}.modal-button+.modal-button{margin-left:5px}.modal-input .field-group label{font-weight:400;display:block}.modal-input .field-group+.field-group{margin-top:5px}#index-type-add .modal-dialog{width:330px}#index-type-add .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100%}h2{font-size:20px}h5,.h5{font-weight:700;font-size:14px;margin-top:10px;margin-bottom:10px}h6,.h6{font-size:12px}#body-main table,#body-main .tree-group{font-size:13px}.center{text-align:center}.right{text-align:right}label{margin-bottom:5px;font-weight:700}a{color:#337ab7}a:hover,a:focus{text-decoration:none;color:#23527c}.fa-md{font-size:1.25em}.fa-sm{font-size:.6em}.fa-xs{font-size:.3em}.fa-stack{text-align:center}.remove-red,.remove-red a{color:#d9534f}.remove-red a:hover{color:#c9302c}.add-green,.add-green a{color:#449d44}.add-green a:hover{color:#3d8d3d}.view-tools .fa-stack{vertical-align:baseline}.view-tools .fa-sm.fa-arrow-right{font-size:.5em;top:1px;left:1px}.view-tools .fa-text-border{width:1.2em;height:1.2em;border:1px dotted #fff;top:3px;left:3px}.view-tools .fa-text{top:3px}.view-tools .fa-caret-left{left:-4px;top:1px}.view-tools .fa-caret-up{bottom:2px}.view-tools .fa-caret-right{left:4px;top:1px}.view-tools .fa-caret-down{top:5px}.view-tools .fa-vert-border{border:1px solid #fff;width:15px;height:17px;top:3px;left:0;position:relative}.view-tools .fa-horz-border{border:1px solid #fff;width:17px;height:15px;top:2px;left:0;position:relative}.view-tools .fa-horz-border~.fa-caret-left,.view-tools .fa-horz-border~.fa-caret-right{top:2px}.view-tools .fa-annotation{border:1px solid #fff;background-color:#428bca;height:7px;width:9px;border-radius:1px;left:6px;top:-4px;position:relative}.view-tools .fa-annotation:nth-of-type(2){top:1px;left:-6px}.viewer-toolbars .fa-md{font-size:1.15em}.annotation-toolbar .fa-long-arrow-right{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3.5)";-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.app-search-toolbar.custom-icons .fa-stack{color:#999}.app-search-toolbar.custom-icons .fa-sm{color:#428bca;text-shadow:0 -1px 0 white}.app-search-toolbar.custom-icons .fa-sm.fa-plus,.app-search-toolbar.custom-icons .fa-sm.fa-check,.app-search-toolbar.custom-icons .fa-sm.fa-search{left:5px;bottom:-5px}.app-search-toolbar.custom-icons .fa-sm.fa-plus{color:#449d44}.app-search-toolbar.custom-icons .fa-sm.fa-arrow-up{bottom:-5px}.app-search-toolbar.custom-icons .fa-sm.fa-caret-right{bottom:1px;left:4px}.app-search-toolbar.custom-icons .fa-xs{color:#999;left:-8px;top:-3px}.app-search-toolbar.custom-icons .fa-field{display:block;border:2px solid #428bca;width:20px;height:11px;margin:auto;position:absolute;top:5px}.app-search-toolbar.custom-icons .fa-folder-open{position:relative;top:2px}.custom-icons .fatext-md{line-height:1.5em;width:1.5em;height:1.5em;text-align:center}.custom-icons .btn-right-tab{margin-right:15px}.custom-icons .fa-full-size{background-color:#428bca;height:6px;width:5px;display:block;position:absolute;top:7px;left:7px}.inactive{color:#999}.text-right input[type='checkbox']{margin-left:5px}.text-wrap{white-space:normal;word-break:normal;overflow-wrap:break-word}#load-error-message h5,#load-error-message .h5{font-weight:400}.alert h4,.alert .h4{margin-top:10px}#work-item-form.modal.left{position:relative}#work-item-form.modal.left .modal-dialog{position:absolute;margin:auto;width:100%;box-sizing:border-box}#work-item-form.fade.in .modal-dialog,#work-item-form.fade.show .modal-dialog{left:0}#work-item-form .modal-dialog{max-width:100%}#work-item-form .modal-content{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.3);box-shadow:0 3px 9px rgba(0,0,0,.3);border:1px solid #ccc}#work-item-form .btn-top-tab{position:absolute;top:-33px;right:0;z-index:1051;box-shadow:0 0 5px 0 rgba(0,0,0,.3);z-index:1;border-bottom-left-radius:0;border-bottom-right-radius:0;border-width:0;padding:5px 14px 4px;line-height:1.72em}#work-item-form label{font-weight:400}#work-item-form .form-control{max-width:100%}#work-item-form .field-group{margin-top:10px}#work-item-form .frevo-form{max-width:500px}#work-item-form .frevo-form .btn{margin-top:10px}.modal-open .modal.left{overflow-x:visible;overflow-y:visible}.modal-content{text-align:left}.modal-content iframe{height:100%;position:absolute;width:100%;border:0}.slider-contain{position:relative}.slider-contain .btn-right-tab{position:absolute;left:0;top:-29px;margin-left:auto;z-index:1;border-width:0}.awq-item{width:100%;margin-bottom:1px}.panel-default{cursor:pointer;border:0;box-shadow:none;margin-bottom:2px}.panel-default:last-child{margin-bottom:15px}.panel-default:last-child .panel-body{padding-bottom:0}.panel-default>.panel-heading{background-color:#f0f0f0}.panel-default>.panel-heading .badge{color:#f5f5f5}.panel-heading{border-bottom:0;border-radius:0;padding-left:0;padding:0 5px}.panel-body{padding:15px;padding-right:0}.panel-count-select{cursor:pointer}.awq-item-header,.filter-item-header{background-color:#f0f0f0;display:flex;flex-direction:row}.awq-select .title-tooltip{cursor:pointer}.awq-select .title-tooltip:first-child{padding:10px}.awq-select img+.fa,.awq-select .fa+.fa{margin-left:.5em}.awq-select .fa-ban{color:#d9534f}.toggle.fa{font-size:.9em}.process-count-container,.process-name{flex:1 1 25%}.process-count-container{display:flex;flex-direction:row;align-items:flex-end}.process-name{margin-left:15px}.filter{text-align:center;font-size:11px;color:#999;font-style:italic}.process-col{padding:10px 0}.process-col.process-filter{padding-top:10px}.process-count{margin-left:auto;text-align:right;padding:10px 0 8px}.workflow-img{padding:10px 5px;cursor:pointer}.awq-item-content tr th:first-child,.awq-item-content tr td:first-child{text-align:center}.awq-item-content tr.k-grouping-row th:first-child,.awq-item-content tr.k-grouping-row td:first-child{text-align:left}.process-footer .btn-toolbar{float:left}.process-footer .k-pager-wrap{float:right;margin-top:-25px}.work-item-col{width:33.3%;float:left}.work-item-filter{padding:8px;margin-top:15px}.work-queue .work-item-col{width:100%}.work-queue .awq-item-tabs{margin-top:auto}.work-queue .table{margin-bottom:auto}.work-queue-items,.suspended-work,.team-suspended-work{display:none}.suspended-work .btn-docuphase,.team-suspended-work .btn-docuphase{margin-top:15px}.process-load{padding:10px 0}.priority-low{color:#428bca}.priority-medium{color:#449d44}.priority-high{color:#f39c11}.priority-critical{color:#d9534f}.panel-image{margin-right:5px;display:inline-block;border-bottom:2px solid transparent}.badge{min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px}.priority-low-underline{border-bottom-color:#428bca}.priority-medium-underline{border-bottom-color:#449d44}.priority-high-underline{border-bottom-color:#f39c11}.priority-critical-underline{border-bottom-color:#d9534f}.priority-low-badge{background-color:#428bca !important;margin-right:2px}.priority-medium-badge{background-color:#449d44 !important;margin-right:2px}.priority-high-badge{background-color:#f39c11 !important;margin-right:2px}.priority-critical-badge{background-color:#d9534f !important;margin-right:2px}.card-tooltip{display:inline-flex;position:relative}.card-tooltip:hover .left{display:block}.card-tooltip .left{display:inline-flex;flex-direction:row;white-space:nowrap;align-content:space-between;top:50%;right:100%;box-shadow:0 0 2px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.12);background-color:#fff;border-top:1px solid #eee;border-radius:4px;padding:.5rem 1rem;padding-top:.25rem;transform:translate(0,-50%);margin-right:1.25rem;position:absolute;z-index:1001;display:none}.card-tooltip .left:hover{display:none}.card-tooltip .left i{position:absolute;top:50%;left:100%;margin-top:-12px;width:12px;height:24px;overflow:hidden}.card-tooltip .left i::after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(-50%,-50%) rotate(-45deg);background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.12)}.priority-badge-title{display:block;text-align:center}.process-footer{margin-top:15px}.grid-btns-left{float:left;display:inline;width:auto}.grid-btns-right{float:right;display:inline;width:auto}.highlight{background-color:rgba(255,229,0,.5)}#no-workitems-message h5{font-weight:400}#processPanelContainer{padding-bottom:15px}#reassign-body .field-group{margin-top:10px;flex:0 0 100%;display:flex;flex-wrap:wrap}#reassign-body .field-group:first-child{margin-top:auto}#reassign-body .loading{text-align:center;font-size:2rem;margin-top:10px}.icon-group .fa-stack{width:auto;height:auto}.priority-badge{position:absolute;top:0;left:-.5rem}.drag-handle{cursor:grab;font-size:16px;padding:8px 10px 8px 15px;cursor:move;cursor:grab}.drag-handle .fa-ellipsis-v+.fa-ellipsis-v{margin-left:2px}.work-item-viewer{overflow:hidden}.work-item-viewer .navbar{margin-bottom:0}.work-item-viewer .table{font-size:13px}.work-item-viewer .modal-backdrop{background-color:transparent}.work-item-viewer .k-list>.k-state-selected{background-color:transparent;color:#333}.work-item-viewer .k-list>.k-state-selected.k-state-hover,.work-item-viewer .k-list>.k-state-selected:hover{background-color:rgba(66,139,202,.2)}.work-item-viewer .k-list .k-item.k-state-hover,.work-item-viewer .k-list .k-item:hover{background-color:rgba(66,139,202,.2)}.work-item-viewer .k-multiselect-wrap{border:0}#workItemViewerHeader{display:block;width:100%}#workItemViewerHeader>div{display:flex}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}#actionButtons .btn{margin-top:10px}#actionButtons .btn-small{padding:5px 10px}.item-viewer-header{background-color:#f9f9f9;border-bottom:1px solid #f0f0f0}.item-viewer-header.row{display:block}.item-viewer-header .list-inline>li{padding-right:0}.item-viewer-header .tile{margin-bottom:0}.item-viewer-header .tile ul{margin-bottom:0}.tile{margin:10px auto}.work-item-buttons{text-align:center;position:relative}.work-item-buttons .no-gutters{margin-top:10px;margin-bottom:10px}.work-item-buttons .no-gutters .btn{min-width:80px}a.btn-docuphase:not([href]):not([tabindex]){color:#fff}.item{margin-top:10px}.item h5{display:inline-block;color:#428bca;margin-left:.375rem}.item span.fa{display:inline-block}.item-content{display:block;padding:0}.item-content.item-collapse{display:none}.item-content .k-grid-header th.k-header{font-weight:700}.item-header{border-bottom:1px solid #f0f0f0;cursor:pointer}.item-header .filter{font-size:14px}.item-notes .table{margin-bottom:auto}.note-submit{margin-bottom:15px}.note-submit .btn{width:100%;vertical-align:bottom}@media(max-width:1200px){.note-submit.one-gutter>.col,.note-submit.one-gutter>[class*=col-]{padding-left:15px}.note-submit .btn{margin-top:15px}}.history-item{display:inline-block;text-align:center;font-size:12px;min-width:45px;margin-bottom:5px;margin-top:5px}.history-item img{height:32px;width:32px}.history-title{display:block;margin-top:.75em}.history-arrow{vertical-align:top}.item-history .item-content{padding-bottom:0}.history-filter-tag{position:absolute;right:10px;margin-top:6px;padding:0 .5em;line-height:1.8}.history-filter{max-width:300px}.history-scrollable{white-space:nowrap;overflow:auto}.work-item-nav{background-color:#f9f9f9;border-top:1px solid #f0f0f0;text-align:center}.work-item-nav .btn{min-width:80px;margin:auto 7px}.work-item-nav span{margin:auto 5px}.work-item-nav .fa-md{position:relative;font-size:1.4em;top:2px}.wiv-pager-button{padding:8px 4px;margin:auto 2px}.wiv-pager-nav{display:flex;align-items:center;justify-content:center;margin:auto}.wiv-pager-nav .btn-docuphase{margin:8px}.panel-btn{float:right;padding:10px 6px 0}.panel-btn.drag-handle{padding:9px 6px 0}.dp-notes-toolbar,.history-filter{margin-top:10px;margin-bottom:10px}.viewer-container{display:flex;flex-direction:column;height:100%}.viewer-content{overflow-y:scroll;overflow-x:hidden;flex:1;height:100%;padding-bottom:10px}.hint{width:250px;height:100px;overflow:hidden}.sort-placeholder{opacity:.4;border:1px dashed #a6a6a6}.disabled{pointer-events:none}#dp-relatedDocuments-nodoc-grid,#dp-binder-nodoc-grid,.k-grid-norecords{display:block;margin:10px auto auto;color:#999;text-align:center}.disable-a-href{pointer-events:none}.collapsing{-webkit-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out}#description-content{padding:10px 0 0 15px}.item-toggle{cursor:pointer}.panel-label{pointer-events:none}.wi-column-header-dummy{cursor:default}.doc-status{display:inline-block;position:relative;top:4px}.k-dialog-close{display:none}#formSliderLoadingIcon{color:#999;position:absolute;left:50%;top:50%;font-size:35px}.ui-tooltip{z-index:20000}