/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important; }

.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%; }

.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%; }

.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle; }

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0; }

.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform; }

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

@-webkit-keyframes type-blue {
  1%,
  100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@-webkit-keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@-webkit-keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@-webkit-keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@-webkit-keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@-webkit-keyframes type-dark {
  1%,
  100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue; }

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green; }

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red; }

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange; }

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple; }

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark; }

.jconfirm .jconfirm-box.loading {
  height: 120px; }

.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1; }

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px; }

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden; }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px; }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none; }

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px; }

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px; }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF; }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important; }

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important; }

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important; }

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important; }

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important; }

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important; }

.jconfirm .jconfirm-clear {
  clear: both; }

.jconfirm.jconfirm-rtl {
  direction: rtl; }

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto; }

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2; }

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4; }

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666; }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

@-webkit-keyframes glow {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0px red;
    box-shadow: 0 0 0px red; }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red; } }

@keyframes glow {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0px red;
    box-shadow: 0 0 0px red; }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red; } }

/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all; }

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px; }

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500; }

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500; }

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6; }

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px; }

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1); }
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Fonts */
@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato_v1/Lato-Light.eot");
  src: url("/fonts/lato_v1/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/lato_v1/Lato-Light.woff") format("woff"), url("/fonts/lato_v1/Lato-Light.ttf") format("truetype"), url("/fonts/lato_v1/Lato-Light.svg#Lato") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato_v1/Lato-Regular.eot");
  src: url("/fonts/lato_v1/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lato_v1/Lato-Regular.woff") format("woff"), url("/fonts/lato_v1/Lato-Regular.ttf") format("truetype"), url("/fonts/lato_v1/Lato-Regular.svg#Lato") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato_v1/Lato-Bold.eot");
  src: url("/fonts/lato_v1/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lato_v1/Lato-Bold.woff") format("woff"), url("/fonts/lato_v1/Lato-Bold.ttf") format("truetype"), url("/fonts/lato_v1/Lato-Bold.svg#Lato") format("svg");
  font-weight: bold;
  font-style: normal; }

/* Variables */
/* Scaffolding */
main {
  margin: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  padding-bottom: 8%; }

main {
  display: block; }

/* Scaffolding */
html {
  direction: ltr;
  height: auto;
  min-height: 100%;
  position: relative; }

body {
  background: #ffffff;
  color: #373739;
  direction: ltr;
  font-family: "Lato";
  font-size: 12px;
  max-height: 100%;
  width: 100%; }
  body.tablet {
    width: 1024px;
    overflow: hidden; }

span:focus,
div:focus {
  outline: none; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.APPROVE {
  margin-right: 5px; }

*::selection {
  background: #d5eff9; }

*::-moz-selection {
  background: #d5eff9; }

#main-content {
  margin: 0 3% 40px; }

.u_full_width {
  width: 100%; }

.u_float_right {
  float: right; }

.u_float_left {
  float: left; }

.u_inline {
  display: inline; }

.u_clear_both {
  clear: both; }

.u_bottom_spacing {
  padding-bottom: 10px; }

.u_top_spacing {
  padding-top: 10px; }

.u_hidden {
  display: none; }

.updating_div,
#updatingDivCharts, .loader_icon, .empty_page_spinner {
  background: url("/images/ajax_loader_large.gif") no-repeat center;
  vertical-align: middle;
  text-align: center; }

.updating_div,
#updatingDivCharts {
  display: none;
  height: 50px;
  padding: 20px;
  width: 100%; }

.loader_icon {
  background-size: contain;
  display: none;
  float: left;
  height: 10px;
  padding: 10px;
  width: 10px; }

