/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: Arial, Verdana, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0 20px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 34, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 68, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 78, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 99, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 111, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 137, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 29, ../sass/main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 37, ../sass/main.scss */
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  background: #f4f6f7;
  min-height: 550px !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 51, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 56, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 65, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../sass/main.scss */
a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 90, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 103, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 113, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* line 117, ../sass/main.scss */
a {
  color: #605c5c;
}
/* line 119, ../sass/main.scss */
a:hover {
  color: #ccc;
}

/* line 124, ../sass/main.scss */
p {
  padding: 10px 0 10px 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 132, ../sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 142, ../sass/main.scss */
body {
  border-top: solid 2px #0b80b7;
}

/* line 146, ../sass/main.scss */
h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
  background: #1e4273;
  width: 100%;
  font-weight: 600;
  padding: 10px;
}

/* line 157, ../sass/main.scss */
h2 {
  font-size: 1.2em;
  color: #1e4273;
  display: block;
  border-bottom: solid 1px #ccc;
}

/* line 164, ../sass/main.scss */
header {
  background: #fff;
}

/* line 168, ../sass/main.scss */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
}
/* line 177, ../sass/main.scss */
.overlay #spinLoading {
  text-align: center;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
}
/* line 184, ../sass/main.scss */
.overlay #spinLoading span {
  color: #fff;
  display: block;
  text-align: center;
}
/* line 189, ../sass/main.scss */
.overlay #spinLoading i {
  color: #fff;
  font-size: 2em;
}

/* line 196, ../sass/main.scss */
#sidebar {
  position: fixed;
  top: 0;
  width: 450px;
  height: 100%;
  min-height: 600px;
  border-right: 1px solid #0b80b7;
  background-color: #fff;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 8;
}
/* line 207, ../sass/main.scss */
#sidebar.opened {
  left: 0px;
}
/* line 210, ../sass/main.scss */
#sidebar a#mobile {
  display: none;
  color: #0b80b7;
  position: absolute;
  left: 385px;
  top: 15px;
  z-index: 3;
  font-size: 2em;
  border: solid 2px #0b80b7;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 222, ../sass/main.scss */
#sidebar img#logo-footer {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: block;
}
/* line 228, ../sass/main.scss */
#sidebar .header-top-container {
  border-top: solid 2px #0b80b7;
}
/* line 231, ../sass/main.scss */
#sidebar .header-logo {
  position: relative;
  left: 0;
  padding: 40px 40px 0 40px;
  margin: 0 auto;
}
/* line 237, ../sass/main.scss */
#sidebar .title {
  margin: 40px 80px 40px 40px;
  padding-top: 0px;
}
/* line 240, ../sass/main.scss */
#sidebar .title div.main {
  font-size: 4em;
  text-align: justify;
  line-height: 50px;
  letter-spacing: 6px;
}
/* line 245, ../sass/main.scss */
#sidebar .title div.main span {
  display: block;
  letter-spacing: 16px;
  color: #0b80b7;
}
/* line 251, ../sass/main.scss */
#sidebar .title p {
  text-align: justify;
  margin: 40px 0 20px;
}
/* line 257, ../sass/main.scss */
#sidebar nav#menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
/* line 260, ../sass/main.scss */
#sidebar nav#menu li a {
  color: #0b80b7;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 10px;
  border-left: solid 2px #0B80B7;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 268, ../sass/main.scss */
#sidebar nav#menu li a:hover {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 274, ../sass/main.scss */
#sidebar nav#menu li.active a {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 282, ../sass/main.scss */
#sidebar #footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 10px solid #0b80b7;
  z-index: 8;
  font-size: 0.8em;
  color: #000;
}
/* line 291, ../sass/main.scss */
#sidebar #footer .text {
  margin-bottom: 8px;
  margin-right: 60px;
  text-align: center;
  line-height: 15px;
}
/* line 296, ../sass/main.scss */
#sidebar #footer .text address {
  font-style: normal;
}

/* line 303, ../sass/main.scss */
.navbar-brand > img {
  margin-top: -5px;
}

/* line 306, ../sass/main.scss */
img#logo {
  max-height: 65px;
  float: left;
  margin-top: 10px;
  margin-left: 40px;
}

