/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
/*** Start Copied From Main.less ***/
/*!
 *  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('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.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 {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times: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;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/******** Fonts *********/
@font-face {
  font-family: "SF Regular";
  src: url('../fonts/SF/SF-UI-Text-Regular.otf');
}
@font-face {
  font-family: "SF Light";
  src: url('../fonts/SF/SF-UI-Text-Light.otf');
}
@font-face {
  font-family: "SF SemiBold";
  src: url('../fonts/SF/SF-UI-Text-Semibold.otf');
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: "Roboto Bold";
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
/******** Z-Indexes *********/
/******** Opacities *********/
/******** Colors *********/
/***** Chart Colors *****/
/*
 * Copyright (C) 2010-2013 Evergage, Inc.
 * All rights reserved.
 */
.smallerBolderFont {
  font-weight: bold;
  font-size: 11px;
}
.gridlikeHeaderStyle {
  font-weight: bold;
  font-size: 11px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subheadingStyle {
  font-weight: 600;
}
.osxLightColorFontOnDarkBackgroundFix {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nonSelectable,
.linkButtonStyle,
a.linkButton,
button.btn:not(.btn-lg),
#buttonWrapper button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon16 {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
}
.emptyInformationalMessageStyle {
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.featureDisabledText {
  color: #808080;
  font-style: italic;
}
.userProfileMenuMixin {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixin .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.dashboardSectionMixin {
  margin-top: 20px;
}
.dashboardSectionMixin h2 {
  margin: 0px 0px;
  padding-left: 6px;
  font-family: inherit;
  margin-bottom: 3px;
}
.dashboardSectionMixin h3 {
  padding: 0px;
  margin: 0px;
}
.dashboardSectionMixin .divider {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 18px;
  background-color: #0095da;
}
.dashboardSectionMixin .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dashboardSectionMixin .row > div {
  min-width: 200px;
  text-align: left;
}
.dashboardSectionMixin .content {
  padding: 0px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dashboardSectionMixin .content .spacer {
  width: 20px;
}
.dashboardSectionMixin .content .subSectionHeader {
  box-sizing: content-box;
}
.dashboardSectionMixin .content .subSectionHeader .title {
  margin-bottom: 10px;
  position: relative;
}
.dashboardSectionMixin .content .subSectionHeader .title.summaryTitleSpacer {
  margin-bottom: 10px;
}
.dashboardSectionMixin .content .subSectionHeader .title .viewDetail {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #0095da;
}
.dashboardSectionMixin .content .subSectionHeader .title .viewDetail i {
  margin-left: 8px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle {
  height: 21px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle .description {
  display: inline-block;
  position: relative;
  top: 2px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle .description.indent {
  margin-left: 13px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle.extraSpace {
  margin-top: 15px;
  margin-bottom: 13px;
}
.dashboardSectionMixin .summaryTable table {
  width: 100%;
}
.dashboardSectionMixin .summaryTable tr {
  height: 30px;
}
.dashboardSectionMixin .summaryTable tr.grey {
  background-color: #f9f9f9;
}
.dashboardSectionMixin .summaryTable tr td.statTitle {
  padding-left: 12px;
}
.centeredBlock {
  position: relative;
  display: table;
  margin: auto;
}
.invalidDirtyInput {
  border-color: #dd360b;
  background-color: #fff1eb;
}
.invalidDirtyInput:focus {
  outline-color: #e77e7e;
}
.invalidDirtyInput:active {
  outline-color: #e77e7e;
}
.popupBoxShadow {
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
}
/*
 * Copyright (C) 2010-2016 Evergage, Inc.
 * All rights reserved.
 */
h2 {
  font-size: 1.6em;
}
.buttonRow {
  margin-top: 10px;
  margin-bottom: 18px;
  text-align: right;
  padding-right: 12px;
}
.buttonRow .pageTitle {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.buttonRow .linkButton {
  margin-left: 8px;
}
.and,
.or {
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
}
.clickable {
  cursor: pointer;
}
.and {
  color: #90c94d;
}
.or {
  color: #ecb84f;
}
.loadingColumnImage {
  width: 18px;
  height: 18px;
}
.buttonStyleHover {
  background-color: #0084c1;
}
.buttonStyleActive {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.buttonStyleDisabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.buttonStyleMedium {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.buttonStyleLarge {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.buttonStyleJumbo {
  height: 48px;
  line-height: 48px;
  font-size: 17px;
}
.buttonStyleSecondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.buttonStyleSecondary:hover {
  background-color: #c8c8c8;
}
.buttonStyleSecondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.buttonStyleSecondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.smallIconButton {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.smallIconButton:hover {
  background-color: #c8c8c8;
}
.smallIconButton.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.smallIconButton.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.rightPreviewPane .topButtons i.fa-check,
#campaignSetupTabContent .topButtons i.fa-check {
  height: 28px;
}
.rightPreviewPane .rightPreviewPaneTitle,
#campaignSetupTabContent .rightPreviewPaneTitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #585858;
}
.rightPreviewPane .rightPreviewPaneSubtitle,
#campaignSetupTabContent .rightPreviewPaneSubtitle {
  font-size: 15px;
  color: #585858;
}
.rightPreviewPane .oddEvenRow.even,
#campaignSetupTabContent .oddEvenRow.even {
  background-color: #f5f5f5;
}
.rightPreviewPane .oddEvenRow.odd,
#campaignSetupTabContent .oddEvenRow.odd {
  background-color: #ffffff;
}
.rightPreviewPane [kendo-tab-strip] .previewSection,
#campaignSetupTabContent [kendo-tab-strip] .previewSection {
  padding: 0px;
}
.rightPreviewPane .listItem,
#campaignSetupTabContent .listItem {
  box-sizing: border-box;
  padding: 10px 15px;
  height: 65px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rightPreviewPane .listItem .oneLineEllipsisText,
#campaignSetupTabContent .listItem .oneLineEllipsisText {
  white-space: nowrap;
}
.rightPreviewPane .listItem .title,
#campaignSetupTabContent .listItem .title {
  font-weight: bold;
}
.rightPreviewPane .listItem .nextLineInfo,
#campaignSetupTabContent .listItem .nextLineInfo {
  font-style: italic;
}
.rightPreviewPane .listItem .colorTitle,
#campaignSetupTabContent .listItem .colorTitle {
  font-weight: bold;
  color: #0095da;
}
.rightPreviewPane .listItem .right-floated-date,
#campaignSetupTabContent .listItem .right-floated-date {
  float: right;
}
.rightPreviewPane .showMoreButton,
#campaignSetupTabContent .showMoreButton {
  color: #0095da;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
  padding-bottom: 4px;
}
.topButtonsStylePreviewPane {
  margin-bottom: 5px;
}
.topButtonsStylePreviewPane .mainActionsButtonRow {
  margin-bottom: 8px;
}
.topButtonsStylePreviewPane .mainActionsButtonRow .linkButton {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin-right: 3px;
}
.topButtonsStylePreviewPane .mainActionsButtonRow .linkButton.secondRow {
  margin-top: 5px;
}
.topButtonsStylePreviewPane .multiSelectButtonArea .linkButton {
  display: table;
  margin-bottom: 20px;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow {
  margin-top: 11px;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow .linkButton {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow .linkButton:hover {
  background-color: #c8c8c8;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow .linkButton.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow .linkButton.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.topButtonsStyleHeaderRow {
  margin-bottom: 5px;
  display: inline;
  position: absolute;
  right: 7px;
}
.topButtonsStyleHeaderRow .linkButton {
  margin-left: 5px;
  margin-right: 5px;
}
.topButtonsStyleHeaderRow .mainActionsButtonRow {
  margin-bottom: 8px;
  display: inline-block;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow {
  margin-bottom: 5px;
  display: inline-block;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow .linkButton {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 14px;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow .linkButton:hover {
  background-color: #c8c8c8;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow .linkButton.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow .linkButton.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.linkButton.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.linkButton.secondary:hover {
  background-color: #c8c8c8;
}
.linkButton.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.linkButton.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.linkButtonStyle {
  height: 28px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0095da;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
}
.linkButtonStyle:hover {
  background-color: #0084c1;
}
.linkButtonStyle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.linkButtonStyle.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.linkButtonStyle.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.linkButtonStyle.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.linkButtonStyle.secondary:hover {
  background-color: #c8c8c8;
}
.linkButtonStyle.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.linkButtonStyle.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.linkButtonStyle.redDelete {
  background-color: #e13e06;
}
.linkButtonStyle.redDelete:hover {
  background-color: #c83705;
}
.linkIconStyle {
  cursor: pointer;
}
.linkIconStyle:hover {
  color: #82c135;
}
.right .linkButton,
.footer-right .linkButton {
  margin-left: 7px;
}
a.linkButton {
  height: 28px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0095da;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
}
a.linkButton:hover {
  background-color: #0084c1;
}
a.linkButton:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
a.linkButton.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
a.linkButton.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
a.linkButton.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
a.linkButton.secondary:hover {
  background-color: #c8c8c8;
}
a.linkButton.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
a.linkButton.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
a.linkButton.redDelete {
  background-color: #e13e06;
}
a.linkButton.redDelete:hover {
  background-color: #c83705;
}
a.linkButton.buttonStyleSecondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
a.linkButton.buttonStyleSecondary:hover {
  background-color: #c8c8c8;
}
a.linkButton.buttonStyleSecondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
a.linkButton.buttonStyleSecondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
a.linkButton .fa {
  vertical-align: middle;
  padding-right: 5px;
}
a.linkButtonSmall {
  padding-left: 6px;
  padding-right: 6px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.linkIcon {
  color: #0095da;
  cursor: pointer;
}
.linkIcon:hover {
  color: #82c135;
}
.linkIconGray {
  color: #585858;
  cursor: pointer;
}
.linkIconGray:hover {
  color: #82c135;
}
a.linkButton.mediumBlue {
  background-color: #1071a8;
}
a.linkButton.mediumBlue:hover {
  background-color: #0084c1;
}
a.backToListLink {
  cursor: pointer;
  color: #848484;
  padding-left: 32px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.backToListLink:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 18px;
  font-weight: 400;
  font-size: 14pt;
}
.placeholderStyle {
  color: #848484;
  font-style: italic;
  font-weight: 200;
}
::-webkit-input-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 200;
}
:-moz-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 200;
}
::-moz-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 200;
}
:-ms-input-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 200;
}
input,
textarea,
keygen,
select,
button,
isindex {
  font-family: Arial, Helvetica, sans-serif;
}
.baseHtmlInput {
  color: #585858;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
}
input,
textarea {
  color: #585858;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
}
input {
  vertical-align: middle;
}
input.wide {
  width: 282px;
}
:focus:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.k-widget.k-multiselect {
  box-sizing: border-box;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 20px;
  line-height: 20px;
}
input:not([type]).narrowest,
input[type="text"].narrowest,
input[type="password"].narrowest,
input[type="search"].narrowest,
input[type="email"].narrowest,
input[type="url"].narrowest,
input[type="number"].narrowest,
textarea.narrowest {
  width: 35px;
}
input:not([type]).narrower,
input[type="text"].narrower,
input[type="password"].narrower,
input[type="search"].narrower,
input[type="email"].narrower,
input[type="url"].narrower,
input[type="number"].narrower,
textarea.narrower {
  width: 70px;
}
input:not([type]).narrow,
input[type="text"].narrow,
input[type="password"].narrow,
input[type="search"].narrow,
input[type="email"].narrow,
input[type="url"].narrow,
input[type="number"].narrow,
textarea.narrow {
  width: 140px;
}
input:not([type]).wide,
input[type="text"].wide,
input[type="password"].wide,
input[type="search"].wide,
input[type="email"].wide,
input[type="url"].wide,
input[type="number"].wide,
textarea.wide {
  width: 200px;
}
input:not([type]).wider,
input[type="text"].wider,
input[type="password"].wider,
input[type="search"].wider,
input[type="email"].wider,
input[type="url"].wider,
input[type="number"].wider,
textarea.wider {
  width: 275px;
}
input:not([type]).widest,
input[type="text"].widest,
input[type="password"].widest,
input[type="search"].widest,
input[type="email"].widest,
input[type="url"].widest,
input[type="number"].widest,
textarea.widest {
  width: 350px;
}
.k-dropdown {
  width: 197px;
}
.k-dropdown.narrowest {
  width: 62px;
}
.k-dropdown.narrower {
  width: 97px;
}
.k-dropdown.narrow {
  width: 167px;
}
.k-dropdown.wide {
  width: 227px;
}
.k-dropdown.wider {
  width: 302px;
}
.k-dropdown.widest {
  width: 377px;
}
.k-multiselect {
  width: 170px;
}
.k-multiselect.narrowest {
  width: 35px;
}
.k-multiselect.narrower {
  width: 70px;
}
.k-multiselect.narrow {
  width: 140px;
}
.k-multiselect.wide {
  width: 200px;
}
.k-multiselect.wider {
  width: 275px;
}
.k-multiselect.widest {
  width: 350px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
}
textarea {
  height: 100px;
  resize: none;
}
textarea[msd-elastic] {
  height: inherit;
}
.smallControls input:not([type]),
.smallControls input[type="text"],
.smallControls input[type="password"],
.smallControls input[type="search"],
.smallControls input[type="email"],
.smallControls input[type="url"],
.smallControls input[type="number"],
.smallControls textarea {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 14px;
  line-height: 14px;
}
.smallControls input:not([type]).narrowest,
.smallControls input[type="text"].narrowest,
.smallControls input[type="password"].narrowest,
.smallControls input[type="search"].narrowest,
.smallControls input[type="email"].narrowest,
.smallControls input[type="url"].narrowest,
.smallControls input[type="number"].narrowest,
.smallControls textarea.narrowest {
  width: 35px;
}
.smallControls input:not([type]).narrower,
.smallControls input[type="text"].narrower,
.smallControls input[type="password"].narrower,
.smallControls input[type="search"].narrower,
.smallControls input[type="email"].narrower,
.smallControls input[type="url"].narrower,
.smallControls input[type="number"].narrower,
.smallControls textarea.narrower {
  width: 70px;
}
.smallControls input:not([type]).narrow,
.smallControls input[type="text"].narrow,
.smallControls input[type="password"].narrow,
.smallControls input[type="search"].narrow,
.smallControls input[type="email"].narrow,
.smallControls input[type="url"].narrow,
.smallControls input[type="number"].narrow,
.smallControls textarea.narrow {
  width: 140px;
}
.smallControls input:not([type]).wide,
.smallControls input[type="text"].wide,
.smallControls input[type="password"].wide,
.smallControls input[type="search"].wide,
.smallControls input[type="email"].wide,
.smallControls input[type="url"].wide,
.smallControls input[type="number"].wide,
.smallControls textarea.wide {
  width: 200px;
}
.smallControls input:not([type]).wider,
.smallControls input[type="text"].wider,
.smallControls input[type="password"].wider,
.smallControls input[type="search"].wider,
.smallControls input[type="email"].wider,
.smallControls input[type="url"].wider,
.smallControls input[type="number"].wider,
.smallControls textarea.wider {
  width: 275px;
}
.smallControls input:not([type]).widest,
.smallControls input[type="text"].widest,
.smallControls input[type="password"].widest,
.smallControls input[type="search"].widest,
.smallControls input[type="email"].widest,
.smallControls input[type="url"].widest,
.smallControls input[type="number"].widest,
.smallControls textarea.widest {
  width: 350px;
}
.smallControls .k-dropdown {
  width: 197px;
}
.smallControls .k-dropdown.narrowest {
  width: 62px;
}
.smallControls .k-dropdown.narrower {
  width: 97px;
}
.smallControls .k-dropdown.narrow {
  width: 167px;
}
.smallControls .k-dropdown.wide {
  width: 227px;
}
.smallControls .k-dropdown.wider {
  width: 302px;
}
.smallControls .k-dropdown.widest {
  width: 377px;
}
.smallControls .k-multiselect {
  width: 170px;
}
.smallControls .k-multiselect.narrowest {
  width: 35px;
}
.smallControls .k-multiselect.narrower {
  width: 70px;
}
.smallControls .k-multiselect.narrow {
  width: 140px;
}
.smallControls .k-multiselect.wide {
  width: 200px;
}
.smallControls .k-multiselect.wider {
  width: 275px;
}
.smallControls .k-multiselect.widest {
  width: 350px;
}
.smallControls input[type="checkbox"],
.smallControls input[type="radio"] {
  margin-right: 2px;
}
.smallControls textarea {
  height: 70px;
  resize: none;
}
.smallControls textarea[msd-elastic] {
  height: inherit;
}
div.code,
textarea.code {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace;
  font-size: 12px;
  line-height: normal;
}
div.code {
  background-color: #d5d5d5;
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.disabledWithPointerEvents {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.disabled {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.progressDetail {
  font-style: italic;
}
/*
.progress {
    height: 11px;
    margin-right: 8px;

    min-width: 20px; // Override the width when you go to use the progress bar

    background-color: white;

    .lh-border-radius(1px);
    .lh-box-shadow(0 -1px 1px rgba(0,0,0,.7));

    display: inline-block;

    .bar {
        .lh-border-radius(1px);
        .lh-box-shadow(0 1px 1px rgba(255,255,255,.7), inset 0 1px 1px rgba(0,0,0,.3));
        .lh-background-image(linear-gradient(to bottom, #b1d94b, #57ac24));
        height: 100%;
    }
}
*/
.upArrow {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  background-image: url('images/icons/trend_up_16.png');
  vertical-align: middle;
}
.downArrow {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  background-image: url('images/icons/trend_down_16.png');
  vertical-align: middle;
}
.note {
  background-color: #f5f5f5;
  color: #4a4a4a;
  border: thin solid #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 9px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.note:before {
  font-family: FontAwesome;
  content: "\f129";
  color: #0095da;
  margin-right: 6px;
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.mimicKendoTable {
  border-spacing: 2px;
  border-collapse: separate;
  margin-bottom: 20px;
  color: #848484;
  width: 100%;
  /** Copy of Kendo header underline css k-header **/
}
.mimicKendoTable th,
.mimicKendoTable td {
  position: relative;
  padding: 4px 8px;
}
.mimicKendoTable th {
  font-weight: bold;
  font-size: 11px;
  color: #585859;
  text-transform: lowercase;
  text-align: left;
  font-weight: 600;
}
.mimicKendoTable th:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #bfc1c2;
  background-clip: content-box;
  box-sizing: border-box;
  padding-top: 7px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}
.mimicKendoTable td {
  white-space: nowrap;
  padding-right: 10px;
  min-width: 50px;
  height: 25px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: #848484;
}
.mimicKendoTable tr.alt {
  background-color: #f9fafb;
}
i.online.fa.fa-circle {
  color: #82C135;
}
ul.tooltipShared {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  list-style-position: inside;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #feede9;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #fbfdf8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.form-control-static {
  margin-bottom: 0;
}
.tabs.primary {
  font-size: 14px;
  font-weight: bold;
}
.kendoWidgetsHide {
  visibility: hidden;
}
tr.k-state-selected .actions .fa-minus-circle {
  color: #ffffff;
}
.actions {
  white-space: nowrap;
}
.actions .fa {
  color: #848484;
  margin-left: 1px;
  margin-right: 1px;
}
.actions .fa:hover {
  color: #5e5e5e;
}
.actions .fa.fa-remove:hover {
  color: #e13e06;
}
.actions .fa.fa-trash:hover {
  color: #e13e06;
}
.actions .fa.fa-minus-circle:hover {
  color: #e13e06;
}
.feature-unavailable-message {
  display: inline-block;
  background-color: white;
  border: thin solid #d1d1d1;
  padding: 8px 10px;
  border-radius: 3px;
}
.feature-unavailable-message .icon-container {
  float: left;
  height: 100%;
  width: 20px;
  font-size: 22px;
  margin-top: 2px;
  color: #0095da;
  margin-right: 3px;
  margin-left: 2px;
  vertical-align: middle;
}
.feature-unavailable-message .text-container {
  font-size: 13px;
  float: left;
  text-align: center;
}
.inline-input {
  display: inline-block;
}
.error-below {
  overflow-x: visible;
  white-space: nowrap;
  position: relative;
}
.error-below > .error-message-container > * {
  position: absolute;
  top: 3px;
  min-height: 12px;
}
/* --------- FORM VALIDATION ---------*/
.help-container {
  margin-left: 12px;
}
.help-block {
  display: none;
  color: #dd360b;
  margin-top: 5px;
  margin-bottom: 0;
}
.formError {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
}
.formError:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 6px;
  vertical-align: middle;
}
form .error,
ng-form .error,
[ng-form] .error {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
  text-align: left;
}
form .error:before,
ng-form .error:before,
[ng-form] .error:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 6px;
  vertical-align: middle;
}
form .error-lg,
ng-form .error-lg,
[ng-form] .error-lg {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
  text-align: left;
  font-size: 15px;
}
form .error-lg:before,
ng-form .error-lg:before,
[ng-form] .error-lg:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 6px;
  vertical-align: middle;
}
form.ng-dirty input.ng-invalid,
form.ng-dirty select.ng-invalid,
form.ng-dirty textarea.ng-invalid,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid,
form.ng-dirty .k-picker-wrap.ng-invalid {
  border-color: #dd360b;
  background-color: #fff1eb;
}
form.ng-dirty input.ng-invalid:focus,
form.ng-dirty select.ng-invalid:focus,
form.ng-dirty textarea.ng-invalid:focus,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
form.ng-dirty .k-picker-wrap.ng-invalid:focus {
  outline-color: #e77e7e;
}
form.ng-dirty input.ng-invalid:active,
form.ng-dirty select.ng-invalid:active,
form.ng-dirty textarea.ng-invalid:active,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:active,
form.ng-dirty .k-picker-wrap.ng-invalid:active {
  outline-color: #e77e7e;
}
tags-input .tags {
  box-shadow: none;
  border-radius: 3px;
}
tags-input .tags .input {
  font: inherit;
}
/* ---------- SWITCH ---------- */
.switch input {
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
}
.switch input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.switch-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 18px;
  width: 93px;
  text-align: left;
}
.switch {
  left: 28px;
  cursor: pointer;
  background: #fff;
  border-radius: 32px;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 40px;
  border: 1px solid #d5d5d5;
}
.switch label {
  cursor: pointer;
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  width: 20px;
}
.switch label:nth-of-type(1) {
  left: -29px;
  position: absolute;
  text-align: right;
}
.switch label:nth-of-type(2) {
  position: absolute;
  right: -26px;
  text-align: left;
}
.switch input {
  cursor: pointer;
  height: 14px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}
.switch input:checked ~ label:nth-of-type(1) {
  color: #0095da;
}
.switch input:checked ~ label:nth-of-type(2) {
  color: #808080;
}
.switch input ~ :checked ~ label:nth-of-type(1) {
  color: #808080;
}
.switch input ~ :checked ~ label:nth-of-type(2) {
  color: #0095da;
}
.switch input:checked ~ .toggle {
  left: 4px;
}
.switch input ~ :checked ~ .toggle {
  left: 24px;
}
.switch input:checked {
  z-index: 0;
}
.switch .toggle {
  background: #808080;
  border-radius: 50%;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transition: left .2s ease;
  -moz-transition: left .2s ease;
  -ms-transition: left .2s ease;
  -o-transition: left .2s ease;
  transition: left .2s ease;
  width: 12px;
  z-index: 1;
}
#toolbarOptionsArea .switch-container {
  cursor: pointer;
  height: 18px;
  right: 65px;
  position: absolute;
  bottom: 8px;
  width: 40px;
}
#toolbarOptionsArea .switch {
  left: 0;
}
/* Used, among other things, for the dynamic content dropdowns */
.controlWithTopLabel {
  display: inline-block;
  padding-left: 20px;
}
.controlWithTopLabel div {
  display: inline-block;
}
.controlWithTopLabel label {
  font-size: 10px;
  position: absolute;
  margin-top: -13px;
}
.controlWithTopLabel a.tbLinkButton {
  font-family: Arial, Helvetica, sans-serif, "FontAwesome";
  color: #848484;
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
}
.controlWithTopLabel a.tbLinkButton:hover,
.controlWithTopLabel a.tbLinkButton.active:hover {
  background-color: #82c135;
  color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton[disabled] {
  color: #d5d5d5;
  cursor: default;
  pointer-events: none;
}
.controlWithTopLabel a.tbLinkButton[disabled]:hover {
  background-color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton.active {
  background-color: #0095da;
  color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton span:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: #848484;
  vertical-align: middle;
  padding-left: 4px;
}
.bottom20 {
  margin-bottom: 20px;
}
.smallListItemIndent {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.commonDropdownMenuStyle {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .fa {
  margin-right: 5px;
}
.dropdown-menu [dropdown-toggle] span.actualValue {
  color: #848484;
}
.tooltip {
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  font-weight: normal;
  overflow: hidden;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2147483602;
}
.tooltip-inner {
  min-width: 180px;
  max-width: 300px;
  text-align: left;
}
.popover {
  background-color: #ffffff;
  color: #848484;
  padding: 0;
  z-index: 2147483627;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(121, 121, 121, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(121, 121, 121, 0.5);
  box-shadow: 0px 1px 5px rgba(121, 121, 121, 0.5);
}
.popover.bottom .arrow:after {
  border-bottom-color: #d5d5d5;
}
.popover-title {
  line-height: 1.25;
}
.popover-content {
  width: auto;
  font-size: 12px;
}
.modal-backdrop {
  z-index: 2147483587 !important;
}
.modal {
  display: block !important;
  overflow: visible;
  z-index: 2147483597 !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.hide {
  display: none;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffffff;
}
.nav-justified.nav-pills > li > a {
  margin-left: 2px;
  margin-right: 2px;
}
.nav-pills a {
  color: #585858;
}
ul.nav {
  margin-top: 0;
}
.btn-nav-pills .btn {
  border-radius: 4px;
  color: #585858;
  background-color: transparent;
  border-style: none;
}
.btn-nav-pills .btn:hover {
  color: #ffffff;
  background-color: #82c135;
}
.btn-nav-pills .btn.active {
  color: #ffffff;
  background-color: #0095da;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tabbable,
.tabs {
  background-color: transparent;
}
.nav.nav-tabs,
.nav.nav-pills {
  border: none;
}
.nav.nav-tabs li,
.nav.nav-pills li {
  background-color: transparent;
  margin-bottom: -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.nav.nav-tabs li a,
.nav.nav-pills li a {
  border-radius: 0;
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 7px;
  padding-bottom: 8px;
  color: #0095da;
  font-weight: bold;
}
.nav.nav-tabs li a:hover,
.nav.nav-pills li a:hover {
  color: #ffffff;
}
.nav.nav-tabs li.active,
.nav.nav-pills li.active {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.nav.nav-tabs li.active > a,
.nav.nav-pills li.active > a {
  border: none;
  background-color: #ffffff;
  color: #848484;
}
.nav.nav-tabs li.active > a:hover,
.nav.nav-pills li.active > a:hover {
  color: #848484;
}
.nav.nav-tabs li.disabled,
.nav.nav-pills li.disabled {
  pointer-events: auto;
  cursor: not-allowed;
}
.nav.nav-tabs li.disabled > a,
.nav.nav-pills li.disabled > a {
  border: none;
  color: #b5b5b5;
}
.nav-tabs li {
  margin-bottom: -1px;
  padding-top: 3px;
  box-sizing: border-box;
}
.nav-tabs li:first-child {
  margin-left: 5px;
}
.nav-tabs li.active {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #0095da;
  padding-top: 0px;
}
.nav-tabs li > a {
  border: none;
}
.nav-stacked li {
  margin-right: -1px;
}
.nav-stacked li:first-child {
  margin-top: 5px;
}
.nav-stacked li.active {
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #0095da;
  margin-right: -2px;
}
button.btn:not(.btn-lg) {
  height: 28px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0095da;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
button.btn:not(.btn-lg):hover {
  background-color: #0084c1;
}
button.btn:not(.btn-lg):active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
button.btn:not(.btn-lg).disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
button.btn:not(.btn-lg).lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
button.btn:not(.btn-lg).secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
button.btn:not(.btn-lg).secondary:hover {
  background-color: #c8c8c8;
}
button.btn:not(.btn-lg).secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
button.btn:not(.btn-lg).secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
button.btn:not(.btn-lg).redDelete {
  background-color: #e13e06;
}
button.btn:not(.btn-lg).redDelete:hover {
  background-color: #c83705;
}
button.btn:not(.btn-lg).cancel {
  background-color: #808080;
}
button.btn:not(.btn-lg).cancel:hover {
  background-color: #0084c1;
}
button.btn-default {
  /* Needed a more specific selector to override bootstrap's button color */
  color: #ffffff;
}
button.btn-default.hover {
  background-color: #0084c1;
}
button.btn-default.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
button.btn-default.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
button.btn:not(.btn-lg).disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.radio .btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.progress {
  border-style: none;
  box-shadow: none;
  border-radius: none;
}
/*** End Copied From Main.less ***/
html,
body {
  padding: 0;
}
/* vertical centering technique obtained from http://blog.themeforest.net/tutorials/vertical-centering-with-css/ */
#floater {
  position: relative;
  float: left;
  height: 50%;
  margin-bottom: -225px;
  /* #content height divided by 2 */
  width: 1px;
}
#content {
  position: relative;
  clear: left;
  width: 412px;
  height: 385px;
  margin: 0 auto;
}
.viewModeLogin #content {
  width: 872px;
}
.viewModeForgotPassword #content .mainPanel,
.viewModeActivateCodeLoading #content .mainPanel,
.viewModeActivate #content .mainPanel,
.viewModeActivateCodeInvalid #content .mainPanel,
.viewModeResetPasswordRequestError #content .mainPanel,
.viewModeResetPasswordRequestSent #content .mainPanel,
.viewModeEmailAdmin #content .mainPanel {
  padding: 30px;
}
#content .authForm,
#content .mainPanel,
#accountActivate {
  /* static height required for the Visual Editor integration */
  height: 385px;
}
.viewModeLogin #content .authForm .loginBox,
.viewModeLogin #content .mainPanel .loginBox,
.viewModeLogin #accountActivate .loginBox {
  width: 410px;
  padding: 30px;
}
#content .authForm .evergageLoginContentArea,
#content .mainPanel .evergageLoginContentArea,
#accountActivate .evergageLoginContentArea {
  width: 460px;
  padding: 0px;
}
#content .authForm .evergageLoginContentArea .topLoginContent,
#content .mainPanel .evergageLoginContentArea .topLoginContent,
#accountActivate .evergageLoginContentArea .topLoginContent {
  height: 260px;
  position: relative;
}
#content .authForm .evergageLoginContentArea .topLoginContent .h3DefaultTitle,
#content .mainPanel .evergageLoginContentArea .topLoginContent .h3DefaultTitle,
#accountActivate .evergageLoginContentArea .topLoginContent .h3DefaultTitle {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper {
  text-align: center;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row {
  display: inline-block;
  padding-left: 28px;
  padding-right: 28px;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row {
  color: #585858;
  text-decoration: none;
  text-align: center;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row:hover,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row:hover,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row:hover {
  text-decoration: underline;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .imgDefault3Row,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .imgDefault3Row,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .imgDefault3Row {
  width: 75px;
  height: 75px;
}
#content .authForm .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .linkNameDefault3Row,
#content .mainPanel .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .linkNameDefault3Row,
#accountActivate .evergageLoginContentArea .topLoginContent .default3RowWrapper .linkButtonWrapperDefault3Row .linkDefault3Row .linkNameDefault3Row {
  font-size: 16px;
  padding-top: 16px;
}
#content .authForm .evergageLoginContentArea .bottomLoginContent,
#content .mainPanel .evergageLoginContentArea .bottomLoginContent,
#accountActivate .evergageLoginContentArea .bottomLoginContent {
  height: 125px;
  position: relative;
  text-align: center;
}
#content .authForm .evergageLoginContentArea .bottomLoginContent .h3DefaultTitle,
#content .mainPanel .evergageLoginContentArea .bottomLoginContent .h3DefaultTitle,
#accountActivate .evergageLoginContentArea .bottomLoginContent .h3DefaultTitle {
  padding-bottom: 16px;
  margin: 0px;
}
#content .authForm .evergageLoginContentArea .bottomLoginContent .h5DefaultTitle,
#content .mainPanel .evergageLoginContentArea .bottomLoginContent .h5DefaultTitle,
#accountActivate .evergageLoginContentArea .bottomLoginContent .h5DefaultTitle {
  padding-bottom: 12px;
  margin: 0px;
}
#content .topMargin50 {
  margin-top: 50px;
}
#content .formBackground {
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background-image: linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
select.input-sm {
  font-size: 14px;
  padding: 4px 10px;
}
#sendDataToEvergageVisualEditorDiv,
#sendDataFromEvergageVisualEditorDiv {
  display: none;
}
.evergageLogo {
  height: 72px;
  margin: 5px auto;
  display: block;
}
.formTitle {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
.formError,
#formError {
  text-align: left;
}
#formError {
  margin-bottom: 11px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.loginBox .formError {
  padding-left: 25px;
}
.loginBox .formError .error-lg {
  display: inline;
}
.form-group {
  text-align: center;
  margin-bottom: 10px;
}
.content form input[type="text"],
.content form input[type="password"] {
  font-family: 'FontAwesome', Arial;
  /* for the placeholder */
  height: 35px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 3px;
  width: 300px;
}
#content form .error {
  line-height: 2.5;
  width: 300px;
  margin: 0 auto;
}
#content form .error::before {
  content: "";
  margin: 0;
}
#content form .error-lg::before {
  content: "";
  margin: 0;
}
#buttonWrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#buttonWrapper button {
  height: 28px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  box-sizing: border-box;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  float: right;
  height: 35px;
  width: 300px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 14px;
  float: none;
  background-color: #0095da;
}
#buttonWrapper button:hover {
  background-color: #0084c1;
}
#buttonWrapper button:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
#buttonWrapper button.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
#buttonWrapper button.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
#buttonWrapper button.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0095da;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
#buttonWrapper button.secondary:hover {
  background-color: #c8c8c8;
}
#buttonWrapper button.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
#buttonWrapper button.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
#buttonWrapper button.redDelete {
  background-color: #e13e06;
}
#buttonWrapper button.redDelete:hover {
  background-color: #c83705;
}
a.linkButton:hover,
a.linkButton:focus,
a:hover {
  text-decoration: none;
}
.buttonWrapper {
  text-align: center;
}
.buttonWrapper .btn {
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #0095da;
  color: #ffffff;
  border: none;
  width: 300px;
  height: 35px;
  font-size: 14px;
  margin: 10px 0;
}
.buttonWrapper .btn:hover {
  background-color: #1071a8;
}
.buttonWrapper .btn.cancel {
  background-color: #808080;
}
.buttonWrapper #loginWithSamlButton {
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: none;
  width: 300px;
  height: 35px;
  text-align: center;
  font-size: 14px;
}
.buttonWrapper .samlError {
  width: 300px;
  margin: 0 auto;
}
#linkWrapper {
  margin: 7px auto;
  width: 300px;
}
#linkWrapper .samlLoginLink {
  max-width: 155px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#linkWrapper #separator {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
