﻿@charset "UTF-8";
/* Font imports */
/* Font-awesome */
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/font-awesome/font-afontawesome-webfont.eot?v=4.6.1");
  src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.1#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 fonts 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: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-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-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"; }

.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; }

/* Source sans pro*/
@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-SemiBold.ttf");
  font-weight: 500; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-Italic.ttf");
  font-style: italic; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-Light.ttf");
  font-weight: 300; }

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/source-sans-pro/SourceSansPro-LightItalic.ttf");
  font-style: italic;
  font-weight: 300; }

/* Style partial imports*/
/* Color imports*/
/* Color imports*/
/**
 * Bootstrap theme v4.x
 */
.tablesorter-bootstrap {
  width: 100%; }

.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
  font: 14px/20px Arial, Sans-serif;
  font-weight: bold;
  padding: 4px;
  margin: 0 0 18px; }

.tablesorter-bootstrap thead .tablesorter-header {
  background-position: right 5px center;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal; }

.tablesorter-bootstrap thead .sorter-false {
  cursor: default;
  background-image: none; }

.tablesorter-bootstrap .tablesorter-header-inner {
  position: relative;
  padding: 4px 18px 4px 4px; }

.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
  padding: 4px; }

/* black icons */
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=); }

.tablesorter-bootstrap thead .tablesorter-headerAsc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=); }

.tablesorter-bootstrap thead .tablesorter-headerDesc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+); }

/* white icons */
.tablesorter-bootstrap thead.thead-dark .tablesorter-headerUnSorted:not(.sorter-false),
.tablesorter-bootstrap.table-dark thead .tablesorter-headerUnSorted:not(.sorter-false) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=); }

.tablesorter-bootstrap thead.thead-dark .tablesorter-headerAsc,
.tablesorter-bootstrap.table-dark thead .tablesorter-headerAsc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=); }

.tablesorter-bootstrap thead.thead-dark .tablesorter-headerDesc,
.tablesorter-bootstrap.table-dark thead .tablesorter-headerDesc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+); }

/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
  background-color: #f9f9f9; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr.hover > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd:hover > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even:hover > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
  background-color: #f5f5f5; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even > td,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
  background-color: #fff; }

/* processing icon */
.tablesorter-bootstrap .tablesorter-processing {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=");
  background-position: center center !important;
  background-repeat: no-repeat !important; }

/* Column Widget - column sort colors */
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.primary {
  background-color: #bfbfbf; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.primary,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.primary {
  background-color: #d9d9d9; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.secondary {
  background-color: #d9d9d9; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.secondary,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.secondary {
  background-color: #e6e6e6; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.tertiary {
  background-color: #e6e6e6; }

.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.tertiary,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.tertiary {
  background-color: #f2f2f2; }

/* caption */
.tablesorter-bootstrap:not(.table-dark) > .caption {
  background-color: #fff; }

/* filter widget */
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
  width: 98%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease; }

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row {
  background-color: #efefef; }

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row select.tablesorter-filter {
  color: #333; }

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
  cursor: not-allowed;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  transition: height 0.1s ease; }

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row td {
  line-height: normal;
  text-align: center;
  padding: 4px 6px;
  vertical-align: middle;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease; }

/* hidden filter row */
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
  padding: 2px;
  /* change this to modify the thickness of the closed border row */
  margin: 0;
  line-height: 0; }

.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0); }

/* rows hidden by filtering */
.tablesorter .filtered {
  display: none; }

/* pager plugin */
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
  border: 0; }

/* ajax error row */
.tablesorter:not(.table-dark) .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99; }

/* Elements import */
/* Button styles import */
.btn:hover {
  cursor: pointer; }

.btn:focus, .btn:active, .btn:visited {
  box-shadow: none !important;
  outline: none !important; }

.btn.btn-primary, .btn.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:focus:hover {
  border: 2px solid;
  background-color: #fec23e;
  border-color: #fec23e;
  font-weight: 500;
  font-size: 16px;
  padding: 1px 12px 1px 12px;
  border-radius: 15px;
  color: #FFF; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:not([disabled]):not(.disabled):active:hover, .btn.btn-primary:not([disabled]):not(.disabled):active:active, .btn.btn-primary:not([disabled]):not(.disabled):active:focus, .btn.btn-primary:focus:hover:hover, .btn.btn-primary:focus:hover:active, .btn.btn-primary:focus:hover:focus {
    /*background-color: white !important;
        color: $mediclient_yellow;*/
    background-color: #ff9600;
    border-color: #ff9600;
    box-shadow: none; }

.btn.btn-secondary, .btn.btn-secondary:not([disabled]):not(.disabled):active, .btn.btn-secondary:focus:hover {
  border: 2px solid;
  border-color: #fec23e;
  color: #fec23e;
  background-color: inherit;
  font-weight: 500;
  font-size: 16px;
  padding: 1px 12px 1px 12px;
  border-radius: 20px; }