/* line 312, ../sass/main.scss */
section {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(470px);
  -moz-transform: translate(470px);
  -ms-transform: translate(470px);
  -o-transform: translate(470px);
  transform: translate(470px);
}
/* line 322, ../sass/main.scss */
section div.website {
  width: 33.33%;
  height: 33.33%;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-image: url(../img/bg/gicr.jpg);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 335, ../sass/main.scss */
section div.website h2 {
  font-size: 3em;
  padding: 10px 0 10px 50px;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 342, ../sass/main.scss */
section div.website.iacr {
  background-image: url(../img/bg/iacr.jpg);
}
/* line 345, ../sass/main.scss */
section div.website.gicr {
  background-image: url(../img/bg/gicr.jpg);
}
/* line 348, ../sass/main.scss */
section div.website.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 351, ../sass/main.scss */
section div.website.globocan {
  background-image: url(../img/bg/globocan.jpg);
}
/* line 354, ../sass/main.scss */
section div.website.who {
  background-image: url(../img/bg/who.jpg);
}
/* line 357, ../sass/main.scss */
section div.website.iicc {
  background-image: url(../img/bg/iicc.jpg);
}
/* line 360, ../sass/main.scss */
section div.website.accis {
  background-image: url(../img/bg/accis.jpg);
}
/* line 363, ../sass/main.scss */
section div.website.eco {
  background-image: url(../img/bg/eco.jpg);
}
/* line 366, ../sass/main.scss */
section div.website.nordcan {
  background-image: url(../img/bg/nordcan.jpg);
}
/* line 369, ../sass/main.scss */
section div.website .baseline {
  margin: 10px;
  text-align: justify;
  height: 80px;
  background: rgba(214, 64, 0, 0.6);
  color: #fff;
  overflow: hidden;
  padding: 20px 25px;
  position: absolute;
  bottom: -80%;
  line-height: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 383, ../sass/main.scss */
section div.website:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 387, ../sass/main.scss */
section div.website:hover h2 {
  background: rgba(3, 122, 179, 0.8);
  color: #fff;
}
/* line 391, ../sass/main.scss */
section div.website:hover div.baseline {
  bottom: 0%;
}
/* line 395, ../sass/main.scss */
section div.website.hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 397, ../sass/main.scss */
section div.website.hover .h2 {
  background: rgba(3, 122, 179, 0.8);
}
/* line 400, ../sass/main.scss */
section div.website.hover div.baseline {
  bottom: 0%;
}
/* line 405, ../sass/main.scss */
section a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 419, ../sass/main.scss */
.main-content {
  padding: 20px 50px 0 100px;
}
/* line 421, ../sass/main.scss */
.main-content ul {
  padding-left: 0;
}
/* line 423, ../sass/main.scss */
.main-content ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: block;
}
/* line 427, ../sass/main.scss */
.main-content ul li p {
  border-left: solid 2px #0b80b7;
  padding-left: 20px;
}
/* line 431, ../sass/main.scss */
.main-content ul li h2 {
  text-transform: uppercase;
}

/* line 438, ../sass/main.scss */
p.formula, span.formula {
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Serif Pro', serif;
}

/* line 444, ../sass/main.scss */
p.formula {
  font-size: 1.4em;
}

/* line 449, ../sass/main.scss */
ul.links li {
  margin-bottom: 5px;
  float: left;
  width: 45%;
  display: block;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}
/* line 457, ../sass/main.scss */
ul.links li:before {
  position: absolute;
  left: -5px;
  top: 0px;
  font-size: 1em;
  content: " - ";
  color: #0b80b7;
}

/* line 468, ../sass/main.scss */
form#formPrint {
  width: 1px;
  height: 0px;
  visibility: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 489, ../sass/main.scss */
.hidden {
  display: none !important;
}

/* line 492, ../sass/main.scss */
.show {
  display: block !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 501, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 518, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 532, ../sass/main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 548, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 554, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 582, ../sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 592, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 597, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 601, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 610, ../sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 615, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 626, ../sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 630, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 635, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 639, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 646, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 652, ../sass/main.scss */
.intro {
  padding: 20px 20px 10px 50px;
  color: #0b80b7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: justify;
  float: left;
  width: 40%;
  line-height: 25px;
}
/* line 662, ../sass/main.scss */
.intro img {
  display: block;
  max-width: 70px;
}

/* line 668, ../sass/main.scss */
.home-screen {
  padding-left: 0;
  padding-right: 0;
}

/* line 675, ../sass/main.scss */
.main-zone .explore {
  margin: 20px 0;
  float: left;
  width: 100%;
}
/* line 681, ../sass/main.scss */
.main-zone .explore .col-md-2 {
  margin-top: 20px;
}
/* line 685, ../sass/main.scss */
.main-zone .explore h2 {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #1e4273;
  display: block;
  border-bottom: solid 1px #ccc;
}
/* line 695, ../sass/main.scss */
.main-zone .explore h3 {
  text-align: center;
}
/* line 697, ../sass/main.scss */
.main-zone .explore h3 a {
  font-size: 16px;
  font-weight: 700;
}
/* line 702, ../sass/main.scss */
.main-zone .explore a {
  display: block;
  text-align: center;
}
/* line 705, ../sass/main.scss */
.main-zone .explore a img {
  height: 110px;
  margin: auto;
}
/* line 713, ../sass/main.scss */
.main-zone .explore .sub-item {
  margin: 20px 0;
}

@media (max-width: 1200px) {
  /* line 726, ../sass/main.scss */
  a#mobile {
    display: block !important;
  }

  /* line 729, ../sass/main.scss */
  #sidebar.closed {
    -webkit-transform: translate(-390px);
    -moz-transform: translate(-390px);
    -ms-transform: translate(-390px);
    -o-transform: translate(-390px);
    transform: translate(-390px);
  }

  /* line 732, ../sass/main.scss */
  #sidebar .title div.main {
    font-size: 3em;
  }

  /* line 735, ../sass/main.scss */
  section.closed {
    -webkit-transform: translate(80px);
    -moz-transform: translate(80px);
    -ms-transform: translate(80px);
    -o-transform: translate(80px);
    transform: translate(80px);
  }

  /* line 738, ../sass/main.scss */
  section div.website h2 {
    font-size: 2em;
  }

  /* line 742, ../sass/main.scss */
  .index-3 .item {
    margin: 5px 4px 0;
  }

  /* line 745, ../sass/main.scss */
  #sidebar .title p {
    margin-top: 20px;
  }

  /* line 748, ../sass/main.scss */
  #sidebar .title div.main span {
    letter-spacing: 12px;
  }
}
/* line 753, ../sass/main.scss */
body.index-4 {
  padding: 0;
}
/* line 756, ../sass/main.scss */
body.index-4 ul.social {
  float: right;
  margin-top: 10px;
}
/* line 759, ../sass/main.scss */
body.index-4 ul.social li {
  float: left;
  margin-left: 5px;
  list-style-type: none !important;
  padding-left: 0px !important;
}
/* line 764, ../sass/main.scss */
body.index-4 ul.social li a {
  font-size: 1.4em;
  color: #eee;
}
/* line 767, ../sass/main.scss */
body.index-4 ul.social li a:hover {
  color: #0b80b7;
}
/* line 769, ../sass/main.scss */
body.index-4 ul.social li a:hover i {
  color: #0b80b7;
}
/* line 778, ../sass/main.scss */
body.index-4 .heading {
  min-height: 90px;
}
/* line 781, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 791, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 794, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 797, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 799, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #eee;
}
/* line 801, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #eee !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b80b7;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 811, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #fff !important;
  color: #0b80b7;
}
/* line 824, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse {
  background: #0b80b7;
}
/* line 826, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 829, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 832, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 834, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #0b80b7;
  padding-right: 0px;
}
/* line 837, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #0b80b7 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* line 843, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover, body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a.active {
  background: #ccc !important;
  color: #fff;
}
/* line 855, ../sass/main.scss */
body.index-4 ul {
  padding-left: 0px;
}
/* line 857, ../sass/main.scss */
body.index-4 ul li {
  list-style-type: none;
  padding-left: 0px;
}
/* line 865, ../sass/main.scss */
body.index-4 ul.paragraph {
  padding-left: 40px;
}
/* line 867, ../sass/main.scss */
body.index-4 ul.paragraph li {
  list-style-type: disc;
}
/* line 874, ../sass/main.scss */
body.index-4 a {
  color: #0b80b7;
}
/* line 879, ../sass/main.scss */
body.index-4 a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 890, ../sass/main.scss */
body.index-4 footer {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 0px;
  color: #000;
  background: #eeeeee;
}
/* line 898, ../sass/main.scss */
body.index-4 footer p {
  text-align: center;
}
/* line 901, ../sass/main.scss */
body.index-4 footer p.smaller {
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 0px;
}
/* line 906, ../sass/main.scss */
body.index-4 footer p.smaller a {
  color: #000;
}

