@charset "UTF-8";
/*!
 *  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("external-plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("external-plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("external-plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("external-plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("external-plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("external-plugins/font-awesome/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 #eeeeee;
  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: #ffffff; }

/* 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; }

/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

/*.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}*/
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*# sourceMappingURL=bootstrap-select.css.map */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px; }

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0;
  border-spacing: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px; }

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #b3b3b3; }

.datepicker td.old,
.datepicker .new {
  color: #999999; }

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #ffffff; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399; }

.datepicker td span.old {
  color: #999999; }

.datepicker .switch {
  width: 145px; }

.datepicker .next,
.datepicker .prev {
  font-size: 21px; }

.datepicker tr:first-child th {
  cursor: pointer; }

.datepicker tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.datepicker .day.active div {
  color: #2d2d2d;
  background-color: #cfe7f7; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("efass/typo/font/open-sans-v16-latin-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("efass/typo/font/open-sans-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-regular.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-regular.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-regular.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-regular.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("efass/typo/font/open-sans-v16-latin-italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("efass/typo/font/open-sans-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-italic.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-italic.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-italic.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("efass/typo/font/open-sans-v16-latin-600.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("efass/typo/font/open-sans-v16-latin-600.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-600.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-600.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-600.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-600.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("efass/typo/font/open-sans-v16-latin-600italic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("efass/typo/font/open-sans-v16-latin-600italic.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-600italic.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-600italic.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-600italic.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-600italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("efass/typo/font/open-sans-v16-latin-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("efass/typo/font/open-sans-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-700.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-700.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-700.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-700.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("efass/typo/font/open-sans-v16-latin-700italic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("efass/typo/font/open-sans-v16-latin-700italic.eot?#iefix") format("embedded-opentype"), url("efass/typo/font/open-sans-v16-latin-700italic.woff2") format("woff2"), url("efass/typo/font/open-sans-v16-latin-700italic.woff") format("woff"), url("efass/typo/font/open-sans-v16-latin-700italic.ttf") format("truetype"), url("efass/typo/font/open-sans-v16-latin-700italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'efass-icons';
  src: url("efass/typo/font/efass-icons.eot?u1f6vu");
  src: url("efass/typo/font/efass-icons.eot?u1f6vu#iefix") format("embedded-opentype"), url("efass/typo/font/efass-icons.ttf?u1f6vu") format("truetype"), url("efass/typo/font/efass-icons.woff?u1f6vu") format("woff"), url("efass/typo/font/efass-icons.svg?u1f6vu#efass-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="efass-icon-"], [class*=" efass-icon-"] {
  font-family: 'efass-icons', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.efass-icon-doctor:before {
  content: ""; }

.efass-icon-assign:before {
  content: ""; }

.efass-icon-enquiry:before {
  content: ""; }

.efass-icon-reports:before {
  content: ""; }

.efass-icon-payhistory:before {
  content: ""; }

.efass-icon-nursinghome:before {
  content: ""; }

.efass-icon-assessor:before {
  content: ""; }

.efass-icon-dashboard:before {
  content: ""; }

.efass-icon-search:before {
  content: ""; }

.efass-icon-infoupdates:before {
  content: ""; }

.efass-icon-home:before {
  content: ""; }

.efass-icon-message:before {
  content: ""; }

.efass-icon-inbox:before {
  content: ""; }

.efass-icon-payouts:before {
  content: ""; }

.efass-icon-apphistory:before {
  content: ""; }

.efass-icon-schemes:before {
  content: ""; }

.efass-icon-logo:before {
  content: ""; }

.efass-icon-edit:before {
  content: ""; }

.efass-icon-add:before {
  content: ""; }

.efass-icon-solidtick:before {
  content: ""; }

.efass-icon-delete:before {
  content: ""; }

.efass-icon-love:before {
  content: ""; }

.efass-icon-operations:before {
  content: ""; }

.efass-icon-team:before {
  content: ""; }

.efass-icon-filter:before {
  content: ""; }

.efass-icon-left:before {
  content: ""; }

.efass-icon-right:before {
  content: ""; }

.efass-icon-up:before {
  content: ""; }

.efass-icon-down:before {
  content: ""; }

.efass-icon-close:before {
  content: ""; }

.efass-icon-calendar:before {
  content: ""; }

.efass-icon-contact-log:before {
  content: ""; }

.efass-icon-audit-trail:before {
  content: ""; }

html {
  font-size: 16px; }

body {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  color: #322d31;
  font-family: 'Open Sans', sans-serif; }
  body .sidenav-menu-slider,
  body .control-menu {
    font-family: "Segoe UI", sans-serif;
    font-size: 12px; }

h1,
.h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: .5px;
  color: #322d31; }
  h1.header-landing,
  .h1.header-landing {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1; }

h2,
.h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: .5px;
  color: #322d31; }

h3,
.h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 2.5px;
  color: #322d31; }

a {
  color: #4280f7; }
  a:hover {
    color: #2f66f3; }

span.required {
  color: #ff6473; }

.ef-icon-green,
.efass-icon-tick-green {
  color: #28c281; }

.ef-icon-blue,
.efass-icon-calendar-blue {
  color: #4280f7; }

.download-listing dt {
  font-weight: normal; }

.download-listing dd > a {
  text-decoration: underline; }

.list-style-dash {
  list-style-type: none; }
  .list-style-dash > li:before {
    width: 1em;
    content: "-";
    margin-left: -1em;
    display: inline-block; }

.question-listing {
  padding-left: 20px; }

/* Text colors =========== */
.efass-text-primary {
  color: #4280f7; }

.efass-text-secondary-green {
  color: #28c281; }

.efass-text-secondary-orange {
  color: #fa9741; }

.efass-text-secondary-red {
  color: #ff6473; }

/* Background colors =========== */
.efass-bg-primary {
  background-color: #4280f7; }

.efass-bg-secondary-green {
  background-color: #28c281; }

.efass-bg-secondary-orange {
  background-color: #fa9741; }

.efass-bg-secondary-red {
  background-color: #ff6473; }

.efass-bg-neutral-iron {
  background-color: #322d31; }

.efass-bg-neutral-coin {
  background-color: #9897a9; }

.efass-bg-neutral-cloud {
  background-color: #c6c6d0; }

.efass-bg-neutral-snow {
  background-color: #f4f4f6; }

.efass-bg-neutral-warm-grey {
  background-color: #e5e5e5; }

.efass-bg-neutral-white {
  background-color: #ffffff; }

/* Rotations =========== */
.rotate-90 {
  transform: rotate(90deg); }

.quick-access-nav {
  display: none; }

.content-area {
  margin-bottom: 50px; }
  .content-area .portlet-decorate .portlet-content {
    padding: 0; }

.panel-layout {
  text-align: center; }

.box-shadow {
  padding: 30px; }
  .box-shadow.box-shadow-light {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .box-shadow.box-shadow-heavy {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.efass-loading-backdrop,
.efass-loading-container {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 1051;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.efass-loading-container {
  opacity: 1;
  z-index: 1052;
  background-color: transparent; }
  .efass-loading-container .spinner-grow {
    top: 50%;
    left: 50%;
    position: absolute; }
  .efass-loading-container .loading-holder {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-color: transparent; }
  .efass-loading-container .efass-loader {
    height: 50px;
    width: 50px;
    display: inline-block;
    background: url("/o/efass-portal-theme/images/pega-loading.gif"); }

.tou-main .logo,
.logout-main .logo,
.generic-error-main .logo {
  padding: 100px 0 40px; }
  .tou-main .logo h1,
  .logout-main .logo h1,
  .generic-error-main .logo h1 {
    margin-bottom: 15px; }
  .tou-main .logo i,
  .logout-main .logo i,
  .generic-error-main .logo i {
    font-size: 5em; }
  .tou-main .logo span,
  .logout-main .logo span,
  .generic-error-main .logo span {
    font-size: 24px;
    font-weight: 600; }

.tou-main .red-text,
.logout-main .red-text,
.generic-error-main .red-text {
  color: #ff6473; }

.tou-main .row.justify-content-md-center,
.logout-main .row.justify-content-md-center,
.generic-error-main .row.justify-content-md-center {
  margin-bottom: 20px; }

.tou-main .efass-icon-logo-colored,
.logout-main .efass-icon-logo-colored,
.generic-error-main .efass-icon-logo-colored {
  background-image: url("/o/efass-portal-theme/images/aic-logo.png");
  height: 120px;
  width: 167.5px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.generic-error-main {
  margin-top: 30vh; }

.generic-error-main .logo {
  padding: 0; }

.generic-error-main .logo i {
  font-size: 3em; }

.multiple-windows-container {
  background: none;
  padding: 20px 0 0; }
  .multiple-windows-container h3 {
    border-bottom: 1px #c6c6d0 solid;
    padding: 4px 0 10px 0;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px; }
  .multiple-windows-container p {
    font-size: 13px; }

.efass-alert-bar.alert {
  color: #ffffff; }
  .efass-alert-bar.alert.alert-danger {
    background-color: #ff6473; }
  .efass-alert-bar.alert.alert-success {
    background-color: #28c281; }
  .efass-alert-bar.alert.alert-info {
    background-color: #4280f7; }
  .efass-alert-bar.alert .fa-times-circle {
    cursor: pointer; }
  .efass-alert-bar.alert .alert-bar-icon {
    margin-right: 20px; }

.section-header {
  margin: 50px 0; }
  .section-header.sub-header {
    margin: 25px 0; }
  .section-header h1 {
    margin: 0; }
  .section-header .page-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5; }
  .section-header.sub-header .page-title {
    padding-bottom: 20px; }
  .section-header .page-title-bar {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .section-header .page-title-bar:after {
      content: " ";
      border-top: 1px solid #e5e5e5;
      margin: 0 0 0 20px;
      flex: 1 0 20px; }

.demo-bar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  height: 100px;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }
  .demo-bar .category-header {
    font-size: 14px;
    margin-bottom: 20px; }
  .demo-bar .category-text {
    font-size: 18px;
    margin-bottom: 0; }
    .demo-bar .category-text.link-text {
      color: #4280f7; }

.header-with-icon {
  height: 90px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .header-with-icon .med-icon-container {
    float: left;
    width: 70px;
    height: 70px;
    padding-top: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #f4f4f6; }
    .header-with-icon .med-icon-container i {
      font-size: 33px;
      color: #4280f7; }
  .header-with-icon .icon-header {
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block; }
  .header-with-icon .icon-title {
    margin-bottom: 1px;
    color: #4280f7; }

.infobar-template .header-info {
  padding-top: 1em; }

.infobar-template span {
  display: inline-block;
  margin-bottom: 10px; }

.infobar-template .info-value {
  font-size: 20px;
  font-weight: 600; }

.infobar-template .info-container {
  float: left;
  min-width: 300px;
  padding: 0 30px;
  min-height: 80px; }
  .infobar-template .info-container .info-appid {
    min-width: 200px; }

.icon-p {
  position: relative;
  margin-left: 25px; }
  .icon-p > i {
    margin-top: 5px;
    margin-left: -25px;
    position: absolute; }

.signed-in .control-menu {
  top: -56px; }

.toggle-menu {
  position: absolute;
  right: 0;
  height: 25px;
  width: 90px;
  background: #29343d;
  text-align: center;
  line-height: 25px;
  z-index: 1; }
  .toggle-menu a {
    display: block;
    color: #fff;
    font-size: 12px; }

.btn {
  border-radius: 25px;
  letter-spacing: .5px;
  color: #322d31;
  font-size: 16px;
  line-height: 48px;
  padding: 0 30px;
  font-weight: 600;
  min-width: 200px; }
  .btn.btn-primary {
    background: #4280f7;
    color: #ffffff;
    border: 1px solid #4280f7; }
    .btn.btn-primary.btn-primary-darkbg {
      background: #6899f9; }
  .btn.btn-secondary {
    background: #f4f4f6;
    color: #4280f7;
    border: 1px solid #f4f4f6; }
  .btn.btn-tertiary {
    background: #ffffff;
    color: #4280f7;
    border: 4px solid #f4f4f6; }
  .btn.btn-small {
    width: 150px;
    min-width: 150px;
    max-width: 150px; }
  .btn:focus, .btn:active, .btn:focus:active, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:focus:active, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:focus:active, .btn:not(:disabled):not(.disabled):focus:active {
    outline: none;
    box-shadow: none;
    border: 2px solid #0c5ffd; }
  .btn.dropdown-toggle {
    padding: 0 16px; }

.btn-grouping > .btn {
  margin-right: 20px; }

.btn-grouping > .btn:last-child {
  margin-right: 0; }

.table .btn {
  font-size: 14px; }

.buttons-bar {
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  min-height: 50px;
  text-align: right; }
  .buttons-bar .btn {
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #ffffff;
    font-size: 16px;
    background-color: #4280f7;
    min-height: 50px; }

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.btn-light,
.bootstrap-select > .dropdown-toggle.btn-light:active {
  background-color: #ffffff;
  border: 4px solid #f4f4f6;
  font-size: 18px;
  color: #322d31;
  font-weight: normal;
  height: 50px;
  box-sizing: border-box; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.btn-light.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.btn-light:active.bs-placeholder {
    color: #9897a9; }
  .bootstrap-select > .dropdown-toggle.disabled,
  .bootstrap-select > .dropdown-toggle.btn-light.disabled,
  .bootstrap-select > .dropdown-toggle.btn-light:active.disabled {
    background-color: #f4f4f6; }

.bootstrap-select > .dropdown-toggle.btn-light:focus,
.bootstrap-select > .dropdown-toggle.btn-light:active,
.bootstrap-select > .dropdown-toggle.btn-light:active:focus {
  box-shadow: none;
  border-color: #c6c6d0; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: relative;
  top: -4px; }

.bootstrap-select > .dropdown-toggle:after {
  color: #4280f7;
  border: 0;
  content: "\f078";
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: -6px; }

.bootstrap-select.show > .dropdown-toggle,
.bootstrap-select.show > .dropdown-toggle.btn-light,
.bootstrap-select.show > .dropdown-toggle.btn-light:active {
  background-color: #ffffff; }

.bootstrap-select.show .dropdown-toggle:after {
  transform: rotate(180deg); }

.bootstrap-select .dropdown-menu {
  border-radius: 25px;
  padding: 0;
  color: #322d31;
  font-size: 18px;
  font-weight: normal; }
  .bootstrap-select .dropdown-menu:after {
    padding: 0; }

.bootstrap-select .dropdown-item {
  padding: 20px 20px; }

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item:hover {
  color: #322d31;
  background-color: #f4f4f6; }

.ie .bootstrap-select > .dropdown-toggle:after {
  margin-top: -3px; }

.pagination {
  font-weight: 600;
  display: inline-block;
  padding: 10px; }
  .pagination .nav-btns {
    line-height: 22px; }
  .pagination a {
    color: #9897a9;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer; }
    .pagination a.selected {
      text-decoration: underline;
      color: #4280f7; }
    .pagination a.pagination-num {
      cursor: initial;
      text-decoration: none; }
  .pagination i + a {
    margin-left: 20px; }
  .pagination i {
    cursor: pointer;
    color: #4280f7; }
  .pagination .pagination-link {
    color: #4280f7; }
    .pagination .pagination-link.disabled, .pagination .pagination-link.disabled i {
      color: #9897a9; }

.bg-blue.pagination {
  background: #4280f7; }
  .bg-blue.pagination a, .bg-blue.pagination i {
    color: white; }

.bg-blue .selected {
  color: white; }

.table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #9897a9;
  font-size: 13px;
  font-weight: 600; }

.table td {
  height: 70px;
  min-height: 70px;
  color: #322d31;
  font-size: 16px;
  font-weight: 400; }

.table th,
.table td {
  padding-left: 25px;
  padding-right: 25px; }

.table.sub-table tbody tr:nth-of-type(odd) td,
.table.sub-table thead tr:nth-of-type(odd) th {
  background-color: #ffffff; }

.table.table-striped thead th {
  border-bottom: 0 none; }

.table.table-striped th,
.table.table-striped td {
  border: 0 none; }

.table.table-striped .main-row-odd,
.table.table-striped .main-row-even {
  cursor: pointer;
  border-top: 2px solid #e5e5e5;
  height: 100px; }

.table.table-striped tbody .main-row-even.even-color {
  background-color: #ffffff; }

.table.table-striped .main-row-even.even-color td {
  background-color: #ffffff; }

.table.table-striped .main-row-odd.tr-opened,
.table.table-striped .main-row-even.tr-opened {
  border-top: 1px solid #4280f7;
  border-bottom: 1px solid #4280f7;
  border-left: 1px solid #4280f7;
  border-right: 1px solid #4280f7; }

.table .alert.efass-alert-bar {
  margin-bottom: 0; }

.table .text-list {
  padding-left: 0;
  margin-bottom: 0; }
  .table .text-list li {
    margin-bottom: 1rem; }
  .table .text-list li:last-child {
    margin-bottom: 0; }

.table-container {
  overflow: auto; }
  .table-container.file-list-container .efass-alert-bar {
    margin-top: 25px; }

.main-banner .navbar-top {
  background-color: #4280f7; }

.main-banner .logo:hover, .main-banner .logo:focus {
  text-decoration: none; }

.main-banner .logo img {
  height: 45px;
  padding-right: 20px; }

.main-banner .logo .efass-icon-logo {
  font-size: 45px;
  margin-right: 20px;
  color: #ffffff; }

.main-banner .logo-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px; }

.menu-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 50px; }
  .menu-content li .dropdown-item {
    padding: 30px;
    letter-spacing: .5px; }
  .menu-content .nav-item {
    border: 0;
    margin: 0 0 0 115px;
    display: inline-block; }
  .menu-content .navbar.navbar-light {
    height: 0; }
  .menu-content .navbar.public-portal-navbar {
    display: contents; }

.ie .menu-content .navbar.public-portal-navbar, .edge .menu-content .navbar.public-portal-navbar {
  display: ruby-base-container; }

.navbar.navbar-light {
  padding: 0;
  height: 80px; }
  .navbar.navbar-light > .container-fluid {
    padding-left: 3%;
    padding-right: 3%; }
  .navbar.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    padding: 0; }
    .navbar.navbar-light .navbar-toggler span {
      color: #fff;
      font-weight: normal;
      font-size: 46px; }
  .navbar.navbar-light .nav-link {
    padding: 0;
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 18px; }
  .navbar.navbar-light .navbar-nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: left; }
  .navbar.navbar-light .active,
  .navbar.navbar-light .nav-item:hover {
    border-bottom: none; }
    .navbar.navbar-light .active > .nav-link,
    .navbar.navbar-light .nav-item:hover > .nav-link {
      border-bottom: 4px solid #4280f7;
      color: #4280f7; }
  .navbar.navbar-light .navbar-collapse {
    text-align: center;
    background: #fff;
    z-index: 1; }
  .navbar.navbar-light .dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid #4280f7;
    border-radius: 10px;
    padding-top: 0; }
    .navbar.navbar-light .dropdown-menu:after {
      padding: 0; }
    .navbar.navbar-light .dropdown-menu .dropdown-item {
      font-size: 16px;
      padding: 30px;
      letter-spacing: .5px;
      color: #4280f7;
      border-bottom: 1px solid #f4f4f6; }
    .navbar.navbar-light .dropdown-menu .dropdown-item:last-child {
      border-bottom: none; }
    .navbar.navbar-light .dropdown-menu .dropdown-item.active,
    .navbar.navbar-light .dropdown-menu .dropdown-item:hover {
      background: #4280f7;
      color: #ffffff; }
  .navbar.navbar-light .welcome-user.user-constitution {
    border: white 2px solid;
    border-radius: 20px;
    margin-right: 15px; }
  .navbar.navbar-light .welcome-user .dropdown-menu.on:before {
    border-bottom: 20px solid #f4f4f6; }
  .navbar.navbar-light .welcome-user .dropdown-menu {
    left: -13px;
    top: 75px;
    margin-top: 10px;
    overflow: visible;
    width: 300px; }
    .navbar.navbar-light .welcome-user .dropdown-menu .dropdown-item:first-child {
      border-radius: 10px 10px 0 0; }
    .navbar.navbar-light .welcome-user .dropdown-menu i {
      margin-right: 20px; }
    .navbar.navbar-light .welcome-user .dropdown-menu:before {
      content: '';
      background: transparent;
      position: absolute;
      width: 20px;
      height: 20px;
      top: -35px;
      left: 43%;
      border-top: 20px solid transparent;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-bottom: 20px solid #ffffff;
      box-sizing: border-box; }
    .navbar.navbar-light .welcome-user .dropdown-menu .dropdown-item.gray-state {
      background-color: #f4f4f6;
      pointer-events: none;
      color: #322d31; }
    .navbar.navbar-light .welcome-user .dropdown-menu .dropdown-item.gray-state:hover {
      background-color: #f4f4f6;
      color: #322d31;
      cursor: default; }

.nav-item {
  border: none;
  margin: 0 0 0 40px;
  flex: 1 0 auto;
  position: relative; }
  .nav-item .nav-icon {
    margin-right: 10px;
    height: 26px;
    position: relative;
    top: 5px; }
    .nav-item .nav-icon > i {
      height: 26px;
      font-size: 26px; }
  .nav-item .arrow-down {
    margin-right: 0;
    margin-left: 10px; }
  .nav-item.show .arrow-down i {
    transform: rotate(180deg); }

.nav-item:first-child {
  margin-left: 25px; }
  .nav-item:first-child .dropdown-menu {
    left: 0; }

.nav-item:last-child {
  margin-right: 0; }

.navbar-expand-md .container-fluid {
  padding-left: 3%;
  padding-right: 3%; }

.arrow {
  border: solid #4280f7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }

.right {
  transform: rotate(-45deg); }

.left {
  transform: rotate(135deg); }

.up {
  transform: rotate(-135deg); }

.down {
  transform: rotate(45deg); }

.welcome-user .dropdown-toggle i,
.welcome-user .dropdown-toggle span {
  color: #ffffff; }

.welcome-user.show .dropdown-toggle i {
  transform: rotate(180deg); }

.navbar.navbar-light .welcome-user.user-constitution {
  position: relative; }

.welcome-user.user-constitution .institution-dd {
  width: 235px;
  line-height: 1.2;
  padding: 10px 0;
  box-sizing: border-box; }

.welcome-user.user-constitution .institution-dd span {
  white-space: pre-wrap; }

.welcome-user.user-constitution .institution-dd i {
  position: absolute;
  right: 8px;
  top: 23px; }

.welcome-user .greeting-btn.btn {
  cursor: default; }

.form-steps-progress > .container.progress-bar-6 .progress-wrap {
  width: 1055px; }

.form-steps-progress > .container.progress-bar-5 .progress-wrap {
  width: 878px; }

.form-steps-progress > .container.progress-bar-4 .progress-wrap {
  width: 702px; }

.form-steps-progress > .container.progress-bar-3 .progress-wrap {
  width: 526px; }

.form-steps-progress > .container.progress-bar-2 .progress-wrap {
  width: 352px; }

.form-steps-progress > .container.progress-bar-1 .progress-wrap {
  width: 175px; }

.form-steps-progress .progress-wrap {
  margin: 0 auto; }
  .form-steps-progress .progress-wrap .progress-box {
    width: 175px;
    min-width: 175px;
    text-align: center;
    float: left; }

.form-steps-progress .progress-wrap .progress-box:last-child span:before,
.form-steps-progress .progress-wrap .progress-box:last-child span:after {
  display: none; }

.form-steps-progress .progress-number {
  width: 30px;
  height: 30px;
  color: #4280f7;
  text-align: center;
  border-radius: 50%;
  background: #f4f4f6;
  margin-bottom: 20px;
  line-height: 1.9;
  margin: 0 auto; }
  .form-steps-progress .progress-number span {
    display: inline-block;
    position: relative; }
  .form-steps-progress .progress-number span:before,
  .form-steps-progress .progress-number span:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #f4f4f6;
    border-top: 3px solid #f4f4f6;
    top: 12px;
    width: 145px;
    left: 20px; }

.form-steps-progress .progress-end span:before,
.form-steps-progress .progress-end span:after {
  display: none; }

.form-steps-progress .in-progress {
  background: #4280f7;
  color: #ffffff; }

.form-steps-progress .completed {
  background: #28c281;
  color: #ffffff; }

.form-steps-progress .progress-label {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  padding: 0; }

@media only screen and (max-width: 1200px) {
  .form-steps-progress .progress-number span:before,
  .form-steps-progress .progress-number span:after {
    width: 135px; } }

@media only screen and (max-width: 992px) {
  .form-steps-progress .progress-number span:before,
  .form-steps-progress .progress-number span:after {
    width: 95px; } }

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border-radius: 25px;
  letter-spacing: .5px;
  color: #322d31;
  font-size: 18px;
  border: 4px solid #f4f4f6;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box; }
  .form-control:disabled, .form-control.disabled, .form-control[readonly],
  input[type="text"]:disabled,
  input[type="text"].disabled,
  input[type="text"][readonly],
  input[type="email"]:disabled,
  input[type="email"].disabled,
  input[type="email"][readonly],
  input[type="password"]:disabled,
  input[type="password"].disabled,
  input[type="password"][readonly],
  textarea:disabled,
  textarea.disabled,
  textarea[readonly] {
    resize: none;
    color: #9897a9; }

label {
  font-size: 16px;
  color: #322d31;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1; }

.form-group,
.form-inline .form-group {
  margin-bottom: 30px; }

.form-group.dropdown-group > div, .form-group.datepicker-group:not(.row) > div {
  padding: 0; }

.form-group.datepicker-group .datepicker {
  margin-top: 0; }

.form-group label {
  margin-left: 20px; }

.form-group.question-list label,
.form-inline .form-group label {
  margin-left: 0; }

.form-radio.question-child {
  margin-bottom: 0; }

.form-textarea {
  margin-bottom: 50px; }

.question-child {
  margin-top: 50px; }

.form-control::placeholder {
  color: #9897a9; }

.form-control:-ms-input-placeholder {
  color: #9897a9; }

.form-control::-ms-input-placeholder {
  color: #9897a9; }

.form-control:focus {
  box-shadow: none;
  border-color: #c6c6d0;
  outline: none;
  color: #322d31; }

.form-control:disabled, .form-control[readonly] {
  background-color: #f4f4f6; }

.form-control *:focus {
  outline: none; }

.form-control:focus + .input-group-append .input-group-text {
  border-color: #c6c6d0; }

.form-text {
  margin-left: 20px;
  line-height: 1; }

.input-group .form-control {
  border-right: none; }
  .input-group .form-control:disabled + .input-group-append .input-group-text {
    background: #f4f4f6; }

.input-group .input-group-text {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 50px;
  border: 4px solid #f4f4f6;
  border-left: none;
  background: #ffffff;
  box-sizing: border-box; }

.section-editable .form-group label,
.section-uneditable .form-group label {
  margin-left: 0; }

.section-uneditable .form-group label {
  color: #9897a9; }

.card-header {
  background-color: #f4f4f6; }

.form-radio {
  margin-bottom: 50px;
  position: relative; }
  .form-radio .radio-title-head {
    margin-bottom: 30px; }
  .form-radio .form-check {
    margin-bottom: 30px;
    margin-left: 20px; }
    .form-radio .form-check:last-child {
      margin-bottom: 0; }
  .form-radio [type="radio"] {
    position: absolute;
    top: 5px; }
    .form-radio [type="radio"]:checked + label,
    .form-radio [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      display: inline-block;
      line-height: 22px; }

.form-radio.custom-radio [type="radio"]:checked, .form-radio.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.form-radio.custom-radio [type="radio"]:checked + label:before,
.form-radio.custom-radio [type="radio"]:not(:checked) + label:before,
.form-radio.custom-radio [type="radio"]:checked + label:after,
.form-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  border-radius: 100%; }

.form-radio.custom-radio [type="radio"]:checked + label:before,
.form-radio.custom-radio [type="radio"]:not(:checked) + label:before {
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #4280f7;
  background: #ffffff;
  box-sizing: border-box; }

.form-radio.custom-radio [type="radio"]:focus:checked + label:before,
.form-radio.custom-radio [type="radio"]:focus:not(:checked) + label:before {
  border: 2px solid #4280f7; }

.form-radio.custom-radio [type="radio"]:checked + label:after,
.form-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  background: #4280f7;
  top: 6px;
  left: 3px;
  transition: all .2s ease; }

.form-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0; }

.form-radio.custom-radio [type="radio"]:checked + label:after {
  opacity: 1; }

.form-radio.custom-radio [type="radio"]:disabled + label {
  color: #9897a9; }

.form-radio.custom-radio [type="radio"]:disabled ~ label::before,
.form-radio.custom-radio [type="radio"].disabled ~ label::before {
  background: #9897a9; }

.form-radio.custom-radio [type="radio"]:disabled ~ label::after,
.form-radio.custom-radio [type="radio"].disabled ~ label::after {
  opacity: .2; }

.form-radio.custom-radio [type="radio"]:disabled:checked ~ label::after,
.form-radio.custom-radio [type="radio"].disabled.checked ~ label::after {
  opacity: 1;
  background: #9897a9; }

.form-radio.custom-radio [type="radio"]:disabled + label::before {
  border: 1px solid #9897a9;
  background: #9897a9; }

.form-radio.custom-radio [type="radio"]:disabled:checked + label::before {
  background: #ffffff; }

.custom-checkbox > .form-check {
  position: relative; }
  .custom-checkbox > .form-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0; }
  .custom-checkbox > .form-check input[type="checkbox"]:disabled ~ label::before,
  .custom-checkbox > .form-check input[type="checkbox"].disabled ~ label::before {
    background: #322d31;
    opacity: .2; }
  .custom-checkbox > .form-check input[type="checkbox"]:disabled ~ label::after,
  .custom-checkbox > .form-check input[type="checkbox"].disabled ~ label::after {
    opacity: .2; }
  .custom-checkbox > .form-check label {
    position: relative; }
  .custom-checkbox > .form-check label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    transition: transform .28s ease;
    border-radius: 3px;
    border: 2px solid #322d31;
    box-sizing: border-box; }
  .custom-checkbox > .form-check label:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #322d31;
    border-left: 2px solid #322d31;
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 3px;
    left: 3px;
    box-sizing: border-box; }
  .custom-checkbox > .form-check input[type="checkbox"]:checked ~ label::before {
    color: #322d31; }
  .custom-checkbox > .form-check input[type="checkbox"]:checked ~ label::after {
    transform: rotate(-45deg) scale(1); }
  .custom-checkbox > .form-check label {
    min-height: 34px;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .custom-checkbox > .form-check input[type="checkbox"]:focus + label::before {
    outline: 0; }
  .custom-checkbox > .form-check input + label {
    padding-left: 25px; }

.print-checkbox.custom-checkbox .form-check input[type="checkbox"] {
  opacity: 1; }

.print-checkbox.custom-checkbox .form-check label:before,
.print-checkbox.custom-checkbox .form-check label:after {
  display: none; }

hr {
  margin: 50px 0; }

.error-message,
.warning-message {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #ff6473;
  margin-top: 10px;
  margin-left: 20px;
  display: inline-block; }

.warning-message {
  color: #fa9741; }

.question-list label .popover {
  width: 276px; }

.modal {
  display: none; }

.modal-dialog {
  position: relative; }

.modal-content {
  background: none;
  border: none; }
  .modal-content .modal-wrap {
    background: #ffffff;
    border-radius: 30px;
    padding: 0 20px;
    min-height: 300px; }
  .modal-content .modal-header {
    border: none;
    position: relative;
    padding: 0; }
    .modal-content .modal-header .modal-title {
      border-bottom: 1px solid #4280f7;
      padding: 20px 0; }
    .modal-content .modal-header .modal-close {
      height: 26px;
      width: 26px;
      border-radius: 50%;
      line-height: 1;
      position: absolute;
      right: 0;
      padding: 0;
      min-width: 26px; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body .modal-body-content {
      padding: 30px 0;
      min-height: 145px; }
  .modal-content .modal-footer {
    padding: 0;
    border: none;
    position: relative;
    height: 91px; }
    .modal-content .modal-footer .modal-buttons {
      padding: 20px 0;
      border-top: 1px solid #e5e5e5;
      width: 100%;
      bottom: 0;
      box-sizing: border-box;
      left: 0; }

.modal.upload-file .modal-wrap {
  padding: 30px; }

.modal.upload-file .modal-header {
  display: block;
  height: auto;
  padding: 0 0 30px 0;
  box-sizing: border-box; }

.modal.upload-file .modal-title {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px; }

.modal.upload-file .modal-close {
  min-width: auto;
  top: 0; }

.modal.upload-file .modal-body {
  margin-bottom: 30px;
  height: 420px; }

.modal.upload-file .modal.upload-file .modal-body-content {
  min-height: auto;
  margin-bottom: 30px;
  padding: unset; }

.modal.upload-file .file-drop-main-container {
  width: 100%;
  box-sizing: border-box;
  border: 4px dashed #e5e5e5;
  margin-bottom: 26px; }

.modal.upload-file .file-drop-container {
  width: 315px;
  margin: 0 auto; }

.modal.upload-file .file-drop-section {
  height: 250px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }
  .modal.upload-file .file-drop-section .drop-here-text,
  .modal.upload-file .file-drop-section .file-icon {
    margin-bottom: 30px;
    display: block; }
  .modal.upload-file .file-drop-section .drop-here-text {
    color: #4280f7;
    font-size: 26px; }
  .modal.upload-file .file-drop-section .btn.btn-upload {
    border: 2px solid #e5e5e5;
    color: #4280f7; }

.modal.upload-file .file-lists-table thead th,
.modal.upload-file .file-lists-table tbody td {
  border: 0;
  vertical-align: unset; }

.modal.upload-file .file-lists-table thead th {
  padding-top: 0; }

.modal.upload-file .modal-footer {
  height: auto; }
  .modal.upload-file .modal-footer .modal-buttons {
    border-top: 0;
    padding: 0;
    position: static; }

.popover {
  background-color: #f4f4f6;
  padding: 0 20px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none;
  border-top-left-radius: 0;
  font-family: inherit;
  z-index: 1; }
  .popover .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 20px 0;
    border-color: transparent #f4f4f6 transparent transparent;
    padding: 0;
    box-sizing: border-box; }
    .popover .arrow:before, .popover .arrow:after {
      content: initial; }
  .popover a.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #4280f7;
    cursor: pointer;
    line-height: 1; }
  .popover a.close-btn:hover {
    color: #4280f7; }

.popover-header {
  background-color: #f4f4f6;
  padding: 20px 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 600; }

.popover-body {
  padding: 20px 0;
  font-size: 14px; }

.btn.pop-over {
  padding: 0;
  min-width: 14px;
  line-height: 16px;
  margin-left: 10px; }
  .btn.pop-over i {
    color: #4280f7; }

.lfr-notification-container {
  font-size: 14px;
  top: 0;
  left: 0;
  padding: 0;
  bottom: auto;
  max-width: 100%;
  line-height: 1.5; }
  .lfr-notification-container .lexicon-icon,
  .lfr-notification-container .close {
    display: none; }
  .lfr-notification-container .alert-link {
    border-radius: 4px;
    background-color: #015b88;
    height: 24px;
    min-width: 84px;
    padding: 4px 10px 4px 10px;
    color: white;
    font-size: 14px;
    line-height: 12px;
    margin-right: 10px;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box; }

.accordion .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5; }
  .accordion .card:nth-child(even) .card-header {
    background: #fff; }
  .accordion .card table {
    border-collapse: collapse; }

.accordion .card-header {
  padding: 0 30px; }
  .accordion .card-header .btn-link {
    height: 70px;
    padding: 0; }
  .accordion .card-header td {
    height: 70px; }

.accordion .card-body {
  padding: 30px 78px; }

.accordion .arrow-down {
  margin-right: 30px; }
  .accordion .arrow-down i {
    color: #4280f7; }

.accordion .collapsed .arrow-down i {
  transform: rotate(180deg); }

.accordion .table-data {
  padding-left: 30px; }
  .accordion .table-data td {
    padding: 15px 0; }
  .accordion .table-data .arrow-down {
    margin-right: 0; }

.card {
  margin-bottom: 50px; }
  .card:not(.search-panel) {
    border: none; }
  .card .content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
    border: 3px solid transparent; }
    .card .content.active, .card .content.selected, .card .content.clickable:hover {
      border: 3px solid #4280f7; }
    .card .content.active i,
    .card .content.selected i {
      background: #4280f7;
      color: #ffffff;
      padding: 4px;
      border-radius: 15px; }
    .card .content .card-title {
      color: #4280f7;
      padding: 0; }
    .card .content .card-body {
      padding-left: 0;
      padding-right: 0; }
    .card .content .card-footer {
      border: 0;
      padding: 0;
      background-color: transparent; }
  .card .card-title h3 {
    line-height: 1;
    color: #4280f7;
    font-weight: bold;
    font-size: 20px; }
  .card .card-title .logo-holder {
    height: 65px;
    margin-bottom: 20px; }
  .card .card-title img {
    max-height: 65px;
    max-width: 165px; }
  .card .card-footer .amount {
    font-size: 24px; }
  .card .notes-container {
    font-style: italic;
    font-size: 14px;
    margin-top: 20px; }

/* apply scheme card */
.card.apply-scheme:hover {
  cursor: pointer;
  background-color: #4280f7; }
  .card.apply-scheme:hover p,
  .card.apply-scheme:hover h3 {
    color: #ffffff; }

.datepicker > div {
  display: block; }

.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries {
  width: 243px; }

.datepicker td, .datepicker th {
  width: 50px;
  height: 30px;
  cursor: pointer; }

.datepicker td.active, .datepicker td.active:hover, .datepicker td.active.active, .datepicker td.active:hover.active,
.datepicker td span.active,
.datepicker td span.active.active,
.datepicker td span.active:active {
  background-color: #4280f7;
  color: #fff;
  background-image: none; }

.datepicker td span {
  width: 56px; }

.datepicker td span:hover,
.datepicker td .focused, .datepicker td.day:hover, .datepicker td.day.focused {
  background: #e5e5e5; }

.datepicker .day.active div {
  color: #fff;
  background-color: transparent; }

.datepicker .year.disabled,
.datepicker .month.disabled {
  color: #b3b3b3; }

body,
.main-content.container-fluid {
  background: #4280f7; }

.d-none {
  display: none; }

.content-area .portlet-decorate .portlet-content {
  border: none; }

.login-main {
  background: #4280f7;
  color: #fff; }
  .login-main input[type=text] {
    border: 0 none; }
  .login-main h1,
  .login-main .access-via {
    color: #fff; }
  .login-main .img-doc i,
  .login-main .logo h1 i {
    font-size: 5em; }
  .login-main .logo {
    padding: 100px 0; }
  .login-main .login-corpass-container .btn.btn-primary,
  .login-main .login-corpass-container .btn.btn-secondary,
  .login-main .login-corpass-container .btn.btn-primary,
  .login-main .login-corpass-container .btn.btn-secondary,
  .login-main .login-singpass-container .btn.btn-primary,
  .login-main .login-singpass-container .btn.btn-secondary,
  .login-main .login-singpass-container .btn.btn-primary,
  .login-main .login-singpass-container .btn.btn-secondary,
  .login-main .login-ad-container .btn.btn-primary,
  .login-main .login-ad-container .btn.btn-secondary,
  .login-main .login-ad-container .btn.btn-primary,
  .login-main .login-ad-container .btn.btn-secondary {
    border: 1px solid; }
  .login-main .selection-left-panel,
  .login-main .selection-right-panel,
  .login-main .selection-center-panel {
    text-align: center; }
    .login-main .selection-left-panel .right-panel-item-center,
    .login-main .selection-right-panel .right-panel-item-center,
    .login-main .selection-center-panel .right-panel-item-center {
      position: static; }
  .login-main .form-group label {
    color: #fff; }
  @media (min-width: 768px) {
    .login-main .selection-left-panel {
      text-align: right; }
    .login-main .selection-right-panel {
      text-align: left; }
      .login-main .selection-right-panel .right-panel-item-center {
        top: 25px;
        position: absolute; }
    .login-main .img-doc {
      margin-right: 60px; }
    .login-main .selection-center-panel .img-doc {
      margin-right: 0; } }

.login-internet .log-selections {
  top: -60px;
  position: relative; }

.login-internet .selection-left-panel {
  padding-right: 5rem; }
  .login-internet .selection-left-panel .img-doc {
    margin-right: 90px; }
  .login-internet .selection-left-panel .img-doc .img-fluid {
    height: 80px; }
  .login-internet .selection-left-panel .login-button-container {
    margin-right: 10px; }

.login-internet .selection-right-panel {
  padding-left: 5rem; }
  .login-internet .selection-right-panel .img-doc {
    margin-right: 0;
    margin-left: 72px; }
  .login-internet .selection-right-panel h1 {
    margin-left: 20px; }
  .login-internet .selection-right-panel .btn {
    display: block;
    min-width: 235px;
    margin-bottom: 1rem; }
  .login-internet .selection-right-panel .btn:last-child {
    margin-bottom: 0; }

.login-internet .login-button-container {
  margin-top: 2rem; }

@media (max-width: 767px) {
  .login-internet .logo {
    padding-bottom: 70px; }
  .login-internet .log-selections {
    position: static; }
  .login-internet .selection-left-panel,
  .login-internet .selection-right-panel {
    padding: 0; }
  .login-internet .selection-left-panel .img-doc {
    margin-right: 0; }
  .login-internet .selection-left-panel .login-button-container {
    margin-right: 0; }
  .login-internet .selection-right-panel {
    margin-top: 2rem; }
    .login-internet .selection-right-panel .img-doc {
      margin-left: 0; }
    .login-internet .selection-right-panel h1 {
      margin-left: 0; }
    .login-internet .selection-right-panel .login-button-container {
      width: 238px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.mobile .progress-bar-container,
.mobile .user-constitution {
  display: none; }

.mobile .navbar.navbar-light .navbar-collapse {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.mobile .dropdown-inst-menu.dropdown-menu {
  background-color: #0000;
  border-width: 0;
  box-shadow: none;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: static; }

.mobile .navbar-collapse .nav-item {
  display: block; }

.mobile .assessment-history-filter .form-inline .form-group .input-group,
.mobile .assessment-history-filter .form-inline .form-group .form-control,
.mobile .assessment-history-filter .form-inline .form-group .form-control.bootstrap-select {
  width: 100%; }

.mobile .assessment-history-filter .form-inline .form-group .input-group .form-control {
  width: 0; }

.mobile .form-inline .form-group label {
  margin-left: 20px; }

.mobile .popover {
  border-top-left-radius: 25px; }
  .mobile .popover .arrow {
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f4f6 transparent transparent transparent;
    box-sizing: border-box;
    padding: 0; }
  .mobile .popover.bs-popover-bottom .arrow {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f4f4f6 transparent; }

.mobile .modal-content .modal-wrap {
  min-height: 384px;
  overflow: auto; }

.mobile .modal-content .row {
  margin: 0; }

.mobile .btn {
  width: 100%; }
  .mobile .btn.pop-over {
    width: auto; }

.mobile .btn-grouping .btn-primary,
.mobile .corpass-login-form .btn-primary {
  margin-bottom: 30px; }

.mobile .question-list-container label {
  line-height: 22px; }

.mobile .menu-content {
  margin-bottom: 25px; }

.mobile .section-header {
  margin-top: 0; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .menu-content .nav-item {
    margin-left: 50px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .datepicker.dropdown-menu {
    max-width: 260px; }
  .menu-content > .navbar > .container-fluid {
    padding: 0; }
  .menu-content .nav-item {
    margin: 0 10px;
    display: block; }
  .navbar-top .navbar-form {
    display: block;
    padding: 0;
    justify-content: unset; }
  .navbar-collapse {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .btns-group {
    text-align: center; }
    .btns-group .float-md-right {
      margin-bottom: 30px; } }

/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-banner .custom-logo {
    width: 350px; }
    .main-banner .custom-logo .logo-title {
      font-size: 16px;
      line-height: 1.5; }
  .main-banner .welcome-user .greeting-btn,
  .main-banner .welcome-user .institution-dd {
    font-size: 13px; }
  .main-banner .welcome-user .institution-dd {
    width: 200px; }
  .main-banner .logout-btn {
    font-size: 13px;
    min-width: 160px; }
  .search-panel .btn-grouping .btn-primary {
    margin-bottom: 0; }
  .search-panel .btn-grouping .btn-secondary {
    margin-bottom: 30px; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .search-panel .btn-grouping .btn-primary {
    margin-bottom: 0; }
  .search-panel .btn-grouping .btn-secondary {
    margin-bottom: 30px; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-banner .navbar-collapse {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mobile .user-constitution {
    display: block; } }
