@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.button_text {
  position: relative;
  z-index: 1;
}

html, body {
  font-size: 16px;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #fff;
  text-rendering: optimizeLegibility;
}

body[data-status=loading] #Cache {
  display: block;
}
body[data-status=loading] #Loader.loader {
  display: block;
}
body[data-preloading=true][data-page=world] #Cache, body[data-preloading=true][data-page=data] #Cache, body[data-preloading=true][data-page=country] #Cache, body[data-preloading=true][data-page=solo] #Cache {
  display: block;
}
body[data-preloading=true][data-page=world] #Loader.loader, body[data-preloading=true][data-page=data] #Loader.loader, body[data-preloading=true][data-page=country] #Loader.loader, body[data-preloading=true][data-page=solo] #Loader.loader {
  display: block;
}
body[data-preloading=true][data-page=world] #Application, body[data-preloading=true][data-page=data] #Application, body[data-preloading=true][data-page=country] #Application, body[data-preloading=true][data-page=solo] #Application {
  visibility: hidden;
}
body[data-preloading=true][data-page=world] #Application *:after, body[data-preloading=true][data-page=data] #Application *:after, body[data-preloading=true][data-page=country] #Application *:after, body[data-preloading=true][data-page=solo] #Application *:after {
  visibility: hidden;
}
body.framed {
  height: 95%;
}
body.framed #Header, body.framed #Footer, body.framed footer {
  display: none !important;
}
body.framed #Application {
  margin-top: 20px;
  padding: 0;
}
body.framed .site-content {
  margin-top: 20px;
}

#Application {
  margin-top: 115px;
  padding-bottom: 40px;
  background: #fff;
  min-height: calc(100vh - 150px);
}
#Application[data-page=country] {
  margin-top: 65px;
}

#defaultExportBlank {
  display: none;
}

.green_bt {
  background: #00c26f;
  border: 0px;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.selectbox {
  border: 0px solid;
  border-top: 1px solid #1f4f4b;
  border-bottom: 1px solid #1f4f4b;
  color: #1f4f4b;
  font-family: "lato";
  font-weight: 900;
  background: url("images/arrow-dropdown.svg") no-repeat 100% 50% #fff;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  position: relative;
  padding-right: 10px;
}

.share_bt {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.share_bt[data-share=tw] {
  background: url("images/ident-mini-twitter.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.share_bt[data-share=fb] {
  background: url("images/ident-mini-fb.svg") no-repeat 0 0;
  background-size: 100% 100%;
}

.highcharts-tooltip {
  font-family: "lato";
  color: #1f4f4b;
}
.highcharts-tooltip .tooltip_year {
  font-size: 13px;
  font-weight: 700;
  color: #1f4f4b;
  border-bottom: 1px solid #1f4f4b;
  margin-bottom: 5px;
}
.highcharts-tooltip .tooltip_serie {
  font-size: 12px;
  color: #1f4f4b;
  height: 18px;
  line-height: 18px;
}
.highcharts-tooltip .tooltip_serie.selected {
  font-weight: 900;
}
.highcharts-tooltip .tooltip_serie .serie_chip {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 3px;
}
.highcharts-tooltip .tooltip_serie .serie_value {
  display: inline-block;
  color: #1f4f4b;
  margin-left: 5px;
}
.highcharts-tooltip .country_value {
  margin: 0;
  font-weight: 900;
  font-size: 13px;
  color: #1f4f4b;
}
.highcharts-tooltip .serie_clicktoadd {
  color: #628481;
  font-size: 11px;
  text-transform: uppercase;
}

.action_bt {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.action_bt:hover {
  opacity: 0.8;
}

.actions_bt_cancel {
  margin: 0 10px 0 0;
  background: #ededed;
  color: #4F4F4F;
}
.actions_bt_cancel:hover {
  color: #4F4F4F;
  text-decoration: none;
}

.actions_bt_ok {
  background: #00c26f;
  margin: 0 0 0 10px;
  color: #fff;
}
.actions_bt_ok:hover {
  color: #fff;
  text-decoration: none;
}
.actions_bt_ok.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.actions_bt_next {
  background: #00c26f;
  margin: 0 0 0 10px;
  color: #fff;
  display: none;
}
.actions_bt_next:hover {
  color: #fff;
  text-decoration: none;
}

.popin {
  padding: 10px;
  color: #1f4f4b;
}
.popin .popin_title {
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid #1f4f4b;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.popin .popin_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #1f4f4b;
  text-decoration: none;
  width: 34px;
  text-align: right;
}
.popin .popin_close:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 16px;
  top: -1px;
  height: 16px;
  background: url("images/close-small.svg") no-repeat 0 0;
}
.popin .popin_content {
  position: relative;
}
.popin .popin_content .qualitypopin-infos-bucket {
  position: fixed;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-height: 90vh;
  overflow: auto;
}
.popin .popin_content .breakLine {
  display: inline-block;
  width: 100%;
}
.popin .popin_content .data_quality_indicators {
  width: initial;
}
.popin .popin_content .data_quality_indicators .data_quality_indicator {
  top: 2px;
}
.popin .popin_content .content_row {
  text-align: center;
}
.popin .popin_content .content_row .row_block {
  display: inline-block;
  vertical-align: top;
}
.popin .popin_content .content_row .row_block .block_title {
  font-size: 15px;
  text-transform: uppercase;
}
.popin .popin_content .input_url {
  border: 1px solid #1f4f4b;
  width: 460px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.popin .popin_content .area_embed {
  border: 1px solid #1f4f4b;
  width: 460px;
  display: inline-block;
  height: 60px;
  line-height: 30px;
  font-size: 12px;
  line-height: 16px;
}

#SharePopin .cache_content {
  width: 600px;
  background: #fff;
  border: 10px solid #00c26f;
}
#SharePopin .cache_content .popin .popin_content .content_row {
  margin: 20px 0 0;
}
#SharePopin .cache_content .popin .popin_content .content_row.row_first {
  margin: 30px 0 0;
}
#SharePopin .cache_content .popin .popin_content .content_row.row_last {
  margin: 20px 0 40px;
}
#SharePopin .cache_content .popin .popin_content .download_block, #SharePopin .cache_content .popin .popin_content .share_block {
  width: 260px;
}
#SharePopin .cache_content .popin .popin_content .download_block .download_pdf_bt {
  background: url("images/filetypeBig-pdf.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 53px;
  height: 68px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
#SharePopin .cache_content .popin .popin_content .download_block .download_jpg_bt {
  background: url("images/filetypeBig-jpg.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 53px;
  height: 68px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
#SharePopin .cache_content .popin .popin_content .share_block .block_content {
  padding: 20px 0 0;
}
#SharePopin .cache_content .popin .popin_content .share_block .block_content .share_bt {
  margin: 0 2px;
}

#InfoPopin .cache_content {
  width: 600px;
  background: #fff;
  border: 10px solid #00c26f;
}
#InfoPopin .cache_content .popin {
  font-size: 13px;
  line-height: 16px;
  color: #1f4f4b;
}
#InfoPopin .cache_content .popin .popin_content {
  height: 400px;
  overflow: auto;
  padding: 20px 40px 0;
}
#InfoPopin .cache_content .popin .popin_content .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 20px 0 0;
  padding-top: 10px;
  border-top: 1px solid #1f4f4b;
}
#InfoPopin .cache_content .popin .popin_content .subtitle:first-child {
  margin: 0;
  padding: 0;
  border: 0px;
}
#InfoPopin .cache_content .popin .popin_content .subtitle.country_subtitle {
  position: relative;
}
#InfoPopin .cache_content .popin .popin_content .subtitle.country_subtitle .country_methodo_bt {
  position: absolute;
  right: 0px;
  top: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  background: #00c26f;
  color: #fff;
  width: 200px;
}
#InfoPopin .cache_content .popin .popin_content .subtitle.country_subtitle .country_methodo_bt:hover {
  color: #fff;
  text-decoration: none;
}
#InfoPopin .cache_content .popin .popin_content .content {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 0;
}
#InfoPopin .cache_content .popin .popin_content .content p {
  margin: 0;
}
#InfoPopin .cache_content .popin .popin_content .content .ptitle {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
#InfoPopin .cache_content .popin .popin_content .content .ptitle.qualitytitle {
  display: inline-block;
}
#InfoPopin .cache_content .popin .popin_content .content .pinfo {
  margin-top: 10px;
}
#InfoPopin .cache_content .popin .popin_content .content .pinfo.linecompact {
  margin-top: 0px;
}
#InfoPopin .cache_content .popin .popin_content .content .pinfo.linecompact .psubtitle {
  float: left;
}
#InfoPopin .cache_content .popin .popin_content .content .psubtitle {
  font-weight: 900;
  display: block;
}
#InfoPopin .cache_content .popin .actions_bt {
  margin-top: 10px;
  text-align: center;
}

#AlertErrorPopin .cache_content {
  width: 300px;
  background: #fff;
  border: 10px solid #f6a707;
}
#AlertErrorPopin .cache_content .popin {
  font-size: 13px;
  line-height: 16px;
}
#AlertErrorPopin .cache_content .popin .actions_bt {
  margin-top: 10px;
  text-align: center;
}
#AlertErrorPopin .cache_content .popin .actions_bt .action_bt {
  margin: 0;
  background-color: #f6a707;
}
#AlertErrorPopin .cache_content .popin .debug-error {
  display: none;
}
#AlertErrorPopin.showcode .cache_content {
  width: 500px;
}
#AlertErrorPopin.showcode .cache_content .popin .debug-error {
  display: block;
}

#ExclusionPopin .cache_content {
  width: 300px;
  background: #fff;
  border: 10px solid #00c26f;
}
#ExclusionPopin .cache_content .popin {
  font-size: 13px;
  line-height: 16px;
}
#ExclusionPopin .cache_content .popin .actions_bt {
  margin-top: 10px;
  text-align: center;
}

#DataMaxIndicatorsPopin .cache_content,
#NodataPopin .cache_content {
  width: 300px;
  background: #fff;
  border: 10px solid #00c26f;
}
#DataMaxIndicatorsPopin .cache_content .popin,
#NodataPopin .cache_content .popin {
  font-size: 13px;
  line-height: 16px;
}
#DataMaxIndicatorsPopin .cache_content .popin .actions_bt,
#NodataPopin .cache_content .popin .actions_bt {
  margin-top: 10px;
  text-align: center;
}
#DataMaxIndicatorsPopin .cache_content .popin .actions_bt .action_bt,
#NodataPopin .cache_content .popin .actions_bt .action_bt {
  margin: 0;
}

#DataMaxIndicatorsPopin .cache_content {
  width: 400px;
}
#DataMaxIndicatorsPopin .popin_content {
  padding: 20px;
}

.exclusion_checkbox_wrapper, .exclusiondata_checkbox_wrapper {
  margin: 10px 0;
  cursor: pointer;
}
.exclusion_checkbox_wrapper:hover, .exclusiondata_checkbox_wrapper:hover {
  opacity: 0.8;
}
.exclusion_checkbox_wrapper .exclusion_checkbox, .exclusion_checkbox_wrapper .exclusiondata_checkbox, .exclusiondata_checkbox_wrapper .exclusion_checkbox, .exclusiondata_checkbox_wrapper .exclusiondata_checkbox {
  margin: 0;
  background: #ededed;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin-right: 4px;
}
.exclusion_checkbox_wrapper .exclusion_checkbox:after, .exclusion_checkbox_wrapper .exclusiondata_checkbox:after, .exclusiondata_checkbox_wrapper .exclusion_checkbox:after, .exclusiondata_checkbox_wrapper .exclusiondata_checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  background: url("images/check.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.exclusion_checkbox_wrapper.checked .exclusion_checkbox:after, .exclusion_checkbox_wrapper.checked .exclusiondata_checkbox:after, .exclusiondata_checkbox_wrapper.checked .exclusion_checkbox:after, .exclusiondata_checkbox_wrapper.checked .exclusiondata_checkbox:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.highcharts-navigator-handle-left path, .highcharts-navigator-handle-right path {
  stroke: #ffffff !important;
}

.highcharts-legend-item path {
  stroke-width: 12;
}

#WorldMapGraph .highcharts-legend-item path, #SoloGraphWrapper[data-graph=countriesmap] .highcharts-legend-item path {
  stroke-width: 1;
  stroke: #ffffff;
}
#WorldMapGraph .highcharts-legend-item text, #SoloGraphWrapper[data-graph=countriesmap] .highcharts-legend-item text {
  -moz-transform: translate(3px, 0);
  -o-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

/*
.data_quality_indicators,
.data_quality_content {
  display: none !important;
}
*/
.tooltip_year.tooltip_country {
  margin-left: 5px;
  padding-right: 180px;
}
.tooltip_year.tooltip_country .data_quality_indicators {
  position: absolute;
  right: 0px;
  top: -2px;
  width: initial;
}
.tooltip_year.tooltip_country .data_quality_indicators .qualityTitle {
  color: #628481;
  font-weight: 500;
  line-height: 15px;
  height: 15px;
}
.tooltip_year.tooltip_country .data_quality_indicators[data-quality=null], .tooltip_year.tooltip_country .data_quality_indicators[data-quality=""] {
  display: none !important;
}
.tooltip_year.tooltip_country .data_quality_indicators[data-quality=null] .data_quality_indicator, .tooltip_year.tooltip_country .data_quality_indicators[data-quality=""] .data_quality_indicator {
  display: none;
}
.tooltip_year.tooltip_country .data_quality_indicators[data-quality=null] .qualityTitle, .tooltip_year.tooltip_country .data_quality_indicators[data-quality=""] .qualityTitle {
  height: 15px;
  line-height: 15px;
}
.tooltip_year.tooltip_country .data_quality_indicators[data-quality=null] .data_quality_txt, .tooltip_year.tooltip_country .data_quality_indicators[data-quality=""] .data_quality_txt {
  display: block;
  margin-left: 0px;
  position: relative;
  color: #628481;
  font-weight: 700;
  float: left;
  height: 15px;
  font-size: 11px;
  line-height: 17px;
}
.tooltip_year.tooltip_country .data_quality_indicators .data_quality_txt {
  right: 0px;
  color: #628481;
  font-weight: 700;
}
.tooltip_year.tooltip_country .qualityTitle {
  font-size: 11px;
  float: left;
  line-height: 15px;
  margin-right: 5px;
}

.qualitypopin-block {
  position: relative;
}

.qualitypopin-infos {
  display: none;
  position: absolute;
  font-size: 12px;
  width: 380px;
  bottom: 22px;
  left: 0px;
  margin-left: -108px;
  text-align: left;
  color: #FFF;
  line-height: 16px;
  background-color: #1f4f4b;
  border-radius: 5px;
  padding: 15px 15px;
  z-index: 12;
  letter-spacing: 0.07em;
  pointer-events: none;
}
.qualitypopin-infos .qualitypopin-infos-txt {
  opacity: 0.9;
}

.popin_quality_close {
  position: absolute;
  right: 8px;
  padding-right: 20px;
  font-size: 12px;
  top: 9px;
  width: 55px;
  line-height: 14px;
  cursor: pointer;
  text-align: right;
  color: #FFF;
}
.popin_quality_close .txt-close {
  color: #FFF;
  display: none;
}
.popin_quality_close:hover .txt-close {
  display: inline-block;
}
.popin_quality_close:before {
  content: "";
  position: absolute;
  right: 0px;
  width: 16px;
  top: -1px;
  height: 16px;
  background: url(images/close-small-invert.svg) no-repeat 0 0;
}

.qualitypopin-infos-bucket {
  position: absolute;
  font-size: 12px;
  width: 278px;
  right: 0px;
  margin-left: -108px;
  top: -4px;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  text-align: left;
  color: #FFF;
  line-height: 16px;
  background-color: #1f4f4b;
  border-radius: 5px;
  padding: 8px 15px 15px 15px;
  z-index: 12;
  letter-spacing: 0.07em;
}
.qualitypopin-infos-bucket .qualitypopin-infos-quality-level {
  margin-top: 8px;
}
.qualitypopin-infos-bucket .qualitypopin-infos-txt {
  font-weight: 400;
  margin-top: 8px;
}
.qualitypopin-infos-bucket .qualitypopin-infos-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.qualitypopin-infos-bucket .data_quality_indicators {
  width: initial;
  margin-top: initial;
}
.qualitypopin-infos-bucket .data_quality_indicators .data_quality_indicator {
  top: 1px;
}
.qualitypopin-infos-bucket .qualitypopin-infos-quality-level-header {
  margin-top: 10px;
}
.qualitypopin-infos-bucket .data_quality_score {
  margin-left: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #cdcfc1;
  height: 16px;
  line-height: 16px;
}

.qualitypopin-bt {
  position: relative;
  width: 16px;
  height: 16px;
  background: url("images/action-source-smallv2.svg") no-repeat center center;
  background-size: 8px 10px;
  background-color: #1f4f4b;
  display: inline-block;
  border-radius: 8px;
  left: 6px;
  top: 2px;
  cursor: pointer;
}
.qualitypopin-bt:hover + .qualitypopin-infos {
  display: block;
}

.data_quality_txt {
  position: absolute;
  display: none;
  margin-left: 15px;
  height: 14px;
  margin-top: -1px;
  font-size: 12px;
  opacity: 0.8;
  display: none;
}

.data_quality_indicators {
  margin-top: 5px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.data_quality_indicators .data_quality_indicator {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(img/star-off.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="1"] .data_quality_indicator.star1 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="2"] .data_quality_indicator.star1 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="2"] .data_quality_indicator.star2 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="3"] .data_quality_indicator.star1 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="3"] .data_quality_indicator.star2 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="3"] .data_quality_indicator.star3 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="4"] .data_quality_indicator.star1 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="4"] .data_quality_indicator.star2 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="4"] .data_quality_indicator.star3 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="4"] .data_quality_indicator.star4 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="5"] .data_quality_indicator.star1 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="5"] .data_quality_indicator.star2 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="5"] .data_quality_indicator.star3 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="5"] .data_quality_indicator.star4 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality="5"] .data_quality_indicator.star5 {
  background-image: url(img/star-on.svg);
  background-size: 100% 100%;
}
.data_quality_indicators[data-quality=null] {
  display: none !important;
}
.data_quality_indicators[data-quality=null] .data_quality_indicator {
  opacity: 0;
}
.data_quality_indicators[data-quality=null] .data_quality_txt {
  display: inline-block;
}

.popin .data_quality_indicators[data-quality=null] {
  display: none !important;
}
.popin .data_quality_indicators[data-quality=null] .data_quality_indicator {
  opacity: 0;
}
.popin .data_quality_indicators[data-quality=null] .data_quality_txt {
  left: 0px;
  margin-left: 0px;
  display: inline-block;
}

.cc-btn.cc-revoke,
.cc-btn.cc-allow {
  display: none;
}

.cc-window.cc-banner {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.cc-window.cc-banner .cc-message {
  font-size: 12px;
  line-height: 14px;
}
.cc-window.cc-banner .cc-btn.cc-dismiss {
  padding: 2px 5px;
  background-color: #FFF;
  color: #000 !important;
  font-size: 12px;
  line-height: 14px;
}

#trackVisits_enable {
  display: none;
}

.license-tootlip {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  right: 30px;
  bottom: -30px;
  padding: 15px;
  color: #1f4f4b;
  z-index: 99;
  border: 1px solid;
  width: 220px;
  text-align: left;
}

a[rel=license] {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: 8px;
}

a[rel=license]:hover .license-tootlip {
  opacity: 1;
}

.button_text {
  position: relative;
  z-index: 1;
}