.loader_container {
  background: rgba(255, 255, 255, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.loader_container .loader_icon {
  display: block;
  float: none;
  margin: 10% auto 0; }

.empty_page_spinner {
  left: 48%;
  position: absolute;
  top: 45%; }

.loading-container {
  display: inline; }

.error-message {
  text-align: left !important; }

.u-messages {
  display: none;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 5px; }

.u-message-success {
  display: none;
  margin: 0;
  color: green; }

.u-message-error {
  display: none;
  margin: 0;
  color: #ed1c24; }

.help-inline {
  color: #ed1c24;
  line-height: 30px; }

body > ul.ui-autocomplete {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  border: 1px solid #bcbec0; }
  body > ul.ui-autocomplete li {
    line-height: 22px;
    padding: 0 4px; }
    body > ul.ui-autocomplete li:hover {
      background-color: #009ddb; }
    body > ul.ui-autocomplete li a {
      color: #373739; }

.big_text_column {
  height: 25px;
  line-height: 22px;
  position: relative;
  word-break: break-all; }
  .big_text_column {
    *zoom: 1; }
  .big_text_column:before, .big_text_column:after {
    content: "";
    display: table; }
  .big_text_column:after {
    clear: both; }
  .big_text_column.hidden_content {
    overflow: hidden; }

.large_text {
  display: inline-block;
  float: left;
  padding-right: 5px;
  width: 94%; }

.toggle_content {
  cursor: pointer;
  float: right;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 5%; }

.select_wrapper select {
  -moz-appearance: none;
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: border-box;
  color: #373739;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  margin: 1px 18px 2px -1px !important;
  outline: 0 none !important;
  overflow: hidden;
  padding: 1px 6px 0 10px;
  width: 120%;
  display: inline; }

div.select_wrapper::after {
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  background-size: 100% auto;
  bottom: auto;
  color: #373739;
  content: "\F0D7";
  display: inline-block;
  font: 14px/1 FontAwesome;
  height: 100%;
  left: auto;
  padding: 5px 10px 0 6px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-rendering: auto;
  top: 0; }

.select_wrapper input {
  border: 1px solid #bcbec0;
  font-size: 14px;
  line-height: 23px; }

.vertical_top {
  vertical-align: top; }

body > ul.ui-autocomplete li a {
  display: inline-block;
  width: 100%; }

.cursor_pointer {
  cursor: pointer; }

.margin_top {
  margin-top: 15px; }

.margin_bottom {
  margin-bottom: 15px; }

.margin_small_bottom {
  margin-bottom: 5px; }

.margin_right {
  margin-right: 10px; }

/* Variables */
/* Buttons */
/* Usage
#results_email_button {
  @extend %button_primary;
}
where #results_email_button should ideally be a <button> not a div with a span inside it
*/
button, .CANCEL {
  background: #e9e9ea;
  box-shadow: inset 0 0 0 0 #d2d4d5;
  color: #373739;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px 6px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-color: #d2d4d5;
  border-right-color: #d2d4d5;
  border-bottom-color: #d2d4d5;
  border-left-color: #d2d4d5;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
  button.tiny, .tiny.CANCEL {
    padding: 6px 6px 5px; }
  button:focus, .CANCEL:focus {
    outline: none; }
  button:hover, .CANCEL:hover {
    box-shadow: inset 0 -100px 0 0 #d2d4d5;
    color: #373739; }
  button:active, .CANCEL:active {
    background: #ffffff;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all;
    -moz-transition: all; }

.APPROVE, #filters .first_section #searchForm #search_button, #filters .third_section #filterButton, main.loginPage.loginPage .login_primary_button, main.searchPage button#bulkSearchButton, #addButton, #filters #searchButton, main.users-page #searchButton, main.users-page #clearButton {
  background: #009ddb;
  box-shadow: inset 0 0 0 0 #0076a4;
  color: #ffffff;
  text-shadow: 1px 1px 1px #0088bd;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px 6px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-color: #009ddb;
  border-right-color: #009ddb;
  border-bottom-color: #0076a4;
  border-left-color: #009ddb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
  .tiny.APPROVE, #filters .first_section #searchForm .tiny#search_button, #filters .third_section .tiny#filterButton, main.loginPage.loginPage .tiny.login_primary_button, main.searchPage button.tiny#bulkSearchButton, .tiny#addButton, #filters .tiny#searchButton, main.users-page .tiny#searchButton, main.users-page .tiny#clearButton {
    padding: 6px 6px 5px; }
  .APPROVE:focus, #filters .first_section #searchForm #search_button:focus, #filters .third_section #filterButton:focus, main.loginPage.loginPage .login_primary_button:focus, main.searchPage button#bulkSearchButton:focus, #addButton:focus, #filters #searchButton:focus, main.users-page #searchButton:focus, main.users-page #clearButton:focus {
    outline: none; }
  .APPROVE:hover, #filters .first_section #searchForm #search_button:hover, #filters .third_section #filterButton:hover, main.loginPage.loginPage .login_primary_button:hover, main.searchPage button#bulkSearchButton:hover, #addButton:hover, #filters #searchButton:hover, main.users-page #searchButton:hover, main.users-page #clearButton:hover {
    box-shadow: inset 0 -100px 0 0 #0076a4;
    color: #ffffff; }
  .APPROVE:active, #filters .first_section #searchForm #search_button:active, #filters .third_section #filterButton:active, main.loginPage.loginPage .login_primary_button:active, main.searchPage button#bulkSearchButton:active, #addButton:active, #filters #searchButton:active, main.users-page #searchButton:active, main.users-page #clearButton:active {
    background: #ffffff;
    box-shadow: none;
    color: #009ddb;
    text-shadow: none;
    -moz-transition: all;
    -webkit-transition: all; }

.button_disabled,
.button_disabled:hover, main.loginPage.loginPage .login_disabled_button {
  background: #d2d4d5;
  box-shadow: inset 0 0 0 0 #d2d4d5;
  color: #ffffff;
  cursor: default !important;
  text-shadow: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px 6px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-color: #d2d4d5;
  border-right-color: #d2d4d5;
  border-bottom-color: #d2d4d5;
  border-left-color: #d2d4d5;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
  .tiny.button_disabled, main.loginPage.loginPage .tiny.login_disabled_button {
    padding: 6px 6px 5px; }
  .button_disabled:focus, main.loginPage.loginPage .login_disabled_button:focus {
    outline: none; }

/* Variables */
input[type=checkbox], input[type=radio] {
  display: none; }

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  color: #373739; }
  input[type=checkbox] + label i.fa,
  input[type=radio] + label i.fa {
    border: none;
    padding: 10px;
    width: 10px;
    color: #373739;
    font-size: 14px; }
  input[type=checkbox] + label i.selected,
  input[type=radio] + label i.selected {
    display: none; }

input[type=checkbox]:checked + label i.unselected,
input[type=radio]:checked + label i.unselected {
  display: none; }

input[type=checkbox]:checked + label i.selected,
input[type=radio]:checked + label i.selected {
  display: inline-block; }

input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  color: #d2d4d5;
  cursor: default !important; }
  input[type=checkbox]:disabled + label i.fa,
  input[type=radio]:disabled + label i.fa {
    color: #d2d4d5; }

html.ie8 input[type=checkbox] {
  display: inline; }

html.ie8 input[type=radio] {
  display: inline; }

html.ie8 input[type=checkbox] + label i.fa,
html.ie8 input[type=radio] + label i.fa {
  display: none; }

input, main.users-page #portalUsersSearch {
  font-size: 14px; }
  input.placeholder, main.users-page .placeholder#portalUsersSearch {
    color: #ccc !important; }
  input:-moz-placeholder, main.users-page #portalUsersSearch:-moz-placeholder {
    color: #ccc; }
  input::-moz-placeholder, main.users-page #portalUsersSearch::-moz-placeholder {
    color: #ccc; }
  input::-webkit-input-placeholder, main.users-page #portalUsersSearch::-webkit-input-placeholder {
    color: #ccc; }
  input:-ms-input-placeholder, main.users-page #portalUsersSearch:-ms-input-placeholder {
    color: #ccc !important; }
  input[type=select], main.users-page #portalUsersSearch[type=select] {
    border: 1px solid #bcbec0;
    height: 24px;
    margin-left: 4px; }
  input[type=text], main.users-page #portalUsersSearch[type=text], input[type=password], main.users-page #portalUsersSearch[type=password], input[type=email], main.users-page #portalUsersSearch[type=email] {
    color: #666666;
    padding: 4px;
    border: 1px solid #bcbec0; }

textarea {
  color: #666666;
  font-size: 14px;
  border: 1px solid #bcbec0;
  padding: 4px 4px 4px 4px;
  font-family: Arial, Helvetica, sans-serif; }
  textarea.placeholder {
    color: #ccc !important; }
  textarea:-moz-placeholder {
    color: #ccc; }
  textarea::-moz-placeholder {
    color: #ccc; }
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  textarea:-ms-input-placeholder {
    color: #ccc !important; }

fieldset {
  border: 1px dotted #CCCCCC;
  margin: 20px;
  padding: 12px; }

legend {
  font-weight: 700; }

select {
  border: 1px solid #bcbec0;
  font-size: 12px;
  height: 22px;
  margin: 2px 2px 2px;
  font-family: Arial, sans-serif;
  background-color: #ffffff; }

div.select_wrapper {
  padding: 0 !important;
  position: relative;
  border: 1px solid #bcbec0;
  height: 24px;
  margin-right: 10px;
  margin-top: 3px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.select_wrapper {
      border: none !important;
      background: none !important;
      overflow: visible; } }
  html.ie8 div.select_wrapper, html.ie9 div.select_wrapper {
    border: none !important;
    background: none !important;
    overflow: visible; }
  div.select_wrapper:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0D7";
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    padding: 5px 10px 0 6px;
    background-color: #ffffff;
    background-size: 100%;
    height: 100%;
    color: #373739;
    font-size: 14px;
    pointer-events: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      div.select_wrapper:after {
        display: none; } }
    html.ie8 div.select_wrapper:after, html.ie9 div.select_wrapper:after {
      display: none; }
  div.select_wrapper select {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #373739;
    font-size: 12px;
    padding: 1px 6px 0 10px;
    margin: 1px 18px 2px -1px !important;
    width: 120%;
    border: 0 none;
    background: none;
    outline: none !important;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    box-shadow: none; }
    div.select_wrapper select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #373739; }
    div.select_wrapper select:focus {
      outline: none !important;
      width: 100%; }
    div.select_wrapper select:disabled {
      color: #d2d4d5; }
    div.select_wrapper select option {
      padding: 0 6px 0 10px; }
      div.select_wrapper select option:hover, div.select_wrapper select option:focus, div.select_wrapper select option:active, div.select_wrapper select option:checked {
        color: #ffffff;
        background-color: #1E90FF !important; }
        html.ie9 div.select_wrapper select option:hover, html.ie9 div.select_wrapper select option:focus, html.ie9 div.select_wrapper select option:active, html.ie9 div.select_wrapper select option:checked {
          background-color: #fff !important;
          color: #373739; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      div.select_wrapper select {
        background: #fff;
        border: 1px solid #bcbec0;
        margin-right: 2px !important;
        padding: 0 !important;
        width: 100%; } }
    html.ie8 div.select_wrapper select, html.ie9 div.select_wrapper select {
      background: #fff;
      border: 1px solid #bcbec0;
      margin-right: 2px !important;
      padding: 0 !important;
      width: 100%; }

input:focus {
  border: 1px solid #3b99fc !important;
  border-radius: 1px !important;
  box-shadow: 0 0 10px #3b99fc !important;
  outline: 0 none !important; }

/* Variables */
a {
  text-decoration: none;
  color: #009ddb;
  cursor: pointer; }
  a:hover {
    color: #0076A4; }
  a:focus {
    outline: none; }

/* notice and error */
.msg-alert.error .ui-dialog-titlebar {
  border-top-color: #ed1c24 !important; }

.msg-alert.notice .ui-dialog-titlebar {
  border-top-color: #77b800 !important; }

.ui-dialog-titlebar-close {
  display: none; }

.ui-widget-header {
  color: #373739;
  border-bottom: 1px solid #BCBEC0;
  border-top: 4px solid #009DDB;
  background: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  margin-bottom: 0;
  padding: 10px; }

.dialog_close {
  float: right;
  cursor: pointer;
  margin-right: -5px; }

.ui-dialog-title {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  height: inherit; }

.ui-dialog {
  padding: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bcbec0;
  box-shadow: 0 1px 1px 1px #e9e9ea;
  font-family: "Lato";
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed; }

.ui-dialog-titlebar {
  position: relative;
  border-left: 0 none;
  border-right: 0 none; }

.ui-widget-overlay {
  background: #ffffff;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.export_popup_content {
  max-width: 750px;
  display: block;
  font-family: arial; }

html.ie7 .popup-ie-fix *:before, html.ie7 .popup-ie-fix *:after, html.ie8 .popup-ie-fix *:before, html.ie8 .popup-ie-fix *:after {
  content: none !important; }

.video_widget_popup {
  max-width: 700px; }
  .video_widget_popup .video_widget_popup_details {
    display: block;
    width: 630px; }
    .video_widget_popup .video_widget_popup_details td {
      padding: 5px; }
    .video_widget_popup .video_widget_popup_details .video_widget_popup_instructions {
      padding-bottom: 8px; }
      .video_widget_popup .video_widget_popup_details .video_widget_popup_instructions ol {
        margin-top: 0;
        margin-bottom: 8px;
        padding-left: 20px;
        list-style: decimal outside none; }

/* Variables */
.msg-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  background: transparent;
  border: 0;
  float: right;
  padding: 0;
  border: none;
  display: block;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .msg-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F00D"; }
  .msg-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close span.ui-icon-closethick {
    display: none; }
  .msg-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close:hover, .msg-alert .ui-dialog-titlebar button.hovered.ui-dialog-titlebar-close {
    box-shadow: none;
    color: #0076A4;
    background: transparent;
    border: 0; }

.msg-alert {
  -webkit-box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  -khtml-box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  -moz-box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  -ms-box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  -o-box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  box-shadow: 0 1px 1px 1px #f4f4f5 inset !important;
  background: none repeat scroll 0 0 #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #bcbec0 !important;
  bottom: -10px;
  font-family: Arial, sans-serif;
  margin-left: -100px;
  margin-top: -10px;
  padding: 0 !important;
  position: fixed;
  z-index: 999 !important; }
  .msg-alert .ui-dialog-titlebar {
    background: none repeat scroll 0 0 #f4f4f5 !important;
    border-bottom: 1px solid #bcbec0 !important;
    border-radius: 0 !important;
    border-top: 4px solid #009ddb !important;
    border: 0;
    font-size: 1.5em;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    margin-bottom: 4px;
    padding: 2px 10px;
    position: relative; }
    .msg-alert .ui-dialog-titlebar .ui-dialog-title {
      color: #373739;
      margin: 0;
      text-transform: capitalize; }
      .msg-alert .ui-dialog-titlebar .ui-dialog-title a {
        color: #373739;
        font-size: 12px; }
    .msg-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close {
      display: block;
      height: 30px;
      line-height: 30px;
      margin-top: 0;
      top: 0; }
  .msg-alert .ui-dialog-content,
  .msg-alert .ui-widget-content {
    border-radius: 0;
    min-height: 83px !important;
    overflow: hidden;
    padding: 5px 20px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bcbec0;
    box-shadow: 0 1px 1px 1px #e9e9ea !important;
    font-family: "Lato"; }
  .msg-alert .ui-icon {
    color: #373739;
    font-weight: 400;
    position: absolute;
    right: 8px;
    top: 8px; }

.no-scroll {
  overflow: hidden; }

/* Header */
/* New Header */
#header_new {
  min-width: 1119px;
  width: 100%; }

#top_toolbar {
  border-bottom: 0px solid #ed1c24;
  height: 65px; }

.logotext {
  float: left;
  font-family: Arial, sans-serif;
  max-width: 230px;
  text-align: center; }
  .logotext .trademark {
    font-size: 12px;
    vertical-align: super; }

.header_button {
  float: left;
  font-family: Arial, sans-serif;
  height: 40px;
  padding-top: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 140px; }
  .header_button:hover {
    background-color: #223556; }
  .header_button.selected {
    float: left;
    font-family: Arial, sans-serif;
    height: 39px;
    padding-top: 26px;
    text-align: center;
    background-color: #f4f4f5;
    font-weight: 700;
    width: 146px; }
    .header_button.selected:hover {
      background-color: #f4f4f5;
      cursor: default; }

.dropdown_container {
  float: right; }
  .dropdown_container .search_mode_selector {
    min-width: 200px;
    padding-left: 8px;
    padding-right: 9px;
    width: auto; }
  .dropdown_container .user_option_selector {
    max-width: 200px;
    min-width: 120px;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: inherit; }

.subtab_options_container {
  padding-left: 234px; }

.subtab_option {
  color: #373739;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin-right: 53px; }

.subtab_option.selected,
.dashboard_tab_option.selected {
  border-bottom: 3px solid #ed1c24; }

.subtab_option:hover,
.dashboard_tab_option:hover {
  cursor: pointer;
  text-decoration: underline; }

.dashboard_subtab_container {
  margin-right: 35px; }
  .dashboard_subtab_container .dashboard_subtab_arrow {
    position: absolute;
    top: 5px;
    font-size: 28px;
    font-weight: 700;
    color: #d2d4d5;
    cursor: pointer; }
    .dashboard_subtab_container .dashboard_subtab_arrow:hover {
      color: #373739; }
    .dashboard_subtab_container .dashboard_subtab_arrow.slick-disabled {
      display: none !important; }
    .dashboard_subtab_container .dashboard_subtab_arrow.previous_arrow {
      left: -25px; }
    .dashboard_subtab_container .dashboard_subtab_arrow.next_arrow {
      right: -25px; }

#bottom_toolbar {
  background-color: #f4f4f5;
  border-bottom: 1px solid #bcbec0;
  height: 44px; }

.dashboard_tab_option {
  color: #373739;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin-right: 53px;
  overflow: hidden;
  padding-bottom: 1px;
  white-space: nowrap; }

.header_dropdown_container .qtip {
  min-width: 150px;
  max-width: 300px;
  display: inline-block; }

.header_dropdown_container .qtip-content {
  padding: 0;
  overflow: visible;
  position: absolute;
  margin-top: 38px; }

.header_dropdown_container .qtip-default {
  border: 0 none; }

.header_dropdown_container .qtip-tip {
  display: none !important; }

.header_dropdown_menu {
  margin-top: 16px; }

.header_dropdown_menu_item {
  background-color: #223556;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 15px;
  padding: 9px 18px;
  white-space: normal;
  word-wrap: normal; }
  .header_dropdown_menu_item:hover {
    background-color: #485b7b;
    color: #ffffff; }
  .header_dropdown_menu_item span {
    margin-left: 31px; }
  .header_dropdown_menu_item .selected_icon {
    display: none;
    text-align: center;
    width: 31px; }
  .header_dropdown_menu_item.top {
    border-bottom: solid 1px #373739;
    border-top: solid 1px #5a5e5e; }
  .header_dropdown_menu_item.bottom {
    border-top: solid 1px #5a5e5e; }
  .header_dropdown_menu_item.inner {
    border-bottom: solid 1px #373739;
    border-top: solid 1px #5a5e5e; }
  .header_dropdown_menu_item.selected span {
    margin-left: auto; }
  .header_dropdown_menu_item.selected .selected_icon {
    display: inline-block; }

.fo-icon-newwindowicon {
  color: #bcbec0; }

/*product links area (logout, prefs etc )*/
#product_links {
  margin-right: 12px;
  position: absolute;
  right: 0; }
  #product_links a {
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 65px;
    padding: 0 30px;
    text-decoration: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    #product_links a.user_view_button.admin_page {
      cursor: default; }

.header_secondary_border_bottom_color {
  border-bottom-color: #ed1c24; }

.primary_border_bottom_color {
  border-bottom-color: #0a2136;
  width: 16px; }

.text_color {
  color: #ffffff; }

.header_logo {
  font-size: 20px;
  padding-top: 21px;
  width: 230px; }

.header_background {
  background: #0a2136;
  padding-right: 10px; }

#tab_container {
  margin: 0 12px 44px 245px;
  padding: 0;
  position: relative; }

#main_navigation_tabs div.tab_button {
  background: none repeat scroll 0 0 transparent;
  border: 0 !important;
  cursor: pointer;
  *display: inline;
  display: inline-block;
  height: 28px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  zoom: 1; }

#main_navigation_tabs div.tab_button.selected {
  background: white;
  color: #666666; }

#main_navigation_tabs div.tab_button div {
  display: inline-block;
  *display: inline;
  font-size: 1em;
  min-width: 80px;
  max-width: 200px;
  padding: 5px 7px 6px 0;
  position: relative;
  right: -10px;
  text-align: center;
  zoom: 1; }

#main_navigation_tabs div.tab_button.selected div {
  background: white;
  color: #666666; }

#main_navigation_tabs {
  background: transparent;
  border: 0;
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 13px;
  white-space: nowrap; }

.selected_tab_text {
  color: #373739; }

.header_border_right_color {
  border-right-color: #0a2136; }

.header_border_left_color {
  border-left-color: #0a2136; }

.secondary_border_top_color {
  border-top-color: #ed1c24; }

.header_stats_top {
  float: right;
  font-size: 13px;
  padding-right: 13px;
  width: auto; }

.header_account {
  float: right; }

#filters_toolbar {
  font-size: 14px;
  margin: 0 3%;
  padding: 15px 0;
  text-align: right; }
  #filters_toolbar input[type="radio"] + label i.fa {
    padding: 5px; }
  #filters_toolbar label.selected {
    font-weight: bold; }

.header_background_light {
  background-color: #223556; }

#usernameSpan {
  display: inline-block;
  max-width: 90%; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.header_button .fa.fa-caret-down {
  vertical-align: top; }

#qtipContainer {
  position: absolute;
  z-index: 1000; }

#contactIframe {
  height: 700px;
  width: 100%; }

#userDropdownTemplate {
  float: right; }

.footer {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-top: 3px double #d2d4d5;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 20px 150px;
  height: 6rem;
  display: flex; }
  .footer__first {
    flex-basis: 25%; }
  .footer__second {
    flex-basis: 50%;
    display: grid;
    grid-template-rows: repeat(3, 20px);
    gap: 10px;
    grid-auto-flow: column; }
  .footer__third {
    display: grid;
    flex-basis: 25%; }
  .footer a {
    text-decoration: none;
    color: #373739;
    cursor: pointer; }
    .footer a:hover {
      text-decoration: underline; }

#filters {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
  /* chrome */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  /* chrome */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  #filters::-webkit-input-placeholder {
    font-style: italic; }
  #filters:-moz-placeholder {
    font-style: italic; }
  #filters::-moz-placeholder {
    font-style: italic; }
  #filters:-ms-input-placeholder {
    font-style: italic; }
  #filters:focus::-webkit-input-placeholder {
    color: transparent; }
  #filters:focus:-moz-placeholder {
    color: transparent; }
  #filters:focus::-moz-placeholder {
    color: transparent; }
  #filters:focus:-ms-input-placeholder {
    color: transparent; }
  #filters .first_section #searchForm {
    float: left;
    min-width: 350px;
    width: 49%; }
    #filters .first_section #searchForm input {
      line-height: 23px;
      width: 80%; }
  #filters .first_section #filterStatistics {
    float: right;
    font-size: 17px;
    margin-top: 8px;
    min-width: 350px;
    text-align: right; }
    #filters .first_section #filterStatistics label {
      padding-left: 15px; }
    #filters .first_section #filterStatistics span {
      color: #009ddb; }
  #filters .filter-input {
    width: 250px; }
  #filters .first_section,
  #filters .second_section {
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 15px; }
    #filters .first_section,
    #filters .second_section {
      *zoom: 1; }
    #filters .first_section:before, #filters .first_section:after,
    #filters .second_section:before,
    #filters .second_section:after {
      content: "";
      display: table; }
    #filters .first_section:after,
    #filters .second_section:after {
      clear: both; }
  #filters .third_section {
    border-bottom: 1px solid #bcbec0;
    padding: 15px 0; }
    #filters .third_section {
      *zoom: 1; }
    #filters .third_section:before, #filters .third_section:after {
      content: "";
      display: table; }
    #filters .third_section:after {
      clear: both; }
    #filters .third_section #chartsHolder {
      float: left;
      min-width: 230px;
      width: 50%; }
      #filters .third_section #chartsHolder button.ui-multiselect,
      #filters .third_section #chartsHolder div.ui-multiselect-menu {
        margin: 3px 0 0; }
    #filters .third_section #filterButtons {
      float: right;
      min-width: 355px;
      width: 30%; }
      #filters .third_section #filterButtons button {
        float: right;
        margin-left: 10px; }
  #filters .fourth_section #alphabet {
    padding-top: 20px;
    width: 100%; }
    #filters .fourth_section #alphabet a,
    #filters .fourth_section #alphabet span {
      border-right: 1px solid #bcbec0;
      font-size: 16px;
      font-weight: bold;
      padding: 0 8px 0 5px;
      text-transform: uppercase; }
    #filters .fourth_section #alphabet a {
      text-transform: uppercase;
      padding: 0 10px; }
    #filters .fourth_section #alphabet a:last-child {
      text-transform: capitalize; }
    #filters .fourth_section #alphabet a:first-child,
    #filters .fourth_section #alphabet span:first-child,
    #filters .fourth_section #alphabet a:nth-last-child(-n+2),
    #filters .fourth_section #alphabet span:nth-last-child(-n+2) {
      border: none; }