.btn.btn-grey, .btn.btn-grey:not([disabled]):not(.disabled):active, .btn.btn-grey:focus:hover {
  border: 2px solid;
  border-color: #86827e;
  color: #FFF;
  background-color: #86827e;
  font-weight: 500;
  font-size: 16px;
  padding: 1px 12px 1px 12px;
  border-radius: 20px; }
  .btn.btn-grey:hover, .btn.btn-grey:active, .btn.btn-grey:focus, .btn.btn-grey:not([disabled]):not(.disabled):active:hover, .btn.btn-grey:not([disabled]):not(.disabled):active:active, .btn.btn-grey:not([disabled]):not(.disabled):active:focus, .btn.btn-grey:focus:hover:hover, .btn.btn-grey:focus:hover:active, .btn.btn-grey:focus:hover:focus {
    /*background-color: white !important;
        color: $mediclient_yellow;*/
    background-color: #FFF;
    color: #86827e; }

.btn.btn-grey-inverse, .btn.btn-grey-invers:not([disabled]):not(.disabled):active, .btn.btn-grey-inverse:focus:hover {
  border: 2px solid;
  border-color: #86827e;
  color: #86827e;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 1px 12px 1px 12px;
  border-radius: 20px; }

.btn.btn_save, .btn.btn_save:active, .btn.btn_save:hover, .btn.btn_save:not([disabled]):not(.disabled):active, .btn.btn_save:focus:hover, .btn.btn_save:focus {
  padding: 5px 40px 5px 40px; }

.ph_ac_button_logout button {
  border: 2px solid;
  background-color: #fec23e;
  border-color: #fec23e;
  font-weight: 500;
  font-size: 16px;
  padding: 1px 12px 1px 12px;
  border-radius: 15px;
  color: #FFF; }
  .ph_ac_button_logout button:hover, .ph_ac_button_logout button:active, .ph_ac_button_logout button:focus {
    /*background-color: white !important;
        color: $mediclient_yellow;*/
    background-color: #ff9600;
    border-color: #ff9600;
    box-shadow: none; }

.fa-angle-right {
  font-size: 22px;
  position: relative;
  top: 2px; }

button:disabled {
  cursor: not-allowed; }
  button:disabled:hover {
    cursor: not-allowed; }

button .fa, a .fa {
  padding-right: 8px; }

/* Custom controls */
.custom-radio, .custom-checkbox {
  position: relative;
  top: 4px; }
  .custom-radio .custom-control-label, .custom-checkbox .custom-control-label {
    font-weight: 400 !important; }
    .custom-radio .custom-control-label:before, .custom-checkbox .custom-control-label:before {
      border: 1px solid rgba(134, 130, 126, 0.5); }
  .custom-radio .custom-control-input:checked, .custom-checkbox .custom-control-input:checked {
    outline: 0px !important;
    -webkit-appearance: none !important; }
    .custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
      background-color: #fec23e !important;
      outline: 0px !important;
      -webkit-appearance: none !important;
      border: none; }
      .custom-radio .custom-control-input:checked ~ .custom-control-label:before:active, .custom-radio .custom-control-input:checked ~ .custom-control-label:before:focus, .custom-radio .custom-control-input:checked ~ .custom-control-label:before:active, .custom-radio .custom-control-input:checked ~ .custom-control-label:before:visited, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before:active, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before:focus, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before:active, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before:visited {
        outline: 0px !important;
        -webkit-appearance: none !important; }
    .custom-radio .custom-control-input:checked:active, .custom-radio .custom-control-input:checked:focus, .custom-radio .custom-control-input:checked:active, .custom-radio .custom-control-input:checked:visited, .custom-checkbox .custom-control-input:checked:active, .custom-checkbox .custom-control-input:checked:focus, .custom-checkbox .custom-control-input:checked:active, .custom-checkbox .custom-control-input:checked:visited {
      outline: 0px !important;
      -webkit-appearance: none !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important; }

/*$bg: #332f35;
$fg: lighten($bg,20%);
$borderWidth: 3px;


input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

label {
    color: lighten($bg,40%);
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 5px;
    margin-bottom: 0;
}

input[type=radio]:checked + label {
    color: lighten($bg,60%);
    background: $fg;
}

label + input[type=radio] + label {
    border-left: solid $borderWidth $fg;
}

.radio-group {
    border: solid $borderWidth $fg;
    display: inline-block;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
}*/
/* */
.full_height {
  height: 100%; }

.own_col {
  margin: 0;
  padding: 0; }

.margin_top_0 {
  margin-top: 0px !important; }

.margin_top_5 {
  margin-top: 5px !important; }

.margin_top_10 {
  margin-top: 10px !important; }

.margin_top_15 {
  margin-top: 15px !important; }

.margin_top_20 {
  margin-top: 20px !important; }

.margin_top_25 {
  margin-top: 25px !important; }

.margin_top_30 {
  margin-top: 30px !important; }

.margin_top_35 {
  margin-top: 35px !important; }

.margin_top_40 {
  margin-top: 40px !important; }

.margin_top_45 {
  margin-top: 45px !important; }

.margin_top_50 {
  margin-top: 50px !important; }

.margin_top_55 {
  margin-top: 55px !important; }

.margin_top_60 {
  margin-top: 60px !important; }

.margin_top_65 {
  margin-top: 65px !important; }

.margin_top_70 {
  margin-top: 70px !important; }

.margin_top_75 {
  margin-top: 75px !important; }

.margin_top_80 {
  margin-top: 80px !important; }

.margin_top_85 {
  margin-top: 85px !important; }

.margin_top_90 {
  margin-top: 90px !important; }

.margin_top_95 {
  margin-top: 95px !important; }

.margin_top_100 {
  margin-top: 100px !important; }

.margin_top_105 {
  margin-top: 105px !important; }

.margin_top_110 {
  margin-top: 110px !important; }

.margin_top_115 {
  margin-top: 115px !important; }

.margin_top_120 {
  margin-top: 120px !important; }

.margin_top_125 {
  margin-top: 125px !important; }

.margin_top_130 {
  margin-top: 130px !important; }

.margin_top_135 {
  margin-top: 135px !important; }

.margin_top_140 {
  margin-top: 140px !important; }

.margin_top_145 {
  margin-top: 145px !important; }

.margin_top_150 {
  margin-top: 150px !important; }

.margin_top_155 {
  margin-top: 155px !important; }

.margin_top_160 {
  margin-top: 160px !important; }

.margin_top_165 {
  margin-top: 165px !important; }

.margin_top_170 {
  margin-top: 170px !important; }

.margin_top_175 {
  margin-top: 175px !important; }

.margin_top_180 {
  margin-top: 180px !important; }

.margin_top_185 {
  margin-top: 185px !important; }

.margin_top_190 {
  margin-top: 190px !important; }

.margin_top_195 {
  margin-top: 195px !important; }

.margin_top_200 {
  margin-top: 200px !important; }

.margin_top_205 {
  margin-top: 205px !important; }

.margin_top_210 {
  margin-top: 210px !important; }

.margin_top_215 {
  margin-top: 215px !important; }

.margin_top_220 {
  margin-top: 220px !important; }

.margin_top_225 {
  margin-top: 225px !important; }

.margin_top_230 {
  margin-top: 230px !important; }

.margin_top_235 {
  margin-top: 235px !important; }

.margin_top_240 {
  margin-top: 240px !important; }

.margin_top_245 {
  margin-top: 245px !important; }

.margin_top_250 {
  margin-top: 250px !important; }

.margin_top_255 {
  margin-top: 255px !important; }

.margin_top_260 {
  margin-top: 260px !important; }

.margin_top_265 {
  margin-top: 265px !important; }

.margin_top_270 {
  margin-top: 270px !important; }

.margin_top_275 {
  margin-top: 275px !important; }

.margin_top_280 {
  margin-top: 280px !important; }

.margin_top_285 {
  margin-top: 285px !important; }

.margin_top_290 {
  margin-top: 290px !important; }

.margin_top_295 {
  margin-top: 295px !important; }

.margin_top_300 {
  margin-top: 300px !important; }

.margin_right_0 {
  margin-right: 0px !important; }

.margin_right_5 {
  margin-right: 5px !important; }

.margin_right_10 {
  margin-right: 10px !important; }

.margin_right_15 {
  margin-right: 15px !important; }

.margin_right_20 {
  margin-right: 20px !important; }

.margin_right_25 {
  margin-right: 25px !important; }

.margin_right_30 {
  margin-right: 30px !important; }

.margin_right_35 {
  margin-right: 35px !important; }

.margin_right_40 {
  margin-right: 40px !important; }

.margin_right_45 {
  margin-right: 45px !important; }

.margin_right_50 {
  margin-right: 50px !important; }

.margin_right_55 {
  margin-right: 55px !important; }

.margin_right_60 {
  margin-right: 60px !important; }

.margin_right_65 {
  margin-right: 65px !important; }

.margin_right_70 {
  margin-right: 70px !important; }

.margin_right_75 {
  margin-right: 75px !important; }

.margin_right_80 {
  margin-right: 80px !important; }

.margin_right_85 {
  margin-right: 85px !important; }

.margin_right_90 {
  margin-right: 90px !important; }

.margin_right_95 {
  margin-right: 95px !important; }

.margin_right_100 {
  margin-right: 100px !important; }

.margin_right_105 {
  margin-right: 105px !important; }

.margin_right_110 {
  margin-right: 110px !important; }

.margin_right_115 {
  margin-right: 115px !important; }

.margin_right_120 {
  margin-right: 120px !important; }

.margin_right_125 {
  margin-right: 125px !important; }

.margin_right_130 {
  margin-right: 130px !important; }

.margin_right_135 {
  margin-right: 135px !important; }

.margin_right_140 {
  margin-right: 140px !important; }

.margin_right_145 {
  margin-right: 145px !important; }

.margin_right_150 {
  margin-right: 150px !important; }

.margin_right_155 {
  margin-right: 155px !important; }

.margin_right_160 {
  margin-right: 160px !important; }

.margin_right_165 {
  margin-right: 165px !important; }

.margin_right_170 {
  margin-right: 170px !important; }

.margin_right_175 {
  margin-right: 175px !important; }

.margin_right_180 {
  margin-right: 180px !important; }

.margin_right_185 {
  margin-right: 185px !important; }

.margin_right_190 {
  margin-right: 190px !important; }

.margin_right_195 {
  margin-right: 195px !important; }

.margin_right_200 {
  margin-right: 200px !important; }

.margin_right_205 {
  margin-right: 205px !important; }

.margin_right_210 {
  margin-right: 210px !important; }

.margin_right_215 {
  margin-right: 215px !important; }

.margin_right_220 {
  margin-right: 220px !important; }

.margin_right_225 {
  margin-right: 225px !important; }

.margin_right_230 {
  margin-right: 230px !important; }

.margin_right_235 {
  margin-right: 235px !important; }

.margin_right_240 {
  margin-right: 240px !important; }

.margin_right_245 {
  margin-right: 245px !important; }

.margin_right_250 {
  margin-right: 250px !important; }

.margin_right_255 {
  margin-right: 255px !important; }

.margin_right_260 {
  margin-right: 260px !important; }

.margin_right_265 {
  margin-right: 265px !important; }

.margin_right_270 {
  margin-right: 270px !important; }

.margin_right_275 {
  margin-right: 275px !important; }

.margin_right_280 {
  margin-right: 280px !important; }

.margin_right_285 {
  margin-right: 285px !important; }

.margin_right_290 {
  margin-right: 290px !important; }

.margin_right_295 {
  margin-right: 295px !important; }

.margin_right_300 {
  margin-right: 300px !important; }

.margin_bottom_0 {
  margin-bottom: 0px !important; }

.margin_bottom_5 {
  margin-bottom: 5px !important; }

.margin_bottom_10 {
  margin-bottom: 10px !important; }

.margin_bottom_15 {
  margin-bottom: 15px !important; }

.margin_bottom_20 {
  margin-bottom: 20px !important; }

.margin_bottom_25 {
  margin-bottom: 25px !important; }

.margin_bottom_30 {
  margin-bottom: 30px !important; }

.margin_bottom_35 {
  margin-bottom: 35px !important; }

.margin_bottom_40 {
  margin-bottom: 40px !important; }

.margin_bottom_45 {
  margin-bottom: 45px !important; }

.margin_bottom_50 {
  margin-bottom: 50px !important; }

.margin_bottom_55 {
  margin-bottom: 55px !important; }

.margin_bottom_60 {
  margin-bottom: 60px !important; }

.margin_bottom_65 {
  margin-bottom: 65px !important; }

.margin_bottom_70 {
  margin-bottom: 70px !important; }

.margin_bottom_75 {
  margin-bottom: 75px !important; }

.margin_bottom_80 {
  margin-bottom: 80px !important; }

.margin_bottom_85 {
  margin-bottom: 85px !important; }

.margin_bottom_90 {
  margin-bottom: 90px !important; }

.margin_bottom_95 {
  margin-bottom: 95px !important; }

.margin_bottom_100 {
  margin-bottom: 100px !important; }

.margin_bottom_105 {
  margin-bottom: 105px !important; }

.margin_bottom_110 {
  margin-bottom: 110px !important; }

.margin_bottom_115 {
  margin-bottom: 115px !important; }

.margin_bottom_120 {
  margin-bottom: 120px !important; }

.margin_bottom_125 {
  margin-bottom: 125px !important; }

.margin_bottom_130 {
  margin-bottom: 130px !important; }

.margin_bottom_135 {
  margin-bottom: 135px !important; }

.margin_bottom_140 {
  margin-bottom: 140px !important; }

.margin_bottom_145 {
  margin-bottom: 145px !important; }

.margin_bottom_150 {
  margin-bottom: 150px !important; }

.margin_bottom_155 {
  margin-bottom: 155px !important; }

.margin_bottom_160 {
  margin-bottom: 160px !important; }

.margin_bottom_165 {
  margin-bottom: 165px !important; }

.margin_bottom_170 {
  margin-bottom: 170px !important; }

.margin_bottom_175 {
  margin-bottom: 175px !important; }

.margin_bottom_180 {
  margin-bottom: 180px !important; }

.margin_bottom_185 {
  margin-bottom: 185px !important; }

.margin_bottom_190 {
  margin-bottom: 190px !important; }

.margin_bottom_195 {
  margin-bottom: 195px !important; }

.margin_bottom_200 {
  margin-bottom: 200px !important; }

.margin_bottom_205 {
  margin-bottom: 205px !important; }

.margin_bottom_210 {
  margin-bottom: 210px !important; }

.margin_bottom_215 {
  margin-bottom: 215px !important; }

.margin_bottom_220 {
  margin-bottom: 220px !important; }

.margin_bottom_225 {
  margin-bottom: 225px !important; }

.margin_bottom_230 {
  margin-bottom: 230px !important; }

.margin_bottom_235 {
  margin-bottom: 235px !important; }

.margin_bottom_240 {
  margin-bottom: 240px !important; }

.margin_bottom_245 {
  margin-bottom: 245px !important; }

.margin_bottom_250 {
  margin-bottom: 250px !important; }

.margin_bottom_255 {
  margin-bottom: 255px !important; }

.margin_bottom_260 {
  margin-bottom: 260px !important; }

.margin_bottom_265 {
  margin-bottom: 265px !important; }

.margin_bottom_270 {
  margin-bottom: 270px !important; }

.margin_bottom_275 {
  margin-bottom: 275px !important; }

.margin_bottom_280 {
  margin-bottom: 280px !important; }

.margin_bottom_285 {
  margin-bottom: 285px !important; }

.margin_bottom_290 {
  margin-bottom: 290px !important; }

.margin_bottom_295 {
  margin-bottom: 295px !important; }

.margin_bottom_300 {
  margin-bottom: 300px !important; }

.margin_left_0 {
  margin-left: 0px !important; }

.margin_left_5 {
  margin-left: 5px !important; }

.margin_left_10 {
  margin-left: 10px !important; }

.margin_left_15 {
  margin-left: 15px !important; }

.margin_left_20 {
  margin-left: 20px !important; }

.margin_left_25 {
  margin-left: 25px !important; }

.margin_left_30 {
  margin-left: 30px !important; }

.margin_left_35 {
  margin-left: 35px !important; }

.margin_left_40 {
  margin-left: 40px !important; }

.margin_left_45 {
  margin-left: 45px !important; }

.margin_left_50 {
  margin-left: 50px !important; }

.margin_left_55 {
  margin-left: 55px !important; }

.margin_left_60 {
  margin-left: 60px !important; }

.margin_left_65 {
  margin-left: 65px !important; }

.margin_left_70 {
  margin-left: 70px !important; }

.margin_left_75 {
  margin-left: 75px !important; }

.margin_left_80 {
  margin-left: 80px !important; }

.margin_left_85 {
  margin-left: 85px !important; }

.margin_left_90 {
  margin-left: 90px !important; }

.margin_left_95 {
  margin-left: 95px !important; }

.margin_left_100 {
  margin-left: 100px !important; }

.margin_left_105 {
  margin-left: 105px !important; }

.margin_left_110 {
  margin-left: 110px !important; }

.margin_left_115 {
  margin-left: 115px !important; }

.margin_left_120 {
  margin-left: 120px !important; }

.margin_left_125 {
  margin-left: 125px !important; }

.margin_left_130 {
  margin-left: 130px !important; }

.margin_left_135 {
  margin-left: 135px !important; }

.margin_left_140 {
  margin-left: 140px !important; }

.margin_left_145 {
  margin-left: 145px !important; }

.margin_left_150 {
  margin-left: 150px !important; }

.margin_left_155 {
  margin-left: 155px !important; }

.margin_left_160 {
  margin-left: 160px !important; }

.margin_left_165 {
  margin-left: 165px !important; }

.margin_left_170 {
  margin-left: 170px !important; }

.margin_left_175 {
  margin-left: 175px !important; }

.margin_left_180 {
  margin-left: 180px !important; }

.margin_left_185 {
  margin-left: 185px !important; }

.margin_left_190 {
  margin-left: 190px !important; }

.margin_left_195 {
  margin-left: 195px !important; }

.margin_left_200 {
  margin-left: 200px !important; }

.margin_left_205 {
  margin-left: 205px !important; }

.margin_left_210 {
  margin-left: 210px !important; }

.margin_left_215 {
  margin-left: 215px !important; }

.margin_left_220 {
  margin-left: 220px !important; }

.margin_left_225 {
  margin-left: 225px !important; }

.margin_left_230 {
  margin-left: 230px !important; }

.margin_left_235 {
  margin-left: 235px !important; }

.margin_left_240 {
  margin-left: 240px !important; }

.margin_left_245 {
  margin-left: 245px !important; }

.margin_left_250 {
  margin-left: 250px !important; }

.margin_left_255 {
  margin-left: 255px !important; }

.margin_left_260 {
  margin-left: 260px !important; }

.margin_left_265 {
  margin-left: 265px !important; }

.margin_left_270 {
  margin-left: 270px !important; }

.margin_left_275 {
  margin-left: 275px !important; }

.margin_left_280 {
  margin-left: 280px !important; }

.margin_left_285 {
  margin-left: 285px !important; }

.margin_left_290 {
  margin-left: 290px !important; }

.margin_left_295 {
  margin-left: 295px !important; }

.margin_left_300 {
  margin-left: 300px !important; }

.padding_top_0 {
  padding-top: 0px !important; }

.padding_top_5 {
  padding-top: 5px !important; }

.padding_top_10 {
  padding-top: 10px !important; }

.padding_top_15 {
  padding-top: 15px !important; }

.padding_top_20 {
  padding-top: 20px !important; }

.padding_top_25 {
  padding-top: 25px !important; }

.padding_top_30 {
  padding-top: 30px !important; }

.padding_top_35 {
  padding-top: 35px !important; }

.padding_top_40 {
  padding-top: 40px !important; }

.padding_top_45 {
  padding-top: 45px !important; }

.padding_top_50 {
  padding-top: 50px !important; }

.padding_top_55 {
  padding-top: 55px !important; }

.padding_top_60 {
  padding-top: 60px !important; }

.padding_top_65 {
  padding-top: 65px !important; }

.padding_top_70 {
  padding-top: 70px !important; }

.padding_top_75 {
  padding-top: 75px !important; }

.padding_top_80 {
  padding-top: 80px !important; }

.padding_top_85 {
  padding-top: 85px !important; }

.padding_top_90 {
  padding-top: 90px !important; }

.padding_top_95 {
  padding-top: 95px !important; }

.padding_top_100 {
  padding-top: 100px !important; }

.padding_top_105 {
  padding-top: 105px !important; }

.padding_top_110 {
  padding-top: 110px !important; }

.padding_top_115 {
  padding-top: 115px !important; }

.padding_top_120 {
  padding-top: 120px !important; }

.padding_top_125 {
  padding-top: 125px !important; }

.padding_top_130 {
  padding-top: 130px !important; }

.padding_top_135 {
  padding-top: 135px !important; }

.padding_top_140 {
  padding-top: 140px !important; }

.padding_top_145 {
  padding-top: 145px !important; }

.padding_top_150 {
  padding-top: 150px !important; }

.padding_top_155 {
  padding-top: 155px !important; }

.padding_top_160 {
  padding-top: 160px !important; }

.padding_top_165 {
  padding-top: 165px !important; }

.padding_top_170 {
  padding-top: 170px !important; }

.padding_top_175 {
  padding-top: 175px !important; }

.padding_top_180 {
  padding-top: 180px !important; }

.padding_top_185 {
  padding-top: 185px !important; }

.padding_top_190 {
  padding-top: 190px !important; }

.padding_top_195 {
  padding-top: 195px !important; }

.padding_top_200 {
  padding-top: 200px !important; }

.padding_top_205 {
  padding-top: 205px !important; }

.padding_top_210 {
  padding-top: 210px !important; }

.padding_top_215 {
  padding-top: 215px !important; }

.padding_top_220 {
  padding-top: 220px !important; }

.padding_top_225 {
  padding-top: 225px !important; }

.padding_top_230 {
  padding-top: 230px !important; }

.padding_top_235 {
  padding-top: 235px !important; }

.padding_top_240 {
  padding-top: 240px !important; }

.padding_top_245 {
  padding-top: 245px !important; }

.padding_top_250 {
  padding-top: 250px !important; }

.padding_top_255 {
  padding-top: 255px !important; }

.padding_top_260 {
  padding-top: 260px !important; }

.padding_top_265 {
  padding-top: 265px !important; }

.padding_top_270 {
  padding-top: 270px !important; }

.padding_top_275 {
  padding-top: 275px !important; }

.padding_top_280 {
  padding-top: 280px !important; }

.padding_top_285 {
  padding-top: 285px !important; }

.padding_top_290 {
  padding-top: 290px !important; }

.padding_top_295 {
  padding-top: 295px !important; }

.padding_top_300 {
  padding-top: 300px !important; }

.padding_right_0 {
  padding-right: 0px !important; }

.padding_right_5 {
  padding-right: 5px !important; }

.padding_right_10 {
  padding-right: 10px !important; }

.padding_right_15 {
  padding-right: 15px !important; }

.padding_right_20 {
  padding-right: 20px !important; }

.padding_right_25 {
  padding-right: 25px !important; }

.padding_right_30 {
  padding-right: 30px !important; }

.padding_right_35 {
  padding-right: 35px !important; }

.padding_right_40 {
  padding-right: 40px !important; }

.padding_right_45 {
  padding-right: 45px !important; }

.padding_right_50 {
  padding-right: 50px !important; }

.padding_right_55 {
  padding-right: 55px !important; }

.padding_right_60 {
  padding-right: 60px !important; }

.padding_right_65 {
  padding-right: 65px !important; }

.padding_right_70 {
  padding-right: 70px !important; }

.padding_right_75 {
  padding-right: 75px !important; }

.padding_right_80 {
  padding-right: 80px !important; }

.padding_right_85 {
  padding-right: 85px !important; }

.padding_right_90 {
  padding-right: 90px !important; }

.padding_right_95 {
  padding-right: 95px !important; }

.padding_right_100 {
  padding-right: 100px !important; }

.padding_right_105 {
  padding-right: 105px !important; }

.padding_right_110 {
  padding-right: 110px !important; }

.padding_right_115 {
  padding-right: 115px !important; }

.padding_right_120 {
  padding-right: 120px !important; }

.padding_right_125 {
  padding-right: 125px !important; }

.padding_right_130 {
  padding-right: 130px !important; }

.padding_right_135 {
  padding-right: 135px !important; }

.padding_right_140 {
  padding-right: 140px !important; }

.padding_right_145 {
  padding-right: 145px !important; }

.padding_right_150 {
  padding-right: 150px !important; }

.padding_right_155 {
  padding-right: 155px !important; }

.padding_right_160 {
  padding-right: 160px !important; }

.padding_right_165 {
  padding-right: 165px !important; }

.padding_right_170 {
  padding-right: 170px !important; }

.padding_right_175 {
  padding-right: 175px !important; }

.padding_right_180 {
  padding-right: 180px !important; }

.padding_right_185 {
  padding-right: 185px !important; }

.padding_right_190 {
  padding-right: 190px !important; }

.padding_right_195 {
  padding-right: 195px !important; }

.padding_right_200 {
  padding-right: 200px !important; }

.padding_right_205 {
  padding-right: 205px !important; }

.padding_right_210 {
  padding-right: 210px !important; }

.padding_right_215 {
  padding-right: 215px !important; }

.padding_right_220 {
  padding-right: 220px !important; }

.padding_right_225 {
  padding-right: 225px !important; }

.padding_right_230 {
  padding-right: 230px !important; }

.padding_right_235 {
  padding-right: 235px !important; }

.padding_right_240 {
  padding-right: 240px !important; }

.padding_right_245 {
  padding-right: 245px !important; }

.padding_right_250 {
  padding-right: 250px !important; }

.padding_right_255 {
  padding-right: 255px !important; }

.padding_right_260 {
  padding-right: 260px !important; }

.padding_right_265 {
  padding-right: 265px !important; }

.padding_right_270 {
  padding-right: 270px !important; }

.padding_right_275 {
  padding-right: 275px !important; }

.padding_right_280 {
  padding-right: 280px !important; }

.padding_right_285 {
  padding-right: 285px !important; }

.padding_right_290 {
  padding-right: 290px !important; }

.padding_right_295 {
  padding-right: 295px !important; }

.padding_right_300 {
  padding-right: 300px !important; }

.padding_bottom_0 {
  padding-bottom: 0px !important; }

.padding_bottom_5 {
  padding-bottom: 5px !important; }

.padding_bottom_10 {
  padding-bottom: 10px !important; }

.padding_bottom_15 {
  padding-bottom: 15px !important; }

.padding_bottom_20 {
  padding-bottom: 20px !important; }

.padding_bottom_25 {
  padding-bottom: 25px !important; }

.padding_bottom_30 {
  padding-bottom: 30px !important; }

.padding_bottom_35 {
  padding-bottom: 35px !important; }

.padding_bottom_40 {
  padding-bottom: 40px !important; }

.padding_bottom_45 {
  padding-bottom: 45px !important; }

.padding_bottom_50 {
  padding-bottom: 50px !important; }

.padding_bottom_55 {
  padding-bottom: 55px !important; }

.padding_bottom_60 {
  padding-bottom: 60px !important; }

.padding_bottom_65 {
  padding-bottom: 65px !important; }

.padding_bottom_70 {
  padding-bottom: 70px !important; }

.padding_bottom_75 {
  padding-bottom: 75px !important; }

.padding_bottom_80 {
  padding-bottom: 80px !important; }

.padding_bottom_85 {
  padding-bottom: 85px !important; }

.padding_bottom_90 {
  padding-bottom: 90px !important; }

.padding_bottom_95 {
  padding-bottom: 95px !important; }

.padding_bottom_100 {
  padding-bottom: 100px !important; }

.padding_bottom_105 {
  padding-bottom: 105px !important; }

.padding_bottom_110 {
  padding-bottom: 110px !important; }

.padding_bottom_115 {
  padding-bottom: 115px !important; }

.padding_bottom_120 {
  padding-bottom: 120px !important; }

.padding_bottom_125 {
  padding-bottom: 125px !important; }

.padding_bottom_130 {
  padding-bottom: 130px !important; }

.padding_bottom_135 {
  padding-bottom: 135px !important; }

.padding_bottom_140 {
  padding-bottom: 140px !important; }

.padding_bottom_145 {
  padding-bottom: 145px !important; }

.padding_bottom_150 {
  padding-bottom: 150px !important; }

.padding_bottom_155 {
  padding-bottom: 155px !important; }

.padding_bottom_160 {
  padding-bottom: 160px !important; }

.padding_bottom_165 {
  padding-bottom: 165px !important; }

.padding_bottom_170 {
  padding-bottom: 170px !important; }

.padding_bottom_175 {
  padding-bottom: 175px !important; }

.padding_bottom_180 {
  padding-bottom: 180px !important; }

.padding_bottom_185 {
  padding-bottom: 185px !important; }

.padding_bottom_190 {
  padding-bottom: 190px !important; }

.padding_bottom_195 {
  padding-bottom: 195px !important; }

.padding_bottom_200 {
  padding-bottom: 200px !important; }

.padding_bottom_205 {
  padding-bottom: 205px !important; }

.padding_bottom_210 {
  padding-bottom: 210px !important; }

.padding_bottom_215 {
  padding-bottom: 215px !important; }

.padding_bottom_220 {
  padding-bottom: 220px !important; }

.padding_bottom_225 {
  padding-bottom: 225px !important; }

.padding_bottom_230 {
  padding-bottom: 230px !important; }

.padding_bottom_235 {
  padding-bottom: 235px !important; }

.padding_bottom_240 {
  padding-bottom: 240px !important; }

.padding_bottom_245 {
  padding-bottom: 245px !important; }

.padding_bottom_250 {
  padding-bottom: 250px !important; }

.padding_bottom_255 {
  padding-bottom: 255px !important; }

.padding_bottom_260 {
  padding-bottom: 260px !important; }

.padding_bottom_265 {
  padding-bottom: 265px !important; }

.padding_bottom_270 {
  padding-bottom: 270px !important; }

.padding_bottom_275 {
  padding-bottom: 275px !important; }

.padding_bottom_280 {
  padding-bottom: 280px !important; }

.padding_bottom_285 {
  padding-bottom: 285px !important; }

.padding_bottom_290 {
  padding-bottom: 290px !important; }

.padding_bottom_295 {
  padding-bottom: 295px !important; }

.padding_bottom_300 {
  padding-bottom: 300px !important; }

.padding_left_0 {
  padding-left: 0px !important; }

.padding_left_5 {
  padding-left: 5px !important; }

.padding_left_10 {
  padding-left: 10px !important; }

.padding_left_15 {
  padding-left: 15px !important; }

.padding_left_20 {
  padding-left: 20px !important; }

.padding_left_25 {
  padding-left: 25px !important; }

.padding_left_30 {
  padding-left: 30px !important; }

.padding_left_35 {
  padding-left: 35px !important; }

.padding_left_40 {
  padding-left: 40px !important; }

.padding_left_45 {
  padding-left: 45px !important; }

.padding_left_50 {
  padding-left: 50px !important; }

.padding_left_55 {
  padding-left: 55px !important; }

.padding_left_60 {
  padding-left: 60px !important; }

.padding_left_65 {
  padding-left: 65px !important; }

.padding_left_70 {
  padding-left: 70px !important; }

.padding_left_75 {
  padding-left: 75px !important; }

.padding_left_80 {
  padding-left: 80px !important; }

.padding_left_85 {
  padding-left: 85px !important; }

.padding_left_90 {
  padding-left: 90px !important; }

.padding_left_95 {
  padding-left: 95px !important; }

.padding_left_100 {
  padding-left: 100px !important; }

.padding_left_105 {
  padding-left: 105px !important; }

.padding_left_110 {
  padding-left: 110px !important; }

.padding_left_115 {
  padding-left: 115px !important; }

.padding_left_120 {
  padding-left: 120px !important; }

.padding_left_125 {
  padding-left: 125px !important; }

.padding_left_130 {
  padding-left: 130px !important; }

.padding_left_135 {
  padding-left: 135px !important; }

.padding_left_140 {
  padding-left: 140px !important; }

.padding_left_145 {
  padding-left: 145px !important; }

.padding_left_150 {
  padding-left: 150px !important; }

.padding_left_155 {
  padding-left: 155px !important; }

.padding_left_160 {
  padding-left: 160px !important; }

.padding_left_165 {
  padding-left: 165px !important; }

.padding_left_170 {
  padding-left: 170px !important; }

.padding_left_175 {
  padding-left: 175px !important; }

.padding_left_180 {
  padding-left: 180px !important; }

.padding_left_185 {
  padding-left: 185px !important; }

.padding_left_190 {
  padding-left: 190px !important; }

.padding_left_195 {
  padding-left: 195px !important; }

.padding_left_200 {
  padding-left: 200px !important; }

.padding_left_205 {
  padding-left: 205px !important; }

.padding_left_210 {
  padding-left: 210px !important; }

.padding_left_215 {
  padding-left: 215px !important; }

.padding_left_220 {
  padding-left: 220px !important; }

.padding_left_225 {
  padding-left: 225px !important; }

.padding_left_230 {
  padding-left: 230px !important; }

.padding_left_235 {
  padding-left: 235px !important; }

.padding_left_240 {
  padding-left: 240px !important; }

.padding_left_245 {
  padding-left: 245px !important; }

.padding_left_250 {
  padding-left: 250px !important; }

.padding_left_255 {
  padding-left: 255px !important; }

.padding_left_260 {
  padding-left: 260px !important; }

.padding_left_265 {
  padding-left: 265px !important; }

.padding_left_270 {
  padding-left: 270px !important; }

.padding_left_275 {
  padding-left: 275px !important; }

.padding_left_280 {
  padding-left: 280px !important; }

.padding_left_285 {
  padding-left: 285px !important; }

.padding_left_290 {
  padding-left: 290px !important; }

.padding_left_295 {
  padding-left: 295px !important; }

.padding_left_300 {
  padding-left: 300px !important; }

#project_main_container {
  margin-left: 100px;
  width: calc( 100% - 100px);
  max-width: calc( 100% - 100px); }
  #project_main_container.sidebar {
    margin-left: 300px;
    padding-bottom: 100px;
    width: calc( 100% - 300px);
    max-width: calc( 100% - 300px); }