#Application[data-page=country] {
  text-align: center;
}
#Application[data-page=country] .country_head {
  width: 100%;
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(217, 219, 205, 0.7) 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(217, 219, 205, 0.7) 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(217, 219, 205, 0.7) 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  text-align: center;
  height: 60px;
  padding: 30px 0 0;
  position: relative;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper {
  margin-left: 0px;
  padding-left: 8px;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .country_dropdown_bt {
  background: none;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .country_infos {
  left: 8px;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .source-head-bt {
  position: relative;
  width: 16px;
  height: 16px;
  background: url("images/action-source-smallv2.svg") no-repeat center center;
  background-size: 8px 10px;
  background-color: #1f4f4b;
  display: inline-block;
  border-radius: 8px;
  left: 6px;
  top: 2px;
  cursor: pointer;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .source-head-bt:hover + .source-head-infos {
  display: block;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .source-head-block {
  position: relative;
}
#Application[data-page=country] .country_head.country_head_v3 .country_head_content .country_label_wrapper .source-head-infos {
  display: none;
  position: absolute;
  font-size: 10px;
  width: 240px;
  top: 20px;
  right: 50%;
  margin-right: -120px;
  text-align: center;
  color: #FFF;
  background-color: #1f4f4b;
  border-radius: 5px;
  padding: 2px 4px;
  z-index: 99;
}
#Application[data-page=country] .country_head .country_head_content {
  width: 980px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
#Application[data-page=country] .country_head .country_head_content .header_submenu_regions {
  position: absolute;
  left: -30px;
  top: 50px;
  padding: 0 10px;
  margin-left: 30px;
  background-color: #FFF;
  z-index: 999;
}
#Application[data-page=country] .country_head .country_head_content .header_submenu_regions:hover .header_submenu_regions_select_liste {
  display: block;
}
#Application[data-page=country] .country_head .country_head_content .header_submenu_regions_select_title {
  height: 16px;
  line-height: 16px;
  color: #1e4e4a;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}
#Application[data-page=country] .country_head .country_head_content .header_submenu_regions_select_liste {
  margin-top: 10px;
  display: none;
}
#Application[data-page=country] .country_head .country_head_content .header_subregion_item {
  border-top: 1px solid #1e4e4a;
  color: #1e4e4a;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  height: 25px;
}
#Application[data-page=country] .country_head .country_head_content .header_subregion_item a {
  color: #1e4e4a;
  text-decoration: none;
}
#Application[data-page=country] .country_head .country_head_content .header_subregion_item a:hover {
  opacity: 0.4;
}
#Application[data-page=country] .country_head .country_head_content .subregion_dropdown_bt {
  top: 0px;
  background: url("images/arrow-dropdown.svg") no-repeat 0 0;
  background-position: left 4px;
  width: 20px;
  height: 16px;
  background-size: 60% 60%;
  float: left;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper {
  color: #1e4e4a;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
  min-width: 430px;
  height: 43px;
  margin-left: 30px;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 43px;
  width: 1px;
  background-color: #1f4f4b;
  top: 0px;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper .country_dropdown_bt {
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  background: url("images/arrow-dropdown.svg") no-repeat 0 0;
  width: 26px;
  height: 16px;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper .country_label {
  font-size: 32px;
  font-weight: 700;
  line-height: 12px;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper .country_infos {
  position: absolute;
  left: 20px;
  bottom: 0px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
#Application[data-page=country] .country_head .country_head_content .country_label_wrapper .country_infos span {
  font-weight: 700;
}
#Application[data-page=country] .country_head .country_head_content .country_report_bt {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #1f4f4b;
  vertical-align: top;
  text-transform: uppercase;
  padding: 29px 5px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}
#Application[data-page=country] .country_head .country_head_content .country_report_bt:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  background: url("images/filetype-default.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 22px;
  height: 27px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #1f4f4b;
  vertical-align: top;
  text-transform: uppercase;
  padding: 29px 5px 0;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  font-size: 12px;
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt .country_download_bt_infos {
  position: absolute;
  display: inline-block;
  font-size: 10px;
  width: 120px;
  bottom: -40px;
  right: 50%;
  margin-right: -60px;
  text-align: center;
  color: #FFF;
  background-color: #1f4f4b;
  border-radius: 5px;
  padding: 2px 4px;
  display: none;
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt:hover .country_download_bt_infos {
  display: block;
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  background: url("images/bt-download.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 43px;
  width: 1px;
  background-color: #1f4f4b;
  top: 0px;
}
#Application[data-page=country] .country_head .country_head_content .country_download_bt.waitingdownload:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  background: url("images/loader.gif") no-repeat 0 0;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Application[data-page=country] .country_head .country_head_content .country_methodo_bt {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #1f4f4b;
  vertical-align: top;
  text-transform: uppercase;
  padding: 26px 20px 0;
  cursor: pointer;
  text-decoration: none;
}
#Application[data-page=country] .country_head .country_head_content .country_methodo_bt:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  background: url("images/methodo-link.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 24px;
  height: 17px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Application[data-page=country] .country_head .country_head_content .country_methodo_bt:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 43px;
  width: 1px;
  background-color: #1f4f4b;
  top: 0px;
}
#Application[data-page=country] .country_head .country_head_content .country_head_map {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 260px;
  height: 140px;
}
#Application[data-page=country] .country_head .country_head_content .country_head_map #worldMapSVG {
  width: 100%;
  height: 100%;
}
#Application[data-page=country] .country_graph_menu {
  min-height: 540px;
}
#Application[data-page=country] .country_graph_menu[id^=CountryTimeseriesMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu[id^=CountryTimeseriesMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#CountryTimeseriesMenu .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#CountryTimeseriesMenu .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu[id^=barChartsMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu[id^=barChartsMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#barChartsMenu .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#barChartsMenu .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu[id^=barCharts_indicatorsMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu[id^=barCharts_indicatorsMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#barCharts_indicatorsMenu .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#barCharts_indicatorsMenu .subgroup_item[data-groups=true] {
  display: none !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .selector_subgroup[data-decomposition=false], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-groups=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .selector_subgroup[data-decomposition=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-groups=false] {
  display: none !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-decomposition=false], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-groups=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-decomposition=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-groups=false] {
  display: none !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .selector_subgroup[data-decomposition=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .selector_subgroup[data-decomposition=true] {
  display: block !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .subgroup_item[data-decomposition=true] {
  display: block !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionTimeMenu-] .selector_sublink[data-panel=other-macro-variable], #Application[data-page=country] .country_graph_menu#CountryDecompositionTimeMenu .selector_sublink[data-panel=other-macro-variable] {
  display: none;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .selector_subgroup[data-groups=false], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-decomposition=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .selector_subgroup[data-groups=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-decomposition=false] {
  display: none !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-groups=false], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-decomposition=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-groups=false], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-decomposition=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-decomposition=false] {
  display: none !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .selector_subgroup[data-groups=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .selector_subgroup[data-groups=true] {
  display: block !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .subgroup_item[data-groups=true], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .subgroup_item[data-groups=true] {
  display: block !important;
}
#Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .selector_sublink[data-panel=other-macro-variable], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .selector_sublink[data-panel=income-macro-variable], #Application[data-page=country] .country_graph_menu[id^=CountryDecompositionGroupsMenu-] .selector_sublink[data-panel=wealth-macro-variable], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .selector_sublink[data-panel=other-macro-variable], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .selector_sublink[data-panel=income-macro-variable], #Application[data-page=country] .country_graph_menu#CountryDecompositionGroupsMenu .selector_sublink[data-panel=wealth-macro-variable] {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture {
  width: 100%;
  margin: 0px 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture[data-income-decomposable=false][data-wealth-decomposable=false] {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture[data-income-decomposable=true][data-wealth-decomposable=false] .metric_selectbox {
  background: #fff;
}
#Application[data-page=country] #CountryPicture.country_picture[data-income-decomposable=true][data-wealth-decomposable=false] .metric_selectbox option[value=wealth] {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture[data-comparison=true] .picture_graph .picture_country_label {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-comparison=true] .year_selectbox {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture[data-comparison=true] .picture_rollback_bt {
  display: inline-block !important;
}
#Application[data-page=country] #CountryPicture.country_picture[data-bonom-tooltip=true] .picture_selector_compare {
  margin-top: 80px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_title {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e4e4a;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_metric {
  margin-bottom: 40px;
  color: #1f4f4b;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_metric .metric_selectbox {
  border: 0px solid;
  border-top: 4px solid #1e4e4a;
  border-bottom: 4px solid #1e4e4a;
  font-weight: 900;
  font-size: 24px;
  padding-right: 20px;
  color: #1e4e4a;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_metric .metric_inyear {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph {
  display: block;
  max-width: 800px;
  width: 100%;
  height: 130px;
  position: relative;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph[data-country=compared] {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph .picture_country_label {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 10px;
  width: 100px;
  text-align: left;
  color: #1f4f4b;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph #pictureGraphSVG, #Application[data-page=country] #CountryPicture.country_picture .picture_graph #comparedPictureGraphSVG {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph #pictureGraphSVG .percentile_rect, #Application[data-page=country] #CountryPicture.country_picture .picture_graph #pictureGraphSVG .percentile_curve, #Application[data-page=country] #CountryPicture.country_picture .picture_graph #comparedPictureGraphSVG .percentile_rect, #Application[data-page=country] #CountryPicture.country_picture .picture_graph #comparedPictureGraphSVG .percentile_curve {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph .picture_graph_shadow {
  position: absolute;
  z-index: 10;
  background: url("images/overview-shadow.png");
  background-size: 100% 100%;
  height: 60px;
  width: 100%;
  left: 0px;
  top: 70px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph .picture_graph_percents {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph .picture_graph_percents .graph_percent {
  position: absolute;
  height: 100%;
  top: 0px;
  line-height: 70px;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_graph.displayed {
  display: block !important;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew {
  position: relative;
  max-width: 800px;
  width: 100%;
  display: inline-block;
  z-index: 10;
  position: relative;
  top: -24px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile {
  float: left;
  position: relative;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p0p50] {
  width: 50%;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p0p50] .percentile_bonoms .bonom {
  background: url("images/bonom-yellow.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p0p90] {
  width: 90%;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p0p90] .percentile_bonoms .bonom {
  background: url("images/bonom-orangelight.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p50p90] {
  width: 40%;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p50p90] .percentile_bonoms .bonom {
  background: url("images/bonom-orangelight.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p90p99] {
  width: 9%;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p90p99] .percentile_bonoms .bonom {
  background: url("images/bonom-orange.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p99p100] {
  width: 1%;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile[data-percentile=p99p100] .percentile_bonoms .bonom {
  background: url("images/bonom-red.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 20px;
  background: #1f4f4b;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile:last-child .percentile_label {
  position: absolute;
  left: 8px;
  top: 0px;
  width: 60px;
  text-align: left;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile:last-child:after {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile .percentile_label {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f4f4b;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile .percentile_bonoms {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 24px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile .percentile_bonoms .bonom {
  float: left;
  width: 6px;
  height: 19px;
  background-size: 100% 100%;
  margin-right: 2px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .crew_percentile .percentile_bonoms .bonom.selected {
  background: url("images/bonom-greendark.svg") no-repeat 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .bonom_tooltip {
  position: absolute;
  z-index: 2;
  top: 60px;
  background: #1f4f4b;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 4px 10px;
  margin-left: 3px;
  width: 150px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .bonom_tooltip.displayed {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_crew .bonom_tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1f4f4b transparent;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_compare {
  font-size: 13px;
  color: #1f4f4b;
  margin: 20px 0 0;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_compare[data-items="1"] {
  display: none;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_compare .country_selectbox {
  margin-left: 10px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_compare .year_selectbox {
  margin-left: 10px;
}
#Application[data-page=country] #CountryPicture.country_picture .picture_selector_compare .picture_rollback_bt {
  background: url("images/close-small.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  display: none;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_bottom90, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_bottom90_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_next9, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_next9_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_top1, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .picture_graph #rect_top1_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .crew_percentile[data-percentile=p0p90], #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .crew_percentile[data-percentile=p90p99], #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom90_next9_top1] .crew_percentile[data-percentile=p99p100] {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .crew_percentile[data-percentile=p0p50], #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .crew_percentile[data-percentile=p50p90], #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .crew_percentile[data-percentile=p90p99], #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .crew_percentile[data-percentile=p99p100] {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_bottom50, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_bottom50_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_middle40, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_middle40_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_next9, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_next9_curve {
  display: block;
}
#Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_top1, #Application[data-page=country] #CountryPicture.country_picture[data-segments=bottom50_middle40_next9_top1] .picture_graph #rect_top1_curve {
  display: block;
}
#Application[data-page=country] #CountryWAU {
  width: 100%;
  margin-top: 40px;
  position: relative;
  min-height: 92px;
  display: none !important;
}
#Application[data-page=country] #CountryWAU .wau_close {
  display: none;
  position: absolute;
  right: 10px;
  top: 0px;
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#Application[data-page=country] #CountryWAU #CountryPicture {
  display: none;
}
#Application[data-page=country] #CountryWAU #CountryWhereareyou .whereareyou_content {
  display: none;
}
#Application[data-page=country] #CountryWAU #CountryWhereareyou .whereareyou_initial {
  display: inline-block;
}
#Application[data-page=country] #CountryWAU[data-income-decomposable=false] .initial_text_and {
  display: none;
}
#Application[data-page=country] #CountryWAU[data-income-decomposable=false] .initial_text_link[data-type=income] {
  display: none;
}
#Application[data-page=country] #CountryWAU[data-wealth-decomposable=false] .initial_text_and {
  display: none;
}
#Application[data-page=country] #CountryWAU[data-wealth-decomposable=false] .initial_text_link[data-type=wealth] {
  display: none;
}
#Application[data-page=country] #CountryWAU[data-wealth-decomposable=false][data-income-decomposable=false] {
  display: none;
}
#Application[data-page=country] #CountryWAU.expanded {
  padding-bottom: 100px;
}
#Application[data-page=country] #CountryWAU.expanded .wau_close {
  display: block;
}
#Application[data-page=country] #CountryWAU.expanded #CountryPicture {
  display: block;
}
#Application[data-page=country] #CountryWAU.expanded #CountryWhereareyou {
  -moz-transform: translate(0, 340px);
  -o-transform: translate(0, 340px);
  -ms-transform: translate(0, 340px);
  -webkit-transform: translate(0, 340px);
  transform: translate(0, 340px);
}
#Application[data-page=country] #CountryWAU.expanded #CountryWhereareyou .whereareyou_initial {
  display: none;
}
#Application[data-page=country] #CountryWAU.expanded #CountryWhereareyou .whereareyou_content {
  display: inline-block;
}
#Application[data-page=country] #CountryWAU.expanded[data-bonom-tooltip=true] #CountryWhereareyou {
  -moz-transform: translate(0, 400px);
  -o-transform: translate(0, 400px);
  -ms-transform: translate(0, 400px);
  -webkit-transform: translate(0, 400px);
  transform: translate(0, 400px);
}
#Application[data-page=country] #CountryWAU.expanded[data-comparison=true] #CountryWhereareyou {
  -moz-transform: translate(0, 460px);
  -o-transform: translate(0, 460px);
  -ms-transform: translate(0, 460px);
  -webkit-transform: translate(0, 460px);
  transform: translate(0, 460px);
}
#Application[data-page=country] #CountryWAU.expanded[data-comparison=true][data-bonom-tooltip=true] #CountryWhereareyou {
  -moz-transform: translate(0, 520px);
  -o-transform: translate(0, 520px);
  -ms-transform: translate(0, 520px);
  -webkit-transform: translate(0, 520px);
  transform: translate(0, 520px);
}
#Application[data-page=country] #CountryWhereareyou {
  width: 100%;
  height: 92px;
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=country] #CountryWhereareyou[data-income-decomposable=false][data-wealth-decomposable=false] {
  display: none;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper {
  background-color: #f3cb00;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -moz-transform: translate(0, 300px);
  -o-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  -webkit-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper.displayed {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_initial {
  text-align: center;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_initial .initial_text {
  font-size: 18px;
  font-weight: 300;
  color: #1f4f4b;
  line-height: 92px;
  text-transform: uppercase;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_initial .initial_text .initial_text_link {
  color: #1f4f4b;
  font-weight: 800;
  text-decoration: underline;
  font-size: 24px;
  text-transform: none;
  cursor: pointer;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_content {
  display: inline-block;
  vertical-align: top;
  width: 800px;
  height: 92px;
  line-height: 92px;
  color: #1f4f4b;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_content .content_title {
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_content .content_input {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  width: 270px;
  margin: 0 10px;
  padding: 0 10px;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_content .content_valid {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 53px;
  color: #fff;
  background: #f78200;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .whereareyou_content .content_valid:hover {
  opacity: 0.8;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .wherareyou_infos {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 80px;
  width: 360px;
  text-align: left;
  margin-left: -160px;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .wherareyou_infos p {
  margin: 0 0 5px;
}
#Application[data-page=country] #CountryWhereareyou .whereareyou_wrapper .wherareyou_infos p .infos_currency_selectbox {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#Application[data-page=country] #CountryWhereareyou.expanded {
  height: 460px;
  -webkit-transform: translate(0, -20px) !important;
  -ms-transform: translate(0, -20px) !important;
  transform: translate(0, -20px) !important;
}
#Application[data-page=country] #CountryWhereareyou.expanded .wherareyou_infos {
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=country] .country_indicators {
  width: 100%;
  margin: 40px 0 0;
}
#Application[data-page=country] .country_indicators iframe.country_indicator {
  width: 1024px !important;
  margin: 40px auto !important;
  overflow: hidden !important;
  margin-bottom: 0px !important;
}
#Application[data-page=country] .country_indicators [id^=CountryTimeseries-] .country_indicator_title:before,
#Application[data-page=country] .country_indicators #CountryTimeseries .country_indicator_title:before,
#Application[data-page=country] .country_indicators [id^=barCharts-] .country_indicator_title:before,
#Application[data-page=country] .country_indicators #barCharts .country_indicator_title:before,
#Application[data-page=country] .country_indicators [id^=barCharts_indicators-] .country_indicator_title:before,
#Application[data-page=country] .country_indicators #barCharts_indicators .country_indicator_title:before {
  background: url("images/icon-timeseries-dark.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_indicators [id^=CountryDecompositionTime-] .country_indicator_title:before,
#Application[data-page=country] .country_indicators #CountryDecompositionTime .country_indicator_title:before {
  background: url("images/icon-stackedareas-dark.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_indicators [id^=CountryDecompositionGroups-] .country_indicator_title:before,
#Application[data-page=country] .country_indicators #CountryDecompositionGroups .country_indicator_title:before {
  background: url("images/icon-stackedbars-dark.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_indicators .country_indicator {
  display: inline-block;
  width: 100%;
  margin: 50px 0 0;
}
#Application[data-page=country] .country_indicators .country_indicator#CountryDecompositionTime {
  margin: 100px 0 0;
}
#Application[data-page=country] .country_indicators .country_indicator .country_indicator_title {
  font-size: 21px;
  font-weight: 300;
  color: #1f4f4b;
  text-transform: uppercase;
  position: relative;
}
#Application[data-page=country] .country_indicators .country_indicator .country_indicator_title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 29px;
  height: 23px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper {
  max-width: 248px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper[data-displayed-panel=true] {
  z-index: 5;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper .country_graph_menu .selector_group[data-group=geo] {
  display: none !important;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper .country_graph_menu[id^=barChartsMenu-] .selector_group[data-group=geo], #Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper .country_graph_menu#barChartsMenu .selector_group[data-group=geo], #Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper .country_graph_menu[id^=barCharts_indicatorsMenu-] .selector_group[data-group=geo], #Application[data-page=country] .country_indicators .country_indicator .country_graph_menu_wrapper .country_graph_menu#barCharts_indicatorsMenu .selector_group[data-group=geo] {
  display: block !important;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper {
  width: 745px;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  margin-top: -7px;
  height: 597px;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper {
  position: relative;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper[data-expanded=true] .group_shrink_bt {
  display: block;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper[data-expanded=true] .group_expand_bt {
  display: none;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper[data-expanded=false] .group_shrink_bt {
  display: none;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper[data-expanded=false] .group_expand_bt {
  display: block;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper .group_graph_bt {
  background: #ecede6;
  height: 18px;
  line-height: 18px;
  width: 100px;
  font-size: 11px;
  color: #1f4f4b;
  position: absolute;
  right: 110px;
  text-align: center;
  top: 100%;
  cursor: pointer;
  display: none;
  text-decoration: none;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper .group_graph_bt:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  background: url("images/arrow-expand-left.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 6px;
  height: 10px;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper .group_graph_bt:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 4px;
  background: url("images/arrow-expand-right.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 6px;
  height: 10px;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper .group_graph_bt.group_shrink_bt:before {
  background: url("images/arrow-expand-right.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsGraphWrapper.graph_wrapper .group_graph_bt.group_shrink_bt:after {
  background: url("images/arrow-expand-left.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper [id^=CountryDecompositionGroupsBucket-],
#Application[data-page=country] .country_indicators .country_indicator .country_graph_wrapper #CountryDecompositionGroupsBucket {
  margin-top: 40px;
}

#CountriesDropdown .cache_content {
  width: 240px;
  height: 300px;
  background: #fff;
  overflow: auto;
}
#CountriesDropdown .cache_content .countries_list {
  color: #0b6685;
  text-transform: uppercase;
}
#CountriesDropdown .cache_content .countries_list .country_item {
  display: inline-block;
  vertical-align: top;
  text-shadow: 0px 0px 0px;
  font-size: 12px;
  color: #0b6685;
  padding: 0 10px;
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #0b6685;
  text-decoration: none;
}
#CountriesDropdown .cache_content .countries_list .country_item:hover {
  opacity: 0.4;
}

.button_text {
  position: relative;
  z-index: 1;
}

#Application[data-page=download] {
  text-align: center;
}
#Application[data-page=download] .bandeau_head_data {
  position: relative;
  margin-bottom: 50px;
}
#Application[data-page=download] .bandeau_head_data .bandeau_head_data_txt {
  display: inline-block;
  border-radius: 5px;
  background-color: #193f3c;
  padding: 10px 30px;
  color: #FFF;
  font-weight: 400;
}
#Application[data-page=download] .bandeau_head_data .bandeau_head_data_txt a {
  text-decoration: none;
  color: #FFF;
}
#Application[data-page=download] .download_selector_wrapper {
  width: 248px;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  color: #fff;
  position: relative;
  z-index: 2;
}
#Application[data-page=download] .download_selector_wrapper .download_selector {
  background: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_keys {
  background: #00c26f;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_keys .selector_group .group_inner {
  max-height: 220px;
  overflow: auto;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom {
  margin: 10px 0 0;
  background: #00c26f;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group[data-group=search] {
  opacity: 0;
  height: 0;
  padding: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group[data-group=search].focused {
  opacity: 1;
  height: auto;
  padding: 10px;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group .group_inner .subgroup_title {
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  padding: 0 10px;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group.expanded .download_selector_custom_inner .group_inner {
  height: auto;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group.expanded .selector_group[data-group=search] {
  opacity: 1;
  height: auto;
  padding: 10px;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .download_selector_custom .selector_group .selector_sublink[data-has-categorydata="0"] {
  display: inline-block;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .subgroup_item[data-decomposition=true], #Application[data-page=download] .download_selector_wrapper .download_selector .subgroup_item[data-groups=true] {
  display: none !important;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_group[data-group=years] .group_inner {
  opacity: 0;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_group[data-group=years].expanded .group_inner {
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel {
  /*
                  &[data-panel="other-macro-variable"]{
                      .actions_bt_ok{display: inline-block;}
                      .actions_bt_next{display: none;}
                      .actions_popage{
                          display: block !important;
                      }
                  }
                  */
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel .actions_popage {
  display: none !important;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel .actions_bt_ok {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel .actions_bt_next {
  display: inline-block;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] {
  width: 424px;
  color: #1f4f4b;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row {
  margin: 20px 10px 0;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell {
  text-align: left;
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell .moreoptions_select {
  width: 90%;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell .cell_title {
  text-transform: uppercase;
  font-weight: 300;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .panel_actions {
  display: block;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions] .actions_bt_ok {
  display: inline-block !important;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=s] .moreoptions_row[data-row=currency], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=p] .moreoptions_row[data-row=currency], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=e] .moreoptions_row[data-row=currency], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=k] .moreoptions_row[data-row=currency], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=l] .moreoptions_row[data-row=currency] {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=s], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=t], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=o], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=s], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=t], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=o], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=carbon-macro-variable] .moreoptions_select_distribution option[value=s], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=carbon-macro-variable] .moreoptions_select_distribution option[value=t], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=carbon-macro-variable] .moreoptions_select_distribution option[value=o] {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-distributed-variable] .moreoptions_select_distribution option[value=m], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-distributed-variable] .moreoptions_select_distribution option[value=m], #Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-parent-panel=carbon-distributed-variable] .moreoptions_select_distribution option[value=m] {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=w] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1) {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel=moreoptions][data-distribution=w] .moreoptions_row[data-row=currency] {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper .download_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-data-countries="0"] {
  display: none !important;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro {
  left: 0px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  text-indent: 0px;
  text-align: center;
  line-height: 71px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 7px;
  background: #1f4f4b;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #1f4f4b transparent transparent;
  left: 50%;
  top: -19px;
  -moz-transform: translate(-50%, 0) rotate(90deg);
  -o-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=pickdata] {
  top: 150px;
  width: 257px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=pickdata] span {
  display: inline-block;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=pickdata].fr {
  font-size: 15px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=managedata] {
  top: 150px;
  left: 440px;
  width: 373px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=managedata]:after {
  display: none;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=managedata] span {
  display: inline-block;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=managedata].fr {
  font-size: 15px;
}
#Application[data-page=download] .download_selector_wrapper.v3 .download_intro .download_intro_block[data-block=managedata].es {
  font-size: 15px;
}
#Application[data-page=download] .download_intro {
  display: none;
  position: absolute;
  left: 270px;
  top: 0px;
}
#Application[data-page=download] .download_intro.displayed {
  display: block;
}
#Application[data-page=download] .download_intro .download_intro_block {
  background: #fff;
  width: 296px;
  height: 64px;
  color: #1f4f4b;
  box-shadow: 0px 0px 10px 2px #aaa;
  font-size: 18px;
  line-height: 64px;
  text-indent: 30px;
  font-weight: 700;
  text-align: left;
  position: absolute;
}
#Application[data-page=download] .download_intro .download_intro_block:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  background: #1f4f4b;
}
#Application[data-page=download] .download_intro .download_intro_block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #1f4f4b transparent transparent;
  left: -13px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Application[data-page=download] .download_intro .download_intro_block[data-block=key] {
  top: -10px;
}
#Application[data-page=download] .download_intro .download_intro_block[data-block=custom] {
  top: 260px;
}
#Application[data-page=download] .download_intro .download_intro_block[data-block=pickdata] {
  top: 200px;
  left: 0px;
}
#Application[data-page=download] .download_intro .download_intro_or {
  font-size: 21px;
  background: #00c26f;
  color: #1f4f4b;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 40px;
  top: 135px;
  border-radius: 40px;
  text-transform: uppercase;
  position: absolute;
}
#Application[data-page=download] .download_datablock_wrapper {
  max-width: 745px;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  position: relative;
  text-align: left;
}
#Application[data-page=download] .download_datablock_wrapper.v3 .download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item {
  max-width: inherit;
  max-width: initial;
  box-sizing: border-box;
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper.v3 .download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_label {
  padding: 3px;
}
#Application[data-page=download] .download_datablock_wrapper.v3 .download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item:hover {
  background-color: #fff;
}
#Application[data-page=download] .download_datablock_wrapper.v3 .bucket_item_actions {
  left: initial;
  right: -10%;
  width: 20px;
  top: 5px;
}
#Application[data-page=download] .download_datablock_wrapper .placeholder-variables,
#Application[data-page=download] .download_datablock_wrapper .placeholder-countries,
#Application[data-page=download] .download_datablock_wrapper .placeholder-years {
  font-size: 18px;
  color: #D9DBCD;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  position: absolute;
  margin-top: 10px;
  line-height: 20px;
  width: 100%;
}
#Application[data-page=download] .download_datablock_wrapper .placeholder-variables.placeholder-years,
#Application[data-page=download] .download_datablock_wrapper .placeholder-countries.placeholder-years,
#Application[data-page=download] .download_datablock_wrapper .placeholder-years.placeholder-years {
  margin-top: 0px;
  margin-left: -10px;
}
#Application[data-page=download] .download_datablock_wrapper .download_bulk_bt {
  position: absolute;
  left: -234px;
  font-size: 13px;
  color: #0b6685;
  text-decoration: underline;
  top: -50px;
}
#Application[data-page=download] .download_datablock_wrapper .download_variables_bucket {
  position: relative;
  width: 45%;
  height: 325px;
  margin: 0 1% 0 0;
  background: #eee;
  display: inline-block;
  vertical-align: top;
}
#Application[data-page=download] .download_datablock_wrapper .download_variables_bucket #DownloadVariablesBucket.graph_bucket {
  position: relative;
  background: transparent;
  max-height: 100%;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket {
  width: 28%;
  height: 325px;
  margin: 0 1% 0 0;
  background: #eee;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .countries_bucket_title {
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .countries_bucket_title span {
  display: inline-block;
  float: left;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .bucket-header-clearall {
  font-size: 10px;
  float: left;
  text-decoration: underline;
  color: #01C36C;
  cursor: pointer;
  text-transform: none;
  padding-left: 7px;
  padding-top: 1px;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .countries_bucket_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -20px;
  color: #1f4f4b;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .bucket-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #1F4F4B;
  padding-bottom: 4px;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .bucket-header .bucket-header-label {
  font-size: 12px;
  float: left;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .bucket-header .bucket-header-clear {
  font-size: 10px;
  float: right;
  text-decoration: underline;
  color: #01C36C;
  cursor: pointer;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items {
  padding: 10px;
  overflow: auto;
  height: 100%;
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .download_countries_bucket_items_wrapper {
  margin-bottom: 15px;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .download_countries_bucket_items_wrapper.empty {
  margin-bottom: 0px;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .download_countries_bucket_items_wrapper[data-geotype=subregion] .bucket-header-clear {
  height: 28px;
  padding-top: 13px;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .country_item {
  font-size: 13px;
  color: #1f4f4b;
  text-align: left;
  position: relative;
  padding: 5px 10px 5px 3px;
  cursor: pointer;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .country_item .country_item_closebt {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .country_item:hover {
  background: #fff;
}
#Application[data-page=download] .download_datablock_wrapper .download_countries_bucket .download_countries_bucket_items .country_item:hover .country_item_closebt {
  display: block;
}
#Application[data-page=download] .download_datablock_wrapper .download_years {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  background: #eee;
  margin: 0;
  position: relative;
  padding: 0px;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .years_bucket_title {
  position: relative;
  width: 100%;
  top: -20px;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .years_bucket_title span {
  display: inline-block;
  float: left;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .years_bucket_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -20px;
  color: #1f4f4b;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .bucket-header-clearall {
  font-size: 10px;
  float: left;
  text-decoration: underline;
  color: #01C36C;
  cursor: pointer;
  text-transform: none;
  padding-left: 7px;
  padding-top: 1px;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .years_inner {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .years_inner.displayed {
  display: block;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .year_item {
  font-size: 13px;
  color: #1f4f4b;
  text-align: left;
  position: relative;
  padding: 5px 10px 5px 3px;
  cursor: pointer;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .year_item .year_item_closebt {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Application[data-page=download] .download_datablock_wrapper .download_years .year_item:hover {
  background: #fff;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .year_item:hover .year_item_closebt {
  display: block;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .download_years_bucket_items {
  padding: 10px;
  overflow: auto;
  height: 100%;
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper .download_years .placeholder-years {
  margin-top: 10px;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt {
  width: 100%;
  background: #00c26f;
  height: 62px;
  position: relative;
  text-align: center;
  display: none;
  margin: 14px 0 0;
  cursor: pointer;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt.displayed {
  display: block;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt .retrieve_text {
  line-height: 62px;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt .retrieve_text.bulkbycountry {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt .retrieve_text.bulkfull {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt[data-typeretrieve=bulkbycountry] .retrieve_text {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt[data-typeretrieve=bulkbycountry] .retrieve_text.bulkbycountry {
  display: inline-block;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt[data-typeretrieve=bulkfull] .retrieve_text {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .retrieve_bt[data-typeretrieve=bulkfull] .retrieve_text.bulkfull {
  display: inline-block;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper {
  width: 100%;
  height: 310px;
  display: block;
  margin: 14px 0 0;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_buttons {
  height: 30px;
  text-align: right;
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_buttons.displayed {
  display: block;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_buttons .table_button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_buttons .download_file {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper {
  position: relative;
  width: 100%;
  height: 275px;
  margin: 10px 0 0;
  overflow: auto;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table {
  border: 1px solid #ddd;
  width: 100%;
  color: #1f4f4b;
  font-size: 13px;
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .emptyColCell {
  opacity: 0.5;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table.displayed {
  display: block;
  position: relative;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table.displayed .row.headerFix {
  position: absolute;
  top: 0px;
  background-color: #FFF;
  z-index: 1;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table.displayed .row.headerFix.noPercentileDisplay .label_percentile {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table.displayed .row.headerFix:before {
  content: "";
  background-color: #FFFFFF;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table.displayed .row.headerFix + .row {
  margin-top: 50px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .col {
  width: 150px;
  float: left;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell {
  float: left;
  width: 150px;
  text-align: center;
  border: 1px solid #ddd;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell .head_country {
  font-weight: 700;
  display: block;
  font-size: 12px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable {
  font-size: 9px;
  line-height: 15px;
  height: 50px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable .label_str {
  display: block;
  font-size: 11px;
  font-weight: 800;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable .label_category {
  position: relative;
  display: inline-block;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable .label_category:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 0px;
  font-size: 10px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable .label_category:last-child:after {
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .cell.variable span {
  margin: 0 3px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .row {
  float: left;
  height: 50px;
  min-width: 100%;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .row .cell {
  height: 50px;
  overflow: hidden;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .row.linerow {
  height: auto;
  height: initial;
  min-height: 22px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_table .row.linerow .cell {
  height: auto;
  height: initial;
  min-height: 22px;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_nodata {
  font-size: 20px;
  text-transform: uppercase;
  color: #ccc;
  display: none;
}
#Application[data-page=download] .download_datablock_wrapper .download_table_wrapper .table_wrapper .data_nodata.displayed {
  display: block;
}
.download_variables_bucket .variables_bucket_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -20px;
  color: #1f4f4b;
}
.download_variables_bucket .variables_bucket_title {
  position: absolute;
  width: 100%;
}
.download_variables_bucket .variables_bucket_title span {
  display: inline-block;
  float: left;
}
.download_variables_bucket .bucket-header-clearall {
  font-size: 10px;
  float: left;
  text-decoration: underline;
  color: #01C36C;
  cursor: pointer;
  text-transform: none;
  padding-left: 7px;
  padding-top: 1px;
}
.download_variables_bucket .indicator_item_all_wrapper {
  padding: 10px;
}
.download_variables_bucket .indicator_item {
  font-size: 13px;
  color: #1f4f4b;
  text-align: left;
  position: relative;
  padding: 5px 10px 5px 3px;
  cursor: pointer;
}
.download_variables_bucket .indicator_item .indicator_item_closebt {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.download_variables_bucket .indicator_item:hover {
  background: #fff;
}
.download_variables_bucket .indicator_item:hover .indicator_item_closebt {
  display: block;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket {
  z-index: 1;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item {
  padding-left: 0px;
  max-width: 290px;
  height: auto;
  margin: 0 0 10px;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_label {
  line-height: 16px;
  width: 90%;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_label .label_str {
  display: block;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_label .label_category {
  margin: 0 4px 0 0;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_label .label_category:after {
  top: 2px;
}
.download_variables_bucket #DownloadVariablesBucket.graph_bucket .bucket_item .bucket_item_chip {
  display: none;
}

.download_variables_bucket {
  width: 41% !important;
}

.download_years {
  padding: 10px;
  position: relative;
  height: 325px;
  color: #1f4f4b;
}
.download_years:not(.v3) {
  font-size: 13px;
  font-weight: 700;
}
.download_years.v3 {
  position: relative;
  width: 28% !important;
}
.download_years .years_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: 15px;
  top: -20px;
  color: #1f4f4b;
}
.download_years .years_one, .download_years .years_all {
  margin-bottom: 10px;
}
.download_years .years_one .years_checkbox, .download_years .years_all .years_checkbox {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  margin: 0 5px 0 0;
  position: relative;
  vertical-align: top;
  width: 17px;
}
.download_years .years_one .years_checkbox:after, .download_years .years_all .years_checkbox:after {
  background: url("images/check.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  content: "";
  left: 2px;
  position: absolute;
  top: 4px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.download_years .years_one.selected .years_checkbox:after, .download_years .years_all.selected .years_checkbox:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.download_years .years_selector_block {
  color: #1f4f4b;
  margin: 10px 0 0;
}
.download_years .years_selector_block .years_selector_sublock {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.download_years .years_selector_block .years_selector_sublock p {
  margin: 0 0 4px 0;
}
.download_years .years_selector_block .menu_selectbox {
  margin-bottom: 20px;
  background: #eee;
}
.download_years .years_selector_block[data-toggle=one] .years_selector_sublock[data-sublock=from] p {
  opacity: 0.25;
}
.download_years .years_selector_block[data-toggle=one] .years_selector_sublock[data-sublock=to] {
  opacity: 0.25;
}
.download_years .years_selector_block[data-toggle=all] .years_selector_sublock {
  opacity: 0.25;
}
.download_years .menu_selectbox {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.next_step_wrapper {
  position: fixed;
  height: 75px;
  line-height: 75px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #00c26f;
  color: #1f4f4b;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  text-align: center;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.next_step_wrapper.displayed {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.next_step_wrapper .next_step_label {
  position: relative;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}
.next_step_wrapper .next_step_label:after {
  position: absolute;
  content: "";
  background: url("images/arrow-next.svg") no-repeat center center #fff;
  background-size: 21px 21px;
  width: 35px;
  height: 35px;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  border-radius: 30px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#StructurePopin .cache_content {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #00c26f;
  width: 600px;
}
#StructurePopin .cache_content .structures_title {
  font-size: 20px;
  font-weight: 300;
  color: #1f4f4b;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0;
}
#StructurePopin .cache_content .structures_carousel_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-bottom: 40px;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400%;
  height: 100%;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item {
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  position: relative;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  width: 480px;
  height: 160px;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item[data-structure="1"]:after {
  background: url("images/structure_2.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item[data-structure="2"]:after {
  background: url("images/structure_1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item[data-structure="3"]:after {
  background: url("images/structure_4.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel .carousel_item[data-structure="4"]:after {
  background: url("images/structure_3.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel[data-structure="1"] {
  left: 0%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel[data-structure="2"] {
  left: -100%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel[data-structure="3"] {
  left: -200%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_carousel[data-structure="4"] {
  left: -300%;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: #00c26f;
  border-radius: 40px;
  cursor: pointer;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: url("images/arrow-next.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_arrow[data-arrow=prev] {
  left: 10px;
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#StructurePopin .cache_content .structures_carousel_wrapper .structures_arrow[data-arrow=next] {
  right: 10px;
}
#StructurePopin .cache_content .structures_valid {
  background: #00c26f;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#FormatPopin .cache_content {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #00c26f;
  width: 600px;
}
#FormatPopin .cache_content .format_title {
  font-size: 20px;
  font-weight: 300;
  color: #1f4f4b;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0;
}
#FormatPopin .cache_content .format_content {
  text-align: center;
  margin: 30px 0 100px;
}
#FormatPopin .cache_content .format_content .format_bt {
  display: inline-block;
  width: 54px;
  height: 68px;
  opacity: 0.5;
  margin: 0 10px;
  cursor: pointer;
}
#FormatPopin .cache_content .format_content .format_bt[data-format=csv] {
  background: url("images/filetype-csv.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#FormatPopin .cache_content .format_content .format_bt[data-format=xls] {
  background: url("images/filetype-xls.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#FormatPopin .cache_content .format_content .format_bt[data-format=xlsx] {
  background: url("images/filetype-xlsx.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#FormatPopin .cache_content .format_content .format_bt[data-format=stata] {
  background: url("images/filetype-sdmx.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#FormatPopin .cache_content .format_content .format_bt:hover {
  opacity: 0.8;
}
#FormatPopin .cache_content .format_content .format_bt.selected {
  opacity: 1;
}
#FormatPopin .cache_content .format_valid {
  background: #00c26f;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.download_infotable_wrapper,
.download_bulkfull_wrapper,
.download_bulk_wrapper {
  margin: 0 0 2px;
  /*
   &.download_bulk_wrapper{
      margin-top:95px;
      line-height:15px;
      min-height:50px;
      padding-top:10px;
      pointer-events:none;
      .mainblock-title {
          padding: 0px 10px 10px 10px;
      }
  }*/
  /*
  &.download_infotable_wrapper{
      margin-top:10px;
      line-height:15px;
      padding-top:10px;
      padding-bottom:8px;

  }
  &.download_bulkfull_wrapper{
      margin-top:95px;

  }
  */
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #667e87;
  color: #fff;
  line-height: 42px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  display: none;
  text-align: center;
}
.download_infotable_wrapper.download_bulkfull_wrapper,
.download_bulkfull_wrapper.download_bulkfull_wrapper,
.download_bulk_wrapper.download_bulkfull_wrapper {
  margin-top: 10px;
}
.download_infotable_wrapper.download_infotable_wrapper,
.download_bulkfull_wrapper.download_infotable_wrapper,
.download_bulk_wrapper.download_infotable_wrapper {
  margin-top: 95px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
  cursor: initial;
}
.download_infotable_wrapper.download_infotable_wrapper a,
.download_bulkfull_wrapper.download_infotable_wrapper a,
.download_bulk_wrapper.download_infotable_wrapper a {
  color: #FFF;
  text-decoration: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.download_infotable_wrapper .mainblock-title,
.download_bulkfull_wrapper .mainblock-title,
.download_bulk_wrapper .mainblock-title {
  padding: 0px 10px 0px 10px;
}
.download_infotable_wrapper .mainblock-title,
.download_bulkfull_wrapper .mainblock-title,
.download_bulk_wrapper .mainblock-title {
  padding-right: 25px;
}
.download_infotable_wrapper.fr,
.download_bulkfull_wrapper.fr,
.download_bulk_wrapper.fr {
  padding-top: 7px;
  line-height: 15px;
  min-height: 42px;
}
.download_infotable_wrapper.waitingdownload .group_title_download_bt,
.download_bulkfull_wrapper.waitingdownload .group_title_download_bt,
.download_bulk_wrapper.waitingdownload .group_title_download_bt {
  background: url(images/loader.gif) no-repeat 0 0;
  background-size: 100% 100%;
  width: 27px;
  height: 27px;
  right: 5px;
}
.download_infotable_wrapper .bulk-country-list,
.download_bulkfull_wrapper .bulk-country-list,
.download_bulk_wrapper .bulk-country-list {
  text-transform: initial;
  opacity: 0.8;
  display: inline-block;
  padding-right: 5px;
  padding-top: 5px;
}
.download_infotable_wrapper .blocktitle-smaller,
.download_bulkfull_wrapper .blocktitle-smaller,
.download_bulk_wrapper .blocktitle-smaller {
  text-transform: initial;
}
.download_infotable_wrapper .group_title_download_bt,
.download_bulkfull_wrapper .group_title_download_bt,
.download_bulk_wrapper .group_title_download_bt {
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(images/arrow-download.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 11px;
  pointer-events: none;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.download_infotable_wrapper:not(.waitingdownload):hover .group_title_download_bt,
.download_bulkfull_wrapper:not(.waitingdownload):hover .group_title_download_bt,
.download_bulk_wrapper:not(.waitingdownload):hover .group_title_download_bt {
  background: url(images/arrow-download-hover.svg) no-repeat 0 0;
  background-size: 100% 100%;
}

.label_wid {
  display: none;
}

.button_text {
  position: relative;
  z-index: 1;
}

#Footer {
  width: 100%;
  background: #0b6685;
  height: 100px;
}

.button_text {
  position: relative;
  z-index: 1;
}

body.popinOpen {
  overflow: hidden;
}

.cache {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
  display: none;
}
.cache.displayed {
  display: block;
}
.cache .cache_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.cache .cache_content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer.site-footer {
  position: relative;
  clear: both;
  min-height: 115px;
  background-color: #1b708d;
  margin-top: 40px;
  z-index: 50;
  overflow: hidden;
}
footer.site-footer .legal-footer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
}
footer.site-footer .legal-footer .legal-footer-item {
  float: left;
  margin-left: 10px;
}
footer.site-footer:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 17px;
  width: 100%;
  background-image: url(img/footer-shadow.png);
  z-index: 2;
}
footer.site-footer .footer-content {
  width: 1024px;
  margin: auto;
}
footer.site-footer .footer-content .footer-left {
  float: left;
  width: 347px;
  font-size: 13px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
}
footer.site-footer .footer-content .footer-left .footer_popin_item {
  position: relative;
  display: inline-block;
  margin-top: 52px;
  margin-right: 40px;
}
footer.site-footer .footer-content .footer-left .footer_popin_item.credits_link {
  cursor: pointer;
}
footer.site-footer .footer-content .footer-left .footer_popin_item.faq_link {
  cursor: pointer;
}
footer.site-footer .footer-content .footer-left a {
  color: #FFF;
}
footer.site-footer .footer-content .footer-center {
  position: relative;
  float: left;
  width: 330px;
  margin-top: -5px;
  text-align: center;
}
footer.site-footer .footer-content .footer-center:after {
  position: absolute;
  width: 330px;
  left: 50%;
  margin-left: -168px;
  content: "The source for global inequality data";
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #003147;
  bottom: -22px;
}
footer.site-footer .footer-content .footer-right {
  float: left;
  width: 347px;
  font-size: 13px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
}
footer.site-footer .footer-content .footer-right .footer-donate,
footer.site-footer .footer-content .footer-right .footer-follow,
footer.site-footer .footer-content .footer-right .footer-share {
  position: relative;
  display: inline-block;
  margin-top: 46px;
  margin-left: 12px !important;
  float: left;
}
footer.site-footer .footer-content .footer-right .footer-donate {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 0px;
}
footer.site-footer .footer-content .footer-right .footer-donate .footer-donate-title {
  float: left;
  margin-right: 5px;
}
footer.site-footer .footer-content .footer-right .footer-donate .footer-donate-ico {
  float: left;
}
footer.site-footer .footer-content .footer-right .footer-share,
footer.site-footer .footer-content .footer-right .footer-follow {
  position: relative;
  height: 30px;
  margin-left: 0px;
  float: left;
  line-height: 30px;
  cursor: pointer;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-share-title,
footer.site-footer .footer-content .footer-right .footer-follow .footer-share-title {
  float: left;
  margin-right: 5px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-share-ico,
footer.site-footer .footer-content .footer-right .footer-follow .footer-share-ico {
  float: left;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding-bottom: 33px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item {
  z-index: 998;
  position: relative;
  float: left;
  width: 100%;
  line-height: 15px;
  font-size: 10px;
  padding: 2px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item a,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item a {
  text-decoration: none;
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item:hover,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item:after,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  right: 8px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item.facebook:after,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item.facebook:after {
  background: url(img/share-fb-white.svg) no-repeat 0 0;
  background-size: 15px 15px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item.twitter:after,
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item.twitter:after {
  background: url(img/share-twt-white.svg) no-repeat 0 0;
  background-size: 15px 15px;
}
footer.site-footer .footer-content .footer-right .footer-share:hover .footer-share-title,
footer.site-footer .footer-content .footer-right .footer-follow:hover .footer-share-title {
  opacity: 0.5;
}
footer.site-footer .footer-content .footer-right .footer-share:hover .footer-follow-ico,
footer.site-footer .footer-content .footer-right .footer-share:hover .footer-share-ico,
footer.site-footer .footer-content .footer-right .footer-follow:hover .footer-follow-ico,
footer.site-footer .footer-content .footer-right .footer-follow:hover .footer-share-ico {
  opacity: 0.5;
}
footer.site-footer .footer-content .footer-right .footer-share:hover .footer-follow-list,
footer.site-footer .footer-content .footer-right .footer-follow:hover .footer-follow-list {
  display: block;
}
footer.site-footer .footer-content .footer-right .footer-follow .footer-share-title {
  margin-right: 5px;
}
footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-ico {
  float: left;
  width: 30px;
  height: 30px;
  background: url(img/follow-white-footer.svg) no-repeat 0 0;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-share-title {
  margin-right: 5px;
}
footer.site-footer .footer-content .footer-right .footer-share .footer-share-ico {
  float: left;
  width: 30px;
  height: 30px;
  background: url(img/share-white-footer.svg) no-repeat 0 0;
}
footer.site-footer .footer-content .footer-right a {
  color: #FFF;
}

#CreditsPopin .cache_content .popin .popin_content {
  color: #1E4E4A;
}
#CreditsPopin .cache_content .popin .popin_content p,
#CreditsPopin .cache_content .popin .popin_content h3 {
  text-align: center;
}
#CreditsPopin .cache_content .popin .popin_content strong {
  padding-top: 7px;
  padding-bottom: 0px;
  display: inline-block;
}
#CreditsPopin .cache_content .popin .popin_content a {
  color: #0b6685 !important;
}
#CreditsPopin .cache_content .popin .popin_content a:hover {
  color: #0087b5 !important;
}
#CreditsPopin .cache_content .popin .popin_content .bloc_economic_series {
  display: block;
  width: 175px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 25px auto;
  border-top: 1px solid #1E4E4A;
  border-bottom: 1px solid #1E4E4A;
}

#CreditsPopin,
#FaqPopin {
  z-index: 900;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
}
#CreditsPopin.on,
#FaqPopin.on {
  display: block;
}
#CreditsPopin .cache_content,
#FaqPopin .cache_content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  left: 50%;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  /*
  -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
  width: 600px;
  background: #fff;
  border: 10px solid #00c26f;
}
#CreditsPopin .cache_content .popin_title,
#FaqPopin .cache_content .popin_title {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #1F4F4B;
  padding-bottom: 5px;
}
#CreditsPopin .cache_content .popin_close,
#FaqPopin .cache_content .popin_close {
  position: absolute;
  right: 5px;
  font-size: 12px;
  top: 7px;
  width: 75px;
  line-height: 16px;
  cursor: pointer;
  text-align: right;
}
#CreditsPopin .cache_content .popin_close .ico,
#FaqPopin .cache_content .popin_close .ico {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(img/close-small.svg);
}
#CreditsPopin .cache_content .popin,
#FaqPopin .cache_content .popin {
  margin-top: 10px;
  margin-right: 10px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  margin-bottom: 10px;
}
#CreditsPopin .cache_content .popin h3,
#FaqPopin .cache_content .popin h3 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
#CreditsPopin .cache_content .popin::-webkit-scrollbar,
#FaqPopin .cache_content .popin::-webkit-scrollbar {
  -webkit-appearance: none;
}
#CreditsPopin .cache_content .popin::-webkit-scrollbar:vertical,
#FaqPopin .cache_content .popin::-webkit-scrollbar:vertical {
  width: 10px;
}
#CreditsPopin .cache_content .popin::-webkit-scrollbar:horizontal,
#FaqPopin .cache_content .popin::-webkit-scrollbar:horizontal {
  height: 11px;
}
#CreditsPopin .cache_content .popin::-webkit-scrollbar-thumb,
#FaqPopin .cache_content .popin::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid #F0F1EB;
  background-color: #1E4E4A;
}
#CreditsPopin .cache_content .popin::-webkit-scrollbar-track,
#FaqPopin .cache_content .popin::-webkit-scrollbar-track {
  border-radius: 8px;
}
#CreditsPopin .cache_content .popin .popin_content,
#FaqPopin .cache_content .popin .popin_content {
  padding: 0px 40px 20px 40px;
  font-size: 13px;
}
#CreditsPopin .cache_content .popin .popin_content p,
#FaqPopin .cache_content .popin .popin_content p {
  word-wrap: break-word;
}
#CreditsPopin .cache_content .popin .popin_content a,
#FaqPopin .cache_content .popin .popin_content a {
  color: #00AC6F;
}
#CreditsPopin .cache_content .popin .popin_content .content_row,
#FaqPopin .cache_content .popin .popin_content .content_row {
  margin: 20px 0 0;
}
#CreditsPopin .cache_content .popin .popin_content .content_row.row_first,
#FaqPopin .cache_content .popin .popin_content .content_row.row_first {
  margin: 30px 0 0;
}
#CreditsPopin .cache_content .popin .popin_content .content_row.row_last,
#FaqPopin .cache_content .popin .popin_content .content_row.row_last {
  margin: 20px 0 40px;
}
#CreditsPopin .cache_content .popin .popin_content .download_block, #CreditsPopin .cache_content .popin .popin_content .share_block,
#FaqPopin .cache_content .popin .popin_content .download_block,
#FaqPopin .cache_content .popin .popin_content .share_block {
  width: 260px;
}
#CreditsPopin .cache_content .popin .popin_content .download_block .download_pdf_bt,
#FaqPopin .cache_content .popin .popin_content .download_block .download_pdf_bt {
  background: url("images/filetypeBig-pdf.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 53px;
  height: 68px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
#CreditsPopin .cache_content .popin .popin_content .download_block .download_jpg_bt,
#FaqPopin .cache_content .popin .popin_content .download_block .download_jpg_bt {
  background: url("images/filetypeBig-jpg.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 53px;
  height: 68px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
#CreditsPopin .cache_content .popin .popin_content .share_block .block_content,
#FaqPopin .cache_content .popin .popin_content .share_block .block_content {
  padding: 20px 0 0;
}
#CreditsPopin .cache_content .popin .popin_content .share_block .block_content .share_bt,
#FaqPopin .cache_content .popin .popin_content .share_block .block_content .share_bt {
  margin: 0 2px;
}

html[lang=fr-FR] footer.site-footer .footer-content .footer-left {
  width: 432px;
}
html[lang=fr-FR] footer.site-footer .footer-content .footer-center {
  width: 119px;
}
html[lang=fr-FR] footer.site-footer .footer-content .footer-right {
  margin-left: 70px;
  width: 402px;
}
html[lang=fr-FR] footer.site-footer .footer-content .footer-right .footer-donate {
  margin-left: 0px !important;
}
html[lang=fr-FR] footer.site-footer .footer-content .footer-right .footer-share, html[lang=fr-FR] footer.site-footer .footer-content .footer-right .footer-follow {
  margin-left: 10px !important;
}
html[lang=fr-FR] footer.site-footer .footer-content .footer-right .footer-share, html[lang=fr-FR] footer.site-footer .footer-content .footer-right .footer-follow {
  margin-left: 10px !important;
}

html[lang=zh-CN] footer.site-footer .footer-content .footer-right .footer-share .footer-follow-list .footer-follow-list-item, html[lang=zh-CN] footer.site-footer .footer-content .footer-right .footer-follow .footer-follow-list .footer-follow-list-item {
  min-width: 95px;
}

.button_text {
  position: relative;
  z-index: 1;
}

.gallery_wrapper {
  margin-top: 40px;
  background: #f0f1eb;
  padding: 20px 0 40px;
  text-align: center;
}
.gallery_wrapper .gallery {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.gallery_wrapper .gallery_title {
  margin: 0 0 20px;
  color: #1f4f4b;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.gallery_wrapper .gallery_row {
  width: 100%;
  text-align: left;
  margin: 20px 0 0;
  float: left;
}
.gallery_wrapper .gallery_row .gallery_item {
  background: #fff;
  cursor: pointer;
  max-width: 316px;
  width: 30%;
  margin: 0 1.5%;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.gallery_wrapper .gallery_row .gallery_item .item_bg {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 200px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.gallery_wrapper .gallery_row .gallery_item .item_title {
  position: absolute;
  left: 0px;
  top: 140px;
  width: 100%;
  padding: 0 40px;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #1f4f4b;
}
.gallery_wrapper .gallery_frame_wrapper {
  width: 100%;
  float: left;
  height: 0;
  position: relative;
  z-index: 10;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery_wrapper .gallery_frame_wrapper .frame_arrow_wrapper {
  display: none;
}
.gallery_wrapper .gallery_frame_wrapper.expanded {
  height: 460px;
  margin: 20px 0 0;
}
.gallery_wrapper .gallery_frame_wrapper.expanded .frame_arrow_wrapper {
  display: block;
}
.gallery_wrapper .gallery_frame {
  height: 100%;
  width: 981px;
  left: -2px;
  position: relative;
  display: inline-block;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper {
  background: #0b6685;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 12px;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0px;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="0"], .gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="3"] {
  left: 16%;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="1"], .gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="4"] {
  left: 50%;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="2"], .gallery_wrapper .gallery_frame .frame_arrow_wrapper .frame_arrow[data-inc="5"] {
  left: 83.5%;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper[data-position=top] {
  bottom: 100%;
  top: auto;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper[data-position=top] .frame_arrow {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #0b6685 transparent;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper[data-position=bottom] {
  top: 100%;
  bottom: auto;
}
.gallery_wrapper .gallery_frame .frame_arrow_wrapper[data-position=bottom] .frame_arrow {
  border-width: 20px 20px 0 20px;
  border-color: #0b6685 transparent transparent transparent;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 12px;
}
.gallery_wrapper .gallery_frame .gallery_iframe {
  width: 100%;
  height: 100%;
}

.button_text {
  position: relative;
  z-index: 1;
}

option:disabled {
  color: #ddd;
  -webkit-text-fill-color: #ddd;
}

#exchangeSelector {
  display: none !important;
}

.menu_selectbox {
  border: 0px solid;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #1f4f4b;
  border-top: 1px solid #1f4f4b;
  border-bottom: 1px solid #1f4f4b;
}
#currencySelector,
#periodSelector {
  margin-right: 10px;
}

#distributionSelector option.hideLinkOption {
  display: none;
}

.graph_wrapper .graph-container {
  height: 72%;
  position: relative;
  /*
  &:before {
    content: "";
    background-color: #dee3de;
    position: absolute;
    left: 50px;
    right: 50px;
    height: 16px;
    bottom: 23px;
  }
  */
  /*
  &:after {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 16px;
    left: 0px;
    bottom: 7px;
    z-index: 2;
  }
  */
}
.graph_wrapper .graph-container .highcharts-scrollbar rect, .graph_wrapper .graph-container .highcharts-scrollbar path, .graph_wrapper .graph-container .highcharts-scrollbar g {
  display: none;
}
.graph_wrapper .graph-container .highcharts-scrollbar rect:nth-child(1), .graph_wrapper .graph-container .highcharts-scrollbar path:nth-child(1), .graph_wrapper .graph-container .highcharts-scrollbar g:nth-child(1) {
  display: block;
}

.graph_wrapper {
  width: 100%;
  height: 75%;
  text-align: left;
  position: relative;
  z-index: 2;
  position: relative;
}
.graph_wrapper .legend_dash {
  position: absolute;
  border: 1px solid #dee3de;
  display: inline-block;
  width: 102px;
  right: -103px;
  padding: 10px 0px 15px 0px;
  top: 167px;
  display: none;
}
.graph_wrapper .legend_dash_item {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-top: 30px;
  font-size: 11px;
  font-weight: 700;
  color: #1f4f4b;
}
.graph_wrapper .legend_dash_item:before {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -16px;
  content: "";
  background-image: url(images/legend-nodash.png);
  background-size: 100% 100%;
  width: 32px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
}
.graph_wrapper .legend_dash_item.nodash {
  margin-top: 15px;
}
.graph_wrapper .legend_dash_item.dashed:before {
  background-image: url(images/legend-dashed.png);
  background-size: 100% 100%;
}
.graph_wrapper[data-type=worldTimeseries] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-type=countryTimeseries] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-type=barCharts] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-type=barCharts_indicators] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-graph=worldTimeseries] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-graph=countryTimeseries] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-graph=barCharts] #distributionSelector[data-distributed-variable=false], .graph_wrapper[data-graph=barCharts_indicators] #distributionSelector[data-distributed-variable=false] {
  display: none !important;
}
.graph_wrapper[data-type=worldTimeseries] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-type=countryTimeseries] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-type=barCharts] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-type=barCharts_indicators] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-graph=worldTimeseries] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-graph=countryTimeseries] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-graph=barCharts] .graph_menu[data-currency=ni] #distributionSelector option[value=a], .graph_wrapper[data-graph=barCharts_indicators] .graph_menu[data-currency=ni] #distributionSelector option[value=a] {
  display: none;
}
.graph_wrapper[data-type=countryDecompositionTime] #percentileSelector {
  display: inline-block;
}
.graph_wrapper[data-type=countryDecompositionTime] .graph_menu[data-options=true] .level_toggle_wrapper, .graph_wrapper[data-type=countryDecompositionTime] .graph_menu[data-options=true] .cent_toggle_wrapper {
  display: inline-block !important;
}
.graph_wrapper[data-type=countryDecompositionTime] .graph_menu[data-options=true][data-currency=ni] .cent_toggle_wrapper {
  display: none !important;
}
.graph_wrapper[data-type=countryDecompositionTime] .graph_menu[data-options=true][data-currency=ni] #exchangeSelector {
  display: none !important;
}
.graph_wrapper[data-type=countryDecompositionTime] .graph_menu[data-currency=ni] #distributionSelector {
  display: none !important;
}
.graph_wrapper[data-type=countryDecompositionGroups] .graph_menu[data-options=true] #yearSelector {
  display: inline-block !important;
}
.graph_wrapper[data-type=countryDecompositionGroups] .graph_menu[data-options=true] .level_toggle_wrapper, .graph_wrapper[data-type=countryDecompositionGroups] .graph_menu[data-options=true] .cent_toggle_wrapper {
  display: inline-block !important;
}
.graph_wrapper .graph_container {
  width: 86%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.graph_wrapper .graph_actions {
  width: 13.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: right;
}
.graph_wrapper .graph_actions .actions_geoType {
  float: right;
  width: 200px;
  position: relative;
  top: -24px;
}
.graph_wrapper .graph_actions .actions_geoType .geoType_item {
  position: relative;
  font-size: 13px;
  float: right;
  margin-left: -1px;
  border: 1px solid #1f4f4b;
  padding: 2px 5px;
  opacity: 0.7;
  cursor: pointer;
  /*
  &:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #1f4f4b;
      left: -5px;
  }
  */
}
.graph_wrapper .graph_actions .actions_geoType .geoType_item:nth-child(2) {
  border-top-left-radius: 5px;
}
.graph_wrapper .graph_actions .actions_geoType .geoType_item:nth-child(1) {
  border-top-right-radius: 5px;
}
.graph_wrapper .graph_actions .actions_geoType .geoType_item.on {
  opacity: 1;
  background-color: #f0f1eb;
}
.graph_wrapper .graph_actions .actions_geoType .geoType_item.notavailable {
  opacity: 0.3;
  pointer-events: none;
}
.graph_wrapper .graph_actions .actions_year {
  margin: 20px 0;
}
.graph_wrapper .graph_actions .actions_year .year_selectbox {
  font-size: 12px;
  width: 94px;
}
.graph_wrapper .graph_actions .action_mapcontrols {
  width: 38px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_zero {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_zero:after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0px;
  background: url("images/zoom-zero.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper .mapcontrol_zoom {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper .mapcontrol_zoom:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper .mapcontrol_zoom[data-zoom=plus]:after {
  background: url("images/plus-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper .mapcontrol_zoom[data-zoom=minus]:after {
  background: url("images/minus-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper #mapcontrol_slider {
  height: 40px;
  width: 6px;
  border: 0px;
  background: #d9dbcd;
  border-radius: 6px;
  position: relative;
  left: 16px;
  top: -4px;
}
.graph_wrapper .graph_actions .action_mapcontrols .mapcontrol_slider_wrapper #mapcontrol_slider .ui-slider-handle {
  background: #296761;
  width: 20px;
  height: 6px;
  border-radius: 5px;
  border: 0px;
  margin: 0;
  cursor: pointer;
  -moz-transform: translate(-2px, 3px);
  -o-transform: translate(-2px, 3px);
  -ms-transform: translate(-2px, 3px);
  -webkit-transform: translate(-2px, 3px);
  transform: translate(-2px, 3px);
}
.graph_wrapper .graph_actions .actions_items {
  width: 38px;
  display: inline-block;
}
.graph_wrapper .graph_actions .actions_items .action_item {
  width: 38px;
  height: 38px;
  margin: 0 0 2px;
  text-align: center;
  display: block;
  vertical-align: top;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.graph_wrapper .graph_actions .actions_items .action_item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1f4f4b;
}
.graph_wrapper .graph_actions .actions_items .action_item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: 1;
}
.graph_wrapper .graph_actions .actions_items .action_item[data-action=share]:after {
  background: url("images/action-export.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 21px;
  height: 19px;
}
.graph_wrapper .graph_actions .actions_items .action_item[data-action=download]:after {
  background: url("images/action-data.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 20px;
  height: 17px;
}
.graph_wrapper .graph_actions .actions_items .action_item[data-action=source]:after {
  background: url("images/action-source.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 13px;
  height: 18px;
}
.graph_wrapper .graph_actions .actions_items .action_item .action_item_label {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background: #00c26f;
  height: 38px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  line-height: 38px;
  font-size: 13px;
  width: 0px;
  padding-left: 25px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}
.graph_wrapper .graph_actions .actions_items .action_item:hover .action_item_label {
  width: 115px;
  padding-left: 45px;
}

.graph_title_translate,
.graph_title {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
  color: #1f4f4b;
  font-weight: 800;
  border-bottom: 1px solid;
}
.graph_title_translate:first-letter,
.graph_title:first-letter {
  text-transform: capitalize;
}

.graph_title_translate {
  position: absolute;
  top: -40px;
  font-size: 15px;
}

.graph_menu {
  position: relative;
  text-align: left;
}
.graph_menu .graph_item {
  vertical-align: top;
}
.graph_menu .graph_option {
  display: none;
}
.graph_menu .graph_option.option_linepoints {
  display: none !important;
}
.graph_menu .graph_option.option_yaxis {
  position: relative;
  top: -6px;
}
.graph_menu .graph_option.option_yaxis input[type=text] {
  height: 20px;
  font-size: 11px;
  width: 40px;
}
.graph_menu .graph_option.option_yaxis .yaxis_label {
  display: inline-block;
  vertical-align: top;
}
.graph_menu .graph_option.option_yaxis .yaxis_label .yaxis_checkbox {
  margin: 0 4px 0 0;
}
.graph_menu .graph_option.option_yaxis .yaxis_from {
  display: inline-block;
  vertical-align: top;
}
.graph_menu .graph_option.option_yaxis .yaxis_to {
  display: inline-block;
  vertical-align: top;
}
.graph_menu .graph_option.option_linestyle, .graph_menu .graph_option.option_linepoints, .graph_menu .graph_option.option_linedashed {
  margin: 0 0 0 10px;
  line-height: 20px;
  text-align: left;
}
.graph_menu .graph_option.option_linestyle .linestyle_radio_wrapper, .graph_menu .graph_option.option_linestyle .linepoints_radio_wrapper, .graph_menu .graph_option.option_linestyle .linedashed_radio_wrapper, .graph_menu .graph_option.option_linepoints .linestyle_radio_wrapper, .graph_menu .graph_option.option_linepoints .linepoints_radio_wrapper, .graph_menu .graph_option.option_linepoints .linedashed_radio_wrapper, .graph_menu .graph_option.option_linedashed .linestyle_radio_wrapper, .graph_menu .graph_option.option_linedashed .linepoints_radio_wrapper, .graph_menu .graph_option.option_linedashed .linedashed_radio_wrapper {
  width: 60px;
  float: left;
}
.graph_menu .graph_option.option_linestyle .linestyle_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linestyle .linepoints_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linestyle .linedashed_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linepoints .linestyle_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linepoints .linepoints_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linepoints .linedashed_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linedashed .linestyle_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linedashed .linepoints_radio_wrapper input[type=radio], .graph_menu .graph_option.option_linedashed .linedashed_radio_wrapper input[type=radio] {
  margin: 0 4px 0 0;
  position: relative;
  left: 0px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.graph_menu .graph_option.option_linestyle .linestyle_picto, .graph_menu .graph_option.option_linestyle .linepoints_picto, .graph_menu .graph_option.option_linestyle .linedashed_picto, .graph_menu .graph_option.option_linepoints .linestyle_picto, .graph_menu .graph_option.option_linepoints .linepoints_picto, .graph_menu .graph_option.option_linepoints .linedashed_picto, .graph_menu .graph_option.option_linedashed .linestyle_picto, .graph_menu .graph_option.option_linedashed .linepoints_picto, .graph_menu .graph_option.option_linedashed .linedashed_picto {
  width: 32px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linestyle=angle], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linestyle=angle], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linestyle=angle], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linestyle=angle], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linestyle=angle], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linestyle=angle], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linestyle=angle], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linestyle=angle], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linestyle=angle] {
  background-image: url("images/option-curve-straight.png");
  background-size: 100% 100%;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linestyle=curve], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linestyle=curve], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linestyle=curve], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linestyle=curve], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linestyle=curve], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linestyle=curve], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linestyle=curve], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linestyle=curve], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linestyle=curve] {
  background-image: url("images/option-curve-smooth.png");
  background-size: 100% 100%;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linepoints=true], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linepoints=true], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linepoints=true], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linepoints=true], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linepoints=true], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linepoints=true], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linepoints=true], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linepoints=true], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linepoints=true] {
  background-image: url("images/option-curve-doted.png");
  background-size: 100% 100%;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linepoints=false], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linepoints=false], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linepoints=false], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linepoints=false], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linepoints=false], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linepoints=false], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linepoints=false], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linepoints=false], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linepoints=false] {
  background-image: url("images/option-curve-nodot.png");
  background-size: 100% 100%;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linedashed=true], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linedashed=true], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linedashed=true], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linedashed=true], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linedashed=true], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linedashed=true], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linedashed=true], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linedashed=true], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linedashed=true] {
  background-image: url("images/option-curve-nodash.png");
  background-size: 100% 100%;
}
.graph_menu .graph_option.option_linestyle .linestyle_picto[data-linedashed=false], .graph_menu .graph_option.option_linestyle .linepoints_picto[data-linedashed=false], .graph_menu .graph_option.option_linestyle .linedashed_picto[data-linedashed=false], .graph_menu .graph_option.option_linepoints .linestyle_picto[data-linedashed=false], .graph_menu .graph_option.option_linepoints .linepoints_picto[data-linedashed=false], .graph_menu .graph_option.option_linepoints .linedashed_picto[data-linedashed=false], .graph_menu .graph_option.option_linedashed .linestyle_picto[data-linedashed=false], .graph_menu .graph_option.option_linedashed .linepoints_picto[data-linedashed=false], .graph_menu .graph_option.option_linedashed .linedashed_picto[data-linedashed=false] {
  background-image: url("images/option-curve-dashed.png");
  background-size: 100% 100%;
}
.graph_menu .graph_menu_wrapper {
  width: 620px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #1f4f4b;
}
.graph_menu .graph_menu_line {
  height: 40px;
  line-height: 40px;
  padding: 10px 10px 0px 10px;
  display: inline-block;
  vertical-align: top;
  width: 620px;
}
.graph_menu .graph_menu_line .graph_option_label {
  line-height: 22px;
}
.graph_menu .graph_menu_line .menu_line_col1 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
.graph_menu .graph_menu_line .menu_line_col2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
}
.graph_menu .close_block {
  position: absolute;
  left: 615px;
  top: 0px;
  right: 0px;
  height: 95px;
  background: #f0f1eb;
  display: none;
}
.graph_menu .close_block .close_block_bt {
  position: relative;
  top: 8px;
  font-size: 13px;
  left: 30px;
  color: #00c26f;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 5px;
}
.graph_menu .close_block .close_block_bt:after {
  content: "";
  position: absolute;
  background: url("images/close-small-green.svg") no-repeat 0 0;
  background-size: 100% 100%;
  left: -8px;
  top: 0px;
  width: 16px;
  height: 16px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.graph_menu .graph_second_line {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 40px;
  background: #f0f1eb;
  display: none;
  padding: 0px 10px 20px 10px;
  height: 55px;
}
.graph_menu .graph_menu_selectbox_right {
  position: absolute;
  right: 100px;
  top: 0px;
  display: none;
}
.graph_menu .graph_menu_morebt {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 13px;
  color: #00ac6f;
  text-decoration: underline;
  cursor: pointer;
  display: block;
}
.graph_menu .graph_menu_morebt .morebt_label_noptions {
  display: none;
}
.graph_menu .graph_menu_morebt .morebt_label_options {
  display: inline;
}
.graph_menu #currencySelector option[value=ni] {
  display: none;
}
.graph_menu #currencySelector option[value=s] {
  display: none;
}
.graph_menu #currencySelector option[value=p] {
  display: none;
}
.graph_menu #currencySelector option[value=g] {
  display: none;
}
.graph_menu #currencySelector option[value=r] {
  display: none;
}
.graph_menu[data-options=true] {
  z-index: 10;
  width: 100%;
}
.graph_menu[data-options=true] .graph_menu_wrapper {
  background: #f0f1eb !important;
}
.graph_menu[data-options=true] .graph_menu_wrapper .graph_menu_selectbox {
  max-width: 100px;
}
.graph_menu[data-options=true] .graph_option {
  display: inline-block;
}
.graph_menu[data-options=true] .graph_second_line {
  display: block;
}
.graph_menu[data-options=true] .graph_menu_morebt .morebt_label_noptions {
  display: inline;
}
.graph_menu[data-options=true] .graph_menu_morebt .morebt_label_options {
  display: none;
}
.graph_menu[data-options=true] .close_block {
  display: block;
}
.graph_menu #currencySelector option[value=unit] {
  display: none;
}
.graph_menu[data-distribution=s] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=s] #currencySelector option {
  display: none;
}
.graph_menu[data-distribution=s] #currencySelector option[value=b], .graph_menu[data-distribution=s] #currencySelector option[value=s] {
  display: block !important;
}
.graph_menu[data-distribution=p] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=p] #currencySelector option {
  display: none;
}
.graph_menu[data-distribution=p] #currencySelector option[value=b], .graph_menu[data-distribution=p] #currencySelector option[value=p] {
  display: block !important;
}
.graph_menu[data-distribution=g] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=g] #currencySelector option {
  display: none;
}
.graph_menu[data-distribution=g] #currencySelector option[value=b], .graph_menu[data-distribution=g] #currencySelector option[value=g] {
  display: block !important;
}
.graph_menu[data-distribution=r] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=r] #currencySelector option {
  display: none;
}
.graph_menu[data-distribution=r] #currencySelector option[value=b], .graph_menu[data-distribution=r] #currencySelector option[value=g] {
  display: block !important;
}
.graph_menu[data-distribution=l] {
  /*
  #currencySelector{
      display:none !important;
  }
  */
}
.graph_menu[data-distribution=l] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=l] #currencySelector option {
  display: none;
}
.graph_menu[data-distribution=l] #currencySelector option[value=b], .graph_menu[data-distribution=l] #currencySelector option[value=unit] {
  display: block !important;
}
.graph_menu[data-distribution=e] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=e] #currencySelector {
  display: none !important;
}
.graph_menu[data-distribution=k] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=k] #currencySelector {
  display: none !important;
}
.graph_menu[data-distribution=kk] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-distribution=kk] #currencySelector {
  display: none !important;
}
.graph_menu[id^=barChartsGraphMenu] .graph_item.graph_option.option_linedashed,
.graph_menu[id^=barChartsGraphMenu] .graph_item.graph_option.option_linestyle, .graph_menu[id^=barCharts_indicatorsGraphMenu] .graph_item.graph_option.option_linedashed,
.graph_menu[id^=barCharts_indicatorsGraphMenu] .graph_item.graph_option.option_linestyle {
  display: none;
}
.graph_menu[id^=barChartsGraphMenu] #currencySelector option[value=b], .graph_menu[id^=barCharts_indicatorsGraphMenu] #currencySelector option[value=b] {
  display: none !important;
}
.graph_menu[id^=barChartsGraphMenu] #currencySelector option[value=kk], .graph_menu[id^=barCharts_indicatorsGraphMenu] #currencySelector option[value=kk] {
  display: none !important;
}
.graph_menu[id^=barChartsGraphMenu] #currencySelector option[value=cc], .graph_menu[id^=barCharts_indicatorsGraphMenu] #currencySelector option[value=cc] {
  display: none !important;
}
.graph_menu[data-currency=b] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-currency=ni] .cent_toggle_wrapper {
  display: none !important;
}
.graph_menu[data-currency=cc] #exchangeSelector option[value=p] {
  display: none !important;
}
.graph_menu[data-local-currency=USD] #currencySelector option[value=us] {
  display: none;
}
.graph_menu[data-local-currency=EUR] #currencySelector option[value=eu] {
  display: none;
}
.graph_menu[data-local-currency=CNY] #currencySelector option[value=yu] {
  display: none;
}
.graph_menu:not([data-distribution=s])[id^=barChartsGraphMenu][data-local-currency=USD] #currencySelector option[value=us], .graph_menu:not([data-distribution=s])[id^=barCharts_indicatorsGraphMenu][data-local-currency=USD] #currencySelector option[value=us], .graph_menu:not([data-distribution=p])[id^=barChartsGraphMenu][data-local-currency=USD] #currencySelector option[value=us], .graph_menu:not([data-distribution=p])[id^=barCharts_indicatorsGraphMenu][data-local-currency=USD] #currencySelector option[value=us], .graph_menu:not([data-distribution=g])[id^=barChartsGraphMenu][data-local-currency=USD] #currencySelector option[value=us], .graph_menu:not([data-distribution=g])[id^=barCharts_indicatorsGraphMenu][data-local-currency=USD] #currencySelector option[value=us] {
  display: block;
}
.graph_menu:not([data-distribution=s])[id^=barChartsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu], .graph_menu:not([data-distribution=s])[id^=barCharts_indicatorsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu], .graph_menu:not([data-distribution=p])[id^=barChartsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu], .graph_menu:not([data-distribution=p])[id^=barCharts_indicatorsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu], .graph_menu:not([data-distribution=g])[id^=barChartsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu], .graph_menu:not([data-distribution=g])[id^=barCharts_indicatorsGraphMenu][data-local-currency=EUR] #currencySelector option[value=eu] {
  display: block;
}
.graph_menu:not([data-distribution=s])[id^=barChartsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu], .graph_menu:not([data-distribution=s])[id^=barCharts_indicatorsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu], .graph_menu:not([data-distribution=p])[id^=barChartsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu], .graph_menu:not([data-distribution=p])[id^=barCharts_indicatorsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu], .graph_menu:not([data-distribution=g])[id^=barChartsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu], .graph_menu:not([data-distribution=g])[id^=barCharts_indicatorsGraphMenu][data-local-currency=CNY] #currencySelector option[value=yu] {
  display: block;
}
.graph_menu[data-variable-category=income-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=s], .graph_menu[data-variable-category=income-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=t], .graph_menu[data-variable-category=income-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=o], .graph_menu[data-variable-category=wealth-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=s], .graph_menu[data-variable-category=wealth-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=t], .graph_menu[data-variable-category=wealth-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=o], .graph_menu[data-variable-category=carbon-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=s], .graph_menu[data-variable-category=carbon-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=t], .graph_menu[data-variable-category=carbon-macro-variable]:not([data-existasdistributed=true]) #distributionSelector option[value=o] {
  display: none;
  visibility: hidden;
}
.graph_menu[data-variable-category=other-macro-variable] #distributionSelector, .graph_menu[data-variable-category=other-macro-variable] #currencySelector, .graph_menu[data-variable-category=other-macro-variable] #exchangeSelector {
  display: none;
}
.graph_menu[data-variable-type=i] #distributionSelector, .graph_menu[data-variable-type=i] #currencySelector, .graph_menu[data-variable-type=i] #exchangeSelector {
  display: none;
}
.graph_menu[data-variable-category=income-distributed-variable]:not([data-existasmacro=true]) #distributionSelector option[value=m], .graph_menu[data-variable-category=wealth-distributed-variable]:not([data-existasmacro=true]) #distributionSelector option[value=m], .graph_menu[data-variable-category=carbon-distributed-variable]:not([data-existasmacro=true]) #distributionSelector option[value=m] {
  display: none;
}
.graph_menu[data-variable-type=w] #currencySelector, .graph_menu[data-variable-type=w] #exchangeSelector, .graph_menu[data-variable-type=w] #distributionSelector {
  display: none;
}
.graph_menu[data-variable-type=g] #distributionSelector {
  display: none;
}
.graph_menu[data-variable-type=r] #distributionSelector {
  display: none;
}
.graph_menu[data-cent-toggle=true] #currencySelector {
  display: none !important;
}
.graph_menu[data-cent-toggle=true] #exchangeSelector {
  display: none !important;
}
.graph_menu[data-percentile=pall] #currencySelector option[value=ni] {
  display: block;
}
.graph_menu[id^=CountryTimeseriesGraphMenu-] #yearSelector, .graph_menu#CountryTimeseriesGraphMenu #yearSelector {
  display: none;
}
.graph_menu[id^=CountryDecompositionTimeGraphMenu-] #yearSelector, .graph_menu#CountryDecompositionTimeGraphMenu #yearSelector {
  display: none;
}
.graph_menu[id^=CountryDecompositionTimeGraphMenu-] #currencySelector option[value=b], .graph_menu#CountryDecompositionTimeGraphMenu #currencySelector option[value=b] {
  display: none;
}
.graph_menu[id^=CountryDecompositionTimeGraphMenu-] #percentileSelector, .graph_menu#CountryDecompositionTimeGraphMenu #percentileSelector {
  display: none;
}
.graph_menu[id^=CountryDecompositionTimeGraphMenu-] #distributionSelector option[value=s], .graph_menu[id^=CountryDecompositionTimeGraphMenu-] #distributionSelector option[value=t], .graph_menu#CountryDecompositionTimeGraphMenu #distributionSelector option[value=s], .graph_menu#CountryDecompositionTimeGraphMenu #distributionSelector option[value=t] {
  display: none;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-], .graph_menu#CountryDecompositionGroupsGraphMenu {
  /*.graph_menu_morebt{
      display: none;
  }*/
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] #periodSelector, .graph_menu#CountryDecompositionGroupsGraphMenu #periodSelector {
  display: none !important;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .graph_menu_line .menu_line_col1, .graph_menu#CountryDecompositionGroupsGraphMenu .graph_menu_line .menu_line_col1 {
  width: 60%;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .graph_menu_line .menu_line_col2, .graph_menu#CountryDecompositionGroupsGraphMenu .graph_menu_line .menu_line_col2 {
  width: 40%;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .graph_menu_line .menu_line_col2 #distributionSelector, .graph_menu#CountryDecompositionGroupsGraphMenu .graph_menu_line .menu_line_col2 #distributionSelector {
  display: none !important;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .graph_menu_line .menu_line_col2 .level_toggle_wrapper, .graph_menu#CountryDecompositionGroupsGraphMenu .graph_menu_line .menu_line_col2 .level_toggle_wrapper {
  display: none !important;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .graph_menu_line.graph_second_line, .graph_menu#CountryDecompositionGroupsGraphMenu .graph_menu_line.graph_second_line {
  display: none !important;
}
.graph_menu[id^=CountryDecompositionGroupsGraphMenu-] .close_block, .graph_menu#CountryDecompositionGroupsGraphMenu .close_block {
  height: 40px;
}