#notApplied {
  color: #ed1c24;
  display: none;
  float: left;
  margin-top: 10px; }

.barchart {
  clear: both; }

#chartsLoader {
  border: 1px solid #bcbec0;
  clear: both;
  display: none;
  height: 500px;
  margin-top: 20px;
  overflow: auto;
  overflow-x: hidden;
  text-align: center; }
  #chartsLoader .chart_header {
    height: 26px;
    width: 99%; }
  #chartsLoader .pies {
    min-height: 400px;
    width: 99%; }
  #chartsLoader .piechartleft,
  #chartsLoader .piechartright {
    float: left;
    min-height: 350px;
    width: 47%; }
  #chartsLoader .piechartleft div {
    float: right; }
  #chartsLoader .piechartright div {
    float: left; }

#closeGraphs {
  float: right;
  margin: 5px; }

.ui-helper-reset {
  position: relative; }

.single-select-clear {
  position: absolute;
  right: 0;
  top: 0; }

button.ui-multiselect {
  background: #f4f4f5;
  border: 1px solid #bcbec0;
  border-radius: 0;
  font-family: "Lato";
  font-weight: normal;
  margin: 15px 15px 0 0;
  min-width: 140px;
  padding: 6px 8px;
  text-align: left;
  vertical-align: middle; }
  button.ui-multiselect:active {
    background: #f4f4f5; }
  button.ui-multiselect:hover {
    box-shadow: unset; }
  button.ui-multiselect span.ui-icon {
    float: right; }
    button.ui-multiselect span.ui-icon:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\F0D7"; }

div.ui-multiselect-menu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #bcbec0;
  position: absolute;
  z-index: 100; }
  div.ui-multiselect-menu ul.ui-multiselect-checkboxes {
    max-height: 300px;
    overflow-y: scroll;
    position: relative; }
    div.ui-multiselect-menu ul.ui-multiselect-checkboxes input[type="checkbox"] {
      display: inline-block; }
    div.ui-multiselect-menu ul.ui-multiselect-checkboxes li {
      line-height: 22px;
      padding: 0 4px; }
    div.ui-multiselect-menu ul.ui-multiselect-checkboxes label {
      cursor: default;
      display: block; }
    div.ui-multiselect-menu ul.ui-multiselect-checkboxes label:hover,
    div.ui-multiselect-menu ul.ui-multiselect-checkboxes label.ui-state-hover {
      width: 100%;
      background: #D9F0FA; }
  div.ui-multiselect-menu div.ui-widget-header {
    background: #ffffff none repeat scroll 0 0;
    border-top: medium none;
    font-size: 14px;
    height: auto; }
    div.ui-multiselect-menu div.ui-widget-header ul {
      height: 15px; }
    div.ui-multiselect-menu div.ui-widget-header li {
      display: inline-block;
      width: 50%; }
    div.ui-multiselect-menu div.ui-widget-header li:nth-child(2) {
      text-align: right; }
    div.ui-multiselect-menu div.ui-widget-header li a.ui-multiselect-close {
      display: none; }
    div.ui-multiselect-menu div.ui-widget-header .ui-multiselect-filter {
      padding-bottom: 5px; }
      div.ui-multiselect-menu div.ui-widget-header .ui-multiselect-filter input {
        width: 96%;
        margin-top: 3px; }

table.results {
  font-family: "Lato";
  font-size: 15px;
  table-layout: fixed;
  width: 100%; }
  table.results thead th {
    border-bottom: 2px solid #bdbec2;
    border-top: 2px solid #bdbec2;
    color: #4b4a4a;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 0px 10px 10px !important;
    text-align: left; }
    table.results thead th span {
      cursor: pointer; }
    table.results thead th.header,
    table.results thead th.sortable a {
      background: url("/images/up_and_down_arrows_220.png") no-repeat scroll 100% 50% transparent;
      padding-right: 21px;
      color: #373739; }
    table.results thead th.headerSortDown,
    table.results thead th.sort_desc a {
      background: url("/images/down_arrow_21x4.png") no-repeat scroll 100% 50% transparent;
      padding-right: 21px; }
    table.results thead th.headerSortUp,
    table.results thead th.sort_asc a {
      background: url("/images/up_arrow_21x4.png") no-repeat scroll 100% 50% transparent;
      padding-right: 21px; }
    table.results thead th.header, table.results thead th.headerSortDown, table.results thead th.headerSortUp, table.results thead th.sortable, table.results thead th.sort_asc, table.results thead th.sort_desc {
      cursor: pointer; }
    table.results thead th.header {
      text-align: right; }
  table.results td {
    border: none;
    height: 25px;
    padding: 10px 0px 6px 10px;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word; }
    table.results td.sortable {
      padding-right: 21px;
      text-align: right; }
  table.results tr {
    border-bottom: 1px solid #e9e9e9; }
    table.results tr.emptyRow {
      border-bottom: none; }
      table.results tr.emptyRow td {
        height: 0;
        padding: 0; }
  table.results tr:last-child {
    border-bottom: 2px solid #bdbec2; }
  table.results a {
    text-decoration: none; }
    table.results a.sourceNameStyle {
      color: #555555; }
      table.results a.sourceNameStyle:hover {
        color: #555555;
        cursor: pointer;
        text-decoration: underline; }
  table.results i.fa-plus-square {
    cursor: pointer; }

table.dataTable thead > tr > th.sorting_desc {
  background-image: url("/images/sort_desc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead > tr > th.sorting_asc {
  background-image: url("/images/sort_asc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead > tr > th.sorting {
  background-image: url("/images/sort_both.png");
  background-repeat: no-repeat;
  background-position: center right; }

.show_results_container .number_of_results_holder .pagination_button, .paginator a, .paginator option {
  background: #ffffff;
  border: 1px solid #bcbec0;
  color: #373739;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  padding: 0 2px;
  min-width: 33px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .show_results_container .number_of_results_holder .pagination_button:hover, .paginator a:hover, .paginator option:hover {
    border-color: #6D6E71; }
  .show_results_container .number_of_results_holder .pagination_button:active, .paginator a:active, .paginator option:active {
    background: #6D6E71;
    border-color: #6D6E71; }
  .show_results_container .number_of_results_holder .selected.pagination_button, .paginator a.selected, .paginator option.selected {
    color: #ffffff;
    background: #525355;
    border-color: #373739; }

.paginator a.disabled, main.settings_page .disabled, main.requests_page .disabled {
  color: #bcbec0;
  cursor: default;
  background: #ffffff;
  border-color: #e9e9ea; }

.show_results_container {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 16px; }
  .show_results_container .name {
    float: left;
    line-height: 35px;
    padding-right: 10px; }
  .show_results_container .number_of_results_holder {
    float: right; }

.paginator_container {
  float: left; }

.paginator {
  font-family: Arial, sans-serif;
  font-size: 16px;
  min-height: 60px;
  padding-top: 15px; }
  .paginator .previous, .paginator .next, .paginator .current {
    width: 31px !important;
    vertical-align: bottom; }
  .paginator .previous:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0D9"; }
  .paginator .next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0DA"; }
  .paginator .dots {
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 13px; }
    .paginator .dots:before {
      content: '...'; }
  .paginator .current {
    background-color: #525355;
    border-color: #373739;
    color: #fff; }
  .paginator .text {
    height: 35px;
    line-height: 35px;
    text-align: center; }

.length-pagination {
  min-height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px; }

.linedwrap {
  border: 1px solid #bcbec0;
  float: left;
  width: 100%; }
  .linedwrap .lines {
    border-right: 1px solid #bcbec0;
    float: left;
    height: 406px;
    margin-right: 10px;
    margin-top: 0px;
    overflow: hidden;
    width: 50px; }
  .linedwrap .codelines {
    padding-top: 5px; }
  .linedwrap .linedtextarea {
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    width: calc(100% - 70px); }
    .linedwrap .linedtextarea textarea {
      border: 0;
      padding-right: 5px;
      padding-top: 5px;
      width: calc(100% - 10px); }
  .linedwrap .linedtextarea textarea,
  .linedwrap .codelines .lineno {
    font-size: 15px;
    font-family: Lato;
    line-height: normal !important; }
  .linedwrap .codelines .lineno {
    color: #bcbec0;
    padding-right: 0.5em;
    padding-top: 0.0em;
    text-align: right;
    white-space: nowrap;
    font-size: 15px;
    line-height: normal !important; }
  .linedwrap .codelines .lineselect {
    color: red; }

.toast-title {
  background: #f4f4f5;
  border-bottom: 1px solid #bcbec0;
  color: #373739;
  display: none;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  margin-bottom: 4px;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.toast-message {
  border: 1px solid;
  color: black;
  display: table-cell;
  font-family: "Lato";
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  padding: 12px 16px;
  word-wrap: break-word;
  width: 90%; }

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

.toast-close-button {
  box-sizing: border-box;
  border-radius: 0;
  color: #373739;
  cursor: pointer;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  width: 10% !important;
  height: 100%;
  text-align: center; }

.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: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  background: #000;
  border-bottom: 3px solid #ed1c24;
  position: fixed;
  z-index: 999999;
  width: 100%; }

.toast {
  display: table;
  border-spacing: 0;
  border-collapse: collapse; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  font-family: "Lato";
  position: relative;
  margin: 0 0 23px;
  padding: 0px;
  width: 90%; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 90%;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast-success .toast-message, .toast-success .toast-close-button.active {
  background: #c5e192;
  border-color: #c5e192; }

.toast-error .toast-message, .toast-success .toast-close-button.active {
  background: #fff099;
  border-color: #fff099; }

.toast-info .toast-message, .toast-success .toast-close-button.active {
  background: #aadef3;
  border-color: #aadef3; }

.toast-warning .toast-message, .toast-success .toast-close-button.active {
  background: #f7a4a7;
  border-color: #f7a4a7; }

.toast-success .toast-close-button {
  background: #ecf5db;
  border-color: #ecf5db; }

.toast-error .toast-close-button {
  background: #fff9d4;
  border-color: #fff9d4; }

.toast-info .toast-close-button {
  background: #d5eff9;
  border-color: #d5eff9; }

.toast-warning .toast-close-button {
  background: #dfb2d3;
  border-color: #dfb2d3; }

.toast-success .toast-close-button:hover {
  background: #fff;
  border-color: #ecf5db; }

.toast-error .toast-close-button:hover {
  background: #fff;
  border-color: #fff9d4; }

.toast-info .toast-close-button:hover {
  background: #fff;
  border-color: #d5eff9; }

.toast-warning .toast-close-button:hover {
  background: #fff;
  border-color: #dfb2d3; }

.toast-progress {
  background: #000000;
  bottom: 0;
  height: 4px;
  position: absolute;
  left: 0;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

#logInAsUserHeader {
  background-color: #ed1c24;
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

#logInAsUserText {
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-left: 35px;
  margin-top: 10px; }

#alreadyLoggedInUser, #newLoggedInUser {
  font-size: 14px;
  text-decoration: underline; }

#exitLogInAs {
  color: white;
  padding: 10px; }

.requestDetailsPopup {
  overflow-y: auto;
  padding: 10px 0 10px 10px; }
  .requestDetailsPopup table.left {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
  .requestDetailsPopup table.right {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .requestDetailsPopup td {
    height: 0;
    text-align: left;
    vertical-align: top; }
    .requestDetailsPopup td.details_header_cell {
      border-bottom: 1px solid #e9e9e9;
      font-weight: bold;
      width: 15%; }
    .requestDetailsPopup td.details_data_cell {
      border-bottom: 1px solid #e9e9e9;
      width: 35%; }
      .requestDetailsPopup td.details_data_cell a {
        display: block;
        text-decoration: none; }
  .requestDetailsPopup tr.no_border {
    border: 0 none !important; }
  .requestDetailsPopup #description {
    width: 95%; }
  .requestDetailsPopup #descriptionTextArea {
    width: 85%; }

/* Variables */
.filters-segments {
  text-align: left;
  margin-bottom: 10px; }

.ui-segment {
  border: 1px solid #999999;
  border-radius: 2px;
  display: inline-block;
  font-family: inherit; }
  .ui-segment span.option {
    background: #ffffff;
    color: #373739;
    font-size: inherit;
    font-family: inherit;
    padding: 10px 15px;
    border-right: 1px solid #999999;
    cursor: pointer;
    float: left; }
    .ui-segment span.option:last-child {
      border-right: 0; }
    .ui-segment span.option.active {
      color: #ffffff;
      background-color: #77B800; }
    .ui-segment span.option.active.disabled {
      color: #ffffff;
      background-color: #F6921D; }

.wide-segment + .ui-segment {
  width: 200px; }
  .wide-segment + .ui-segment .option {
    width: 50%;
    padding: 0;
    box-sizing: border-box; }
  .wide-segment + .ui-segment .option:last-of-type {
    width: 50%; }

/* Variables */
.ui-helper-hidden-accessible {
  display: none; }

.rich-search-box {
  border: 1px solid #bcbec0;
  color: #6d6e71;
  cursor: text;
  font-family: 'Arial' !important;
  font-size: 18px;
  height: 250px;
  line-height: 23px;
  margin: 0 auto;
  max-height: 450px;
  min-height: 30px;
  position: relative;
  width: 95%; }
  .rich-search-box::placeholder {
    font-style: italic; }
  .rich-search-box__content-wrapper {
    left: 0;
    line-height: 30px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 10px; }
  .rich-search-box__validator--enabled {
    padding-left: 30px; }
  .rich-search-box__validator-status {
    position: absolute;
    left: 9px;
    top: 12px;
    color: #77b800;
    cursor: default; }
    .rich-search-box__validator-status--error {
      color: #ed1c24; }
  .rich-search-box__tooltip--valid.qtip .qtip-content {
    padding: 0; }
  .rich-search-box__tooltip--invalid {
    max-width: 500px; }
    .rich-search-box__tooltip--invalid.qtip .qtip-content {
      padding-top: 0; }
  .rich-search-box__content {
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
    width: 100%; }
    .rich-search-box__content .rich-search-box__tag {
      opacity: 0;
      visibility: hidden; }
      .rich-search-box__content .rich-search-box__tag--copiable {
        text-transform: none;
        visibility: visible; }
        .rich-search-box__content .rich-search-box__tag--copiable .rich-search-box__tag-remove {
          visibility: hidden; }
  .rich-search-box__hidden-content {
    color: transparent !important;
    position: absolute; }
    .rich-search-box__hidden-content * {
      color: transparent !important; }
    .rich-search-box__hidden-content .rich-search-box__tag {
      opacity: 1;
      color: #373739 !important;
      visibility: visible !important;
      position: relative;
      z-index: 100; }
      .rich-search-box__hidden-content .rich-search-box__tag-label {
        color: #373739 !important; }
      .rich-search-box__hidden-content .rich-search-box__tag-remove {
        color: #0076a4 !important; }
        .rich-search-box__hidden-content .rich-search-box__tag-remove:hover {
          color: #009ddb !important; }
  .rich-search-box__tag {
    box-sizing: border-box;
    font-size: 12px;
    margin: -2px 3px 0 3px;
    padding-right: 0;
    vertical-align: middle;
    white-space: nowrap; }
    .rich-search-box__tag-label {
      display: inline-block;
      margin-top: -4px;
      max-width: 100%;
      vertical-align: middle; }
  .rich-search-box__placeholder {
    color: #6d6e71;
    font-style: italic; }
  .rich-search-box__resize-handle {
    display: block; }
  .rich-search-box__autocomplete-menu {
    position: absolute;
    z-index: 2000;
    border: 1px solid #bcbec0;
    background: #ffffff; }
    .rich-search-box__autocomplete-menu-list {
      max-height: 380px;
      min-width: 75px;
      overflow-y: auto;
      overflow-x: hidden;
      border: none; }
    .rich-search-box__autocomplete-menu-help {
      padding: 4px 1em 4px 0.4em;
      border-top: 1px solid #bcbec0;
      line-height: 14px; }
      .rich-search-box__autocomplete-menu-help-link {
        color: #0077cc; }
        .rich-search-box__autocomplete-menu-help-link:hover {
          text-decoration: underline; }
    .rich-search-box__autocomplete-menu .ui-menu-item {
      padding-right: 20px; }
    .rich-search-box__autocomplete-menu .ui-state-focus {
      border: none;
      background: none;
      background-color: #d5eff9;
      margin: 0; }
    .rich-search-box__autocomplete-menu.has-suggestions {
      position: relative; }
      .rich-search-box__autocomplete-menu.has-suggestions .ui-autocomplete-category {
        display: none; }
    .rich-search-box__autocomplete-menu-suggestions {
      display: none;
      position: absolute;
      top: 10px;
      left: 0;
      font-size: 10px;
      text-transform: uppercase;
      color: #6d6e71;
      text-align: right;
      width: 100px;
      z-index: 100; }
    .rich-search-box__autocomplete-menu .has-categories {
      padding-left: 108px;
      background: #f4f4f5;
      border: none;
      min-width: 350px; }
      .rich-search-box__autocomplete-menu .has-categories .ui-autocomplete-category {
        border: none;
        position: relative;
        left: -110px;
        top: 10px;
        height: 0px;
        margin: 1px 5px 0;
        font-size: 10px;
        text-transform: uppercase;
        color: #6d6e71;
        text-align: right;
        padding-top: 0;
        width: 100px; }
        .rich-search-box__autocomplete-menu .has-categories .ui-autocomplete-category + li {
          padding-top: 10px; }
      .rich-search-box__autocomplete-menu .has-categories .ui-menu-item,
      .rich-search-box__autocomplete-menu .has-categories .no-results {
        background-color: #ffffff;
        border-left: 1px solid #bcbec0;
        padding: 3px 50px 3px 10px; }
        .rich-search-box__autocomplete-menu .has-categories .ui-menu-item:last-child,
        .rich-search-box__autocomplete-menu .has-categories .no-results:last-child {
          padding-bottom: 10px; }
      .rich-search-box__autocomplete-menu .has-categories .operator-item.ui-menu-item {
        background-color: #f4f4f5;
        font-family: monospace;
        color: #6d6e71; }
        .rich-search-box__autocomplete-menu .has-categories .operator-item.ui-menu-item.ui-state-focus {
          background-color: #d5eff9; }
      .rich-search-box__autocomplete-menu .has-categories .ui-state-focus {
        background: none;
        background-color: #d5eff9;
        margin: 0; }

main.loginPage {
  font-family: Arial, sans-serif;
  margin: 36px auto 70px;
  width: 1020px; }
  main.loginPage {
    *zoom: 1; }
  main.loginPage:before, main.loginPage:after {
    content: "";
    display: table; }
  main.loginPage:after {
    clear: both; }
  main.loginPage.loginPage form.register_screen {
    margin-right: 30px; }
  main.loginPage.loginPage header {
    margin: 0 0 37px 0;
    position: relative; }
    main.loginPage.loginPage header h1 {
      display: inline; }
    main.loginPage.loginPage header .screen_alternative {
      margin-left: 30px; }
    main.loginPage.loginPage header .help {
      top: auto;
      right: 0px;
      bottom: 1px;
      left: auto;
      position: absolute;
      display: none; }
  main.loginPage.loginPage .login_screen {
    border-bottom: 1px solid #A9AAAC;
    margin-right: 100px;
    padding-bottom: 11px; }
  main.loginPage.loginPage label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 21px 0 8px 0; }
  main.loginPage.loginPage input {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    height: 40px;
    width: 100%; }
    html.ie8 main.loginPage.loginPage input {
      line-height: 28px; }
  main.loginPage.loginPage .form_block {
    *zoom: 1; }
  main.loginPage.loginPage .form_block:before, main.loginPage.loginPage .form_block:after {
    content: "";
    display: table; }
  main.loginPage.loginPage .form_block:after {
    clear: both; }
  main.loginPage.loginPage .form_input_block {
    float: left;
    width: 100%; }
    main.loginPage.loginPage .form_input_block.first_name, main.loginPage.loginPage .form_input_block.last_name, main.loginPage.loginPage .form_input_block.customer_id, main.loginPage.loginPage .form_input_block.pin {
      width: 48%; }
    main.loginPage.loginPage .form_input_block.last_name, main.loginPage.loginPage .form_input_block.pin {
      float: right; }
  main.loginPage.loginPage .button_row {
    margin: 31px 0; }
  main.loginPage.loginPage .backToLogin {
    display: inline-block;
    float: right;
    margin-top: 10px; }
  main.loginPage.loginPage .login_primary_button {
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 8px; }
  main.loginPage.loginPage .login_disabled_button {
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 8px; }

main.resetPasswordPage {
  margin: 50px auto;
  width: 400px; }

figure.marketing_welcome {
  position: relative;
  float: right;
  width: 540px;
  height: 532px; }
  figure.marketing_welcome .carousel_item {
    position: relative; }
    figure.marketing_welcome .carousel_item img {
      display: inline-block; }
  figure.marketing_welcome figcaption {
    top: auto;
    right: auto;
    bottom: 35px;
    left: 21px;
    position: absolute;
    width: 235px;
    background: #ED1B24;
    color: white;
    padding: 16px 20px; }
    figure.marketing_welcome figcaption sup {
      vertical-align: super;
      font-size: small; }
  figure.marketing_welcome h1, figure.marketing_welcome h2, figure.marketing_welcome h3, figure.marketing_welcome h4 {
    font-weight: 300; }
  figure.marketing_welcome h4 {
    margin-top: 7px;
    line-height: 1.2em; }

section {
  width: 480px;
  float: left; }

.support_information {
  font-size: 12px; }
  .support_information p {
    margin: 15px 0; }
  .support_information td {
    padding: 0 10px 5px 0px; }

.error_block {
  background-color: #FDE9D9;
  border: 1px solid #ED1C24;
  display: none;
  padding: 20px 20px 20px 30px;
  position: relative; }
  .error_block:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F071";
    color: #ED1C24;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 7px;
    position: absolute;
    margin-top: -6px; }

.error_message {
  margin-top: 5px;
  color: #ED1C24; }

.success_block {
  background-color: #e8fde5;
  border: 1px solid #007930;
  display: none;
  padding: 20px 20px 20px 30px;
  position: relative; }
  .success_block:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F00C";
    color: #007930;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 7px;
    position: absolute;
    margin-top: -6px; }

.success_message {
  margin-top: 5px;
  color: #007930; }

.warning_block {
  background-color: #fffff8;
  border: 1px solid #D7DF01;
  display: none;
  padding: 20px 20px 20px 30px;
  position: relative; }
  .warning_block:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F071";
    color: #D7DF01;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 7px;
    position: absolute;
    margin-top: -6px; }

.warning_message {
  margin-top: 5px;
  color: #D7DF01; }

.header_stats {
  font-weight: bold;
  color: #009ddb;
  font-size: 24px; }

.social_media_stats {
  float: left;
  width: 50%; }

.news_stats {
  float: left;
  width: 50%; }

.stats_message {
  display: block;
  margin-top: 33%; }

main.termsAndConditionsPage {
  width: 50%;
  margin: auto; }
  main.termsAndConditionsPage h2 {
    text-align: center;
    margin-top: 30px; }
  main.termsAndConditionsPage h5 {
    text-align: center;
    margin-top: 20px;
    font-weight: bold; }
  main.termsAndConditionsPage hr {
    width: 50%;
    margin-top: 20px; }
  main.termsAndConditionsPage p {
    margin-top: 30px; }
  main.termsAndConditionsPage .buttons {
    margin: 30px auto;
    text-align: center; }
  main.termsAndConditionsPage .accept-button {
    background: #0077cc;
    color: white;
    border: #0077cc solid 1px;
    box-shadow: none; }
  main.termsAndConditionsPage .decline-button {
    color: #0077cc;
    background: white;
    border: #0077cc solid 1px;
    box-shadow: none; }

.ui-progressbar-value {
  background: url(/images/pbar-ani.gif) repeat-x scroll 50% 50%;
  border: 1px solid #515151; }

.search_textarea {
  height: 400px;
  resize: none; }

#searchTable {
  margin-top: 15px; }

main.searchPage {
  font-size: 14px;
  padding: 20px 20px 8%; }
  main.searchPage form {
    display: block;
    width: 100%; }
  main.searchPage ul {
    font-size: 16px;
    padding: 0 10px;
    list-style: none;
    margin-left: 0; }
  main.searchPage li {
    padding: 5px 0; }
  main.searchPage li:before {
    display: inline-block;
    content: "-";
    width: 10px;
    margin-left: -10px; }
  main.searchPage button {
    margin-top: 10px; }
  main.searchPage td.a {
    padding: 0 10px; }
  main.searchPage h3 {
    padding: 10px; }
  main.searchPage tr {
    margin-bottom: 10px; }
  main.searchPage tr td:first-child {
    margin: 0;
    padding: 0; }
  main.searchPage #resultsTable th:first-child {
    text-align: center; }
  main.searchPage #resultsTable table td {
    width: 165px; }
  main.searchPage #resultsTable table td i {
    margin-right: 5px; }
  main.searchPage #resultsTable table tr:last-child {
    border-bottom: none; }

.search_input_div {
  display: inline-block;
  width: 51%;
  min-width: 500px; }

.linedwrap .linedtextarea textarea {
  outline: none; }

.search_input_focused {
  border: 1px solid #3b99fc;
  border-radius: 1px;
  box-shadow: 0 0 10px #3b99fc;
  outline: 0 none; }

.info_div {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
  width: 45%; }

.search_div {
  display: block;
  width: 100%; }

#resultsSummaryHeader table {
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: 10px; }
  #resultsSummaryHeader table td {
    vertical-align: middle; }
  #resultsSummaryHeader table .statusNumber {
    color: #009ddb;
    font-size: 22px;
    font-weight: bold;
    text-align: right; }
  #resultsSummaryHeader table .statusLabel {
    padding-right: 15px; }
  #resultsSummaryHeader table .legend {
    width: 45px; }

.not_found_bg {
  background-color: #FFD9D9; }

.found_bg {
  background-color: #B6FABC; }

.partial_match_bg {
  background-color: #FBFCC2; }

.dupe_bg {
  background-color: #e8e8e8; }

.error_search_bg {
  background-color: #ff6347; }

.errorStatus {
  visibility: hidden; }

.search_status {
  padding: 20px 0; }

.centered_message {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px; }

.slideInFeedsLink {
  padding-left: 5px; }

.space_after_button {
  margin-right: 5px; }

.search-result-td {
  padding: 0 5px;
  text-align: center; }

.trends .selector_label {
  font-size: 16px;
  margin: 21px 0 8px 0;
  padding-left: 10px;
  vertical-align: middle; }

.trends h2 {
  clear: both;
  display: none;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center; }

.trends #notApplied {
  color: firebrick;
  display: none;
  margin-right: 10px;
  vertical-align: top; }

.trends #results {
  clear: both; }

.trends .results_sumary {
  margin-top: 50px; }

.trends .with_breakdown {
  display: none; }

.trends .no_data_message {
  display: none;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 25px; }

.trends #report {
  padding-bottom: 50px; }

.trends .group_header {
  background-color: #E8E8E8;
  padding-left: 8%;
  text-align: center; }

.trends #lineChart1, .trends #lineChart2 {
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 15px;
  padding-top: 15px; }

.trends .updating_div {
  clear: both;
  text-align: center; }

.trends .breakdown_column {
  width: 10%; }

.trends .data_column {
  width: 15%; }

.trends .header_data_title {
  font-weight: bold; }

.trends .header_data {
  color: #009ddb;
  font-weight: bold; }

.trends .header_data_subtitle {
  font-weight: bold; }

.trends #filterButtons {
  float: right;
  padding-right: 10px;
  padding-top: 10px; }

.trends .first_section,
.trends .second_section {
  border-bottom: 1px solid #bcbec0;
  float: left;
  padding-bottom: 15px;
  width: 100%; }

.trends #breakdownData {
  padding-top: 15px; }

.trends #reportHeaderTable {
  clear: both; }

.trends div.ui-multiselect-menu,
.trends button.ui-multiselect {
  margin-top: 0; }

.trends #reportHeaderTable td {
  text-align: center; }

.trends .breakdownTablePrototype {
  display: none; }

#detailsTable {
  margin-top: 20px; }
  #detailsTable table.left {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 48%; }
  #detailsTable table.right {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: calc(52% - 15px); }
  #detailsTable td {
    height: 0;
    text-align: left;
    vertical-align: top; }
    #detailsTable td.details_header_cell {
      border-bottom: 1px solid #e9e9e9;
      font-weight: bold;
      width: 15%; }
    #detailsTable td.details_data_cell {
      border-bottom: 1px solid #e9e9e9;
      width: 35%; }
      #detailsTable td.details_data_cell a {
        display: block;
        text-decoration: none; }
  #detailsTable tr.no_border {
    border: 0 none !important; }

.u_clickable {
  cursor: pointer; }

#detailsTemplate {
  height: 550px !important;
  padding: 10px;
  overflow-y: auto; }

#totalFound,
#totalArticlesFound,
#noChartingPostResults,
#noChartingArticleResults,
#noChartingResults {
  display: none; }

main.lists_page #listsTable {
  border-collapse: collapse;
  table-layout: auto; }

main.lists_page #listsTable p,
main.lists_page #listsTable tbody tr a {
  padding: 5px 0; }

main.lists_page #listsTable .table_actions {
  min-width: 150px; }

main.lists_page #listsTable_paginate {
  float: left; }

main.lists_page #listsTable_length {
  float: right; }

main.lists_page #listsTable_paginate li {
  display: inline-block; }

main.lists_page div.dataTables_length a, main.lists_page div.dataTables_paginate li a {
  background: #fff;
  border: 1px solid #bcbec0;
  color: #373739;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  padding: 0 2px;
  min-width: 33px;
  border-radius: 2px; }

#detailsLineChart {
  width: 1160px !important; }

.source-details-popup {
  color: #969697;
  cursor: pointer;
  margin-left: 2px; }

.second_section select {
  width: 255px; }

.table_icon {
  cursor: pointer;
  font-size: 1.4em !important;
  padding: 5px; }

#addButton {
  margin-bottom: 20px; }

#filtersTable {
  border-collapse: collapse;
  table-layout: auto; }

#filtersTable p,
#filtersTable tbody tr a {
  padding: 5px 0; }

#addFilter {
  padding: 0 10px 10px; }

#metabaseStatsContainer {
  overflow: scroll; }

#metabaseStatsTable {
  table-layout: auto; }