.project_hr {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 2px solid lightgrey; }

h1 {
  margin-bottom: 50px; }

/* Sections import */
.project_hr {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 2px solid grey;
  margin-top: 4px; }

h1 {
  color: #fec23e !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.sites_lead {
  font-size: 18px !important;
  /*color: $isc-black;
        font-weight: 400;*/
  color: #555 !important;
  font-weight: 500 !important; }

abbr[title] {
  border-bottom: none;
  text-decoration: none;
  cursor: help; }

.title {
  margin-bottom: 30px; }

input:focus, select:focus {
  outline: #fec23e auto 5px; }

.crud_edit {
  font-size: 24px;
  color: #86827e; }
  .crud_edit:hover {
    color: #fec23e; }

.crud_delete {
  font-size: 24px;
  color: #86827e; }
  .crud_delete:hover {
    color: red; }

/* Layout parts import*/
.header_nav {
  z-index: 12 !important;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 1;
  box-shadow: 2px 2px 12px 0 #aaa;
  background-color: #FFF; }
  .header_nav .dropdown-menu {
    top: -3px;
    box-shadow: 0 0.5px 8px 0 #aaa; }
    .header_nav .dropdown-menu p {
      color: #86827e !important; }
    .header_nav .dropdown-menu .user {
      font-weight: 500;
      color: black !important; }
  .header_nav img {
    padding-top: 5px;
    padding-bottom: 2px;
    margin-top: 5px;
    height: 36px; }
  .header_nav .logged_in_user_container {
    border-left: 1px solid grey; }
    .header_nav .logged_in_user_container .user_name {
      padding: 10px 0;
      height: 100%;
      font-weight: 500;
      margin-bottom: 0;
      margin-right: 45px; }
      .header_nav .logged_in_user_container .user_name .fa-user {
        color: #fec23e;
        font-size: 24px;
        position: relative;
        width: 40px;
        text-align: center;
        top: 2px; }
    .header_nav .logged_in_user_container .fa-angle-down {
      position: absolute;
      top: 0;
      font-size: 24px;
      padding: 13px;
      right: 0;
      font-size: 24px;
      width: 40px;
      text-align: center;
      cursor: pointer; }
      .header_nav .logged_in_user_container .fa-angle-down:hover {
        background-color: #fec23e; }
  .header_nav .ph_ac_button_logout {
    display: inline-block; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 11; }

/* Left side menu properties */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 60px;
  background-color: #f6f6f6;
  border-right: 1px solid lightgrey; }
  .sidenav a:hover {
    color: #fec23e !important; }
  .sidenav .item-text {
    margin-left: 15px; }
  .sidenav.closed {
    width: 60px !important;
    text-align: center; }
    .sidenav.closed a {
      padding: 14px 15px; }
    .sidenav.closed .item-text {
      display: none !important; }
    .sidenav.closed i {
      color: black;
      font-size: 20px;
      padding-bottom: 5px; }
    .sidenav.closed .chevron-left {
      display: none; }
    .sidenav.closed .menu-item {
      text-shadow: none;
      background: inherit;
      box-shadow: none;
      color: black !important;
      padding: 12px 16px; }
    .sidenav.closed .submenu {
      position: absolute;
      background: #f6f6f6;
      width: 150px;
      left: 60px;
      top: 0;
      border-left: 5px solid #fec23e;
      border-right: none !important;
      padding-left: 10px !important;
      text-align: left; }
      .sidenav.closed .submenu a {
        display: block;
        padding-top: 2px;
        padding-bottom: 2px; }
    .sidenav.closed .accordion_left {
      top: 10px;
      position: relative; }
  .sidenav.opened {
    width: 260px; }
    .sidenav.opened a {
      padding: 12px 0 12px 16px;
      text-decoration: none;
      color: #000;
      display: block;
      transition: 0.3s; }
    .sidenav.opened .chevron-right {
      display: none; }
    .sidenav.opened .submenu a {
      color: #86827e;
      padding-top: 5px;
      padding-bottom: 5px; }
    .sidenav.opened .panel-title {
      margin-bottom: 0; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 60px; }
  .sidenav #accordion {
    padding-bottom: 20px; }
  .sidenav .active {
    color: #fec23e !important; }

.submenu.collapse.show {
  border-bottom: 1px solid lightgrey; }

.chevron-left {
  color: black;
  font-size: 20px;
  position: absolute;
  bottom: 65px;
  right: 20px;
  z-index: 12; }
  .chevron-left:hover {
    cursor: pointer; }

.chevron-right {
  color: black;
  font-size: 20px;
  position: absolute;
  bottom: 65px;
  left: 20px;
  z-index: 12; }
  .chevron-right:hover {
    cursor: pointer; }

.subsubmenu a {
  padding-left: 35px !important; }

@-webkit-keyframes slide {
  100% {
    left: 0; } }

@keyframes slide {
  100% {
    left: 0; } }

#mySidenav #accordion .fa, .accordion_left .fa {
  width: 26px;
  opacity: .99; }

#mySidenav #accordion a span.fa, .accordion_left a span.fa {
  float: right;
  font-size: 10px;
  margin-top: 1px; }

#mySidenav.menu-item, #mySidenav .submenu a, #mySidenav table a {
  outline: 0; }

/*@mixin menu-img($imgpath) {
    background-image: url(../sass/$imgpath);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 20px;
    //position: relative;
    //top: 5px;
}*/
.sub-submenu-item {
  position: relative;
  left: -10px; }
  .sub-submenu-item .sub-item-text:before {
    font-family: FontAwesome;
    content: "";
    left: -5px;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 6px !important;
    font-size: 16px;
    font-weight: 600; }
  .sub-submenu-item.collapsed .sub-item-text:before {
    font-family: FontAwesome;
    content: "";
    left: -5px;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 6px !important;
    font-size: 16px;
    font-weight: 600; }

.menu-item {
  background: #f6f6f6;
  border: none;
  font-size: 16px; }
  .menu-item.active {
    color: #fec23e !important; }
  .menu-item:hover {
    color: #fec23e; }
  .menu-item .proof:before {
    font-family: FontAwesome;
    content: "";
    left: -5px;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 6px !important;
    font-size: 16px;
    font-weight: 600; }

.menu-item.collapsed {
  text-shadow: none;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid lightgrey;
  color: black !important; }
  .menu-item.collapsed .proof:before:before {
    font-family: FontAwesome;
    content: "";
    left: -5px;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 6px !important;
    font-size: 16px;
    font-weight: 600; }

.submenu.collapse.in {
  border-right: 5px solid #fec23e; }

.submenu {
  padding-left: 42px;
  position: relative; }
  .submenu a {
    color: black;
    font-size: 16px;
    padding: 9px; }
  .submenu.opened.collapse.in a::after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0; }
  .submenu.opened.collapse.in a::before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 6px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%; }

#mySidenav .panel {
  background-color: transparent;
  border: none; }

#mySidenav .panel-default {
  position: relative; }

#mySidenav .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0 !important;
  border: none;
  height: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

.menu_footer {
  height: 38px;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.2); }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  text-align: center;
  z-index: 9;
  background-color: #959595; }
  footer p {
    color: white;
    margin-bottom: 0px;
    margin-top: 10px; }

body .login {
  background-image: url("/images/isc_bg.png");
  height: 100vh;
  font-weight: 500;
  color: dimgrey; }
  body .login h2 {
    color: #fec23e;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px; }
  body .login .small {
    color: grey;
    font-weight: 500 !important; }
  body .login a {
    color: grey;
    text-decoration: underline; }
  body .login .full_center {
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    margin-bottom: -50%;
    max-width: 390px;
    box-shadow: 2px 2px 12px 0 #aaa;
    /* pointer-events: none;*/ }

.footer {
  background-color: rgba(0, 0, 0, 0.2); }

.services h1 {
  color: #fec23e;
  font-weight: 600 !important; }

.services .services_lead {
  font-size: 18px;
  color: #222;
  font-weight: 400; }

.services p {
  font-weight: 400;
  color: #86827e; }

.services .card {
  box-shadow: 0 0.5px 8px 0 #aaa;
  /*margin-right: 10px;
        margin-left: 10px;*/ }
  .services .card h2 {
    font-size: 18px; }
  .services .card .remark {
    color: #86827e;
    font-style: italic; }

.services .card-footer {
  border: none;
  background: white; }

.services .card-img-top {
  height: auto;
  width: auto;
  align-self: center;
  margin-top: 30px; }

.services table thead th {
  text-transform: uppercase;
  color: gray; }

.services table tbody {
  color: #86827e; }
  .services table tbody th {
    font-weight: 400; }

@media (min-width: 768px) {
  .br_less_than_768 {
    display: none; } }

@media (min-width: 640px) {
  .br_less_than_640 {
    display: none; } }

#loading_screen {
  display: none; }
  #loading_screen #loading_bg {
    background: #323232;
    width: 100%;
    height: 10000px;
    overflow-y: hidden;
    opacity: .5;
    position: fixed;
    top: 0;
    z-index: 500000; }
  #loading_screen #loading_icon {
    width: 300px;
    height: 150px;
    position: fixed;
    left: 45%;
    top: 45%;
    opacity: 0.8;
    z-index: 500000; }

.loading_container {
  position: relative; }

.small_common_spinner {
  color: #fec23e;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  font-size: 30px; }

.loading_overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1; }

.edit {
  /* when accepted item is dragged, this class is added to the target dropzone (the left side) */
  /*#ProjectUser_block {
        .save_block {
            position: absolute;
            bottom: 15px;
            left: 38%;
        }

        .add_field {
            position: absolute;
            bottom: 15px;
            left: 46%;
        }
    }*/
  /*#ClientExcludedUser_block, #ClientExtraUser_block {
        .add_field {
            position: absolute;
            bottom: 15px;
            left: 38%;
            margin-top: 10px;
        }
    }*/
  /*#ProjectBase_block {
        .save_block {
            position: absolute;
            bottom: 15px;
            left: 40%;
        }
    }*/ }
  .edit .form_row {
    padding-top: 3px; }
  .edit .my_hidden {
    display: none; }
  .edit .height {
    height: 40px; }
  @media screen and (max-width: 1300px) and (min-width: 1200px) {
    .edit div.left {
      max-width: 50% !important;
      flex: 100%; }
    .edit div.right {
      max-width: 100% !important;
      flex: 100%; } }
  .edit select {
    width: 90%; }
    .edit select:focus {
      outline: none;
      border-color: #fec23e !important;
      border: 1px solid rgba(0, 0, 0, 0.15); }
  .edit input {
    height: 25px;
    width: 90%;
    padding-left: 5px; }
    .edit input:focus {
      outline: none;
      border-color: #fec23e !important;
      border: 1px solid rgba(0, 0, 0, 0.15); }
  .edit select {
    height: 25px;
    background: #fff; }
  .edit .fa-trash {
    font-size: 22px;
    padding-top: 1px;
    color: #86827e; }
    .edit .fa-trash:hover {
      color: red;
      background-color: #f6f6f6; }
  .edit #ProjectBase_block input {
    width: 90%; }
  .edit #ProjectBase_block select {
    width: 90%; }
  .edit .border {
    border: 1px solid grey; }
  .edit ul {
    padding-left: 5px;
    padding-right: 5px; }
  .edit .btn_regtype_collapse {
    background: inherit;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none; }
    .edit .btn_regtype_collapse:after {
      content: "\f0d8";
      font-family: FontAwesome;
      float: right;
      font-size: 20px;
      position: relative; }
    .edit .btn_regtype_collapse.collapsed:after {
      content: "\f0d7";
      font-family: FontAwesome;
      float: right;
      font-size: 20px;
      position: relative; }
  .edit .ui-widget {
    max-width: 100%; }
    .edit .ui-widget label {
      margin: 0;
      width: 100%;
      padding: 4px 20px 0 20px;
      font-size: 14px;
      border: 1px solid lightgray;
      border-radius: 25px;
      background: #f6f6f6; }
    .edit .ui-widget .ui-corner-tr {
      border-radius: 20px;
      background: #f6f6f6; }
  .edit #available_professions, .edit #added_professions {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    position: static; }
  .edit .profession_ticket_list.custom-state-active {
    background: #eee; }
  .edit .ui-widget-content {
    padding-left: 5px; }
  .edit .ui-draggable {
    text-align: center; }
  .edit .ui-draggable-dragging {
    height: 29px;
    max-width: 535px;
    padding: 0;
    z-index: 500; }
    .edit .ui-draggable-dragging label {
      padding: 2px 0; }
  .edit .ui-droppable {
    border: 3px solid white; }
  .edit .ui-state-highlight {
    background: inherit;
    border: 3px solid #fec23e; }
  .edit .profession_ticket_list li {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 10px; }
  .edit p.title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  .edit p.question {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  .edit p.checked_profession_comment {
    font-style: italic;
    font-size: 14px;
    color: #86827e;
    padding-left: 15px; }
  .edit .profession_ticket_list li > ul > li:hover, .edit .profession_ticket_list li > ul > li label:hover {
    cursor: move; }
  .edit #added_professions .ui-widget-content label {
    /*&:before {
                    content: "\f104";
                    font-family: FontAwesome;
                    float: left;
                    font-size: 20px;
                    position: relative;
                    //top: 0px;
                    //right: -8px;
                }*/ }
  .edit .fa_btn {
    background-color: white;
    border: none;
    cursor: pointer;
    outline: none; }
    .edit .fa_btn.hover {
      background-color: #f6f6f6; }
  .edit #available_professions .ui-widget-content label {
    /*&:after {
                    content: "\f105";
                    font-family: FontAwesome;
                    float: right;
                    font-size: 17px;
                    position: relative;
                    top: -3px;
                    //right: 10px;
                }*/ }
  .edit .form_control_button_container {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
  .edit .grey_text {
    color: #86827e; }

ul.ui-widget-content {
  border: 0px; }

li.ui-widget-content {
  border: none;
  background: white !important; }

.field-validation-error {
  color: red;
  font-size: 14px;
  display: block; }

.field-validation-success {
  color: green;
  font-size: 14px;
  display: block; }

.spinner_container {
  display: inline-block; }
  .spinner_container .fa-circle-o-notch {
    color: #fec23e; }
  .spinner_container .fa-check {
    color: green; }
  .spinner_container .fa-times {
    color: red; }

input:read-only {
  background-color: #f6f6f6;
  border: none;
  pointer-events: none; }

.not_allowed {
  /*#added_professions{
        display: none;
    }*/ }
  .not_allowed #available_professions, .not_allowed #added_professions {
    background: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
    overflow: hidden; }
  .not_allowed .ui-widget li {
    pointer-events: none; }
  .not_allowed .ui-widget label {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid lightgray; }

.dash {
  margin-left: 2px; }

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .dash {
    margin-left: 1px; } }