.graph_bucket {
  background: #f0f1eb;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.graph_bucket[id^=WorldTimeseriesBucket] .bt-clear {
  position: absolute;
  font-size: 13px;
  color: #00ac6f;
  cursor: pointer;
  right: 0px;
  top: -20px;
  text-decoration: underline;
  padding-left: 20px;
}
.graph_bucket[id^=WorldTimeseriesBucket] .bt-clear :before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(images/close-small.svg) no-repeat 0 0;
  background-size: 16px 16px;
  background-color: #00ac6f;
}
.graph_bucket[id^=WorldTimeseriesBucket] .bucket-items-wrapper .bucket_item {
  border-bottom: none;
}
.graph_bucket[id^=WorldTimeseriesBucket] .bucket-items-wrapper .bucket_item .bucket_item_actions {
  margin-left: 5px;
}
.graph_bucket[id^=WorldTimeseriesBucket] .bucket-items-wrapper .bucket_item:last-child {
  margin-right: 0px;
}
.graph_bucket .bucket-items-wrapper {
  padding: 0px 10px;
  max-height: 96px;
  overflow: auto;
}

.graph_wrapper .graph_bucket .bucket_item .bucket_item_label .label_category.label_percentile {
  text-transform: none;
  font-size: 13px;
  color: #1f4f4b;
  padding-left: 4px;
}
.graph_wrapper .graph_bucket .bucket_item .bucket_item_label .label_category.label_percentile:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  top: 5px;
  height: 10px;
  background: #859F9D;
}
.graph_wrapper .graph_bucket .bucket_item .bucket_item_label .label_category.label_percentile:after {
  top: 5px;
}
.graph_wrapper .graph_bucket .bucket_item .bucket_item_label .label_category.label_distribution {
  text-transform: none;
  font-size: 13px;
  color: #1f4f4b;
}