main.settings_page input[type="checkbox"] {
  display: inline; }

main.settings_page .box_header {
  padding-top: 10px; }

main.settings_page label {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 21px 0 8px 0; }

main.settings_page input {
  font-size: 14px;
  line-height: 23px; }

main.settings_page textarea {
  border: 1px solid #bcbec0;
  color: #666;
  font-size: 14px;
  line-height: 23px;
  min-height: 400px;
  min-width: 700px;
  padding: 4px; }

main.settings_page .controls {
  padding-top: 20px; }

main.settings_page .control-group {
  padding: 10px 0px; }

main.settings_page .loading {
  max-height: 22px;
  max-width: 22px;
  vertical-align: bottom;
  margin-left: 3px; }

main.settings_page #rules_view {
  margin-bottom: 70px; }

main.settings_page #addFilter {
  padding-top: 30px; }

main.settings_page #filtersTable .table_actions {
  min-width: 150px; }

main.settings_page .checkbox_i {
  padding: 10px;
  width: 14px; }

main.settings_page #bulkOperations {
  font-size: 1.4em;
  padding: 30px 0 10px; }

main.settings_page #bulkDeleteButton,
main.settings_page #selectAllButton {
  border: 1px solid #bdbec2;
  display: inline-block;
  height: 31px;
  width: 20px;
  line-height: 31px;
  padding: 0 15px;
  vertical-align: bottom;
  background: #f4f4f5;
  text-align: center;
  font-size: 15px; }