/* line 915, ../sass/main.scss */
a.close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  opacity: 0.8;
}

/* line 924, ../sass/main.scss */
.page img {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 20px;
}

/* line 932, ../sass/main.scss */
#container-content {
  background-size: 3%;
  min-height: 600px;
}

/*
  We're using CSS transitions for when
  the enter and move events are triggered
  for the element that has the .repeated-item
  class
*/
/* line 943, ../sass/main.scss */
.ng-enter, .ng-move {
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  opacity: 0;
}

/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
/* line 957, ../sass/main.scss */
.ng-enter.ng-enter-active,
.ng-move.ng-move-active {
  opacity: 1;
}

/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
/* line 967, ../sass/main.scss */
.ng-leave {
  display: none;
}

@keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
  Unfortunately each browser vendor requires
  its own definition of keyframe animation code...
*/
@-webkit-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 995, ../sass/main.scss */
#main-content .container {
  background: #fff;
}

/* line 999, ../sass/main.scss */
#main-content .container-help, #main-content .page {
  min-height: 550px;
}

/* line 1003, ../sass/main.scss */
svg {
  display: block;
}

/* line 1006, ../sass/main.scss */
#chart1, .svg-container, svg {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

/* line 1014, ../sass/main.scss */
.bottom-zone h3 {
  margin-top: 0px;
}
/* line 1017, ../sass/main.scss */
.bottom-zone a {
  text-align: center;
  display: block;
}
/* line 1020, ../sass/main.scss */
.bottom-zone a i.fa-question-circle {
  margin-right: 5px;
}

/* line 1026, ../sass/main.scss */
#main-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 550px;
}
/* line 1031, ../sass/main.scss */
#main-content svg {
  opacity: 1;
}
/* line 1034, ../sass/main.scss */
#main-content.svg-hidden svg {
  opacity: 0;
}

/* line 1040, ../sass/main.scss */
.svg-container {
  height: 600px;
}

/* line 1043, ../sass/main.scss */
label {
  width: 100%;
}

/* line 1046, ../sass/main.scss */
input[type="radio"] {
  margin-right: 10px;
}

/* line 1049, ../sass/main.scss */
input[type="button"] {
  background: #0b80b7;
  border: solid 1px #fff;
}

/* line 1054, ../sass/main.scss */
.fa-home {
  font-size: 1em !important;
  color: #fff !important;
}

/* line 1059, ../sass/main.scss */
div.svg-container, div.svg, div#map-container, div.data-graph-table {
  position: relative;
  /*padding-bottom: 50px;*/
}
/* line 1063, ../sass/main.scss */
div.svg-container div#downloads, div.svg div#downloads, div#map-container div#downloads, div.data-graph-table div#downloads {
  float: right;
  margin-right: 1px;
  margin-top: 10px;
}
/* line 1068, ../sass/main.scss */
div.svg-container div#downloads ul li, div.svg div#downloads ul li, div#map-container div#downloads ul li, div.data-graph-table div#downloads ul li {
  margin-left: 5px;
  display: inline-block;
}
/* line 1071, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download, div.svg div#downloads ul li a.btn_download, div#map-container div#downloads ul li a.btn_download, div.data-graph-table div#downloads ul li a.btn_download {
  padding: 5px 8px;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  background: #1e4273;
  color: #fff;
  border: none;
}
/* line 1079, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download:hover, div.svg div#downloads ul li a.btn_download:hover, div#map-container div#downloads ul li a.btn_download:hover, div.data-graph-table div#downloads ul li a.btn_download:hover {
  background: #0b80b7;
}
/* line 1082, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download i, div.svg div#downloads ul li a.btn_download i, div#map-container div#downloads ul li a.btn_download i, div.data-graph-table div#downloads ul li a.btn_download i {
  color: #fff;
  font-size: 0.8em !important;
}

/* line 1092, ../sass/main.scss */
div#infos {
  float: left;
  margin-top: 15px;
  font-style: italic;
}
/* line 1096, ../sass/main.scss */
div#infos i {
  font-size: 1em;
  margin-right: 5px;
  color: #0b80b7;
}