#invalidBrowserContent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 30px 100px 30px 100px;
}
#invalidBrowserContent ul {
  padding-left: 50px;
}
#oldVisualEditor {
  padding: 10px;
}
body.isVisualEditor {
  background: transparent;
}
body.isVisualEditor #evergageLogoDiv {
  background: url('/ui/images/logo_on_white.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
body.isVisualEditor #visualEditorNavBars,
body.isVisualEditor #visualEditorNavBars * {
  box-sizing: content-box;
}
body.isVisualEditor #content {
  top: 1px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  border-radius: 6px;
  width: 410px !important;
}
body.isVisualEditor #content [name="form"] {
  width: 410px !important;
}
body.isVisualEditor #content [name="form"] .evergageLoginContentArea {
  display: none;
}
body.isVisualEditor #visualEditorToolbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  padding: 0px;
}
body.isVisualEditor #visualEditorToolbar #visualSettingsOpener {
  display: none;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.visualEditorTopNavBarBackground {
  background-color: #0095da;
}
.veToolbarDisabledElement {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
}
#visualEditorNavBars .userProfileMenuVE {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
#visualEditorNavBars .userProfileMenuVE .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.messageEditVE #visualEditorNavBars {
  display: none;
}
#visualEditorNavBars .noSelectOrTouch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .clickableHeaderEntry {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .notClickableHeaderEntry {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars #visualEditorTopNavBar {
  height: 60px;
  position: relative;
  min-width: 1120px;
  z-index: 1000100;
  background-color: #0095da;
}
#visualEditorNavBars #visualEditorTopNavBar .statusMessageWrapperDiv {
  min-height: 0px;
  max-height: 0px;
  margin-right: 580px;
  overflow: visible;
  left: 520px;
  position: absolute;
  z-index: 1000300;
  min-width: 400px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized {
  height: 32px;
  width: 32px;
  background: transparent;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem {
  color: white;
  width: 80px;
  height: 26px;
  padding: 5px 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #0095da;
  box-shadow: 0px 2px 0px 0px #305078;
  cursor: pointer;
  box-sizing: border-box;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem i {
  margin-right: 4px;
  font-size: 16px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem span {
  position: relative;
  top: -2px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem:hover {
  opacity: 0.8;
}
#visualEditorNavBars #visualEditorTopNavBar .enabled-element,
#visualEditorNavBars #visualEditorTopNavBar .enabled-element .outlink {
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar {
  height: 100%;
  font-size: 15px;
  border-spacing: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar > td {
  padding-bottom: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection {
  z-index: 1000103;
  position: absolute;
  left: 0px;
  top: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell {
  width: 100px;
  background-color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div {
  height: 45px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 8px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div #evergageLogoDiv {
  background: url('/ui/images/logo_on_white.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell #evergageLogoDiv {
  background: url('/ui/images/logo_on_dark.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #actionWarning {
  display: none;
  padding-left: 10px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 2px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel {
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 19px;
  max-width: 500px;
  width: 250px;
  padding: 1px;
  overflow: auto;
  white-space: nowrap;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameSizer {
  font-family: inherit;
  font-size: 19px;
  visibility: hidden;
  position: fixed;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell {
  padding-right: 20px;
  padding-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell > img {
  -webkit-filter: brightness(170%);
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection {
  z-index: 1000102;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-input .k-input,
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover.k-state-active .k-input {
  color: #4D6D92;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover .k-input {
  color: #585858;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #accountTypeMessageBox {
  width: 240px;
  color: #12915e;
  text-align: center;
  font-size: 15px;
  display: none;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button {
  background-color: #1071a8;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button:hover {
  background-color: #82c135;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div {
  padding-left: 8px;
  border-radius: 4px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div > .ve-header-icon {
  padding-right: 2px;
  font-weight: bold;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #minimizeHeaderItem {
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 12px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #exitHeaderItem {
  padding-top: 4px;
  padding-right: 14px;
  padding-left: 14px;
}
#visualEditorNavBars #visualEditorToolbar {
  height: 85px;
  background-color: #f0f1f3;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea {
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection {
  height: 60px;
  position: absolute;
  left: 0px;
  font-size: 13px;
  color: #3d597e;
  border-spacing: 2px;
  border-collapse: separate;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry {
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > img {
  vertical-align: middle;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > i {
  color: #0095DB;
  font-size: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > span {
  vertical-align: top;
  line-height: 22px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener {
  width: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener > div {
  width: 1px;
  height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #D0D0D1;
  box-shadow: 1px 0px 1px #D0D0D1;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer {
  height: 60px;
  position: absolute;
  right: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer td {
  text-align: center;
  vertical-align: top;
  padding-top: 12px;
  width: 173px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer .heading {
  color: #3d597e;
  font-weight: bold;
  font-size: 15px;
}
.toolbarHierarchyBlock {
  box-shadow: 0px 0px 1px #9d9da1;
  color: white;
  font-size: 14px;
  height: 20px;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
}
.messageEditVE .toolbarHierarchyBlock {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.userProfileMenuMixinTemp {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixinTemp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.ui-autocomplete.ui-front {
  z-index: 1000103;
}
[name=formResetPasswordRequest],
[name=formEmailSamlAdminRequest] {
  padding: 30px;
}
[name=formResetPasswordRequest] .info,
[name=formEmailSamlAdminRequest] .info {
  margin: 8px 25px;
}
.authSuccessPanel,
.authErrorPanel {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  padding: 20px;
  color: #4a4a4a;
  margin: 10px 0;
}
.authSuccessPanel {
  background-color: #ddf2c3;
}
.authErrorPanel {
  background-color: #ff9494;
}
[name=formResetPassword] .authErrorPanel {
  margin-bottom: 25px;
}
#loginContent {
  width: 480px;
  height: 460px;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  color: black;
}
#loginContent label {
  font-weight: normal;
}
#loginContent .required {
  color: red;
}
#loginContent input {
  margin-left: 0px;
}
#loginContent form input[type="text"],
#loginContent form input[type="password"] {
  padding: 4px;
  font-size: 13px;
  line-height: 25px;
  border-radius: 3px;
  width: 210px;
  height: 32px;
}
#loginContent #loadingImage {
  width: 32px;
}
#loginContent .accountUrlLabel {
  color: #47a2c8;
  margin-bottom: 12px;
}
#loginContent td {
  vertical-align: top;
}
#loginContent .authErrorPanel {
  margin-top: 20px;
}
#loginContent .buttonWrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#accountActivate {
  position: absolute;
  top: 50px;
  width: 800px;
  height: 650px;
  margin: 30px;
  padding: 10px 30px;
}
.accountNameLabel {
  font-weight: bold;
}
/*# sourceMappingURL=login.css.map */
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/******** Fonts *********/
@font-face {
  font-family: "SF Regular";
  src: url('../fonts/SF/SF-UI-Text-Regular.otf');
}
@font-face {
  font-family: "SF Light";
  src: url('../fonts/SF/SF-UI-Text-Light.otf');
}
@font-face {
  font-family: "SF SemiBold";
  src: url('../fonts/SF/SF-UI-Text-Semibold.otf');
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: "Roboto Bold";
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
/******** Z-Indexes *********/
/******** Opacities *********/
/******** Colors *********/
/***** Chart Colors *****/
.visualEditorTopNavBarBackground {
  background-color: #0095da;
}
.veToolbarDisabledElement {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
}
#visualEditorNavBars .userProfileMenuVE {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
#visualEditorNavBars .userProfileMenuVE .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.messageEditVE #visualEditorNavBars {
  display: none;
}
#visualEditorNavBars .noSelectOrTouch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .clickableHeaderEntry {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .notClickableHeaderEntry {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars #visualEditorTopNavBar {
  height: 60px;
  position: relative;
  min-width: 1120px;
  z-index: 1000100;
  background-color: #0095da;
}
#visualEditorNavBars #visualEditorTopNavBar .statusMessageWrapperDiv {
  min-height: 0px;
  max-height: 0px;
  margin-right: 580px;
  overflow: visible;
  left: 520px;
  position: absolute;
  z-index: 1000300;
  min-width: 400px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized {
  height: 32px;
  width: 32px;
  background: transparent;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem {
  color: white;
  width: 80px;
  height: 26px;
  padding: 5px 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #0095da;
  box-shadow: 0px 2px 0px 0px #305078;
  cursor: pointer;
  box-sizing: border-box;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem i {
  margin-right: 4px;
  font-size: 16px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem span {
  position: relative;
  top: -2px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem:hover {
  opacity: 0.8;
}
#visualEditorNavBars #visualEditorTopNavBar .enabled-element,
#visualEditorNavBars #visualEditorTopNavBar .enabled-element .outlink {
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar {
  height: 100%;
  font-size: 15px;
  border-spacing: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar > td {
  padding-bottom: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection {
  z-index: 1000103;
  position: absolute;
  left: 0px;
  top: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell {
  width: 100px;
  background-color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div {
  height: 45px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 8px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div #evergageLogoDiv {
  background: url('/ui/images/logo_on_white.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell #evergageLogoDiv {
  background: url('/ui/images/logo_on_dark.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #actionWarning {
  display: none;
  padding-left: 10px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 2px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel {
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 19px;
  max-width: 500px;
  width: 250px;
  padding: 1px;
  overflow: auto;
  white-space: nowrap;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameSizer {
  font-family: inherit;
  font-size: 19px;
  visibility: hidden;
  position: fixed;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell {
  padding-right: 20px;
  padding-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell > img {
  -webkit-filter: brightness(170%);
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection {
  z-index: 1000102;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-input .k-input,
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover.k-state-active .k-input {
  color: #4D6D92;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover .k-input {
  color: #585858;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #accountTypeMessageBox {
  width: 240px;
  color: #12915e;
  text-align: center;
  font-size: 15px;
  display: none;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button {
  background-color: #1071a8;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button:hover {
  background-color: #82c135;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div {
  padding-left: 8px;
  border-radius: 4px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div > .ve-header-icon {
  padding-right: 2px;
  font-weight: bold;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #minimizeHeaderItem {
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 12px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #exitHeaderItem {
  padding-top: 4px;
  padding-right: 14px;
  padding-left: 14px;
}
#visualEditorNavBars #visualEditorToolbar {
  height: 85px;
  background-color: #f0f1f3;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea {
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection {
  height: 60px;
  position: absolute;
  left: 0px;
  font-size: 13px;
  color: #3d597e;
  border-spacing: 2px;
  border-collapse: separate;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry {
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > img {
  vertical-align: middle;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > i {
  color: #0095DB;
  font-size: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > span {
  vertical-align: top;
  line-height: 22px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener {
  width: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener > div {
  width: 1px;
  height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #D0D0D1;
  box-shadow: 1px 0px 1px #D0D0D1;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer {
  height: 60px;
  position: absolute;
  right: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer td {
  text-align: center;
  vertical-align: top;
  padding-top: 12px;
  width: 173px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer .heading {
  color: #3d597e;
  font-weight: bold;
  font-size: 15px;
}
.toolbarHierarchyBlock {
  box-shadow: 0px 0px 1px #9d9da1;
  color: white;
  font-size: 14px;
  height: 20px;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
}
.messageEditVE .toolbarHierarchyBlock {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.userProfileMenuMixinTemp {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixinTemp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.ui-autocomplete.ui-front {
  z-index: 1000103;
}
/*# sourceMappingURL=login.css.map */