main.settings_page #backToKeys {
  cursor: pointer;
  float: left;
  font-size: 15px;
  padding-top: 12px; }

main.settings_page #currentKey {
  float: left;
  font-size: 15px;
  padding: 12px 0 0 15px; }

main.settings_page #keysTable {
  margin-top: 35px; }

main.settings_page #loading {
  margin-right: -95px;
  padding-top: 25px; }

main.settings_page #filtersTable_paginate {
  float: left; }

main.settings_page #filtersTable_length {
  float: right; }

main.settings_page #filtersTable_paginate li {
  display: inline-block; }

main.settings_page div.dataTables_length a, main.settings_page div.dataTables_paginate li a {
  background: #fff;
  border: 1px solid #bcbec0;
  color: #373739;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  padding: 0 2px;
  min-width: 33px;
  border-radius: 2px; }

main.settings_page .name-filter-container .name-checkbox {
  display: inline-block;
  float: left; }

main.settings_page .name-filter-container .name-filter {
  display: inline-block;
  float: left;
  width: 70%;
  padding-top: 8px; }

main.settings_page .boolean_operator {
  color: red; }

main.settings_page .search_operator {
  color: blue; }

main.settings_page .filter-error-message {
  margin: 0 auto;
  width: 95%; }

main.settings_page .disabled_icon {
  color: #d2d4d5;
  cursor: not-allowed; }