/* line 1103, ../sass/main.scss */
i.infos-circle {
  font-size: 1em;
  margin-left: 3px;
  color: white;
}

/* line 1110, ../sass/main.scss */
#small-intro {
  font-size: 1.2em;
  padding: 15px 8% 15px 8%;
  margin-bottom: 0px;
  text-align: center;
}

/* line 1117, ../sass/main.scss */
div#map-container div#downloads {
  bottom: 0px;
}

/* line 1121, ../sass/main.scss */
#map-graph .copyright {
  display: none;
}

/* line 1128, ../sass/main.scss */
div#svg-bar svg line.error, div#svg-bar svg line.top, div#svg-bar svg line.bottom {
  stroke: black;
  stroke-width: 1px;
  fill: none;
  display: none;
}

/* line 1137, ../sass/main.scss */
div#treemap-container {
  padding-bottom: 50px;
}
/* line 1139, ../sass/main.scss */
div#treemap-container div#downloads {
  bottom: 0px;
}
/* line 1143, ../sass/main.scss */
div#treemap-container button#back-button-treemap {
  background: #cccccc;
  border: solid 1px #ffffff;
  display: block;
  position: absolute;
  font-size: 14px;
  top: 55px;
}
/* line 1152, ../sass/main.scss */
div#treemap-container div#svg-treemap {
  margin-top: 10px;
}
/* line 1157, ../sass/main.scss */
div#treemap-container #copyright {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0;
}
/* line 1162, ../sass/main.scss */
div#treemap-container #copyright ul {
  width: 250px;
  margin-left: 0px;
}
/* line 1165, ../sass/main.scss */
div#treemap-container #copyright ul li {
  font-size: 11px;
}
/* line 1169, ../sass/main.scss */
div#treemap-container #copyright img {
  display: block;
  position: absolute;
  right: 10px;
  width: 150px;
  top: 10px;
}

/* line 1182, ../sass/main.scss */
div#svg-treemap text {
  pointer-events: none;
}
/* line 1186, ../sass/main.scss */
div#svg-treemap .grandparent text {
  font-weight: bold;
}
/* line 1190, ../sass/main.scss */
div#svg-treemap rect {
  fill: none;
  stroke: #fff;
}
/* line 1195, ../sass/main.scss */
div#svg-treemap rect.parent,
div#svg-treemap .grandparent rect {
  stroke-width: 2px;
}
/* line 1200, ../sass/main.scss */
div#svg-treemap .grandparent rect {
  fill: #ccc !important;
}
/* line 1204, ../sass/main.scss */
div#svg-treemap .grandparent:hover rect {
  fill: #ccc !important;
}
/* line 1208, ../sass/main.scss */
div#svg-treemap .children rect.parent,
div#svg-treemap .grandparent rect {
  cursor: pointer;
}
/* line 1213, ../sass/main.scss */
div#svg-treemap .children rect.parent {
  fill-opacity: 1;
}
/* line 1215, ../sass/main.scss */
div#svg-treemap .children rect.parent:hover {
  fill-opacity: 0.5;
}
/* line 1220, ../sass/main.scss */
div#svg-treemap .children:hover rect.child {
  /*fill: pink;*/
}