.highcharts-tooltip .bucket_item_imputation {
  position: absolute;
  right: 0px;
  top: 25px;
}

.bucket_item_imputation {
  display: inline-block;
  padding: 2px 8px;
  margin-left: 8px;
  height: 19px;
  line-height: 15px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #132927;
}
.bucket_item_imputation[data-imputation=full] {
  background-color: #5cde4b;
}
.bucket_item_imputation[data-imputation=tax] {
  background-color: #c1de4b;
}
.bucket_item_imputation[data-imputation=rescaling] {
  background-color: #ffd200;
}
.bucket_item_imputation[data-imputation=survey] {
  background-color: #FF9800;
}
.bucket_item_imputation[data-imputation=region] {
  background-color: #fe5337;
}

.bucket_item {
  color: #1f4f4b;
  border-bottom: 1px solid #dee3de;
  font-size: 13px;
  height: 32px;
  padding-top: 7px;
  text-align: left;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
.bucket_item:last-child {
  border-bottom: none;
}
.bucket_item[data-decomposition=true] {
  display: inline-block;
  margin: 0 10px 0 0;
}
.bucket_item[data-type=country] {
  display: inline-block;
  margin: 0 10px 0 0;
}
.bucket_item[data-type=country] .bucket_item_label {
  margin-right: 24px;
}
.bucket_item .bucket_item_itemQualityInfos {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 4px;
}
.bucket_item .bucket_item_itemQualityInfos .qualitypopin-bt {
  top: 3px;
}
.bucket_item .data_quality_indicators {
  position: relative;
  width: initial;
  margin-top: 0px;
  height: 19px;
}
.bucket_item .data_quality_indicators .data_quality_indicator {
  top: 2px;
}
.bucket_item .bucket_item_label {
  position: relative;
  display: inline-block;
}
.bucket_item .bucket_item_label .label_str {
  font-size: 13px;
}
.bucket_item .bucket_item_label .label_category {
  text-transform: uppercase;
  margin-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  color: #859F9D;
  position: relative;
  display: inline-block;
}
.bucket_item .bucket_item_label .label_category:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  top: 5px;
  height: 10px;
  background: #859F9D;
}
.bucket_item .bucket_item_label .label_category:last-child:after {
  display: none;
}
.bucket_item .bucket_item_label .label_age:after {
  top: 3px;
}
.bucket_item .bucket_item_label .bucket_item_actions {
  position: absolute;
  left: 100%;
  top: 2px;
  width: 40px;
  margin-left: 0px;
}
.bucket_item .bucket_item_label .bucket_item_actions .bucket_item_action {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 4px 0 0;
  text-decoration: none;
}
.bucket_item .bucket_item_label .bucket_item_actions .bucket_item_action.action_edit {
  background: url("images/modify-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.bucket_item .bucket_item_label .bucket_item_actions .bucket_item_action.action_delete {
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.bucket_item .bucket_item_chip {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#percentileSelector {
  display: none !important;
}

.toggle_wrapper {
  height: 23px;
  line-height: 23px;
  width: 100px;
  display: none !important;
  position: relative;
  vertical-align: top;
  top: -3px;
}
.toggle_wrapper .toggle_label {
  font-size: 12px;
  font-weight: 700;
  color: #1f4f4b;
  float: left;
}
.toggle_wrapper .toggle_toggle {
  float: left;
  width: 65px;
  background: #ddd;
  height: 100%;
  border-radius: 12px;
  position: relative;
  margin-left: 5px;
}
.toggle_wrapper .toggle_toggle[data-max-level="1"] {
  width: 20px;
}
.toggle_wrapper .toggle_toggle[data-max-level="1"] .toggle_bt[data-level="3"], .toggle_wrapper .toggle_toggle[data-max-level="1"] .toggle_bt[data-level="2"] {
  display: none;
}
.toggle_wrapper .toggle_toggle[data-max-level="2"] {
  width: 42px;
}
.toggle_wrapper .toggle_toggle[data-max-level="2"] .toggle_bt[data-level="3"] {
  display: none;
}
.toggle_wrapper .toggle_toggle .toggle_bt {
  float: left;
  width: 20px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.toggle_wrapper .toggle_toggle .toggle_bubble {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background: #1f4f4b;
  position: absolute;
  top: 3px;
  z-index: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.toggle_wrapper .toggle_toggle[data-level="1"] .toggle_bubble {
  left: 2px;
}
.toggle_wrapper .toggle_toggle[data-level="2"] .toggle_bubble {
  left: 22px;
}
.toggle_wrapper .toggle_toggle[data-level="3"] .toggle_bubble {
  left: 42px;
}
.toggle_wrapper.cent_toggle_wrapper {
  width: 90px;
}
.toggle_wrapper.cent_toggle_wrapper .cent_toggle {
  width: 42px;
}
.toggle_wrapper.cent_toggle_wrapper .cent_toggle[data-level=false] .toggle_bubble {
  left: 2px;
}
.toggle_wrapper.cent_toggle_wrapper .cent_toggle[data-level=true] .toggle_bubble {
  left: 22px;
}

.button_text {
  position: relative;
  z-index: 1;
}

body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list {
  width: 180px;
  right: 18px;
  left: initial;
  overflow: visible;
}
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item {
  pointer-events: none;
}
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item:after {
  text-transform: none;
  content: "Coming soon";
  position: absolute;
  font-size: 12px;
  right: 10px;
  opacity: 0.3;
}
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.fr,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.hi,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.zh,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.en,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.es {
  pointer-events: initial;
}
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.fr:after,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.hi:after,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.zh:after,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.en:after,
body:not(.logged-in) #Header .header_langs .menu_item .menu-lg-list .lg_item.es:after {
  display: none;
}

.page:not(.page-template-page-wid-simulatorv2) #Header.nav-up {
  top: -65px;
}
.page:not(.page-template-page-wid-simulatorv2) #Header.nav-up .header_menu .menu_item .countries_list.v3 {
  top: 0px !important;
}

#Header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 65px;
  background: #0b6685;
  z-index: 1000;
  text-align: center;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  /*
  &.nav-up {
      top:-65px;
      .header_menu .menu_item .countries_list.v3 {
          top:0px !important;

      }
  }*/
}
#Header a:hover, #Header a:focus {
  text-decoration: none;
}
#Header .header_block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: 100%;
}
#Header .header_block.header_logo_wrapper {
  width: 290px;
}
#Header .header_langs .menu_item,
#Header .header_menu .menu_item {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 -2px 0 #064e6b;
  vertical-align: top;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  height: 100%;
  line-height: 65px;
}
#Header .header_langs .menu_item:hover,
#Header .header_menu .menu_item:hover {
  background: #005C7D;
}
#Header .header_langs .menu_item .menu_item_lg,
#Header .header_langs .menu_item .menu_item_country,
#Header .header_langs .menu_item .menu_item_methodology,
#Header .header_langs .menu_item .menu_item_about,
#Header .header_langs .menu_item .menu_item_news,
#Header .header_menu .menu_item .menu_item_lg,
#Header .header_menu .menu_item .menu_item_country,
#Header .header_menu .menu_item .menu_item_methodology,
#Header .header_menu .menu_item .menu_item_about,
#Header .header_menu .menu_item .menu_item_news {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  padding-right: 14px;
  top: -2px;
}
#Header .header_langs .menu_item .menu_item_lg:after,
#Header .header_langs .menu_item .menu_item_country:after,
#Header .header_langs .menu_item .menu_item_methodology:after,
#Header .header_langs .menu_item .menu_item_about:after,
#Header .header_langs .menu_item .menu_item_news:after,
#Header .header_menu .menu_item .menu_item_lg:after,
#Header .header_menu .menu_item .menu_item_country:after,
#Header .header_menu .menu_item .menu_item_methodology:after,
#Header .header_menu .menu_item .menu_item_about:after,
#Header .header_menu .menu_item .menu_item_news:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 9px;
  background: url("images/arrow-dropdown-white.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
}
#Header .header_langs .menu_item .menu-lg-list,
#Header .header_langs .menu_item .menu-methodology-list,
#Header .header_langs .menu_item .menu-about-list,
#Header .header_langs .menu_item .menu-news-list,
#Header .header_langs .menu_item .countries_list,
#Header .header_menu .menu_item .menu-lg-list,
#Header .header_menu .menu_item .menu-methodology-list,
#Header .header_menu .menu_item .menu-about-list,
#Header .header_menu .menu_item .menu-news-list,
#Header .header_menu .menu_item .countries_list {
  position: absolute;
  left: 20px;
  top: 46px;
  width: 160px;
  z-index: 10;
  max-height: 300px;
  background: #fff;
  color: #0b6685;
  display: none;
  overflow: auto;
  text-align: left;
}
#Header .header_langs .menu_item .menu-lg-list.menu-about-list,
#Header .header_langs .menu_item .menu-methodology-list.menu-about-list,
#Header .header_langs .menu_item .menu-about-list.menu-about-list,
#Header .header_langs .menu_item .menu-news-list.menu-about-list,
#Header .header_langs .menu_item .countries_list.menu-about-list,
#Header .header_menu .menu_item .menu-lg-list.menu-about-list,
#Header .header_menu .menu_item .menu-methodology-list.menu-about-list,
#Header .header_menu .menu_item .menu-about-list.menu-about-list,
#Header .header_menu .menu_item .menu-news-list.menu-about-list,
#Header .header_menu .menu_item .countries_list.menu-about-list {
  width: 170px;
}
#Header .header_langs .menu_item .menu-lg-list.menu-lg-list,
#Header .header_langs .menu_item .menu-methodology-list.menu-lg-list,
#Header .header_langs .menu_item .menu-about-list.menu-lg-list,
#Header .header_langs .menu_item .menu-news-list.menu-lg-list,
#Header .header_langs .menu_item .countries_list.menu-lg-list,
#Header .header_menu .menu_item .menu-lg-list.menu-lg-list,
#Header .header_menu .menu_item .menu-methodology-list.menu-lg-list,
#Header .header_menu .menu_item .menu-about-list.menu-lg-list,
#Header .header_menu .menu_item .menu-news-list.menu-lg-list,
#Header .header_menu .menu_item .countries_list.menu-lg-list {
  width: 100px;
  right: 18px;
  left: initial;
  overflow: visible;
}
#Header .header_langs .menu_item .menu-lg-list.menu-lg-list .lg_item,
#Header .header_langs .menu_item .menu-methodology-list.menu-lg-list .lg_item,
#Header .header_langs .menu_item .menu-about-list.menu-lg-list .lg_item,
#Header .header_langs .menu_item .menu-news-list.menu-lg-list .lg_item,
#Header .header_langs .menu_item .countries_list.menu-lg-list .lg_item,
#Header .header_menu .menu_item .menu-lg-list.menu-lg-list .lg_item,
#Header .header_menu .menu_item .menu-methodology-list.menu-lg-list .lg_item,
#Header .header_menu .menu_item .menu-about-list.menu-lg-list .lg_item,
#Header .header_menu .menu_item .menu-news-list.menu-lg-list .lg_item,
#Header .header_menu .menu_item .countries_list.menu-lg-list .lg_item {
  /*
  pointer-events:none;
  &:after {
      text-transform:none;
      content:"Coming soon";
      position:absolute;
      font-size:12px;
      right:10px;
      opacity:0.3;
  }*/
}
#Header .header_langs .menu_item .menu-lg-list.displayed,
#Header .header_langs .menu_item .menu-methodology-list.displayed,
#Header .header_langs .menu_item .menu-about-list.displayed,
#Header .header_langs .menu_item .menu-news-list.displayed,
#Header .header_langs .menu_item .countries_list.displayed,
#Header .header_menu .menu_item .menu-lg-list.displayed,
#Header .header_menu .menu_item .menu-methodology-list.displayed,
#Header .header_menu .menu_item .menu-about-list.displayed,
#Header .header_menu .menu_item .menu-news-list.displayed,
#Header .header_menu .menu_item .countries_list.displayed {
  display: block;
}
#Header .header_langs .menu_item .menu-lg-list .lg_item,
#Header .header_langs .menu_item .menu-lg-list .about_item,
#Header .header_langs .menu_item .menu-lg-list .methodology_item,
#Header .header_langs .menu_item .menu-lg-list .news_item,
#Header .header_langs .menu_item .menu-lg-list .country_item,
#Header .header_langs .menu_item .menu-methodology-list .lg_item,
#Header .header_langs .menu_item .menu-methodology-list .about_item,
#Header .header_langs .menu_item .menu-methodology-list .methodology_item,
#Header .header_langs .menu_item .menu-methodology-list .news_item,
#Header .header_langs .menu_item .menu-methodology-list .country_item,
#Header .header_langs .menu_item .menu-about-list .lg_item,
#Header .header_langs .menu_item .menu-about-list .about_item,
#Header .header_langs .menu_item .menu-about-list .methodology_item,
#Header .header_langs .menu_item .menu-about-list .news_item,
#Header .header_langs .menu_item .menu-about-list .country_item,
#Header .header_langs .menu_item .menu-news-list .lg_item,
#Header .header_langs .menu_item .menu-news-list .about_item,
#Header .header_langs .menu_item .menu-news-list .methodology_item,
#Header .header_langs .menu_item .menu-news-list .news_item,
#Header .header_langs .menu_item .menu-news-list .country_item,
#Header .header_langs .menu_item .countries_list .lg_item,
#Header .header_langs .menu_item .countries_list .about_item,
#Header .header_langs .menu_item .countries_list .methodology_item,
#Header .header_langs .menu_item .countries_list .news_item,
#Header .header_langs .menu_item .countries_list .country_item,
#Header .header_menu .menu_item .menu-lg-list .lg_item,
#Header .header_menu .menu_item .menu-lg-list .about_item,
#Header .header_menu .menu_item .menu-lg-list .methodology_item,
#Header .header_menu .menu_item .menu-lg-list .news_item,
#Header .header_menu .menu_item .menu-lg-list .country_item,
#Header .header_menu .menu_item .menu-methodology-list .lg_item,
#Header .header_menu .menu_item .menu-methodology-list .about_item,
#Header .header_menu .menu_item .menu-methodology-list .methodology_item,
#Header .header_menu .menu_item .menu-methodology-list .news_item,
#Header .header_menu .menu_item .menu-methodology-list .country_item,
#Header .header_menu .menu_item .menu-about-list .lg_item,
#Header .header_menu .menu_item .menu-about-list .about_item,
#Header .header_menu .menu_item .menu-about-list .methodology_item,
#Header .header_menu .menu_item .menu-about-list .news_item,
#Header .header_menu .menu_item .menu-about-list .country_item,
#Header .header_menu .menu_item .menu-news-list .lg_item,
#Header .header_menu .menu_item .menu-news-list .about_item,
#Header .header_menu .menu_item .menu-news-list .methodology_item,
#Header .header_menu .menu_item .menu-news-list .news_item,
#Header .header_menu .menu_item .menu-news-list .country_item,
#Header .header_menu .menu_item .countries_list .lg_item,
#Header .header_menu .menu_item .countries_list .about_item,
#Header .header_menu .menu_item .countries_list .methodology_item,
#Header .header_menu .menu_item .countries_list .news_item,
#Header .header_menu .menu_item .countries_list .country_item {
  display: inline-block;
  vertical-align: top;
  text-shadow: 0px 0px 0px;
  font-size: 12px;
  color: #0b6685;
  padding: 0 10px;
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #0b6685;
  text-decoration: none;
}
#Header .header_langs .menu_item .menu-lg-list .lg_item:hover,
#Header .header_langs .menu_item .menu-lg-list .about_item:hover,
#Header .header_langs .menu_item .menu-lg-list .methodology_item:hover,
#Header .header_langs .menu_item .menu-lg-list .news_item:hover,
#Header .header_langs .menu_item .menu-lg-list .country_item:hover,
#Header .header_langs .menu_item .menu-methodology-list .lg_item:hover,
#Header .header_langs .menu_item .menu-methodology-list .about_item:hover,
#Header .header_langs .menu_item .menu-methodology-list .methodology_item:hover,
#Header .header_langs .menu_item .menu-methodology-list .news_item:hover,
#Header .header_langs .menu_item .menu-methodology-list .country_item:hover,
#Header .header_langs .menu_item .menu-about-list .lg_item:hover,
#Header .header_langs .menu_item .menu-about-list .about_item:hover,
#Header .header_langs .menu_item .menu-about-list .methodology_item:hover,
#Header .header_langs .menu_item .menu-about-list .news_item:hover,
#Header .header_langs .menu_item .menu-about-list .country_item:hover,
#Header .header_langs .menu_item .menu-news-list .lg_item:hover,
#Header .header_langs .menu_item .menu-news-list .about_item:hover,
#Header .header_langs .menu_item .menu-news-list .methodology_item:hover,
#Header .header_langs .menu_item .menu-news-list .news_item:hover,
#Header .header_langs .menu_item .menu-news-list .country_item:hover,
#Header .header_langs .menu_item .countries_list .lg_item:hover,
#Header .header_langs .menu_item .countries_list .about_item:hover,
#Header .header_langs .menu_item .countries_list .methodology_item:hover,
#Header .header_langs .menu_item .countries_list .news_item:hover,
#Header .header_langs .menu_item .countries_list .country_item:hover,
#Header .header_menu .menu_item .menu-lg-list .lg_item:hover,
#Header .header_menu .menu_item .menu-lg-list .about_item:hover,
#Header .header_menu .menu_item .menu-lg-list .methodology_item:hover,
#Header .header_menu .menu_item .menu-lg-list .news_item:hover,
#Header .header_menu .menu_item .menu-lg-list .country_item:hover,
#Header .header_menu .menu_item .menu-methodology-list .lg_item:hover,
#Header .header_menu .menu_item .menu-methodology-list .about_item:hover,
#Header .header_menu .menu_item .menu-methodology-list .methodology_item:hover,
#Header .header_menu .menu_item .menu-methodology-list .news_item:hover,
#Header .header_menu .menu_item .menu-methodology-list .country_item:hover,
#Header .header_menu .menu_item .menu-about-list .lg_item:hover,
#Header .header_menu .menu_item .menu-about-list .about_item:hover,
#Header .header_menu .menu_item .menu-about-list .methodology_item:hover,
#Header .header_menu .menu_item .menu-about-list .news_item:hover,
#Header .header_menu .menu_item .menu-about-list .country_item:hover,
#Header .header_menu .menu_item .menu-news-list .lg_item:hover,
#Header .header_menu .menu_item .menu-news-list .about_item:hover,
#Header .header_menu .menu_item .menu-news-list .methodology_item:hover,
#Header .header_menu .menu_item .menu-news-list .news_item:hover,
#Header .header_menu .menu_item .menu-news-list .country_item:hover,
#Header .header_menu .menu_item .countries_list .lg_item:hover,
#Header .header_menu .menu_item .countries_list .about_item:hover,
#Header .header_menu .menu_item .countries_list .methodology_item:hover,
#Header .header_menu .menu_item .countries_list .news_item:hover,
#Header .header_menu .menu_item .countries_list .country_item:hover {
  opacity: 0.4;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3,