main.settings_page .enabled_icon {
  color: #373739;
  cursor: pointer; }

main.settings_page #custom_dropdown {
  border: 1px solid #bdbec2;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 84px;
  background: #f4f4f5; }

main.settings_page #list_items {
  background: white;
  border: 1px solid #bdbec2;
  display: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  z-index: 2; }

main.settings_page #custom_dropdown.active ul {
  display: block; }

main.settings_page #list_items li {
  font-family: Lato;
  font-size: 15px;
  min-width: 170px;
  padding: 4px 10px;
  text-align: left; }

main.settings_page #list_items li:first-child {
  border-top: none; }

main.settings_page #selected_item {
  display: inline-block;
  padding: 0 5px; }

main.settings_page #list_items li:hover {
  background: #d5eff9;
  cursor: pointer; }

main.settings_page #keysTable thead th.header, main.settings_page #keysTable thead th.headerSortDown, main.settings_page #keysTable thead th.headerSortUp, main.settings_page #keysTable thead th.sort_asc, main.settings_page #keysTable thead th.sort_desc, main.settings_page #keysTable thead th.sortable {
  cursor: pointer;
  background: none; }

main.settings_page #keysTable thead th.sortable a {
  background: rgba(0, 0, 0, 0) url("/images/up_and_down_arrows_220.png") no-repeat scroll 100% 50%;
  padding-right: 21px; }