/* line 1227, ../sass/main.scss */
.zone-filters {
  overflow-y: auto;
  background: #1e4273;
  color: #fff;
}
/* line 1231, ../sass/main.scss */
.zone-filters h3 {
  border-top: solid 1px #fff;
  padding-top: 10px;
  font-size: 1em;
}
/* line 1236, ../sass/main.scss */
.zone-filters select {
  width: 90%;
  color: #000;
}
/* line 1239, ../sass/main.scss */
.zone-filters select:disabled {
  color: #cccccc;
}
/* line 1243, ../sass/main.scss */
.zone-filters label {
  cursor: pointer;
  font-size: 0.8em;
}
/* line 1248, ../sass/main.scss */
.zone-filters label.check {
  font-size: 1em;
  font-weight: normal;
}
/* line 1253, ../sass/main.scss */
.zone-filters #more_options {
  display: none;
}
/* line 1256, ../sass/main.scss */
.zone-filters input[type="button"] {
  margin: 20px 0;
  display: block;
}
/* line 1260, ../sass/main.scss */
.zone-filters #filter-content {
  overflow-y: auto;
  margin-bottom: 40px;
}
/* line 1264, ../sass/main.scss */
.zone-filters .hidden-filters {
  display: none;
}
/* line 1269, ../sass/main.scss */
.zone-filters .color-palette input[type="radio"] {
  opacity: 0;
  display: none;
}
/* line 1272, ../sass/main.scss */
.zone-filters .color-palette input[type="radio"]:checked + label {
  border-color: #fff;
}
/* line 1276, ../sass/main.scss */
.zone-filters .color-palette label {
  display: block;
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 75px;
  background: url("../img/color-palette.png") -1px 0px no-repeat;
  border: solid 1px transparent;
}
/* line 1284, ../sass/main.scss */
.zone-filters .color-palette label:hover {
  border-color: #fff;
}
/* line 1289, ../sass/main.scss */
.zone-filters .color-palette label[for="Dark2"] {
  background-position-x: -26px;
}
/* line 1292, ../sass/main.scss */
.zone-filters .color-palette label[for="Paired"] {
  background-position-x: -51px;
}
/* line 1295, ../sass/main.scss */
.zone-filters .color-palette label[for="Pastel1"] {
  background-position-x: -76px;
}
/* line 1298, ../sass/main.scss */
.zone-filters .color-palette label[for="Pastel2"] {
  background-position-x: -101px;
}
/* line 1301, ../sass/main.scss */
.zone-filters .color-palette label[for="Set1"] {
  background-position-x: -126px;
}
/* line 1304, ../sass/main.scss */
.zone-filters .color-palette label[for="Set2"] {
  background-position-x: -151px;
}
/* line 1307, ../sass/main.scss */
.zone-filters .color-palette label[for="Set3"] {
  background-position-x: -176px;
}
/* line 1312, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label {
  background: url("../img/color-palette-hue.png") -1px 0px no-repeat;
  margin-right: 12px;
}
/* line 1316, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="RdPu"] {
  background-position-x: -26px;
}
/* line 1319, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="Blues"] {
  background-position-x: -52px;
}
/* line 1322, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="OrRd"] {
  background-position-x: -76px;
}
/* line 1325, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="YlGn"] {
  background-position-x: -101px;
}
/* line 1328, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="YlOrBr"] {
  background-position-x: -126px;
}
/* line 1331, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="Purples"] {
  background-position-x: -151px;
}
/* line 1334, ../sass/main.scss */
.zone-filters .color-palette.color-palette-hue label[for="Reds"] {
  background-position-x: -176px;
}
/* line 1340, ../sass/main.scss */
.zone-filters #filter-countries {
  display: none;
}

/* line 1345, ../sass/main.scss */
.modal-content {
  padding: 20px 40px;
}
/* line 1347, ../sass/main.scss */
.modal-content h3 {
  font-size: 1em;
  font-weight: bold;
  color: #1e4273;
}

/* line 1354, ../sass/main.scss */
.modal-dialog {
  width: 50%;
}

@media (max-width: 772px) {
  /* line 1359, ../sass/main.scss */
  .modal-dialog {
    width: 100%;
  }
}
/* line 1365, ../sass/main.scss */
.eq-c .fraction {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0.4ex;
  text-align: center;
}
/* line 1371, ../sass/main.scss */
.eq-c .fraction > span {
  display: block;
  padding-top: 0.15em;
}
/* line 1375, ../sass/main.scss */
.eq-c .fraction span.fdn {
  border-top: thin solid black;
}
/* line 1376, ../sass/main.scss */
.eq-c .fraction span.bar {
  display: none;
}

/* line 1379, ../sass/main.scss */
ul.sub-tools {
  margin-left: -15px;
  margin-right: 0px;
  padding-right: 0px;
  background: #ccc !important;
}
/* line 1384, ../sass/main.scss */
ul.sub-tools li {
  float: left;
  width: 16%;
  background: #ccc;
}
/* line 1388, ../sass/main.scss */
ul.sub-tools li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: 500px;
  text-transform: uppercase;
}
/* line 1395, ../sass/main.scss */
ul.sub-tools li a i {
  font-size: 1.2em;
}
/* line 1398, ../sass/main.scss */
ul.sub-tools li a:hover {
  color: #1e4273;
}
/* line 1401, ../sass/main.scss */
ul.sub-tools li a.active {
  background: #1e4273;
  color: #fff;
}
/* line 1406, ../sass/main.scss */
ul.sub-tools li:nth-child(5) {
  width: 10%;
}
/* line 1409, ../sass/main.scss */
ul.sub-tools li:nth-child(6) {
  width: 11.3%;
}
/* line 1412, ../sass/main.scss */
ul.sub-tools li:last-child {
  width: 14%;
}
/* line 1415, ../sass/main.scss */
ul.sub-tools li:first-child {
  width: 195px;
}

/* line 1421, ../sass/main.scss */
#map-container {
  /*path.country.type1:hover,path.country.type1.zoomed{
      fill: rgba(222, 45, 38,0.8) ;
  }
  path.country.type2:hover,path.country.type2.zoomed{
      fill : rgba(0, 109, 44, 0.8) ; 
  }*/
}
/* line 1422, ../sass/main.scss */
#map-container div.svg-container svg {
  background-position: 5% 5%;
  min-height: 600px;
}
/* line 1426, ../sass/main.scss */
#map-container .stroke {
  stroke: #000;
  stroke-width: 3px;
}
/* line 1430, ../sass/main.scss */
#map-container .fill {
  /*fill: transparent ;*/
}
/* line 1433, ../sass/main.scss */
#map-container .graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}
/* line 1439, ../sass/main.scss */
#map-container .land {
  fill: #222;
}
/* line 1442, ../sass/main.scss */
#map-container .boundary {
  fill: none;
  stroke: #fff;
  stroke-width: .5px;
}
/* line 1447, ../sass/main.scss */
#map-container path.country {
  pointer-events: all;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
/* line 1452, ../sass/main.scss */
#map-container path.country:hover, #map-container path.country.zoomed {
  fill-opacity: 0.6;
}
/* line 1462, ../sass/main.scss */
#map-container .groupLegend {
  background: #ffffff;
}
/* line 1467, ../sass/main.scss */
#map-container .legendEntry text.text_Legend {
  cursor: pointer;
}
/* line 1472, ../sass/main.scss */
#map-container text.text_Legend {
  cursor: pointer;
}