#Header .header_langs .menu_item .countries_list.countries_list.v3,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3,
#Header .header_menu .menu_item .countries_list.countries_list.v3 {
  cursor: default;
  top: 65px;
  background-color: #F0F1EB;
  left: 0px;
  position: fixed;
  width: 100%;
  background-color: #F0F1EB;
  padding-top: 60px;
  padding-bottom: 90px;
  -webkit-box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
  box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
  max-height: none;
  -ms-overflow-x: hidden;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.displayed.seeall,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.displayed.seeall,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.displayed.seeall,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.displayed.seeall,
#Header .header_langs .menu_item .countries_list.countries_list.v3.displayed.seeall,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.displayed.seeall,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.displayed.seeall,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.displayed.seeall,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.displayed.seeall,
#Header .header_menu .menu_item .countries_list.countries_list.v3.displayed.seeall {
  min-height: 100%;
  max-height: calc(100vh - 220px);
  box-sizing: border-box;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_langs .menu_item .countries_list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.displayed.seeall .countries_list_seeallv2,
#Header .header_menu .menu_item .countries_list.countries_list.v3.displayed.seeall .countries_list_seeallv2 {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .country_item[data-code=""],
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .country_item[data-code=""],
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .country_item[data-code=""],
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .country_item[data-code=""],
#Header .header_langs .menu_item .countries_list.countries_list.v3 .country_item[data-code=""],
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .country_item[data-code=""],
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .country_item[data-code=""],
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .country_item[data-code=""],
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .country_item[data-code=""],
#Header .header_menu .menu_item .countries_list.countries_list.v3 .country_item[data-code=""] {
  display: none !important;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar {
  -webkit-transition: top 0.3s ease-out, margin-top 0.3s ease-out;
  transition: top 0.3s ease-out, margin-top 0.3s ease-out;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_title {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_top {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_langs .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_top,
#Header .header_menu .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_top {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_langs .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after,
#Header .header_menu .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_searchbar:after {
  opacity: 0;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3:not([data-search=""]) .countries_list_searchbar .countries_list_clear_search {
  display: block;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_langs .menu_item .countries_list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_wrapper.all,
#Header .header_menu .menu_item .countries_list.countries_list.v3.seeall .countries_list_wrapper.all {
  display: inline-block;
  margin-top: -20px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_langs .menu_item .countries_list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_wrapper.top,
#Header .header_menu .menu_item .countries_list.countries_list.v3.seeall .countries_list_wrapper.top {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_langs .menu_item .countries_list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.seeall .countries_list_searchbar,
#Header .header_menu .menu_item .countries_list.countries_list.v3.seeall .countries_list_searchbar {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper {
  position: relative;
  width: 1000px;
  margin: auto;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: inline-block;
  text-shadow: none !important;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper .country_search_title,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper .country_search_title {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-left: 40px;
  color: #1F4F4B;
  border-bottom: 1px solid #1F4F4B;
  line-height: 20px;
  font-size: 18px;
  float: left;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 20px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper .country_search_list,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper .country_search_list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all .countries_list_title,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all .countries_list_title {
  width: 100%;
  text-align: center;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_wrapper.all .countries_list_all,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_wrapper.all .countries_list_all {
  margin-top: 60px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_title,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_title,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_title {
  position: absolute;
  top: -25px;
  font-size: 16px;
  text-shadow: none;
  color: #1F4F4B;
  font-weight: 900;
  pointer-events: none;
  padding-left: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_search_close,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search_close,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_search_close,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_search_close,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_search_close,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_search_close,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search_close,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_search_close,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_search_close,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_search_close {
  position: absolute;
  background-image: url(img/close-overlay.svg);
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_seeall,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_seeall,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_seeall,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_seeall,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_seeall,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_seeall,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_seeall,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_seeall,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_seeall,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_seeall {
  position: absolute;
  display: inline-block;
  color: #01C36C;
  font-size: 16px;
  left: 100%;
  float: left;
  width: 300px;
  text-shadow: none;
  padding-left: 15px;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_seeallv2,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_seeallv2 {
  position: absolute;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  left: 50%;
  width: 180px;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #00C36C;
  height: 37px;
  line-height: 37px;
  text-align: center;
  bottom: 25px;
  margin-left: -90px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_top,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_top,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_top {
  /* -moz-column-width: 125px;
   -webkit-column-width: 125px;
   column-width: 125px;*/
  /*
                          -moz-column-count: 7;
                          -webkit-column-count: 7;
                          column-count: 7;

                          -moz-columns: 7;
                          -webkit-columns: 7;
                          columns: 7;*/
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar {
  position: absolute;
  display: inline-block;
  width: 295px;
  left: 50%;
  margin-left: -147px;
  top: 70px;
  margin-top: -80px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar .countries_listall_clear_search {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(img/close-small.svg);
  right: 10px;
  top: 24px;
  display: none;
  cursor: pointer;
  z-index: 99;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input {
  height: 39px;
  line-height: 39px;
  width: 295px;
  background-color: #FFF;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  margin: auto;
  border: none;
  color: #1F4F4B;
  font-size: 16px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input::-webkit-input-placeholder {
  color: #1F4F4B;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input:-moz-placeholder {
  color: #1F4F4B;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar input:focus,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar input:focus {
  outline: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_listall_searchbar:after,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_listall_searchbar:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(img/magn-glass.svg);
  position: absolute;
  right: 10px;
  top: 22px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .country-column,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .country-column,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .country-column,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .country-column,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .country-column,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .country-column,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .country-column,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .country-column,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .country-column,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .country-column {
  float: left;
  width: 119px;
  margin-left: 40px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .country-column.recentlyupdate,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .country-column.recentlyupdate {
  font-weight: 700;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_search {
  display: none;
  margin-top: 40px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .country_item,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .country_item,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .country_item,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .country_item,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .country_item,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .country_item,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .country_item,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .country_item,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .country_item,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .country_item {
  text-transform: none;
  font-size: 16px;
  border-bottom: none;
  color: #1F4F4B;
  line-height: 15px;
  margin-bottom: 8px;
  height: auto;
  height: initial;
  padding: 0px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_langs .menu_item .countries_list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .country_item[data-topcountry=false],
#Header .header_menu .menu_item .countries_list.countries_list.v3 .country_item[data-topcountry=false] {
  display: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar {
  position: absolute;
  display: inline-block;
  width: 420px;
  left: 50%;
  margin-left: -210px;
  top: 100%;
  margin-top: -80px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar .countries_list_clear_search {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(img/close-small.svg);
  right: 10px;
  top: 24px;
  display: none;
  cursor: pointer;
  z-index: 99;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input {
  height: 39px;
  line-height: 39px;
  width: 420px;
  background-color: #FFF;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  margin: auto;
  border: none;
  color: #1F4F4B;
  font-size: 16px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input::-webkit-input-placeholder {
  color: #1F4F4B;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input:-moz-placeholder {
  color: #1F4F4B;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar input:focus,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar input:focus {
  outline: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_langs .menu_item .countries_list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3 .countries_list_searchbar:after,
#Header .header_menu .menu_item .countries_list.countries_list.v3 .countries_list_searchbar:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(img/magn-glass.svg);
  position: absolute;
  right: 10px;
  top: 22px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_langs .menu_item .countries_list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.focused .countries_list_searchbar,
#Header .header_menu .menu_item .countries_list.countries_list.v3.focused .countries_list_searchbar {
  top: 0%;
  margin-top: 20px;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_title,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_title,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.focused .countries_list_title,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.focused .countries_list_title,
#Header .header_langs .menu_item .countries_list.countries_list.v3.focused .countries_list_title,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_title,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_title,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.focused .countries_list_title,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.focused .countries_list_title,
#Header .header_menu .menu_item .countries_list.countries_list.v3.focused .countries_list_title {
  opacity: 0;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_top,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_top,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.focused .countries_list_top,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.focused .countries_list_top,
#Header .header_langs .menu_item .countries_list.countries_list.v3.focused .countries_list_top,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_top,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_top,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.focused .countries_list_top,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.focused .countries_list_top,
#Header .header_menu .menu_item .countries_list.countries_list.v3.focused .countries_list_top {
  opacity: 0;
  pointer-events: none;
}
#Header .header_langs .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_search,
#Header .header_langs .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_search,
#Header .header_langs .menu_item .menu-about-list.countries_list.v3.focused .countries_list_search,
#Header .header_langs .menu_item .menu-news-list.countries_list.v3.focused .countries_list_search,
#Header .header_langs .menu_item .countries_list.countries_list.v3.focused .countries_list_search,
#Header .header_menu .menu_item .menu-lg-list.countries_list.v3.focused .countries_list_search,
#Header .header_menu .menu_item .menu-methodology-list.countries_list.v3.focused .countries_list_search,
#Header .header_menu .menu_item .menu-about-list.countries_list.v3.focused .countries_list_search,
#Header .header_menu .menu_item .menu-news-list.countries_list.v3.focused .countries_list_search,
#Header .header_menu .menu_item .countries_list.countries_list.v3.focused .countries_list_search {
  display: inline-block;
}
#Header .header_logo {
  position: relative;
  color: #fff;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 2;
}
#Header .header_logo .smaller {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}
#Header .header_logo .bigger {
  font-size: 28px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.08em;
}
#Header .header_logo .bigger .bigger_and {
  font-size: 20px;
  font-weight: 900;
}
#Header .header_logo .smaller_database {
  position: relative;
  top: 2px;
}
#Header .header_logo .beta {
  display: none;
  position: absolute;
  top: 43px;
  left: 202px;
  opacity: 0.5;
}
#Header .header-logo-circles {
  position: absolute;
  width: 350px;
  height: 65px;
  top: 0px;
  left: 50%;
  margin-left: -175px;
  overflow: hidden;
}
#Header .header-logo-circle {
  position: absolute;
  width: 268px;
  height: 268px;
  background-image: url(img/cercle-header.png);
  background-size: 100% 100%;
  top: 50%;
  margin-top: -100px;
}
#Header .header-logo-circle.circle1 {
  left: 50%;
  margin-left: -172px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#Header .header-logo-circle.circle2 {
  left: 50%;
  margin-left: -96px;
}
#Header .header_langs {
  position: absolute;
  right: 10px;
  top: 0px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
#Header .header_langs .header_lang {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}
#Header .header_langs .header_lang.selected {
  background: #fff;
}
#Header .menu-methodology,
#Header .menu-about {
  display: none;
  position: relative;
  z-index: 99;
  width: 180px;
  margin-left: 6px;
  margin-top: -15px;
}
#Header .menu-methodology a,
#Header .menu-about a {
  float: left;
  font-size: 12px;
  padding: 4px;
  width: 100%;
  text-align: left;
  color: #0B6685;
  background-color: #FFF;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0B6685;
  line-height: 18px;
  text-shadow: initial;
}
#Header .menu_item[data-page=about] {
  width: 127px;
  display: inline-block;
}
#Header .menu_item[data-page=methodology] {
  width: 157px;
  display: inline-block;
}
#Header .menu_item[data-page=about]:hover .menu-about {
  display: block;
}
#Header .menu_item[data-page=methodology]:hover .menu-methodology {
  display: block;
}
#Header .header_menu_left {
  width: 370px !important;
}
#Header .header_menu_right {
  width: 370px !important;
}
#Header .header_menu_hamburger {
  position: absolute;
  top: 0px;
  left: 0px;
}
#Header .header_menu_hamburger .menu_hamburger_toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 69px;
  height: 65px;
  background-image: url("images/hamburgermenu_toggle_off.png");
  cursor: pointer;
}
#Header .header_menu_hamburger .menu_hamburger_toggle:hover {
  background-image: url("images/hamburgermenu_toggle_on.png");
}
#Header .header_menu_hamburger.on .menu_hamburger_toggle {
  background-image: url("images/hamburgermenu_toggle_on.png");
}
#Header .header_menu_hamburger.on .header_menu_hamburger_list {
  display: block;
}
#Header .header_menu_hamburger .countries_list.displayed {
  display: block;
  left: 0px;
  top: -39px;
  z-index: 999;
}
#Header .header_menu_hamburger .countries_list_all {
  background-color: #FFF;
}
#Header .header_menu_hamburger .country_search_title {
  background-color: #FFF;
  text-shadow: none;
  color: #064e6b;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
  padding-top: 20px;
  padding-bottom: 20px;
}
#Header .header_menu_hamburger .countries_list_wrapper.top {
  display: none;
}
#Header .header_menu_hamburger .countries_list_seeallv2 {
  display: none;
}
#Header .header_menu_hamburger .country_item {
  height: 28px !important;
  line-height: 28px !important;
}
#Header .header_menu_hamburger .country-column {
  line-height: 28px;
  background-color: #FFF;
}
#Header .header_menu_hamburger .countries_list .country_item:last-child {
  border-bottom: 1px solid #0B6685 !important;
}
#Header .header_menu_hamburger .header_menu_hamburger_list {
  display: none;
  position: absolute;
  top: 65px;
  left: 0px;
  text-align: left;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#Header .header_menu_hamburger .header_menu_hamburger_list .menu_item {
  display: inline-block;
  background-color: #0B6685;
  width: 138px;
  text-align: left;
  height: 39px;
  line-height: 39px;
  color: #FFF;
  padding-left: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #3C859D;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-shadow: 0 -2px 0 #064e6b;
  cursor: pointer;
}
#Header .header_menu_hamburger .header_menu_hamburger_list .menu_item:nth-child(3) {
  border-bottom: 1px solid #FFF;
}
#Header .header_menu_hamburger .header_menu_hamburger_list .menu_item.menu_with_list {
  position: relative;
}
#Header .header_menu_hamburger .header_menu_hamburger_list .menu_item.menu_with_list:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  width: 4px;
  height: 10px;
  background-image: url(images/menulist-arrow.png);
}
#Header .header_menu_hamburger .countries_list {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
#Header .header_menu_hamburger .countries_list,
#Header .header_menu_hamburger .menu-about-list,
#Header .header_menu_hamburger .menu-news-list,
#Header .header_menu_hamburger .menu-methodology-list {
  display: none;
  position: absolute;
  left: 138px;
  top: 0px;
}
#Header .header_menu_hamburger .countries_list .methodology_item,
#Header .header_menu_hamburger .countries_list .about_item,
#Header .header_menu_hamburger .countries_list .news_item,
#Header .header_menu_hamburger .countries_list .country_item,
#Header .header_menu_hamburger .menu-about-list .methodology_item,
#Header .header_menu_hamburger .menu-about-list .about_item,
#Header .header_menu_hamburger .menu-about-list .news_item,
#Header .header_menu_hamburger .menu-about-list .country_item,
#Header .header_menu_hamburger .menu-news-list .methodology_item,
#Header .header_menu_hamburger .menu-news-list .about_item,
#Header .header_menu_hamburger .menu-news-list .news_item,
#Header .header_menu_hamburger .menu-news-list .country_item,
#Header .header_menu_hamburger .menu-methodology-list .methodology_item,
#Header .header_menu_hamburger .menu-methodology-list .about_item,
#Header .header_menu_hamburger .menu-methodology-list .news_item,
#Header .header_menu_hamburger .menu-methodology-list .country_item {
  padding-left: 8px;
  width: 138px;
  height: 39px;
  display: inline-block;
  background-color: #FFF;
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
  color: #0B6685;
  border-bottom: 1px solid #0B6685;
  text-shadow: initial;
}
#Header .header_menu_hamburger .countries_list .methodology_item.news_item,
#Header .header_menu_hamburger .countries_list .about_item.news_item,
#Header .header_menu_hamburger .countries_list .news_item.news_item,
#Header .header_menu_hamburger .countries_list .country_item.news_item,
#Header .header_menu_hamburger .menu-about-list .methodology_item.news_item,
#Header .header_menu_hamburger .menu-about-list .about_item.news_item,
#Header .header_menu_hamburger .menu-about-list .news_item.news_item,
#Header .header_menu_hamburger .menu-about-list .country_item.news_item,
#Header .header_menu_hamburger .menu-news-list .methodology_item.news_item,
#Header .header_menu_hamburger .menu-news-list .about_item.news_item,
#Header .header_menu_hamburger .menu-news-list .news_item.news_item,
#Header .header_menu_hamburger .menu-news-list .country_item.news_item,
#Header .header_menu_hamburger .menu-methodology-list .methodology_item.news_item,
#Header .header_menu_hamburger .menu-methodology-list .about_item.news_item,
#Header .header_menu_hamburger .menu-methodology-list .news_item.news_item,
#Header .header_menu_hamburger .menu-methodology-list .country_item.news_item {
  width: 150px;
}
#Header .header_menu_hamburger .countries_list .methodology_item.longlabel,
#Header .header_menu_hamburger .countries_list .about_item.longlabel,
#Header .header_menu_hamburger .countries_list .news_item.longlabel,
#Header .header_menu_hamburger .countries_list .country_item.longlabel,
#Header .header_menu_hamburger .menu-about-list .methodology_item.longlabel,
#Header .header_menu_hamburger .menu-about-list .about_item.longlabel,
#Header .header_menu_hamburger .menu-about-list .news_item.longlabel,
#Header .header_menu_hamburger .menu-about-list .country_item.longlabel,
#Header .header_menu_hamburger .menu-news-list .methodology_item.longlabel,
#Header .header_menu_hamburger .menu-news-list .about_item.longlabel,
#Header .header_menu_hamburger .menu-news-list .news_item.longlabel,
#Header .header_menu_hamburger .menu-news-list .country_item.longlabel,
#Header .header_menu_hamburger .menu-methodology-list .methodology_item.longlabel,
#Header .header_menu_hamburger .menu-methodology-list .about_item.longlabel,
#Header .header_menu_hamburger .menu-methodology-list .news_item.longlabel,
#Header .header_menu_hamburger .menu-methodology-list .country_item.longlabel {
  padding-top: 3px;
  line-height: 15px !important;
  height: 38px !important;
}
#Header .header_menu_hamburger .countries_list .methodology_item.about_item,
#Header .header_menu_hamburger .countries_list .about_item.about_item,
#Header .header_menu_hamburger .countries_list .news_item.about_item,
#Header .header_menu_hamburger .countries_list .country_item.about_item,
#Header .header_menu_hamburger .menu-about-list .methodology_item.about_item,
#Header .header_menu_hamburger .menu-about-list .about_item.about_item,
#Header .header_menu_hamburger .menu-about-list .news_item.about_item,
#Header .header_menu_hamburger .menu-about-list .country_item.about_item,
#Header .header_menu_hamburger .menu-news-list .methodology_item.about_item,
#Header .header_menu_hamburger .menu-news-list .about_item.about_item,
#Header .header_menu_hamburger .menu-news-list .news_item.about_item,
#Header .header_menu_hamburger .menu-news-list .country_item.about_item,
#Header .header_menu_hamburger .menu-methodology-list .methodology_item.about_item,
#Header .header_menu_hamburger .menu-methodology-list .about_item.about_item,
#Header .header_menu_hamburger .menu-methodology-list .news_item.about_item,
#Header .header_menu_hamburger .menu-methodology-list .country_item.about_item {
  width: 165px;
}
#Header .header_menu_hamburger .countries_list .methodology_item:last-child,
#Header .header_menu_hamburger .countries_list .about_item:last-child,
#Header .header_menu_hamburger .countries_list .news_item:last-child,
#Header .header_menu_hamburger .countries_list .country_item:last-child,
#Header .header_menu_hamburger .menu-about-list .methodology_item:last-child,
#Header .header_menu_hamburger .menu-about-list .about_item:last-child,
#Header .header_menu_hamburger .menu-about-list .news_item:last-child,
#Header .header_menu_hamburger .menu-about-list .country_item:last-child,
#Header .header_menu_hamburger .menu-news-list .methodology_item:last-child,
#Header .header_menu_hamburger .menu-news-list .about_item:last-child,
#Header .header_menu_hamburger .menu-news-list .news_item:last-child,
#Header .header_menu_hamburger .menu-news-list .country_item:last-child,
#Header .header_menu_hamburger .menu-methodology-list .methodology_item:last-child,
#Header .header_menu_hamburger .menu-methodology-list .about_item:last-child,
#Header .header_menu_hamburger .menu-methodology-list .news_item:last-child,
#Header .header_menu_hamburger .menu-methodology-list .country_item:last-child {
  border-bottom: none;
}
#Header .header_menu_hamburger .menu_item.menu_with_list[data-page=country]:hover .countries_list {
  display: block;
}
#Header .header_menu_hamburger .menu_item.menu_with_list[data-page=about]:hover .menu-about-list {
  display: block;
}
#Header .header_menu_hamburger .menu_item.menu_with_list[data-page=news]:hover .menu-news-list {
  display: block;
}
#Header .header_menu_hamburger .menu_item.menu_with_list[data-page=methodology]:hover .menu-methodology-list {
  display: block;
}