main.settings_page #keysTable thead th.sorting_asc a {
  background: rgba(0, 0, 0, 0) url("/images/up_arrow_21x4.png") no-repeat scroll 100% 50%;
  padding-right: 21px; }

main.settings_page #keysTable thead th.sorting_desc a {
  background: rgba(0, 0, 0, 0) url("/images/down_arrow_21x4.png") no-repeat scroll 100% 50%;
  padding-right: 21px; }

main.settings_page #keysTable thead th a {
  color: #373739; }

main.settings_page #keysTable thead th.sorting_disabled a {
  cursor: default; }

main.settings_page #keysTable thead thead th {
  border-bottom: 2px solid #bdbec2;
  border-top: 2px solid #bdbec2;
  color: #4b4a4a;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 0 10px 10px !important;
  text-align: left; }

main.settings_page .active_filter {
  color: green; }

main.settings_page .inactive_filter {
  color: red; }

main.settings_page .add-filter label {
  font-size: 16px;
  margin: 21px auto 8px;
  width: 95%; }

main.settings_page .name-filters {
  margin-left: 34px; }

main.settings_page .action-filters {
  padding: 10px 15px !important; }

main.settings_page .inline-edit {
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  width: 100%; }

main.settings_page .inline-edit p {
  display: inline-block;
  padding: 8px 0px 8px 8px;
  width: 100%; }

main.settings_page .inline-edit i {
  display: none;
  font-size: 18px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0; }

main.settings_page .inline-edit:hover {
  border-color: #ccc;
  cursor: pointer; }

main.settings_page .inline-edit:hover i {
  background: #fff;
  border-left: 1px solid #ccc;
  cursor: pointer;
  display: block; }

main.settings_page .editable-div {
  position: relative; }

main.settings_page .editable-div .editable-icon-container {
  position: absolute;
  display: inline-block;
  right: -7px;
  top: 2px;
  background: #fff; }

main.settings_page .editable-icon-container i {
  font-size: 18px;
  padding: 6px;
  display: inline-block;
  border-left: 1px solid #ccc;
  cursor: pointer;
  background: #fff; }

main.settings_page .editable-div .input-editable {
  width: 100%;
  box-sizing: content-box;
  padding-left: 8px;
  font-family: Lato;
  font-size: 15px; }

main.settings_page .search-filters {
  display: inline-block;
  vertical-align: bottom; }

main.settings_page .search-filters input, main.settings_page .search-filters i {
  float: left; }

main.settings_page .search-filters .fa-close {
  cursor: pointer; }

main.settings_page .search-icon {
  background: #f4f4f5;
  border: 1px solid #bcbec0;
  padding: 7px 10px 8px;
  border-left: none; }

main.settings_page .quote_elem {
  color: #007930; }

.add-filter .query_name input {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 40px;
  margin: 0 auto;
  width: 95%; }

.add-filter #query {
  display: none !important; }

main.tickets_page .loading {
  max-height: 30px;
  max-width: 30px; }

main.tickets_page .box_header {
  padding: 12px 0; }

main.tickets_page .page_content {
  padding-top: 10px; }

main.tickets_page #ticketsTable_wrapper {
  margin-top: 10px; }

main.tickets_page label {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 21px 0 8px 0;
  vertical-align: middle; }

main.tickets_page input,
main.tickets_page textarea {
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #bcbec0;
  color: #666;
  padding: 4px; }

main.tickets_page textarea {
  max-height: 100px;
  max-width: 400px;
  min-height: 60px;
  min-width: 400px; }

main.tickets_page .controls {
  padding-top: 5px; }

main.tickets_page .action-buttons {
  text-align: right; }

main.tickets_page .control-group {
  padding: 10px 0px; }

main.tickets_page .history_link {
  float: right; }

main.tickets_page table {
  margin-top: 20px;
  width: 100%; }

main.tickets_page a {
  font-size: 14px; }

main.tickets_page #filters {
  padding-bottom: 25px; }

main.tickets_page #backButton {
  margin-bottom: 10px; }

main.tickets_page #ticketsTable p,
main.tickets_page #ticketsTable tbody tr a {
  padding: 5px 0; }

main.tickets_page #ticketsTable {
  border-collapse: collapse;
  table-layout: auto; }

main.tickets_page .big_text_column {
  height: 90px;
  line-height: 22px;
  position: relative;
  word-break: break-all; }
  main.tickets_page .big_text_column {
    *zoom: 1; }
  main.tickets_page .big_text_column:before, main.tickets_page .big_text_column:after {
    content: "";
    display: table; }
  main.tickets_page .big_text_column:after {
    clear: both; }
  main.tickets_page .big_text_column.hidden_content {
    overflow: hidden; }

main.tickets_page #firstField, main.tickets_page #secondField {
  width: 400px; }

main.tickets_page #resolutionBox, main.tickets_page #operationBox {
  vertical-align: middle; }

.notes_area {
  border-top: 1px solid #bcbec0;
  bottom: 0;
  padding: 0 15px; }
  .notes_area ul {
    font-size: 12px;
    padding: 5px 0px; }
  .notes_area ul li {
    font-size: 12px;
    line-height: 15px;
    padding: 1px 0; }
  .notes_area ul li a {
    font-size: 12px; }

#downloadButton, #clearButton {
  margin-right: 5px; }

#filters {
  margin-bottom: 15px;
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 15px; }
  #filters input {
    line-height: 23px; }

.table_actions {
  min-width: 130px; }

.form-spacing {
  padding: 15px; }

#articleUrl {
  max-width: 200px; }

#ticketDetails {
  height: auto;
  max-height: 400px;
  min-height: 85px;
  width: auto; }

#addTicket {
  left: 50%;
  top: 10%;
  overflow: auto;
  max-width: 100%;
  max-height: 100%; }

#resetPasswordTemplate {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.input_field {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 40px;
  margin-left: 20px;
  width: 92%; }

.input_label {
  display: block;
  font-size: 14px;
  margin: 21px 20px 8px; }

.splitter {
  border-bottom: 1px solid #bcbec0;
  padding: 15px 0; }

.result_message {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center; }

#portal_info {
  font-size: 14px;
  line-height: 22px;
  padding: 10px; }
  #portal_info .logo_container {
    width: 100%;
    text-align: right; }
  #portal_info p {
    padding: 8px 0; }
  #portal_info ul {
    padding-left: 30px; }
  #portal_info .signature_text {
    float: right;
    padding-bottom: 10px; }