/* line 1477, ../sass/main.scss */
g.legendEntry {
  cursor: pointer;
}

/* line 1481, ../sass/main.scss */
#map-graph {
  position: relative;
  height: 650px;
  /* Western Sahara : fill gray - not applicable */
  /* South Sudan, Palestine : remove border */
}
/* line 1484, ../sass/main.scss */
#map-graph path {
  stroke: rgba(33, 33, 33, 0.7);
  stroke-width: 0.5px;
}
/* line 1489, ../sass/main.scss */
#map-graph path#sphere {
  stroke: none;
}
/* line 1492, ../sass/main.scss */
#map-graph path.poly {
  fill: #fff;
}
/* line 1496, ../sass/main.scss */
#map-graph path.code_ESH {
  fill: #cccccc !important;
}
/* line 1500, ../sass/main.scss */
#map-graph path.line {
  fill: none;
  stroke: #92919D;
  stroke-width: 0.5px;
}
/* line 1505, ../sass/main.scss */
#map-graph path.line.dashed {
  stroke-dasharray: 1,0.5;
  stroke-width: 1px;
  stroke: #ffffff;
}
/* line 1510, ../sass/main.scss */
#map-graph #map-rules {
  position: absolute;
  padding: 20px 0 0 30px;
  background: #ffffff;
  bottom: 0;
  width: 100%;
  text-align: justify;
  font-size: 0.8em;
}
/* line 1518, ../sass/main.scss */
#map-graph #map-rules img {
  position: absolute;
  width: 160px;
  right: -10px;
  top: -10px;
}
/* line 1524, ../sass/main.scss */
#map-graph #map-rules span.copyright {
  width: 100%;
  display: block;
  position: absolute;
  /* display: block; */
  right: -10px;
  text-align: right;
  top: 50px;
}
/* line 1534, ../sass/main.scss */
#map-graph #chart-title, #map-graph text.text_Legend {
  text-shadow: 0 0 6px #FFFFFF, 0 0 3px #FFFFFF;
}
/* line 1538, ../sass/main.scss */
#map-graph button.btn_zoom {
  position: absolute;
  right: 10px;
  bottom: 100px;
}
/* line 1542, ../sass/main.scss */
#map-graph button.btn_zoom.zoom_in {
  right: 35px;
}
/* line 1547, ../sass/main.scss */
#map-graph + #infos {
  margin-left: 25px;
  margin-bottom: 15px;
}

/* line 1553, ../sass/main.scss */
.bubble:hover {
  fill-opacity: 0.8;
  stroke: #777;
}

/* line 1558, ../sass/main.scss */
.cangraph {
  margin-top: -10px;
  display: flex;
  min-height: 650px;
}

/* line 1564, ../sass/main.scss */
.canTooltip {
  background: #ffffff;
  border: solid 1px #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  left: 130px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  z-index: 10;
  width: auto;
}
/* line 1577, ../sass/main.scss */
.canTooltip h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 1588, ../sass/main.scss */
.canTooltip table {
  border: none;
  width: 100%;
  font-size: 12px;
}
/* line 1592, ../sass/main.scss */
.canTooltip table tr {
  border-bottom: dotted 1px #cccccc;
  padding: 3px 0;
}
/* line 1595, ../sass/main.scss */
.canTooltip table tr td.metric {
  text-align: left;
  padding-right: 10px;
}
/* line 1600, ../sass/main.scss */
.canTooltip table tr td.value {
  font-weight: bold;
  text-align: right;
}
/* line 1607, ../sass/main.scss */
.canTooltip:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
}

/* line 1621, ../sass/main.scss */
.nvd3 text, .nvtooltip {
  font-family: "Source Sans Pro";
  border: none;
}

/* line 1626, ../sass/main.scss */
.nvd3 g.tick.zero text.large {
  transform: translateY(5px) !important;
}

/* line 1633, ../sass/main.scss */
.tab-content {
  padding: 5px 20px 0 20px;
  border: solid 1px #ddd;
  border-top: none;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/* line 1642, ../sass/main.scss */
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  font-size: 1.2em;
  cursor: pointer;
}

/* line 1647, ../sass/main.scss */
.table-responsive {
  float: left;
  width: 100%;
}
/* line 1651, ../sass/main.scss */
.table-responsive table thead {
  background: #0b80b7;
  color: #fff;
}
/* line 1656, ../sass/main.scss */
.table-responsive table tr th, .table-responsive table tr td {
  text-align: right;
}

/* line 1663, ../sass/main.scss */
.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: 500;
}

/* line 1668, ../sass/main.scss */
.sun-item:hover {
  border-width: 2px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* line 1673, ../sass/main.scss */
.sun-item.path-hidden {
  opacity: 0;
}

/* line 1679, ../sass/main.scss */
.highcharts-data-labels g {
  visibility: visible !important;
  opacity: 1 !important;
}

/* line 1684, ../sass/main.scss */
.highcharts-tooltip > path {
  border: none !important;
  stroke: transparent !important;
}

/* line 1691, ../sass/main.scss */
#svg-sunburst svg {
  z-index: 2 !important;
}
/* line 1694, ../sass/main.scss */
#svg-sunburst #root {
  fill-opacity: 1;
}
/* line 1697, ../sass/main.scss */
#svg-sunburst #details {
  position: absolute;
  top: 235px;
  left: 400px;
  width: 150px;
  text-align: center;
  color: #666;
  z-index: -1;
}
/* line 1707, ../sass/main.scss */
#svg-sunburst #label {
  font-size: 1.2em;
  display: table-cell;
  text-align: center;
  height: 50px;
  width: 200px;
  vertical-align: bottom;
}
/* line 1716, ../sass/main.scss */
#svg-sunburst #percent {
  font-size: 2.2em;
  font-weight: 700;
}
/* line 1720, ../sass/main.scss */
#svg-sunburst #value {
  text-align: center;
  display: block;
}
/* line 1725, ../sass/main.scss */
#svg-sunburst button#resetButton {
  position: absolute;
  right: 50px;
  top: 50px;
}