#Cache {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

body[data-page=home] #Header .header_menu .menu_item[data-page=home] {
  background: #064e6b;
}

body[data-page=world] #Header .header_menu .menu_item[data-page=world] {
  background: #064e6b;
}

body[data-page=country] #Header .header_menu .menu_item[data-page=country] {
  background: #064e6b;
}

body[data-page=download] #Header .header_menu .menu_item[data-page=download] {
  background: #064e6b;
}

@media only screen and (max-width: 1199px) {
  #Header .header_menu_left {
    display: none;
  }
  #Header .header_menu_right {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  html[lang=en-US] #Header .menu_item[data-page=methodology],
  html[lang=en-US] #Header .menu_item[data-page=about],
  html[lang=en-US] #Header .menu_item[data-page=news] {
    width: auto;
    width: initial;
  }
  html[lang=en-US] #Header .menu_item[data-page=methodology] .menu-methodology-list,
  html[lang=en-US] #Header .menu_item[data-page=methodology] .menu-about-list,
  html[lang=en-US] #Header .menu_item[data-page=methodology] .menu-news-list,
  html[lang=en-US] #Header .menu_item[data-page=about] .menu-methodology-list,
  html[lang=en-US] #Header .menu_item[data-page=about] .menu-about-list,
  html[lang=en-US] #Header .menu_item[data-page=about] .menu-news-list,
  html[lang=en-US] #Header .menu_item[data-page=news] .menu-methodology-list,
  html[lang=en-US] #Header .menu_item[data-page=news] .menu-about-list,
  html[lang=en-US] #Header .menu_item[data-page=news] .menu-news-list {
    left: 15px;
  }
  .header_menu_hamburger {
    display: none;
  }
  html[lang=zh-CN] #Header .menu_item[data-page=methodology],
  html[lang=hi-IN] #Header .menu_item[data-page=methodology] {
    width: 127px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=about],
  html[lang=fr-FR] #Header .menu_item[data-page=about] {
    width: 123px;
  }
  html[lang=es-ES] .menu-methodology-list .methodology_item:nth-child(4),
  html[lang=fr-FR] .menu-methodology-list .methodology_item:nth-child(4) {
    height: 43px !important;
    line-height: 15px !important;
    padding-top: 6px !important;
  }
  html[lang=es-ES] .menu-about-list .about_item:nth-child(3),
  html[lang=fr-FR] .menu-about-list .about_item:nth-child(3) {
    height: 43px !important;
    line-height: 15px !important;
    padding-top: 6px !important;
  }
  html[lang=es-ES] .menu-about-list .about_item:nth-child(4),
  html[lang=fr-FR] .menu-about-list .about_item:nth-child(4) {
    height: 43px !important;
    line-height: 15px !important;
    padding-top: 6px !important;
  }
  html[lang=es-ES] #addAllIndicators,
  html[lang=es-ES] #addAllCountries,
  html[lang=es-ES] #addAllYears,
  html[lang=fr-FR] #addAllIndicators,
  html[lang=fr-FR] #addAllCountries,
  html[lang=fr-FR] #addAllYears {
    width: 186px !important;
  }
  html[lang=es-ES] #addAllIndicators,
  html[lang=fr-FR] #addAllIndicators {
    letter-spacing: -0.04em;
  }
  html[lang=es-ES] #Header .menu_item[data-page=methodology],
  html[lang=fr-FR] #Header .menu_item[data-page=methodology] {
    width: initial;
    padding: 0px 8px;
    margin-left: 3px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=methodology] .menu-methodology-list,
  html[lang=fr-FR] #Header .menu_item[data-page=methodology] .menu-methodology-list {
    left: 6px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=about],
  html[lang=fr-FR] #Header .menu_item[data-page=about] {
    width: initial;
    padding: 0px 8px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=about] .menu-about-list,
  html[lang=fr-FR] #Header .menu_item[data-page=about] .menu-about-list {
    left: 6px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=news],
  html[lang=fr-FR] #Header .menu_item[data-page=news] {
    padding: 0px 8px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=news] .menu-news-list,
  html[lang=fr-FR] #Header .menu_item[data-page=news] .menu-news-list {
    left: 6px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=methodology] {
    margin-left: 5px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=methodology] .menu-methodology-list {
    left: 5px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=about] .menu-about-list {
    left: 5px;
  }
  html[lang=es-ES] #Header .menu_item[data-page=methodology],
  html[lang=es-ES] #Header .menu_item[data-page=about],
  html[lang=es-ES] #Header .menu_item[data-page=news] {
    padding: 0px 7px;
  }
  html[lang=es-ES] .menu-methodology-list .methodology_item:nth-child(3) {
    height: 30px !important;
  }
  html[lang=es-ES] .menu-about-list .about_item:nth-child(3) {
    height: 30px !important;
  }
}
html[lang=fr-FR] .menu-methodology-list .methodology_item:nth-child(4) {
  height: 43px !important;
  line-height: 15px !important;
  padding-top: 6px !important;
}
html[lang=fr-FR] .menu-about-list .about_item:nth-child(3) {
  height: 52px !important;
  line-height: 15px !important;
  padding-top: 10px !important;
}

html[lang=es-ES] #Header .menu_item[data-page=methodology],
html[lang=es-ES] #Header .menu_item[data-page=about],
html[lang=es-ES] #Header .menu_item[data-page=news] {
  padding: 0px 4px;
}
html[lang=es-ES] #Header .menu_item[data-page=methodology] .menu-methodology-list,
html[lang=es-ES] #Header .menu_item[data-page=methodology] .menu-about-list,
html[lang=es-ES] #Header .menu_item[data-page=methodology] .menu-news-list,
html[lang=es-ES] #Header .menu_item[data-page=about] .menu-methodology-list,
html[lang=es-ES] #Header .menu_item[data-page=about] .menu-about-list,
html[lang=es-ES] #Header .menu_item[data-page=about] .menu-news-list,
html[lang=es-ES] #Header .menu_item[data-page=news] .menu-methodology-list,
html[lang=es-ES] #Header .menu_item[data-page=news] .menu-about-list,
html[lang=es-ES] #Header .menu_item[data-page=news] .menu-news-list {
  left: 1px;
}
html[lang=en-US] #Header .menu_item[data-page=methodology],
html[lang=en-US] #Header .menu_item[data-page=about],
html[lang=en-US] #Header .menu_item[data-page=news] {
  padding: 0px 15px;
}
.button_text {
  position: relative;
  z-index: 1;
}

#Application[data-page=home] .home_block {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #111;
  text-align: center;
}
#Application[data-page=home] .home_block .home_block_item {
  display: inline-block;
  margin: 1%;
  vertical-align: top;
  background: #e6e6e6;
  width: 30%;
  min-width: 300px;
  height: 200px;
}
#Application[data-page=home] .home_block .home_block_picitem {
  display: inline-block;
  margin: 1%;
  vertical-align: top;
  width: 20%;
  min-width: 200px;
}
#Application[data-page=home] .home_block .home_block_picitem .picitem {
  background: #e6e6e6;
  width: 100%;
  height: 150px;
}
#Application[data-page=home] .home_block .home_block_picitem .picitem_text {
  text-align: left;
}
#Application[data-page=home] .home_slideshow {
  width: 90%;
  display: inline-block;
  height: 300px;
  background: #e6e6e6;
}
#Application[data-page=home] .home_news {
  margin: 40px 0 0;
}
#Application[data-page=home] .home_news .news_list .news_item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 90%;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.button_text {
  position: relative;
  z-index: 1;
}

.loader {
  margin: 50px 0 0 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 10px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s;
}

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.59s;
  animation-delay: 0.59s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
  -webkit-animation-duration: 1.05s;
  animation-duration: 1.05s;
}

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-animation-duration: 1.59s;
  animation-duration: 1.59s;
}

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
}

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
  -webkit-animation-duration: 0.73s;
  animation-duration: 0.73s;
}

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-animation-duration: 0.71s;
  animation-duration: 0.71s;
}

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: -0.13s;
  animation-delay: -0.13s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
}

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.53s;
  animation-delay: 0.53s;
  -webkit-animation-duration: 1.36s;
  animation-duration: 1.36s;
}

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.79s;
  animation-duration: 0.79s;
}

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 1.56s;
  animation-duration: 1.56s;
}

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
}

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
}

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
}

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s;
}

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

.button_text {
  position: relative;
  z-index: 1;
}

#Application[data-page=download] .download_selector_wrapper.v3 .selector_group[data-group=key_indicators] .group_inner {
  padding: 0px 3px 6px 10px;
  height: 466px;
}