#main_documentation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 100px;
  /* ------------------ Reset Styles ------------------ */
  /* ------------------ Table Styles ------------------ */
  /* ------------------ List Styles ------------------ */
  /* ----------------- Content ------------------ */
  /* ------------------ Sidebar ----------------- */ }
  #main_documentation a {
    color: #0077cc;
    font-family: arial; }
  #main_documentation a:hover {
    color: #ed1c24; }
  #main_documentation p {
    margin: 0 0 1.2em;
    line-height: 1.5em; }
  #main_documentation h2,
  #main_documentation h3,
  #main_documentation h4 {
    color: #009ddb !important;
    font-weight: 700;
    font-size: 18px !important;
    font-family: lato !important; }
  #main_documentation h1 {
    color: #009ddb !important;
    font-weight: 700;
    font-size: 24px;
    font-family: Lato;
    line-height: 36px;
    margin: 0; }
  #main_documentation h2,
  #main_documentation h3 {
    border-bottom: 1px solid #0071B3 !important;
    margin: 30px 0 5px; }
  #main_documentation #left-nav-list {
    font-family: lato;
    font-size: 14px; }
  #main_documentation .rteindent1 {
    margin-left: 40px; }
  #main_documentation .clearfix {
    display: inline; }
  #main_documentation .one-sidebar #content, #main_documentation .one-sidebar #index_term_content {
    margin-left: 25px;
    width: 50%; }
  #main_documentation #sidebar {
    width: 20%;
    margin-right: 20px; }
  #main_documentation #content, #main_documentation #index_term_content {
    width: 60%; }
  #main_documentation caption {
    text-align: left;
    /* LTR */
    font-weight: normal; }
  #main_documentation blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px; }
  #main_documentation blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em; }
  #main_documentation blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em; }
  #main_documentation blockquote > p:first-child {
    display: inline; }
  #main_documentation a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0; }
  #main_documentation table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%; }
  #main_documentation table table {
    font-size: 1em; }
  #main_documentation #footer-wrapper table {
    font-size: 1em; }
  #main_documentation table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none; }
  #main_documentation table tr th,
  #main_documentation table tr th a,
  #main_documentation table tr th a:hover {
    color: #FFF;
    font-weight: bold; }
  #main_documentation table tbody tr th {
    vertical-align: top; }
  #main_documentation tr td,
  #main_documentation tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
    /* LTR */ }
  #main_documentation #footer-wrapper tr td,
  #main_documentation #footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18); }
  #main_documentation tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105); }
  #main_documentation tr,
  #main_documentation tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063); }
  #main_documentation table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em; }
  #main_documentation table ul.links li {
    padding: 0 1em 0 0; }
  #main_documentation .block ol,
  #main_documentation .block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
    /* LTR */ }
  #main_documentation .contextual-links-wrapper {
    font-size: small !important; }
  #main_documentation ul.contextual-links {
    font-size: 0.923em; }
  #main_documentation .contextual-links-wrapper a {
    text-shadow: 0 0 0 !important; }
  #main_documentation .item-list .pager {
    font-size: 0.929em; }
  #main_documentation ul.menu li {
    margin: 0; }
  #main_documentation .region-content ul,
  #main_documentation .region-content ol {
    margin: 1em 0;
    padding: 0 0 0.25em 2.5em;
    /* LTR */
    line-height: 1.5em;
    list-style: initial; }
  #main_documentation .item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
    /* LTR */ }
  #main_documentation ul.tips {
    padding: 0 0 0 1.25em;
    /* LTR */ }
  #main_documentation #ex-chapter {
    line-height: 1.5em; }
  #main_documentation .content {
    margin-top: 10px !important; }
  #main_documentation h1#page-title {
    font-size: 2em;
    line-height: 1; }
  #main_documentation #content h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
    margin-top: 30px; }
  #main_documentation .node .content {
    font-size: 1.071em; }
  #main_documentation .node-teaser .content {
    font-size: 1em; }
  #main_documentation .node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em; }
  #main_documentation .node-teaser h2 a {
    color: #181818; }
  #main_documentation .node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px; }
  #main_documentation .node-sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px; }
  #main_documentation .node-full {
    background: none;
    border: none;
    padding: 0; }
  #main_documentation .node-teaser .content {
    clear: none;
    line-height: 1.6; }
  #main_documentation .meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px; }
  #main_documentation .submitted .user-picture img {
    float: left;
    /* LTR */
    height: 20px;
    margin: 1px 5px 0 0;
    /* LTR */ }
  #main_documentation .field-type-taxonomy-term-reference {
    margin: 0 0 1.2em; }
  #main_documentation .field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    /* LTR */ }
  #main_documentation .field-type-taxonomy-term-reference .field-label,
  #main_documentation .field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em; }
  #main_documentation .node-teaser .field-type-taxonomy-term-reference .field-label,
  #main_documentation .node-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em; }
  #main_documentation .field-type-taxonomy-term-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none; }
  #main_documentation .field-type-taxonomy-term-reference ul.links li {
    float: left;
    /* LTR */
    padding: 0 1em 0 0;
    /* LTR */
    white-space: nowrap; }
  #main_documentation .link-wrapper {
    text-align: right; }
  #main_documentation .field-type-image img,
  #main_documentation .user-picture img {
    margin: 0 0 1em; }
  #main_documentation ul.links {
    color: #68696b;
    font-size: 0.821em; }
  #main_documentation .node-unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0; }
  #main_documentation .node-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4; }
  #main_documentation .sidebar .section {
    padding-top: 10px; }
  #main_documentation .sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2; }
  #main_documentation .sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4; }
  #main_documentation .sidebar tbody {
    border: none; }
  #main_documentation .sidebar tr.even,
  #main_documentation .sidebar tr.odd {
    background: none;
    border-bottom: 1px solid #d6d6d6; }
  #main_documentation .pre-format div {
    margin-left: 10px;
    padding: 0;
    line-height: 1em; }
  #main_documentation .pre-format p {
    margin: 0;
    font-size: 12px;
    font-family: monospace; }
  #main_documentation .index-term-container {
    margin-top: 28px; }
  #main_documentation .clear {
    clear: both; }
  #main_documentation .search-container input, #main_documentation .search-container i {
    float: left; }
  #main_documentation .search-icon {
    background: #f4f4f5;
    border: 1px solid #bcbec0;
    border-left: none;
    padding: 7px 10px 8px; }
  #main_documentation #searchTerm {
    height: 19px; }

main.requests_page .loading {
  max-height: 30px;
  max-width: 30px; }

main.requests_page .box_header {
  padding: 12px 0; }

main.requests_page .page_content {
  padding-top: 12px; }

main.requests_page label {
  display: inline-block;
  margin: 8px 0 5px;
  vertical-align: top;
  font-family: 'Lato', sans-serif; }

main.requests_page input,
main.requests_page textarea {
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #bcbec0;
  color: #666;
  padding: 4px; }

main.requests_page .u-extra-large-width {
  width: 400px; }

main.requests_page textarea {
  max-height: 100px;
  max-width: 400px;
  min-height: 92px;
  min-width: 400px; }

main.requests_page .controls {
  padding-top: 10px; }

main.requests_page .action-buttons {
  text-align: right; }

main.requests_page .control-group {
  padding: 10px 0px; }

main.requests_page .history_link {
  float: right; }

main.requests_page table {
  margin-top: 20px;
  width: 100%; }

main.requests_page a {
  font-size: 14px; }

main.requests_page #backButton {
  margin-bottom: 10px; }

main.requests_page #requestsTable_paginate {
  float: left; }

main.requests_page #requestsTable p,
main.requests_page #requestsTable tbody tr a {
  padding: 5px 0; }

main.requests_page #requestsTable {
  border-collapse: collapse;
  table-layout: auto; }

main.requests_page #requestsTable_length {
  float: right;
  margin-top: 5px; }

main.requests_page #statusKey {
  min-height: 100px; }

main.requests_page div.dataTables_length a, main.requests_page div.dataTables_paginate li a {
  background: #fff;
  border: 1px solid #bcbec0;
  color: #373739;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  padding: 0 2px;
  min-width: 33px;
  border-radius: 2px; }

#sourceRequestDetail .summary-table {
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
  width: 800px; }

#editSource .field-width {
  width: 305px; }

#addSourceRequest .add-button-right-margin {
  float: right;
  margin-right: 20px; }

#addSourceRequest .cancel-button-font {
  font-size: 25px; }

#addSourceRequest .header-padding {
  padding-top: 46px; }

#addSourceRequest .disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none; }

#addSourceRequest .linedwrap {
  margin-bottom: 15px; }

#addSourceRequest .row:after {
  content: "";
  display: table;
  clear: both;
  padding: 5px; }

#addSourceRequest .client-reference {
  padding-top: 5px;
  padding-bottom: 15px; }

#addSourceRequest .client-reference-display {
  padding-right: 15px; }

#addSourceRequest .bulkload {
  padding-right: 7px; }

#addSourceRequest .bottom-buttons {
  padding-right: 15px; }

#addSourceRequest .form-padding {
  padding-right: 15px;
  padding-left: 15px; }

#addSourceRequest .populate-button-padding {
  padding-right: 20px; }

#addSourceRequest .source-inputs-left-padding {
  margin-left: 10px; }

#addSourceRequest .source-inputs {
  float: left;
  width: 213px; }

#addSourceRequest .input-field-width {
  width: 198px; }

#addSourceRequest .form-scrollable {
  overflow-y: auto; }

#addSourceRequest .scrollable {
  height: 200px;
  overflow-y: auto; }

#addSourceRequest .cancel-button {
  margin-right: 5px; }

#addSourceRequest #clientReference {
  width: 100%; }

#addSourceRequest .v-h {
  visibility: hidden; }

#addSourceRequest .pl-1-2 {
  padding-left: 15px; }

#addSourceRequest #bulkSources {
  min-height: 200px; }

#addSourceRequest .splitter {
  border-bottom: 1px solid #bcbec0;
  padding: 5px 0; }

#addSourceRequest .lines {
  height: 200px !important; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  overflow: hidden !important; }

.ui-dialog {
  overflow-y: auto; }

#sourceTable_wrapper {
  padding: 50px; }

main.users-page #searchButton, main.users-page #clearButton {
  margin-left: 10px;
  vertical-align: bottom; }

main.users-page #portalUsersSearch {
  height: 20px;
  vertical-align: bottom;
  width: 250px; }

main.users-page #portalUsersTable {
  border-collapse: collapse;
  margin-top: 35px;
  table-layout: auto; }

main.users-page #portalUsersTable p,
main.users-page #portalUsersTable tbody tr a {
  padding: 5px 0; }

main.users-page #portalUsersTable .table_actions {
  min-width: 150px; }

main.users-page #portalUsersTable_paginate {
  float: left; }

main.users-page #portalUsersTable_length {
  float: right; }

main.users-page #portalUsersTable_paginate li {
  display: inline-block; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before, .rich-search-box__validator-status:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.rich-search-box__validator-status--error:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*# sourceMappingURL=MetabasePortal.css.map*/