/* line 1732, ../sass/main.scss */
#baseline {
  border-bottom: solid 2px #0b80b7;
}

/* line 1735, ../sass/main.scss */
.bottom-zone .sub-bottom {
  border-top: solid 2px #0b80b7;
}

/* line 1739, ../sass/main.scss */
#logo {
  float: left;
  margin-right: 10px;
}
/* line 1742, ../sass/main.scss */
#logo img {
  max-height: 65px;
  margin-top: 10px;
  margin-left: 40px;
}

/* line 1749, ../sass/main.scss */
#new-logo {
  float: left;
  font-size: 3em;
  font-weight: bold;
  border-left: solid 1px #0b80b7;
  margin-top: 10px;
  line-height: 30px;
  padding-left: 10px;
  text-transform: uppercase;
}
/* line 1758, ../sass/main.scss */
#new-logo img {
  max-height: 65px;
  float: left;
  margin-left: 10px;
}

/* line 1766, ../sass/main.scss */
#home-carousel {
  /*map{
      position: absolute ; 
      position: absolute;
      width: 80%;
      height: 95%;
      top: 0;
      left: 10%;
      area,a{
          display: block;
          background: transparent ; 
          width: 50% ; 
          float: left ; 
          height: 100% ; 
          border: solid 1px red ; 
      }
  }
  .carousel-indicators li{
      background: $blue ; 
  }
  #map-home{
      width: 850px!important; 
      height: 600px!important; 
      margin: auto ; 
  }
  .item{
      height: 540px !important; 
      .sub-item{
          margin: auto;
          display: block;
          width: 910px;
          height: 540px;
      }   
      img{
          margin: auto; 
      }
      &.last-item{
          text-align: center ; 
          img{
              margin: auto ; 
          }
      }
  }*/
}
/* line 1768, ../sass/main.scss */
#home-carousel .carousel-indicators {
  bottom: 39px;
}
/* line 1770, ../sass/main.scss */
#home-carousel .carousel-indicators li {
  border-width: 2px;
  color: #1e4273;
}

/* line 1820, ../sass/main.scss */
.home-alternate #bars-home {
  height: 450px;
}
/* line 1823, ../sass/main.scss */
.home-alternate a.go_to {
  font-size: 16px;
  text-align: center;
  background: #0b80b7;
  padding: 5px 10px;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  display: block;
  width: 205px;
  border-radius: 4px;
  margin: auto;
}
/* line 1835, ../sass/main.scss */
.home-alternate a.go_to:hover {
  background: #1e4273;
}
/* line 1839, ../sass/main.scss */
.home-alternate #bars-home a.go_to {
  /*left: auto ; 
  bottom: auto ; 
  right: 40px;
  top: 65px;*/
}
/* line 1845, ../sass/main.scss */
.home-alternate .item {
  height: 550px !important;
}
/* line 1848, ../sass/main.scss */
.home-alternate .item .row h2 {
  text-align: center;
  border-bottom: none;
  font-size: 24px;
  color: #1e4273;
}
/* line 1857, ../sass/main.scss */
.home-alternate .first-slide .container {
  margin-top: -25px;
}
/* line 1862, ../sass/main.scss */
.home-alternate .second-slide a.go_to {
  margin-top: 0px;
}
/* line 1866, ../sass/main.scss */
.home-alternate .fourth-slide {
  margin-top: 50px;
  margin-bottom: -50px;
}
/* line 1869, ../sass/main.scss */
.home-alternate .fourth-slide img {
  margin: auto;
  display: block;
}
/* line 1875, ../sass/main.scss */
.home-alternate .last-slide img {
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: -20px;
}

/* line 1884, ../sass/main.scss */
img#print-iarc-logo-edge {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 30px;
  display: none;
}

/* Loader */
/* line 1894, ../sass/main.scss */
.fa-spin-custom, .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1919, ../sass/main.scss */
a.btn_download_pdf {
  display: none !important;
}

/* line 1923, ../sass/main.scss */
g.nv-multiBarHorizontalChart, g.nv-multiBarWithLegend {
  transform: translate(200px, 80px);
}
/* line 1926, ../sass/main.scss */
g.nv-multiBarHorizontalChart .nv-x.nv-axis line, g.nv-multiBarWithLegend .nv-x.nv-axis line {
  stroke: none !important;
}
/* line 1929, ../sass/main.scss */
g.nv-multiBarHorizontalChart .nv-y.nv-axis .zero line, g.nv-multiBarWithLegend .nv-y.nv-axis .zero line {
  stroke: #000000 !important;
}

/* line 1935, ../sass/main.scss */
g.nv-discreteBarWithAxes .nv-x.nv-axis line {
  stroke: none !important;
}
/* line 1938, ../sass/main.scss */
g.nv-discreteBarWithAxes .nv-y.nv-axis .zero line {
  stroke: #000000 !important;
}

