/* 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_loading {
  /*background: white url('indicator.gif') right center no-repeat;*/ }

.ac_odd {
  background-color: #ccc; }

.ac_over {
  background-color: #d1e2f0;
  color: blue; }

/*
 * 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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
/*@-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, 0.3);
  background: white;
  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: 0.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: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.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, 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, 0.4);
        padding: 0 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(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 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 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.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, 0.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 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .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-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /* top: 50%; */ }

.ui-datepicker .ui-datepicker-prev {
  /* left:2px;  */ }

.ui-datepicker .ui-datepicker-next {
  right: 6px; }

.ui-datepicker .ui-datepicker-prev-hover {
  /* left:1px; */ }

.ui-datepicker .ui-datepicker-next-hover {
  /* right:1px; */ }

.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 select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  /*width: 49%;*/ }

.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: 0em; }

/* 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: 0px solid #ccc;
  background: #fff;
  color: #333333;
  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: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.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: 0px; }

.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 input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  /* font-family: Arial,Helvetica,sans-serif; font-size: 11px; */ }

.ui-widget-content {
  border: 1px solid #ccc;
  background: #fff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.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, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  /* border: 1px solid #cccccc; background: #c3d0e1 url(images/idatixDefault_blue.png) 50% 50% repeat-x; font-weight: bold; color: #000000;  */ }

.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-hover a, .ui-state-hover a:hover {
  /* color: #c77405; text-decoration: none; */ }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  /* border: 1px solid #c3d0e1; background: #c3d0e1 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; */ }

.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: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  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: white;
    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: white;
    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 black 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: white
}

.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: white;
    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: grey
}

.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: Black;
  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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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: 0px 2px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  z-index: 4;
  border-radius: 0 0 4px 4px;
  height: 0px;
  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: #666666;
  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: #666666; }

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: #666666;
  fill: #666666; }

.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: #000000;
  text-decoration: none;
  font-size: 12px; }

.commonTableRow a:link {
  color: black;
  text-decoration: underline; }

.commonTableAlternatingRow {
  background-color: #e4e4e4 !important;
  color: black;
  text-decoration: none;
  font-size: 12px; }

.commonTableAlternatingRow a:link {
  color: black;
  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: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 11px; }

.commonTablePager table tr td {
  border: none !important; }

.commonTablePager a:link {
  color: #666666;
  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: #666666;
  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: #666666;
  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: black;
  border: 1px solid #ccc; }

.listItemBottomControls input:hover, .listItemSideControls input:hover {
  background-color: #f9f9f9;
  color: black;
  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: black; }

.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: #666666;
  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: white; }

.panelButtonsWIGlass {
  height: 100%;
  width: 100%;
  opacity: 0.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 white !important; }