.menu_selector {
  background: #00c26f;
  width: 100%;
  text-align: left;
  position: relative;
}
.menu_selector .selector_group {
  margin: 0 0 2px;
  position: relative;
  z-index: 2;
  /*
  &[data-group="key_indicators"] {
    .subgroup_label {
      max-width: 160px !important;
    }
  }
  */
}
.menu_selector .selector_group.disabled:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 110%;
  background: rgba(229, 229, 229, 0.9);
}
.menu_selector .selector_group .group_title {
  background: #00ac6f;
  width: 100%;
  height: 42px;
  color: #fff;
  line-height: 42px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.menu_selector .selector_group .group_title[data-group=key_indicators] .subgroup_label {
  max-width: 160px !important;
}
.menu_selector .selector_group .group_title .group_title_expand_bt {
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("images/arrow-accordion.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 7px;
  height: 13px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.menu_selector .selector_group .group_title:hover {
  opacity: 0.8;
}
.menu_selector .selector_group .group_title:hover .group_title_expand_bt {
  -moz-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.menu_selector .selector_group[data-group=key_indicators] .group_inner {
  overflow: auto;
}
.menu_selector .selector_group .group_inner {
  padding: 0px 0px 0px 10px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_group .group_inner .selector_subgroup {
  padding-top: 0px;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_title {
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 6px;
  font-weight: 700;
  cursor: pointer;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_checkbox {
  margin: 0;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  background: url("images/check.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_label {
  margin: 0 0 0 6px;
  display: inline-block;
  max-width: 157px;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item:hover .subgroup_label {
  opacity: 0.8;
}
.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item.checked .subgroup_checkbox:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu_selector .selector_group .group_inner .selector_sublink {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0 10px;
  position: relative;
}
.menu_selector .selector_group .group_inner .selector_sublink:after {
  position: absolute;
  content: "";
  display: none;
  right: 0px;
  top: 2px;
  width: 16px;
  height: 30px;
  background: url("images/pointer-menu.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.menu_selector .selector_group .group_inner .selector_sublink:hover, .menu_selector .selector_group .group_inner .selector_sublink.selected {
  background: #3ce289;
}
.menu_selector .selector_group .group_inner .selector_sublink.selected:after {
  display: block;
}
.menu_selector .selector_group[data-group=search] {
  background: #00c26f;
  padding: 10px;
}
.menu_selector .selector_group[data-group=search] .group_label {
  font-size: 18px;
  display: none;
}
.menu_selector .selector_group[data-group=search] #SearchInput {
  position: relative;
  color: #bccac9;
  font-size: 13px;
  font-family: "Lato";
  font-weight: 400;
  height: 37px;
  width: 100%;
  padding: 0 5px;
}
.menu_selector .selector_group[data-group=search] #SearchInput.focused {
  color: #1f4f4b;
}
.menu_selector .selector_group[data-group=search] .magnify_glass {
  background: url("images/magn-glass.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 20px;
  position: absolute;
}
.menu_selector .selector_group[data-group=search] .search_suggestions {
  max-height: 300px;
  overflow: auto;
  width: 100%;
  background: #fff;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 16px;
  display: none;
  color: #1f4f4b;
}
.menu_selector .selector_group[data-group=search] .search_suggestions.displayed {
  display: block;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item {
  margin: 14px 0;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item .suggestion_item_link {
  cursor: pointer;
  color: #1f4f4b;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item .suggestion_item_link .suggestion_item_checkbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #ddd;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item .suggestion_item_link b {
  font-weight: 900;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item .suggestion_item_link.checked .suggestion_item_checkbox:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 3px;
  background: #1f4f4b;
}
.menu_selector .selector_group[data-group=search] .search_suggestions .suggestion_item .suggestion_item_link:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  top: 10px;
  height: 2px;
  background: #ddd;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node {
  padding-left: 0px;
  list-style: none;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="0"] {
  padding: 0px 6px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="1"] {
  border-bottom: 1px solid #1f4f4b;
  padding-bottom: 10px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="1"] > .suggestion_item a {
  padding-left: 34px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="1"] > .suggestion_item a .suggestion_item_checkbox {
  left: 10px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="1"] > .suggestion_item a:before {
  width: 10px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="2"] > .suggestion_item a {
  padding-left: 44px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="2"] > .suggestion_item a .suggestion_item_checkbox {
  left: 20px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="2"] > .suggestion_item a:before {
  width: 20px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="3"] > .suggestion_item a {
  padding-left: 54px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="3"] > .suggestion_item a .suggestion_item_checkbox {
  left: 30px;
}
.menu_selector .selector_group[data-group=search] .search_suggestions ul.list_node[data-level="3"] > .suggestion_item a:before {
  width: 30px;
}
.menu_selector .selector_group.expanded .group_title:hover {
  opacity: 1;
}
.menu_selector .selector_group.expanded .group_title:hover .group_title_expand_bt {
  -moz-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.menu_selector .selector_group.expanded .group_title_expand_bt {
  -moz-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.menu_selector .selector_group.expanded .group_inner {
  visibility: visible;
  height: 445px;
  opacity: 1;
}
.menu_selector .selector_group[data-group=geo].expanded .group_inner {
  height: 400px;
}
.menu_selector .selector_group[data-group=geo-bulk].expanded .group_inner {
  height: 400px;
}
.menu_selector .selector_group[data-group=all_indicators] .selector_sublink[data-has-categorydata="0"] {
  display: none;
}
.menu_selector .selector_panel {
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  max-height: 500px;
  opacity: 0;
  z-index: -2;
  background-color: #fff;
  border-top: 10px solid #00c26f;
  border-bottom: 10px solid #00c26f;
  border-right: 10px solid #00c26f;
  width: 250px;
  overflow: hidden;
  -moz-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel .selector_panel_section[data-panel-section=metas] .action_bt.actions_bt_cancel, .menu_selector .selector_panel .selector_panel_section[data-panel-section=options] .action_bt.actions_bt_cancel {
  display: inline-block;
}
.menu_selector .selector_panel .selector_panel_section[data-panel-section=metas] .action_bt.actions_bt_ok, .menu_selector .selector_panel .selector_panel_section[data-panel-section=options] .action_bt.actions_bt_ok {
  display: none;
}
.menu_selector .selector_panel .selector_panel_section[data-panel-section=metas] .action_bt.actions_bt_next, .menu_selector .selector_panel .selector_panel_section[data-panel-section=options] .action_bt.actions_bt_next {
  display: inline-block;
}
.menu_selector .selector_panel .selector_panel_section[data-panel-section=metas] .actions_popage, .menu_selector .selector_panel .selector_panel_section[data-panel-section=options] .actions_popage {
  display: none !important;
}
.menu_selector .selector_panel[data-panel=moreoptions] {
  width: 424px;
  color: #1f4f4b;
  /*
              &[data-parent-panel="carbon-macro-variable"]{
                  .moreoptions_select_distribution{
                      option[value="s"], option[value="t"], option[value="o"], option[value="g"]{ display: none;}
                  }
              }
              &[data-parent-panel="carbon-distributed-variable"]{
                  .moreoptions_select_distribution{
                      option[value="m"]{ display: none;}
                  }
              }
  */
}
.menu_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row {
  margin: 20px 10px 0;
}
.menu_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell {
  text-align: left;
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
.menu_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell .moreoptions_select {
  width: 90%;
}
.menu_selector .selector_panel[data-panel=moreoptions] .panel_options_inner .moreoptions_row .row_cell .cell_title {
  text-transform: uppercase;
  font-weight: 300;
}
.menu_selector .selector_panel[data-panel=moreoptions] .panel_actions {
  display: block;
}
.menu_selector .selector_panel[data-panel=moreoptions] .actions_bt_ok {
  display: inline-block !important;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=s] .moreoptions_row[data-row=currency] .row_cell:nth-child(1) {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=p] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=g] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=r] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=e] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=k] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=l] .moreoptions_row[data-row=currency] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=g] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1), .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=r] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1) {
  display: none !important;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=other-macro-variable][data-distribution=n] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1), .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=other-macro-variable][data-distribution=i] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1) {
  display: none !important;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=other-macro-variable] .moreoptions_select_distribution option[value=e], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=other-macro-variable] .moreoptions_select_distribution option[value=k], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=other-macro-variable] .moreoptions_select_distribution option[value=l] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-currency=kk] .moreoptions_row .moreoptions_select_exchange, .menu_selector .selector_panel[data-panel=moreoptions][data-currency=cc] .moreoptions_row .moreoptions_select_exchange, .menu_selector .selector_panel[data-panel=moreoptions][data-currency=b] .moreoptions_row .moreoptions_select_exchange {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions]:not([data-distribution=g]) .moreoptions_select_distribution option[value=g] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=n] .moreoptions_row[data-row=currency], .menu_selector .selector_panel[data-panel=moreoptions][data-distribution=i] .moreoptions_row[data-row=currency] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=s], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=t], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=o], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=g], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=e], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=k], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-macro-variable] .moreoptions_select_distribution option[value=l], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=s], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=t], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=o], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=g], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=e], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=k], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-macro-variable] .moreoptions_select_distribution option[value=l] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-distributed-variable] .moreoptions_select_distribution option[value=m], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-distributed-variable] .moreoptions_select_distribution option[value=e], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-distributed-variable] .moreoptions_select_distribution option[value=k], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=wealth-distributed-variable] .moreoptions_select_distribution option[value=l], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-distributed-variable] .moreoptions_select_distribution option[value=m], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-distributed-variable] .moreoptions_select_distribution option[value=e], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-distributed-variable] .moreoptions_select_distribution option[value=k], .menu_selector .selector_panel[data-panel=moreoptions][data-parent-panel=income-distributed-variable] .moreoptions_select_distribution option[value=l] {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=w] .moreoptions_row[data-row=variabletype] .row_cell:nth-child(1) {
  display: none;
}
.menu_selector .selector_panel[data-panel=moreoptions][data-distribution=w] .moreoptions_row[data-row=currency] {
  display: none;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-data-countries="0"] {
  display: none !important;
}
.menu_selector .selector_panel[data-panel=moreoptions] {
  pointer-events: none;
}
.menu_selector .selector_panel.displayed {
  opacity: 1;
  z-index: -1;
  pointer-events: initial;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu_selector .selector_panel[data-caller=search] {
  top: auto;
  bottom: 0px;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year {
  position: relative;
  cursor: pointer;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year.selected {
  pointer-events: none;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year .year_checkbox {
  background: #1f4f4b;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  -moz-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year .year_checkbox:after {
  content: "+";
  position: relative;
  left: 0px;
  top: -1px;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year .year_label {
  padding-left: 30px !important;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year.selected .year_checkbox, .menu_selector .selector_panel[data-panel-parent=years] .panel_item_year.selected .year_label {
  opacity: 0.25;
}
.menu_selector .selector_panel[data-panel-parent=years] .panel_item_year:hover .year_checkbox, .menu_selector .selector_panel[data-panel-parent=years] .panel_item_year:hover .year_label {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-parent=geo], .menu_selector .selector_panel[data-panel-parent=geo-bulk] {
  overflow: auto;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion {
  position: relative;
  cursor: pointer;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion .country_checkbox, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion .country_checkbox {
  background: #1f4f4b;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  -moz-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country .country_checkbox:after,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion .country_checkbox:after, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country .country_checkbox:after,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion .country_checkbox:after {
  content: "+";
  position: relative;
  left: 0px;
  top: -1px;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country .country_label,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion .country_label, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country .country_label,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion .country_label {
  padding-left: 30px !important;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.selected .country_checkbox, .menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.selected .country_label,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.selected .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.selected .country_label, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.selected .country_checkbox, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.selected .country_label,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.selected .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.selected .country_label {
  opacity: 0.25;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country:hover .country_checkbox, .menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country:hover .country_label,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion:hover .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion:hover .country_label, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country:hover .country_checkbox, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country:hover .country_label,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion:hover .country_checkbox,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion:hover .country_label {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.hasSubregions,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.hasSubregions, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.hasSubregions,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.hasSubregions {
  padding: 0px;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.hasSubregions .country_label,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.hasSubregions .country_label, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.hasSubregions .country_label,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.hasSubregions .country_label {
  padding-left: 10px !important;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.hasSubregions:after,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.hasSubregions:after, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.hasSubregions:after,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.hasSubregions:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  background-image: url(images/arrow-menu-subpanel.svg);
  right: 0px;
  top: 11px;
}
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country.hasSubregions:hover:after,
.menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion.hasSubregions:hover:after, .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country.hasSubregions:hover:after,
.menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion.hasSubregions:hover:after {
  opacity: 0.5;
}
.menu_selector .selector_panel .panel_inner .panel_item {
  font-size: 13px;
  color: #1f4f4b;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.menu_selector .selector_panel .panel_inner .panel_item.panel_item_year {
  height: 31px;
  line-height: 31px;
}
.menu_selector .selector_panel .panel_inner .panel_item .item_label {
  padding-left: 10px;
}
.menu_selector .selector_panel .panel_inner .panel_item .item_label.short {
  font-size: 9px;
}
.menu_selector .selector_panel .selector_panel_section {
  z-index: -1;
  color: #1f4f4b;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel .selector_panel_section.displayed {
  z-index: 1;
  opacity: 1;
}
.menu_selector .selector_panel .selector_panel_section.displayed[data-panel-section=options] {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu_selector .selector_panel .selector_panel_section[data-panel-section=options] .panel_actions {
  display: block !important;
}
.menu_selector .selector_panel[data-panel-parent=more][data-panel-child=options] {
  width: 424px;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: auto;
  left: 0px;
  top: 0px;
  padding: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col[data-position=center] {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col[data-position=left] {
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col[data-position=right] {
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .col_back_bt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: #ededed;
  display: block;
  cursor: pointer;
  color: #1f4f4b;
  position: relative;
  padding-left: 30px;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .col_back_bt:before {
  position: absolute;
  left: 6px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("images/back-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  content: "";
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper {
  width: 100%;
  display: none;
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_checkbox {
  position: absolute;
  left: 0px;
  cursor: pointer;
  z-index: 5;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: #d8dacc;
  display: inline-block;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_checkbox:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #1F4F4B;
  background-size: 100% 100%;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_checkbox.checked:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_link {
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  color: #1f4f4b;
  z-index: 1;
  position: relative;
  padding: 0 30px 0 22px;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_link_arrow {
  display: none;
  position: absolute;
  width: 11px;
  height: 14px;
  right: 0px;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper .variable_link_arrow:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("images/arrow-navigate.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 11px;
  height: 14px;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper.displayed {
  display: inline-block;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-parent=parent] {
  display: inline-block !important;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-children=true] {
  cursor: pointer;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-children=true] .variable_link_arrow {
  display: block;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-data="0"] {
  display: none !important;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-data-countries="0"] {
  display: none !important;
}
.menu_selector .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-childrendata="0"] .variable_link_arrow {
  display: none !important;
}
.menu_selector .selector_panel .panel_head {
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  border-bottom: 1px solid #1f4f4b;
  position: relative;
}
.menu_selector .selector_panel .panel_head .panel_head_title {
  font-size: 12px;
  font-weight: 400;
  color: #1f4f4b;
  text-transform: uppercase;
}
.menu_selector .selector_panel .panel_head .panel_head_legend {
  font-size: 10px;
  font-weight: 400;
  color: #1f4f4b;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
  padding-left: 20px;
  opacity: 0.9;
}
.menu_selector .selector_panel .panel_head .panel_head_legend:nth-child(1) {
  padding-top: 4px;
}
.menu_selector .selector_panel .panel_head .panel_head_legend:nth-child(1):before {
  position: absolute;
  left: 0px;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #d8dacc;
}
.menu_selector .selector_panel .panel_head .panel_head_legend:nth-child(2):before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0px;
  background: url(images/arrow-navigate.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 11px;
  height: 14px;
}
.menu_selector .selector_panel .panel_head .panel_cancel_bt {
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 13px;
  cursor: pointer;
  color: #1f4f4b;
  line-height: 13px;
}
.menu_selector .selector_panel .panel_head .panel_cancel_bt:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  margin-right: 5px;
  background: url("images/close-small.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.menu_selector .selector_panel .panel_inner {
  padding: 10px;
  position: relative;
  width: 100%;
  color: #333;
}
.menu_selector .selector_panel .panel_actions {
  position: absolute;
  z-index: 10;
  background: #fff;
  left: 0px;
  width: 100%;
  bottom: 0px;
  display: none;
  font-size: 13px;
  color: #1f4f4b;
}
.menu_selector .selector_panel .panel_actions.displayed {
  display: block;
}
.menu_selector .selector_panel .panel_actions .actions_popage {
  background: #ededed;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_checkline {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_checkline input {
  margin: 0 8px 0 0;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_selectboxes {
  text-align: center;
  padding: 0 10px 10px;
  display: none;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_selectboxes .popage_pop {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_selectboxes .popage_age {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_selectboxes h4 {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.menu_selector .selector_panel .panel_actions .actions_popage .popage_selectboxes select {
  border: 0px solid;
  border-top: 2px solid #1f4f4b;
  border-bottom: 2px solid #1f4f4b;
  background: #ededed;
  color: #1f4f4b;
  font-family: "Lato";
  width: 80%;
  height: 30px;
}
.menu_selector .selector_panel .panel_actions .actions_bt {
  text-align: center;
  background: #fff;
  height: 60px;
  line-height: 60px;
}
.menu_selector .selector_panel .panel_actions.expanded .actions_popage .popage_selectboxes {
  display: block;
}
.menu_selector .selector_panel .panel_options_head {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #1f4f4b;
  margin: 0 10px;
}
.menu_selector .selector_panel .panel_options_head .panel_options_head_title {
  font-size: 15px;
  font-weight: 700;
  color: #1f4f4b;
}
.menu_selector .selector_panel .panel_options_head .panel_options_change_bt {
  position: absolute;
  right: 0px;
  top: 8px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #00ac6f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.menu_selector .selector_panel .panel_options_head .panel_options_change_bt:hover {
  opacity: 0.8;
}
.menu_selector .selector_panel .panel_options_inner {
  margin: 0 10px;
  text-align: center;
}
.menu_selector .selector_panel .panel_options_inner .options_percentile {
  height: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
}
.menu_selector .selector_panel .panel_options_inner .options_percentile .percentile_title {
  line-height: 20px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0 2px 0;
}
.menu_selector .selector_panel .panel_options_inner .options_percentile .percentile_radio_wrapper {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.menu_selector .selector_panel .panel_options_inner .options_percentile .percentile_radio_wrapper:nth-child(2) {
  margin-left: 0px;
}
.menu_selector .selector_panel .panel_options_inner .options_percentile .percentile_radio_wrapper .percentile_radio {
  margin: 0 4px 0 0;
}
.menu_selector .selector_panel .panel_options_inner .options_basic {
  height: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
}
.menu_selector .selector_panel .panel_options_inner .options_basic .basic_title {
  line-height: 20px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  margin: 25px 0 2px 0;
  border-top: 1px solid #1f4f4b;
  padding-top: 10px;
}
.menu_selector .selector_panel .panel_options_inner .options_basic .basic_radio_wrapper {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.menu_selector .selector_panel .panel_options_inner .options_basic .basic_radio_wrapper:nth-child(2) {
  margin-left: 0px;
}
.menu_selector .selector_panel .panel_options_inner .options_basic .basic_radio_wrapper .basic_radio {
  margin: 0 4px 0 0;
}
.menu_selector .selector_panel .panel_options_inner .percentileCondition_radio_wrapper {
  margin: 0 0 0 0px;
  clear: both;
  float: left;
  padding-left: 45px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.menu_selector .selector_panel .panel_options_inner .percentileCondition_radio_wrapper .percentileCondition_radio {
  margin: 0 4px 0 0;
}
.menu_selector .selector_panel .panel_options_inner .options_range {
  width: 200px;
  display: none;
  height: 110px;
  overflow: auto;
  padding: 4px 0 0;
  border-top: 1px solid #1f4f4b;
  border-bottom: 1px solid #1f4f4b;
}
.menu_selector .selector_panel .panel_options_inner .options_range.displayed {
  display: inline-block;
}
.menu_selector .selector_panel .panel_options_inner .options_range[data-range=custom] {
  border: 0px;
  width: 280px;
  height: initial;
}
.menu_selector .selector_panel .panel_options_inner .options_range[data-range=custom][data-percentiles=single] .range_wrapper_label {
  visibility: hidden;
}
.menu_selector .selector_panel .panel_options_inner .options_range[data-range=custom][data-percentiles=single] .range_up {
  display: none;
}
.menu_selector .selector_panel .panel_options_inner .options_range[data-range=custom][data-percentiles=single] .percentileCondition_radio_wrapper {
  display: none;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item {
  border-top: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item:first-child {
  border-top: 0px solid;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item:last-child {
  margin-bottom: 6px;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item .range_item_checkbox {
  display: inline-block;
  margin: 0 4px 0 0;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item[data-has-data="0"] {
  opacity: 0.2;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_item[data-has-data="0"] .range_item_checkbox {
  visibility: hidden;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_low_wrapper, .menu_selector .selector_panel .panel_options_inner .options_range .range_up_wrapper {
  width: 100%;
  margin: 0 0 14px;
  text-align: left;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_low_wrapper .range_wrapper_label, .menu_selector .selector_panel .panel_options_inner .options_range .range_up_wrapper .range_wrapper_label {
  font-weight: 300;
  font-size: 12px;
  width: 40px;
  text-align: right;
  display: inline-block;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_low_wrapper .range_low, .menu_selector .selector_panel .panel_options_inner .options_range .range_low_wrapper .range_up, .menu_selector .selector_panel .panel_options_inner .options_range .range_up_wrapper .range_low, .menu_selector .selector_panel .panel_options_inner .options_range .range_up_wrapper .range_up {
  width: 220px;
  display: inline-block;
  margin-left: 6px;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_up.disabled {
  opacity: 0.2;
  cursor: default;
}
.menu_selector .selector_panel .panel_options_inner .options_range .range_custom_checkbox_wrapper {
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  padding-left: 44px;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.menu_selector .selector_panel .panel_options_inner .options_scale {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_title {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper {
  width: 320px;
  border-radius: 2px;
  background: #ddd;
  height: 10px;
  position: relative;
  display: inline-block;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_bar {
  position: absolute;
  background: #3ce289;
  height: 100%;
  left: 99%;
  top: 0px;
  width: 1%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad {
  position: absolute;
  z-index: 2;
  top: 0;
  font-size: 9px;
  color: #1f4f4b;
  padding-top: 12px;
  text-indent: -5px;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 1px;
  background-color: #1f4f4b;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="0"] {
  left: 0%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="10"] {
  left: 10%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="20"] {
  left: 20%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="30"] {
  left: 30%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="40"] {
  left: 40%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="50"] {
  left: 50%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="60"] {
  left: 60%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="70"] {
  left: 70%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="80"] {
  left: 80%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="90"] {
  left: 90%;
}
.menu_selector .selector_panel .panel_options_inner .options_scale .scale_wrapper .scale_grad[data-grad="100"] {
  left: 100%;
}

.selector_panel[data-panel=income-macro-variable][data-caller=search], .selector_panel[data-panel=wealth-macro-variable][data-caller=search], .selector_panel[data-panel=carbon-macro-variable][data-caller=search] {
  height: 145px;
}
.selector_panel[data-panel=income-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_head, .selector_panel[data-panel=income-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_inner, .selector_panel[data-panel=wealth-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_head, .selector_panel[data-panel=wealth-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_inner, .selector_panel[data-panel=carbon-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_head, .selector_panel[data-panel=carbon-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_inner {
  display: none;
}
.selector_panel[data-panel=income-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions, .selector_panel[data-panel=wealth-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions, .selector_panel[data-panel=carbon-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions {
  display: block;
}
.selector_panel[data-panel=income-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_checkline, .selector_panel[data-panel=wealth-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_checkline, .selector_panel[data-panel=carbon-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_checkline {
  display: none;
}
.selector_panel[data-panel=income-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_selectboxes, .selector_panel[data-panel=wealth-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_selectboxes, .selector_panel[data-panel=carbon-macro-variable][data-caller=search] .selector_panel_section[data-panel-section=metas] .panel_actions .actions_popage .popage_selectboxes {
  display: block;
}

.world_selector.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_checkbox {
  border-radius: 8.5px;
}
.world_selector.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_checkbox:after {
  background-color: #1f4f4b;
  background-size: 100% 100%;
  border-radius: 5.5px;
  content: "";
  height: 11px;
  left: 3px;
  position: absolute;
  top: 3px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 11px;
}
.world_selector.menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item.checked .subgroup_checkbox:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#CountryDecompositionGroupsMenu.menu_selector .selector_panel[data-panel-parent=more][data-panel-child=options] {
  width: 250px !important;
}

.autocomplete-suggestions {
  display: none !important;
}

.menu_wrapper_burgerbt {
  background: url("images/hamburgermenu_toggle_off.png") no-repeat center center #00ac6f;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock {
  margin-top: 80px;
  background-color: #2e494f;
}
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .mainblock-title {
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .blocktitle-smaller {
  text-transform: initial;
}
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .bulkcountryselection {
  height: initial;
}
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .selector_group[data-group=geo-countries-bulk] .group_title,
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .selector_group[data-group=geo-countries-regions-bulk] .group_title,
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .selector_group[data-group=geo-world-regions-bulk] .group_title {
  background-color: #3c5f67;
}
.download_selector_wrapper.v3 #bulk-mainblock-areas.download_selector_mainblock .mainblock-inner {
  background-color: #5e7e85;
}
.download_selector_wrapper.v3 .menu_selector .selector_panel .panel_inner .panel_item .item_label {
  display: inline-block;
  line-height: 17px;
  padding-top: 10px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item {
  min-height: 40px;
  line-height: 40px;
  height: initial !important;
  display: inline-block;
  width: 100%;
  float: left;
}
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo] .panel_item_country .country_checkbox,
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo] .panel_item_subregion .country_checkbox {
  top: 20px;
}
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country .country_checkbox,
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion .country_checkbox {
  top: 15px;
  background-color: rgba(255, 255, 255, 0);
}
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_country .country_checkbox:after,
.download_selector_wrapper.v3 .menu_selector .selector_panel[data-panel-parent=geo-bulk] .panel_item_subregion .country_checkbox:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  background: url(images/bt-download.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.download_selector_wrapper.v3 .selector_group.expanded[data-group=all_indicators] .group_inner {
  padding: 10px 0px 10px 10px;
}
.download_selector_wrapper.v3 #mainblock-indicators .mainblock-inner {
  overflow-y: auto;
}
.download_selector_wrapper.v3 .download_selector_mainblock.expanded {
  cursor: initial;
}
.download_selector_wrapper.v3 .download_selector_mainblock.expanded .mainblock-title:hover {
  cursor: pointer;
  opacity: 1;
  /* & + .group_title_expand_bt.mainblock{
       @include transform( rotate(-90deg));
   }*/
}
.download_selector_wrapper.v3 .download_selector_mainblock.expanded .group_title_expand_bt.mainblock {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download_selector_wrapper.v3 .download_selector_mainblock.expanded .mainblock-inner {
  visibility: visible;
  display: block;
  opacity: 1;
}
.download_selector_wrapper.v3 .download_selector_mainblock.expanded .mainblock-inner {
  height: 460px;
}
.download_selector_wrapper.v3 .download_selector_mainblock {
  margin: 0 0 2px;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #1F4F4B;
  color: #fff;
  line-height: 42px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.download_selector_wrapper.v3 .download_selector_mainblock .mainblock-title {
  padding: 0px 0px 0px 10px;
}
.download_selector_wrapper.v3 .download_selector_mainblock .group_title_expand_bt {
  position: absolute;
  right: 10px;
  top: 16px;
  background: url("images/arrow-accordion.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 7px;
  height: 13px;
  pointer-events: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.download_selector_wrapper.v3 .download_selector_mainblock .group_title .group_title_expand_bt {
  top: 12px;
}
.download_selector_wrapper.v3 .download_selector_mainblock:hover .group_title_expand_bt.mainblock {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download_selector_wrapper.v3 .mainblock-inner {
  padding: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  display: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #00C26F;
}
.download_selector_wrapper.v3 .mainblock-inner input {
  width: 191px;
  border: none;
  height: 40px;
  margin-bottom: 10px;
  color: #1F4F4B;
  padding: 0px 10px;
}
.download_selector_wrapper.v3 .mainblock-inner .group_inner {
  height: initial;
}
.download_selector_wrapper.v3 .mainblock-inner .group_title {
  height: 33px;
  line-height: 33px;
}
.download_selector_wrapper.v3 .selector_group .group_title:hover .group_title_expand_bt {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download_selector_wrapper.v3 .selector_group .group_inner {
  display: none;
}
.download_selector_wrapper.v3 .selector_group.expanded {
  padding-bottom: 0px;
  margin: 0px;
}
.download_selector_wrapper.v3 .selector_group.expanded .group_title .group_title_expand_bt {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download_selector_wrapper.v3 .selector_group.expanded .group_inner {
  display: block;
}
.download_selector_wrapper.v3 .selector_group.expanded .selector_panel {
  opacity: 1;
}
.download_selector_wrapper.v3 .selector_group .group_inner {
  padding: 10px 10px 10px 10px;
}
.download_selector_wrapper.v3 .selector_group[data-group=key_indicators] .group_inner {
  padding: 0px 10px 6px 10px;
  height: 394px;
}
.download_selector_wrapper.v3 .selector_group[data-group=indicators-addall] {
  height: 68px;
}
.download_selector_wrapper.v3 .selector_group[data-group=indicators-addall] #addAllIndicators {
  width: 136px;
  height: 28px;
  background-color: #FFF;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  color: #1F4F4B;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group=indicators-addall] .group_title {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=indicators-addall] .group_inner {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.download_selector_wrapper.v3 .selector_group[data-group=countries-addall] {
  height: 68px;
}
.download_selector_wrapper.v3 .selector_group[data-group=countries-addall] #addAllCountries {
  width: 136px;
  height: 28px;
  background-color: #FFF;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  color: #1F4F4B;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group=countries-addall] .group_title {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=countries-addall] .group_inner {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addall] {
  height: 68px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addall] #addAllYears {
  width: 136px;
  height: 28px;
  background-color: #FFF;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  color: #1F4F4B;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addall] .group_title {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] {
  height: 130px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_block {
  background-color: #FFF;
  height: 95px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_block #addRangeYears {
  width: 83px;
  height: 23px;
  background-color: #00C26F;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  margin-left: 60px;
  display: inline-block;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .group_title_expand_bt,
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .group_title {
  background: none;
  height: 15px;
  line-height: 18px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_sublock {
  width: 50%;
  float: left;
  padding: 10px 10px 2px 10px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_sublock p {
  color: #1F4F4B;
  margin: 0px;
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  float: left;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_sublock select {
  clear: both;
  float: left;
  margin-top: 5px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_sublock .menu_selectbox.menu_years_from_selectbox {
  clear: both;
  float: left;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addrange] .years_selector_sublock .menu_selectbox.menu_years_from_selectbox option.notavailable {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .selector_panel {
  height: 100%;
  max-height: 339px;
  z-index: 1;
  overflow: auto;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .selector_panel[data-panel=yearsspecific] {
  left: 0px;
  height: 220px;
  width: 190px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .group_title_expand_bt,
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .group_title {
  background: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .group_inner {
  padding: 0px 10px 10px 10px;
}
.download_selector_wrapper.v3 .selector_group[data-group=years-addspecific] .panel_inner {
  padding: 3px 10px 10px 10px;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_sublink {
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel {
  height: initial;
  max-height: intial;
  left: initial;
  border: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 204px;
  position: relative;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries] {
  z-index: initial;
  width: 191px;
  max-height: 290px;
  height: 290px;
  left: 0px;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries] .panel_inner .panel_item {
  font-size: 13px;
  color: #1f4f4b;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries].filtered .panel_inner .panel_item_country {
  display: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries].filtered .panel_inner .panel_item_country.infilter {
  display: block;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries-bulk] {
  z-index: initial;
  width: 191px;
  max-height: 290px;
  height: 290px;
  left: 0px;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries-bulk] .panel_inner .panel_item {
  font-size: 13px;
  color: #1f4f4b;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries-bulk].filtered .panel_inner .panel_item_country {
  display: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_panel[data-panel=area-countries-bulk].filtered .panel_inner .panel_item_country.infilter {
  display: block;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-][data-group=geo-countries-regions] .group_inner {
  height: 289px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel {
  z-index: 1;
  width: 191px;
  max-height: 220px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel[data-panel=area-country-regions] {
  max-height: 200px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel[data-panel=regions] {
  max-height: 270px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item {
  font-size: 13px;
  color: #1f4f4b;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item.panel_item_back {
  font-size: 12px;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item.panel_item_back:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(images/back-small.svg);
  top: 50%;
  left: 0px;
  margin-top: -8px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item.panel_item_all {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel .panel_inner .panel_item.panel_item_all .item_label {
  padding-left: 3px;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel[data-panel=subregions] {
  position: absolute;
  top: 94px;
  z-index: 2;
  opacity: 0;
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel[data-panel=area-country-regions-bulk], .download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel[data-panel=area-country-regions] {
  position: absolute;
  top: 94px;
  z-index: 1;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel.subregions {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group^=geo-] .group_inner .selector_panel.subregions.opened {
  display: block;
  opacity: 1;
  z-index: 2;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions] .group_inner, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk] .group_inner {
  height: 359px;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions] .group_inner .selector_panel, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk] .group_inner .selector_panel {
  max-height: 290px;
  height: 100%;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions] .subregion_cat, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk] .subregion_cat {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_panel.subregions .panel_item_back,
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_panel.subregions .panel_item_all, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_panel.subregions .panel_item_back,
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_panel.subregions .panel_item_all {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_panel.subregions .panel_inner .panel_item_subregion, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_panel.subregions .panel_inner .panel_item_subregion {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_panel.subregions .panel_inner .panel_item_subregion.infilter, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_panel.subregions .panel_inner .panel_item_subregion.infilter {
  display: block;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_panel[data-panel=area-country-regions], .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_panel[data-panel=area-country-regions] {
  display: none;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .selector_group[data-group^=geo-] .group_inner .selector_panel.subregions.opened, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .selector_group[data-group^=geo-] .group_inner .selector_panel.subregions.opened {
  display: block;
  opacity: 1;
  z-index: 2;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions].filtered .subregion_cat, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk].filtered .subregion_cat {
  display: block;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions] .subregion_cat, .download_selector_wrapper.v3 .selector_group[data-group=geo-countries-regions-bulk] .subregion_cat {
  font-size: 12px;
  font-weight: 300;
  color: #1F4F4B;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-world-regions] .group_inner, .download_selector_wrapper.v3 .selector_group[data-group=geo-world-regions-bulk] .group_inner {
  height: 359px;
}
.download_selector_wrapper.v3 .selector_group[data-group=geo-world-regions] .group_inner .selector_panel, .download_selector_wrapper.v3 .selector_group[data-group=geo-world-regions-bulk] .group_inner .selector_panel {
  max-height: 339px;
  height: 100%;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_subgroup .subgroup_title {
  color: #1F4F4B;
  font-size: 14px;
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group .group_inner .selector_subgroup .subgroup_label {
  text-transform: none;
}
.download_selector_wrapper.v3 .selector_group.expanded .group_title:hover .group_title_expand_bt {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#mainblock-years.allYearsSelected #addAllYears {
  color: rgba(31, 79, 75, 0.25);
  pointer-events: none;
}
#mainblock-years.allYearsSelected .years_selector_block {
  color: rgba(31, 79, 75, 0.25);
  pointer-events: none;
}
#mainblock-years.allYearsSelected .years_selector_block p {
  color: rgba(31, 79, 75, 0.25);
}
#mainblock-years.allYearsSelected .years_selector_block .menu_selectbox {
  border-top: 1px solid rgba(31, 79, 75, 0.25);
  border-bottom: 1px solid rgba(31, 79, 75, 0.25);
  color: rgba(31, 79, 75, 0.25);
}
#mainblock-years.allYearsSelected #addRangeYears {
  background-color: rgba(31, 79, 75, 0.25);
  pointer-events: none;
}
#mainblock-years.allYearsSelected .selector_panel {
  pointer-events: none;
}

#mainblock-indicators.allVariablesSelected #addAllIndicators {
  color: rgba(31, 79, 75, 0.25);
  pointer-events: none;
}
#mainblock-indicators.allVariablesSelected .selector_group[data-group=key_indicators],
#mainblock-indicators.allVariablesSelected .selector_group[data-group=all_indicators] {
  opacity: 0.85;
  pointer-events: none;
}
#mainblock-indicators.allVariablesSelected #SearchInput {
  pointer-events: none;
  opacity: 0.85;
}

#mainblock-areas.allCountriesSelected #addAllCountries {
  color: rgba(31, 79, 75, 0.25);
  pointer-events: none;
}
#mainblock-areas.allCountriesSelected #SearchInputCountries {
  pointer-events: none;
  opacity: 0.85;
}
#mainblock-areas.allCountriesSelected .panel_item_country {
  pointer-events: none;
  opacity: 0.25;
}

.menu_selector .selector_panel[data-panel-child=metas]:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  background-color: #FF00FF;
  right: -10px;
  z-index: 15;
}
.menu_selector .selector_panel[data-panel-child=metas] .panel_actions {
  max-width: 765px;
  left: initial;
  right: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas] .panel_col {
  padding-bottom: 50px !important;
}

.menu_selector .selector_panel[data-panel-child=metas] .panel_inner .panel_col {
  padding-top: 44px;
}
.menu_selector .selector_panel[data-panel-child=metas] .panel_inner .panel_col[data-col="1"] {
  padding-top: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas] .panel_inner .panel_col .col_back_bt {
  position: absolute;
  width: 203px;
  z-index: 10;
  top: 10px;
}
.menu_selector .selector_panel[data-panel-child=metas] .panel_inner .panel_col .col_back_bt:after {
  content: "";
  position: absolute;
  width: 203px;
  height: 10px;
  background-color: #FFFFFF;
  left: 0px;
  top: -10px;
}

.menu_selector[id^=CountryDecompositionTimeMenu-] .selector_panel[data-panel-parent=more] .panel_inner .panel_col .variable_link_wrapper[data-has-childrendata="0"] {
  display: none;
}

.menu_selector .selector_panel[data-panel-child=metas].displayed .panel_inner .panel_col {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 240px !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] {
  width: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="1"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="2"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="2"][data-position=center] .variable_link_wrapper {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="3"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="4"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="0"] .panel_inner .panel_col[data-col="6"] {
  left: 1250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] {
  width: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="2"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="1"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="1"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper {
  opacity: 0.5;
  /*
  &[data-meta-variable="-hweal"] {
          opacity:1 !important;
      }
      */
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="2"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="2"][data-position=center] .variable_link_wrapper {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="3"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="4"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="1"] .panel_inner .panel_col[data-col="6"] {
  left: 1250px;
}

.menu_selector .selector_panel[data-panel-child=metas].displayed .panel_inner .panel_col {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 240px !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] {
  width: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="1"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="1"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper {
  opacity: 0.5;
  /*
  &[data-meta-variable="-hweal"] {
          opacity:1 !important;
      }
      */
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="3"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="4"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="2"] .panel_inner .panel_col[data-col="6"] {
  left: 1250px;
}

.menu_selector:before {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  position: absolute;
  left: -50px;
}

.menu_selector .selector_panel[data-panel-child=metas].displayed .panel_inner .panel_col {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 240px !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] {
  left: -40px;
  width: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="4"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="1"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="1"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper {
  opacity: 0.5;
  /*
  &[data-meta-variable="-hweal"] {
          opacity:1 !important;
      }
      */
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="1"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="2"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="2"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="3"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="3"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="4"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="3"] .panel_inner .panel_col[data-col="6"] {
  left: 1250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] {
  left: -40px;
  width: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="2"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="2"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper {
  opacity: 0.5;
  /*
  &[data-meta-variable="-hweal"] {
          opacity:1 !important;
      }
      */
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="2"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="3"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="3"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="4"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="4"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="5"] {
  left: 750px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="4"] .panel_inner .panel_col[data-col="6"] {
  left: 1250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] {
  left: -40px;
  width: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col {
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] {
  left: 1000px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="3"] {
  left: 0px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="3"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper {
  opacity: 0.5;
  /*
  &[data-meta-variable="-hweal"] {
          opacity:1 !important;
      }
      */
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="3"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="4"] {
  left: 250px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="4"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="4"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] {
  left: 500px;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] .col_back_bt {
  opacity: 0;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] .variable_link_wrapper {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] .variable_link_wrapper.selected {
  opacity: 1;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="5"] .variable_link_wrapper.selected .variable_checkbox {
  opacity: 0.5;
}
.menu_selector .selector_panel[data-panel-child=metas].displayed[data-current-level="5"] .panel_inner .panel_col[data-col="6"] {
  left: 750px;
}

html[lang=en-US] {
  /*
  .menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_label {
      width:148px !important;
  }
  .download_selector_wrapper.v3 .selector_group[data-group="key_indicators"] .group_inner {
      height:420px;
  }*/
  /*
  .download_years.v3 {
      width:29% !important;
  }
  #Application[data-page="download"] .download_datablock_wrapper .download_countries_bucket {
      width:34% !important;
  }
  #Application[data-page="download"] .download_datablock_wrapper .download_variables_bucket {
     width:34% !important; 
  }*/
}
html[lang=en-US] #Application[data-page=download] .download_selector_wrapper {
  padding-right: 0.5%;
}
html[lang=en-US] #Application[data-page=download] .download_datablock_wrapper {
  padding: 0px;
  max-width: 795px;
}
html[lang=en-US] .download_years.v3 {
  width: 26% !important;
}
html[lang=en-US] #Application[data-page=download] .download_datablock_wrapper .download_variables_bucket {
  width: 40% !important;
}
html[lang=en-US] .download_years.v3 {
  padding-right: 0px;
}
html[lang=en-US] #Application[data-page=download] .download_datablock_wrapper .download_countries_bucket {
  width: 31% !important;
}

html[lang=es-ES],
html[lang=fr-FR] {
  /*
  .download_years.v3 {
      width:29% !important;
  }
  #Application[data-page="download"] .download_datablock_wrapper .download_countries_bucket {
      width:34% !important;
  }
  #Application[data-page="download"] .download_datablock_wrapper .download_variables_bucket {
     width:34% !important; 
  }*/
}
html[lang=es-ES] #Application[data-page=download] .download_selector_wrapper,
html[lang=fr-FR] #Application[data-page=download] .download_selector_wrapper {
  padding-right: 0.5%;
}
html[lang=es-ES] #Application[data-page=download] .download_datablock_wrapper,
html[lang=fr-FR] #Application[data-page=download] .download_datablock_wrapper {
  padding: 0px;
  max-width: 795px;
}
html[lang=es-ES] .menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_label,
html[lang=fr-FR] .menu_selector .selector_group .group_inner .selector_subgroup .subgroup_item .subgroup_label {
  width: 148px !important;
}
html[lang=es-ES] .download_selector_wrapper.v3 .selector_group[data-group=key_indicators] .group_inner,
html[lang=fr-FR] .download_selector_wrapper.v3 .selector_group[data-group=key_indicators] .group_inner {
  height: initial;
}
html[lang=es-ES] .download_years.v3,
html[lang=fr-FR] .download_years.v3 {
  width: 26% !important;
}
html[lang=es-ES] #Application[data-page=download] .download_datablock_wrapper .download_variables_bucket,
html[lang=fr-FR] #Application[data-page=download] .download_datablock_wrapper .download_variables_bucket {
  width: 40% !important;
}
html[lang=es-ES] .download_years.v3,
html[lang=fr-FR] .download_years.v3 {
  padding-right: 0px;
}
html[lang=es-ES] #Application[data-page=download] .download_datablock_wrapper .download_countries_bucket,
html[lang=fr-FR] #Application[data-page=download] .download_datablock_wrapper .download_countries_bucket {
  width: 31% !important;
}

html[lang=es-ES] .download_selector_wrapper.v3 .selector_group[data-group=indicators-addall] #addAllIndicators {
  height: 40px;
  line-height: 15px;
  padding-top: 5px;
  margin-top: 5px;
}

.button_text {
  position: relative;
  z-index: 1;
}

#Application[data-page=solo] {
  text-align: center;
}
#Application[data-page=solo][data-graph=barcharts] .graph_menu #currencySelector option[value=kk],
#Application[data-page=solo][data-graph=barcharts] .graph_menu #currencySelector option[value=cc],
#Application[data-page=solo][data-graph=barcharts] .graph_menu #currencySelector option[value=b], #Application[data-page=solo][data-graph=barcharts_indicators] .graph_menu #currencySelector option[value=kk],
#Application[data-page=solo][data-graph=barcharts_indicators] .graph_menu #currencySelector option[value=cc],
#Application[data-page=solo][data-graph=barcharts_indicators] .graph_menu #currencySelector option[value=b] {
  display: none !important;
}
#Application[data-page=solo] #SoloWrapper {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: top;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloTitle {
  font-size: 20px;
  line-height: 20px;
  color: #1f4f4b;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: 900;
  border-bottom: 1px solid #1f4f4b;
  text-align: left;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloTitle:first-letter {
  text-transform: capitalize;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloMenu.graph_menu .graph_menu_wrapper {
  width: 688px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloMenu.graph_menu .graph_menu_line {
  width: 688px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloMenu.graph_menu .close_block {
  left: 688px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper {
  height: 300px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloGraph .actions_year {
  display: none;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloGraph .actions_year.displayed {
  display: block;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloActions .actions_geoType {
  top: -34px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloActions #WorldMapActions {
  display: none;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloActions #WorldMapActions.displayed {
  display: inline-block;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloGraphWrapper #SoloActions #WorldMapActions .action_mapcontrols {
  position: relative;
  left: -30px;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloBucket .bucket_item[data-type=country] {
  margin: 0;
}
#Application[data-page=solo] #SoloWrapper .solo_graph_wrapper #SoloBucket .bucket_item .bucket_item_actions .action_delete {
  display: none;
}
#Application[data-page=solo] .actions_geoType {
  display: none;
}
#Application[data-page=solo][data-graph=countriesmap] #SoloBucket {
  display: none;
}
#Application[data-page=solo][data-graph=countriesmap] #SoloGraphWrapper {
  height: 350px;
}
#Application[data-page=solo][data-graph=countriesmap] .actions_geoType {
  display: block;
}
#Application[data-page=solo][data-graph=countriestimeseries] #SoloActions .actions_year, #Application[data-page=solo][data-graph=countrytimeseries] #SoloActions .actions_year, #Application[data-page=solo][data-graph=countrydecotime] #SoloActions .actions_year, #Application[data-page=solo][data-graph=countrydecogroups] #SoloActions .actions_year, #Application[data-page=solo][data-graph=countrysingles] #SoloActions .actions_year {
  display: none;
}
#Application[data-page=solo][data-graph=countriestimeseries] #yearSelector, #Application[data-page=solo][data-graph=countrytimeseries] #yearSelector, #Application[data-page=solo][data-graph=countrydecotime] #yearSelector, #Application[data-page=solo][data-graph=countrydecogroups] #yearSelector, #Application[data-page=solo][data-graph=countrysingles] #yearSelector {
  display: none;
}
#Application[data-page=solo][data-graph=barcharts] #SoloActions .actions_year, #Application[data-page=solo][data-graph=barcharts_indicators] #SoloActions .actions_year {
  display: none;
}
#Application[data-page=solo][data-graph=countrydecotime] .graph_menu[data-options=true] .toggle_wrapper {
  display: inline-block !important;
}
#Application[data-page=solo][data-graph=countrydecogroups] #distributionSelector {
  display: none;
}
#Application[data-page=solo][data-graph=countrydecogroups] #periodSelector {
  display: none;
}
#Application[data-page=solo][data-graph=countrydecogroups] .graph_second_line {
  display: none !important;
}
#Application[data-page=solo][data-graph=countrydecogroups] #SoloMenu[data-options=true] .cent_toggle_wrapper {
  display: inline-block !important;
}

.button_text {
  position: relative;
  z-index: 1;
}

.page-template-page-wid-summarytable .site-content .content-area {
  margin-top: 80px;
}
.page-template-page-wid-summarytable .bootstrap-table {
  margin-top: -35px;
}
.page-template-page-wid-summarytable #table td:nth-child(13) {
  text-align: left;
}
.page-template-page-wid-summarytable #table td:nth-child(16) {
  text-align: left;
}
.page-template-page-wid-summarytable .bootstrap-table {
  font-size: 13px;
}
.page-template-page-wid-summarytable .dropdown-menu {
  font-size: 11px;
}
.page-template-page-wid-summarytable .content-full-wrapper {
  margin-top: 0px;
  padding: 15px;
  text-align: center;
}
.page-template-page-wid-summarytable .summary-download-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.page-template-page-wid-summarytable .summary-download-wrapper a {
  color: #FFF;
  text-decoration: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.page-template-page-wid-summarytable .summary-download {
  position: relative;
  padding: 10px;
  padding-right: 35px;
  color: #FFF;
  font-size: 14px;
  background-color: #667e87;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-decoration: none;
}
.page-template-page-wid-summarytable .summary-subtitle {
  text-align: center;
  font-size: 14px;
}
.page-template-page-wid-summarytable .group_title_download_bt {
  background: url(images/arrow-download-hover.svg) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 11px;
  pointer-events: none;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.card-views .card-view {
  margin-bottom: 5px;
}
.card-views .card-view .title {
  display: block;
  width: 30%;
  float: left;
}
.card-views .card-view .value {
  display: block;
  float: left;
  width: 70%;
  text-align: left;
}
.card-views .card-view:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}

.button_text {
  position: relative;
  z-index: 1;
}

html[lang=es-ES] #Application[data-page=world] .actions_year {
  position: absolute;
  margin-top: 8px;
  right: 0px;
}
html[lang=es-ES] #Application[data-page=world] .actions_year .year_selectbox {
  width: 131px;
}
html[lang=es-ES] #Application[data-page=world] .action_mapcontrols {
  margin-top: 62px;
}
html[lang=es-ES] #Application[data-page=world] .actions_items {
  margin-top: 62px;
}
html[lang=es-ES] .graph_wrapper .graph_actions .actions_items .action_item:hover .action_item_label {
  width: 145px;
}

#Application[data-page=world] {
  text-align: center;
}
#Application[data-page=world] .world_selector_wrapper {
  width: 248px;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#Application[data-page=world] .world_selector_wrapper[data-displayed-panel=true] {
  z-index: 20;
}
#Application[data-page=world] .world_selector_wrapper .world_selector {
  height: 623px;
}
#Application[data-page=world] .world_selector_wrapper .world_selector .subgroup_item[data-decomposition=true], #Application[data-page=world] .world_selector_wrapper .world_selector .subgroup_item[data-groups=true] {
  display: none !important;
}
#Application[data-page=world][data-position=middle] .highcharts-legend {
  transform: translate(473px, 43px);
}
#Application[data-page=world].transparency-map {
  margin-top: 40px;
  min-height: 420px;
  padding-bottom: 0px;
}
#Application[data-page=world].transparency-map .tooltip_year.tooltip_country {
  padding-right: 3px;
}
#Application[data-page=world].transparency-map .world_datablock_wrapper #WorldMap {
  height: 410px;
}
#Application[data-page=world].transparency-map .world_datablock_wrapper .graph_wrapper .graph_container {
  width: 100%;
}
#Application[data-page=world] .world_datablock_wrapper {
  width: 745px;
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  position: relative;
  top: -7px;
}
#Application[data-page=world] .world_datablock_wrapper .world_datablock {
  position: relative;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap {
  width: 100%;
  height: 250px;
  position: relative;
  opacity: 1;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=middle] {
  height: 250px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=up] {
  -moz-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: 0px;
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] {
  height: 420px;
  width: 780px;
  top: 70px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapGraph {
  width: 100%;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] .actions_geoType {
  top: -94px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapActions {
  position: absolute;
  right: 63px;
  top: 0px;
  height: 100%;
  width: 100px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapActions .actions_year {
  position: absolute;
  right: 0px;
  top: -53px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapActions .actions_items {
  position: absolute;
  right: 0px;
  top: 10px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapActions .action_mapcontrols {
  position: absolute;
  right: 0px;
  top: 180px;
  left: auto;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap[data-position=down] #WorldMapMask {
  right: auto;
  left: 0px;
  top: initial;
  bottom: 10px;
  width: 400px;
  height: 38px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldMap #WorldMapMask {
  position: absolute;
  top: 24px;
  right: 100px;
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.001);
  z-index: 10;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTitle {
  width: 100%;
  color: #1f4f4b;
  font-size: 20px;
  font-weight: 900;
  height: 30px;
  line-height: 28px;
  border-bottom: 1px solid #1f4f4b;
  text-align: left;
  margin: 0;
  padding-right: 176px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTitle:first-letter {
  text-transform: capitalize;
}
#Application[data-page=world] .world_datablock_wrapper #WorldGraphMenu {
  margin: 10px 0 0;
  background: #fff;
}
#Application[data-page=world] .world_datablock_wrapper #WorldGraphMenu #yearSelector {
  display: none;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries {
  margin: 10px 0 0;
  height: 350px;
  opacity: 1;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries[data-position=middle] {
  height: 340px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries[data-position=up] {
  height: 600px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries[data-position=up] #WorldTimeseriesGraph {
  height: 75% !important;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries[data-position=down] {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries #WorldGraphMenu #currencySelector option[value=cc] {
  display: none;
}
#Application[data-page=world] .world_datablock_wrapper #WorldTimeseries #WorldTimeseriesGraph {
  height: 65% !important;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #1f4f4b;
  z-index: 10;
  top: 290px;
  text-align: center;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=middle] {
  top: 290px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=up] {
  top: 30px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=up] .separator_arrow[data-arrow=up] {
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=up] .separator_arrow[data-arrow=up]:hover {
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=down] {
  top: 628px;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=down] .separator_arrow[data-arrow=down] {
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator[data-position=down] .separator_arrow[data-arrow=down]:hover {
  opacity: 0;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator .separator_arrows {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 35px;
  height: 35px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator .separator_arrows .separator_arrow {
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  cursor: pointer;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator .separator_arrows .separator_arrow:hover {
  opacity: 0.8;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator .separator_arrows .separator_arrow[data-arrow=up] {
  background: url("images/arrow-focus-up.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
#Application[data-page=world] .world_datablock_wrapper #WorldSeparator .separator_arrows .separator_arrow[data-arrow=down] {
  bottom: 0px;
  background: url("images/arrow-focus-down.svg") no-repeat 0 0;
  background-size: 100% 100%;
}

#series-regions path {
  fill: #FF00FF;
}

.button_text {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 990px) {
  .menu_wrapper {
    position: absolute !important;
    left: 0px !important;
  }
  .menu_wrapper .menu_wrapper_burgerbt {
    display: block;
    position: absolute;
    left: 0px;
    top: -50px;
  }
  .menu_wrapper .menu_selector {
    display: none;
  }
  .menu_wrapper.burgered {
    z-index: 1000 !important;
  }
  .menu_wrapper.burgered .menu_selector {
    display: block;
  }
  .gallery_wrapper .gallery_frame {
    width: 100%;
  }
  .country_head .country-simulator-banner-wrapper {
    margin-left: 48px;
  }
  .country_head .country-simulator-banner-wrapper .country-simulator-banner {
    height: 40px;
  }
}


/*# sourceMappingURL=app.css.map*/