/* line 1943, ../sass/main.scss */
.nvtooltip {
  background: rgba(237, 232, 232, 0.8);
}

/* line 1947, ../sass/main.scss */
text#chart-title, .highcharts-title, h2#chart-title {
  font-size: 18px !important;
  padding: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #000000;
  border: none;
  line-height: 16px;
  margin-top: 0;
  font-family: Source Sans Pro !important;
}

/* line 1959, ../sass/main.scss */
select#sort_by {
  width: 60%;
}

/* line 1963, ../sass/main.scss */
select#sort_direction {
  width: 35%;
}

/* line 1967, ../sass/main.scss */
select#agent option[value="6"] {
  font-style: italic;
}

/* Intro .js */
/* line 1973, ../sass/main.scss */
a#btnDemo {
  position: fixed;
  right: 0;
  top: 50%;
  background: #fff;
  padding: 3px 5px;
  display: block;
  box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 1988, ../sass/main.scss */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(ellipse cover at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2010, ../sass/main.scss */
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 2020, ../sass/main.scss */
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

/* line 2026, ../sass/main.scss */
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2034, ../sass/main.scss */
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

/* line 2040, ../sass/main.scss */
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2057, ../sass/main.scss */
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2070, ../sass/main.scss */
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2080, ../sass/main.scss */
.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* line 2111, ../sass/main.scss */
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

/* line 2116, ../sass/main.scss */
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 2123, ../sass/main.scss */
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 2131, ../sass/main.scss */
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 2140, ../sass/main.scss */
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

/* line 2148, ../sass/main.scss */
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

/* line 2156, ../sass/main.scss */
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 2163, ../sass/main.scss */
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 2171, ../sass/main.scss */
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 2180, ../sass/main.scss */
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/* line 2197, ../sass/main.scss */
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
/* line 2206, ../sass/main.scss */
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

/* line 2239, ../sass/main.scss */
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

/* line 2245, ../sass/main.scss */
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
/* line 2254, ../sass/main.scss */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2259, ../sass/main.scss */
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

/* line 2265, ../sass/main.scss */
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

/* line 2272, ../sass/main.scss */
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 2279, ../sass/main.scss */
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

/* line 2285, ../sass/main.scss */
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 2291, ../sass/main.scss */
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

/* line 2301, ../sass/main.scss */
.introjs-hidden {
  display: none;
}

/* line 2305, ../sass/main.scss */
.introjs-bullets {
  text-align: center;
}

/* line 2308, ../sass/main.scss */
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

/* line 2315, ../sass/main.scss */
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

/* line 2321, ../sass/main.scss */
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

/* line 2333, ../sass/main.scss */
.introjs-bullets ul li a:hover {
  background: #999;
}

/* line 2336, ../sass/main.scss */
.introjs-bullets ul li a.active {
  background: #999;
}

/* line 2340, ../sass/main.scss */
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

/* line 2348, ../sass/main.scss */
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

/* line 2359, ../sass/main.scss */
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

/* line 2367, ../sass/main.scss */
.introjs-fixedTooltip {
  position: fixed;
}

/* line 2371, ../sass/main.scss */
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

/* line 2379, ../sass/main.scss */
.introjs-hint:focus {
  border: 0;
  outline: 0;
}

/* line 2383, ../sass/main.scss */
.introjs-hidehint {
  display: none;
}

/* line 2387, ../sass/main.scss */
.introjs-fixedhint {
  position: fixed;
}

/* line 2391, ../sass/main.scss */
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

/* line 2395, ../sass/main.scss */
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 2412, ../sass/main.scss */
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

/* line 2417, ../sass/main.scss */
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
/* line 2508, ../sass/main.scss */
.axis path,
.axis line {
  fill: none;
  stroke: #eaeaea;
  shape-rendering: crispEdges;
}

/* line 2517, ../sass/main.scss */
table.val_tooltip tr td {
  background: #fff;
  border: solid 1px black;
  padding: 3px 10px;
}

/* line 2525, ../sass/main.scss */
.tooltip.right p, .tooltip.right .tooltip-inner {
  text-align: left !important;
}

/* line 2529, ../sass/main.scss */
#svg-dot svg {
  height: 500px !important;
}

/* line 2533, ../sass/main.scss */
.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

/* line 2539, ../sass/main.scss */
.grid line {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}

/* line 2545, ../sass/main.scss */
.grid path {
  stroke-width: 0;
}

/* line 2549, ../sass/main.scss */
ul.legend {
  margin-top: 50px;
  padding-left: 85px !important;
}
/* line 2552, ../sass/main.scss */
ul.legend li {
  margin: 0px 10px;
  display: inline-block;
}
/* line 2555, ../sass/main.scss */
ul.legend li span {
  display: inline-block;
  width: 35px;
  height: 10px;
  margin-right: 5px;
  opacity: 0.8;
}

/* line 2566, ../sass/main.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px;
}

/* line 2571, ../sass/main.scss */
table.tablesorter thead {
  background: #0b80b7;
  color: #fff;
}
/* line 2576, ../sass/main.scss */
table.tablesorter thead tr .header {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
/* line 2582, ../sass/main.scss */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background: #1e4273;
  cursor: pointer;
}
/* line 2587, ../sass/main.scss */
table.tablesorter th {
  text-align: right;
  padding-right: 5px !important;
}
/* line 2591, ../sass/main.scss */
table.tablesorter td {
  text-align: right;
  padding-right: 2px;
}
/* line 2595, ../sass/main.scss */
table.tablesorter th:first-child, table.tablesorter td:first-child {
  text-align: right;
}