input[type=image].workItemViewerQueueArrows:hover {
  border: 1px solid #00549F !important;
  background-color: #428bca !important; }

.workItemViewerQueueArrowsDisable {
  opacity: 0.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: Black;
  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: black;
  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: black;
  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: #000000;
  /* 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: black;
  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: #000000; }

.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: #666666; }

/*#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: #000000;
  text-align: right;
  font-weight: lighter;
  font-size: 13px; }

.SavedQueriesDiv label {
  color: Black;
  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: black;
  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, 0.1);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 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, 0.1);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 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: black; }

.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: gray;
  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: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 12px; }

.iDatixGridViewRow a:link {
  color: black;
  text-decoration: none; }

.iDatixGridViewRow a:visited {
  color: black;
  text-decoration: none; }

.iDatixGridViewRow a:hover {
  color: #F60; }

.iDatixGridViewAlternatingRow {
  background-color: #fff;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 12px; }

.iDatixGridViewAlternatingRow a:link {
  color: black;
  text-decoration: none; }

.iDatixGridViewAlternatingRow a:visited {
  color: black;
  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, 0.2);
  text-decoration: none !important; }

.SelectedRow {
  background-color: #FDE3A7;
  color: black;
  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: .20em;
  border-top: solid 1px #fff799; }

.iDatixVersionGridRow:hover {
  background-color: #edf7ff !important;
  text-decoration: none !important; }

.iDatixVersionGridPager {
  padding: .05em;
  color: #666666;
  text-align: left;
  text-decoration: none;
  font-size: 11px; }

.iDatixVersionGridPager a:link {
  color: #666666;
  text-decoration: none; }

.iDatixVersionGridPager a:hover {
  color: #F60;
  text-decoration: none; }

.VersionTableSelectedRow {
  background-color: #FDE3A7;
  color: black;
  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: #000000; }

.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: black;
  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: Black;
  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: black; }

.indexingPager {
  clear: both;
  margin: auto;
  width: 100%; }

.IndexControlRow {
  color: Black;
  text-align: left;
  font-weight: bold; }

.IndexControlRow table {
  margin-right: auto;
  margin-left: auto;
  width: 85%; }

.IndexControlHeader {
  background: Black;
  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: black;
  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: #000000;
  text-align: left;
  font-weight: normal;
  font-size: 12px; }

/*#endregion Capture - Manual indexing*/
/*#region  Edit Index (Bulkindexing?)*/
.EditIndexControl {
  width: 100%;
  background-color: transparent;
  color: black;
  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: #000000;
  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: Black;
  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 0px 2px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 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 #666666;
  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: #666666;
  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: black;
  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: black;
  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 #ffffff;
  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: #ffffff; }

.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: black;
  text-decoration: none;
  font-weight: bold; }

/*#endregion Multifileload Dialog*/
/*#region RevisionControlDialog */
.revisionControlLabel {
  color: black;
  text-align: center; }

.disabled {
  opacity: 0.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: black; }

.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: black;
  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: black;
  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: Black;
  font-style: normal; }

.ProcSelUnimplemented {
  color: #666666;
  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 1.0s forwards;
  animation: slideUp 1.0s 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 1.0s forwards;
  -moz-animation: slideNext 1.0s forwards;
  -o-animation: slideNext 1.0s forwards;
  animation: slideNext 1.0s forwards; }

@-webkit-keyframes slideNext {
  100% {
    left: 0; } }

@keyframes slideNext {
  100% {
    left: 0; } }

.UpdateTaskPanelNext {
  position: relative;
  right: 0;
  -webkit-animation: slideLeft 1.0s forwards;
  -moz-animation: slideLeft 1.0s forwards;
  -o-animation: slideLeft 1.0s forwards;
  animation: slideLeft 1.0s 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 1.0s forwards;
  -moz-animation: slideRight 1.0s forwards;
  -o-animation: slideRight 1.0s forwards;
  animation: slideRight 1.0s 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: #000000;
  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: black;
  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: #666666;
  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: #dddddd;
  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: white;
  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: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.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: 0px 0px!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: 0px 0px!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, 0.2);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 6px rgba(0, 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: 0px;
  margin: 0px; }

.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: 0px;
  margin: 0px;
  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, 0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 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 0px 0px;
  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: 0px;
  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, 0.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: 0px 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: #666666;
  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: black !important; }

div.timeline-event-cluster-range {
  /*border: 1px solid $systemHoverColor;*/
  background-color: #666666; }

div.timeline-event-cluster div.timeline-event-dot {
  /*border-color: $enfasisTextColor;*/ }

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: black; }

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: black;
  /*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: #666666;
  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: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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 #666666;
  -webkit-box-shadow: 0 0 12px #666666;
  box-shadow: 0 0 12px #666666;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  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: #000000;
  opacity: 0.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: -0.2em;
    top: -0.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: -0.2em;
    top: -0.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: 0px;
  border-left-width: 0px; }

.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 0px 0px 0px;
  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: #666666;
  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: #000000; }

.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: #000000; }

.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: #ffffff;
    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:#ffffff;
}

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 #444444;
    border-radius:2px;
    padding:0px;
    margin:0px;
    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: 0px solid white;
    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 #999999;
    box-shadow: #aaaaaa 0px 0px 3px 0px;
    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 0px 0px 1px 0px;
    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 #999999;
    box-shadow: #aaaaaa 0px 0px 3px 0px;
    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 white;
    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, 0.85);
    border: 2px solid #f2faff;
    line-height:30px;
    height:30px;
    width:150px;
    text-align:center;
    color: #ffffff;
    font-size:14px;
    border-radius:4px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.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, 0.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:#000000;
  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, 0.2);
  pointer-events: none;

  z-index: 5;
}


div.vis-color-picker {
  position:absolute;
  top: 0px;
  left: 30px;
  margin-top:-140px;
  margin-left:30px;
  width:310px;
  height:444px;
  z-index: 1;
  padding: 10px;
  border-radius:15px;
  background-color:#ffffff;
  display: none;
  box-shadow: rgba(0,0,0,0.5) 0px 0px 10px 0px;
}

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: #ffffff;
  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 #ffffff;
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 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%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 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,0.1);
  border-radius:5px;
  top:380px;
  left:159px;
  text-align:right;
  padding-right:2px;
  font-size:10px;
  color:rgba(0,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,0.1);
  border-radius:5px;
  top:380px;
  left:10px;
  text-align:left;
  padding-left:2px;
  font-size:10px;
  color:rgba(0,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: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#fcfcfc), color-stop(50%,#fafafa), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 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: 0.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: 0px 0px;
  background-repeat:no-repeat;
  height:24px;
  margin-left: 10px;
  /*vertical-align:middle;*/
  cursor: pointer;
  padding: 0px 8px 0px 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, 0.20);
}

div.vis-network div.vis-manipulation div.vis-button:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.50);
}

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.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.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 #cccccc;
}

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: 0px 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, 0.30);
}

div.vis-network div.vis-navigation div.vis-button:active {
    box-shadow: 0 0 1px 3px rgba(56, 207, 21, 0.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-timeline {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */
}

.vis-panel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */
}

.vis-axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */
}

/* TODO: get animation working nicely

.vis-item {
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
}

.vis-item.line {
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.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: 0.8;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #3876c2;
}
.vis-rolling-mode-btn:before {
  content: "\26F6";
}

.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, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.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, 0.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: white;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}

.vis-item .vis-delete, .vis-item .vis-delete-rtl {
  position: absolute;
  top: 0px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0px 5px;
  cursor: pointer;

  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.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: "\00D7"; /* MULTIPLICATION SIGN */
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: bold;

  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.vis-item .vis-delete:hover, .vis-item .vis-delete-rtl:hover {
  background: red;
}

.vis-item .vis-delete:hover:after, .vis-item .vis-delete-rtl:hover:after {
  color: white;
}

.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  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: "\25BC";
}

.vis-label.vis-nesting-group.collapsed-rtl:before {
  content: "\25C0";
}

.vis-label.vis-nesting-group.collapsed:before {
  content: "\25B6";
}

.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,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:#ff00ff;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #ff00ff;
}

.vis-graph-group9 {
    fill: #8f3938;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #8f3938;
}

.vis-timeline .vis-fill {
    fill-opacity:0.1;
    stroke: none;
}


.vis-timeline .vis-bar {
    fill-opacity:0.5;
    stroke-width:1px;
}

.vis-timeline .vis-point {
    stroke-width:2px;
    fill-opacity:1.0;
}


.vis-timeline .vis-legend-background {
    stroke-width:1px;
    fill-opacity:0.9;
    fill: #ffffff;
    stroke: #c2c2c2;
}


.vis-timeline .vis-outline {
    stroke-width:1px;
    fill-opacity:1;
    fill: #ffffff;
    stroke: #e5e5e5;
}

.vis-timeline .vis-icon-fill {
    fill-opacity:0.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:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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;}