/*-------Sass Defines-----------
 ===============================*/
/*-------General---
 ===============================*/
html, body {
  height: 100%; }

html {
  font-size: 1em; }

body {
  font-family: Arial,"liberation sans", Helvetica, sans-serif;
  font-size: 85%;
  color: #6D6E72;
  margin: 0;
  min-width: 290px;
  padding: 0;
  background-color: #006957; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* Clearfix for fixing containers that have floated elements in them
   ----------------------------------------------------------------- */
.cf:before,
.cf:after {
  display: table;
  content: ' '; }

.cf:after {
  clear: both; }

a, a img, img a:focus, a:active,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  outline-style: none;
  outline: none;
  border: none;
  color: #ff6600;
  text-decoration: none; }

a:hover {
  color: #333; }

h1, h2 {
  color: #ff6600; }

abbr[title] {
  text-decoration: none; }

/*----------General Layout---
 =====================================*/
.tmrow {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  margin-right: 0;
  margin-left: 0; }

.inner {
  margin: 0 auto;
  position: relative; }

.inner * {
  position: relative; }

#info-panel {
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(100, 100, 100, 0.8);
  min-height: 100%;
  padding: 0;
  position: absolute;
  transition: all 300ms ease-out;
  width: 30%;
  max-width: 450px;
  z-index: 3; }

#info-panel.toggled {
  transform: translateX(-100%); }

#tabs {
  clear: both;
  padding: 20px; }

.map-wrapper, .map, .inner {
  height: 100%; }

#trademapper {
  display: block;
  float: right;
  position: relative;
  width: 100%;
  z-index: 2; }

/*----------Header--------------------
 =====================================*/
.header.tmrow {
  background-color: #006957; }

/*---Branding--*/
.branding {
  color: #fff;
  padding: 4%; }

.logo {
  margin: 0;
  width: 100%; }

.logo img {
  display: block;
  height: 40px;
  width: auto; }

/*---File Select--*/
.user-actions {
  display: table;
  padding: 0;
  width: 100%; }

.group-fileinput,
.csv-load-errors,
.csv-load-errors.haserror {
  border: none;
  margin: 0; }

.form-item > input[type="file"] {
  background-color: #ff6600;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em; }

.group-custom-fileinput {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .group-custom-fileinput input[type="file"] {
    display: none; }
  .group-custom-fileinput .custom-fileinput-filename {
    font-style: italic;
    margin-left: 10px; }
  .group-custom-fileinput label.btn.custom-fileinput {
    background-color: #ff6600;
    border-color: #ff6600; }
    .group-custom-fileinput label.btn.custom-fileinput:hover, .group-custom-fileinput label.btn.custom-fileinput:focus {
      background-color: #e65c00; }

.change-filter-spec p {
  margin-top: 1rem; }

#urlinput {
  border: 3px solid #4579c4;
  margin: 0 0 1em;
  padding: 0.5em; }

#url-download-button {
  color: #fff;
  float: right; }

.group-fileinput > p > input {
  width: 100%; }

.group-fileinput > p > label {
  width: 100%;
  color: #333;
  font-size: 0.8em; }

.user-actions .group-fileinput > p > label {
  font-size: 0.9em;
  color: #333;
  padding-top: 2em; }

.csv-load-errors > p {
  margin: 0;
  padding: 0 1em; }

#csv-load-error-details {
  background-color: #fff;
  border: 3px solid #ff6600;
  padding: 1em;
  z-index: 2; }

.csv-load-errors.haserror > p > strong {
  bottom: 0.5em;
  left: -1em;
  position: relative; }

/*----------Info Panel--------------
 =====================================*/
.toggle {
  background-color: #ff6600;
  border: 0 none;
  box-shadow: -5px 10px 15px rgba(100, 100, 100, 0.3);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 3em;
  padding: 0.5em;
  position: absolute;
  right: -4em;
  top: 40px;
  transform: rotate(-90deg);
  width: 5em;
  z-index: 1; }

.toggle:hover {
  background: #20AF9F;
  color: #fff; }

.tab-pane.active {
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(251, 251, 251, 0) 39%, rgba(246, 246, 246, 0) 82%, rgba(237, 237, 237, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(39%, rgba(251, 251, 251, 0)), color-stop(82%, rgba(246, 246, 246, 0)), color-stop(100%, rgba(237, 237, 237, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(251, 251, 251, 0) 39%, rgba(246, 246, 246, 0) 82%, rgba(237, 237, 237, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(251, 251, 251, 0) 39%, rgba(246, 246, 246, 0) 82%, rgba(237, 237, 237, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(251, 251, 251, 0) 39%, rgba(246, 246, 246, 0) 82%, rgba(237, 237, 237, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(251, 251, 251, 0) 39%, rgba(246, 246, 246, 0) 82%, rgba(237, 237, 237, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  padding-bottom: 2em; }

/* Hide unused tabs till data loaded */
.nav-tabs > li[role=filters],
.nav-tabs > li[role=export],
.nav-tabs > li[role=options] {
  display: none; }

.nav-tabs > li > a {
  color: #45689f;
  font-weight: bold; }

.tab-pane {
  display: block;
  float: left;
  position: relative;
  width: 100%; }

.tab-pane section {
  margin-top: 20px; }

.tab-pane a, .tab-pane a:visited {
  color: #ff6600;
  font-weight: bold; }
  .tab-pane a:hover, .tab-pane a:focus, .tab-pane a:visited:hover, .tab-pane a:visited:focus {
    text-decoration: underline; }

.tab-pane .btn, .tab-pane a.btn:visited {
  color: white;
  font-weight: bold;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  font-size: 16px; }

.tab-pane a.btn:hover {
  text-decoration: none; }

.tab-pane section h1 {
  color: #ff6600;
  font-size: 1.6rem;
  font-weight: bold; }

.tab-pane .tabpane-actionbox {
  background-color: #F4F4F4;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  overflow-x: hidden; }
  .tab-pane .tabpane-actionbox h1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 4px;
    color: inherit; }

.intro {
  padding-right: 30px; }

#introtext {
  border: none; }

.intro > p > a {
  display: block;
  clear: both; }

.csv-data-loaded .intro {
  display: none; }

#tabpanel-info-supportus-buttons {
  width: 100%;
  overflow: hidden; }
  #tabpanel-info-supportus-buttons > .flex-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px; }
    #tabpanel-info-supportus-buttons > .flex-inner > .btn {
      flex: 1;
      margin: 0 5px 5px 5px;
      padding: 6px 8px; }

/*-- Export --*/
.tab-pane .btn-export {
  background-color: #ff6600;
  border-color: #ff6600; }
  .tab-pane .btn-export:hover, .tab-pane .btn-export:focus {
    background-color: #e65c00;
    border-color: #e65c00; }
  .tab-pane .btn-export[disabled] {
    background-color: #ff751a;
    border-color: #ff751a; }

/*--Social Share--*/
.btn.ss-share-link {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; }

.btn.ss-share-link.ico-twitter {
  background-color: #00ABDD; }
  .btn.ss-share-link.ico-twitter:hover, .btn.ss-share-link.ico-twitter:focus {
    background-color: #0097c4; }

.btn.ss-share-link.ico-survey {
  background-color: #006957; }
  .btn.ss-share-link.ico-survey:hover, .btn.ss-share-link.ico-survey:focus {
    background-color: #005042; }

.ss-share-link::after {
  content: " ";
  background-image: url("../images/social-share-icons-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 5px; }

.ico-twitter::after {
  background-position: 25% center; }

.ico-survey::after {
  background-position: 50% center; }

/*---Filter Groups --*/
.filters-group {
  z-index: 4; }

#filter-panel > form > .filters-group {
  border: none;
  clear: both;
  font-size: 0.8em;
  margin: 0;
  padding: 0.5em 2em 0.5em 0;
  width: 100%; }

#filter-panel > form > .filters-group.group-title {
  padding: 0;
  margin: 0; }

.filter-group-title,
.group-title > label {
  display: none; }

.form-item {
  margin: 0; }

.form-item > label {
  color: #333; }

/*---Filter Group selectors--*/
.form-item > label {
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  width: 50%; }

.form-item > select,
.form-item > input {
  width: 50%; }

.form-item > input[type="button"] {
  width: auto;
  float: none;
  color: black; }

.form-item > input[type="text"] {
  color: black; }

/*---Location Group Selectors--*/
.group-location > p {
  background-color: #333;
  color: #fff;
  overflow: auto;
  padding: 0.5em;
  margin: 0.25em 0; }

.group-location > p > label {
  color: #fff;
  width: 40%; }

.group-location > .form-item > .multiselect {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: medium none;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  width: 60%; }

.group-location > .form-item > .multiselect:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.form-item.location-exporter {
  background-color: #45689f; }

.form-item.location-transit {
  background-color: #20AF9F; }

.form-item.location-importer {
  background-color: #ff6600; }

.group-location > .form-item {
  background-image: url("../images/icon-origin.svg");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 40px; }

.group-location > .form-item.location-exporter {
  background-image: url("../images/icon-exporter.svg"); }

.group-location > .form-item.location-transit {
  background-image: url("../images/icon-transit.svg"); }

.group-location > .form-item.location-importer {
  background-image: url("../images/icon-importer.svg"); }

/*---Year Group selectors--*/
.group-year > p {
  float: left;
  width: 50%; }

.group-year > p > label {
  margin-right: 0.5em;
  padding-top: 2px;
  width: 30%; }

.form-item.year-from > select, .form-item.year-to > select {
  width: 60%; }

.year-to > label {
  padding-left: 1em; }

/* year groups disabled */
#filter-panel > form > .filters-group.group-year.disabled {
  border-style: solid;
  border-width: 2px;
  border-color: grey; }

.disabled > .filter-group-title.year {
  /* override the bootstrap styles */
  display: block;
  font-size: 1em;
  border: none;
  margin-bottom: 5px;
  width: auto; }

/*---Quantity selectors--*/
.form-item.category-quantity > label {
  width: 50%; }

.form-item.category-quantity > select {
  width: 50%; }

/*---Category selectors--*/
.group-category > .form-item {
  clear: both; }

.group-category > .form-item > select {
  font-size: 0.95em; }

/*----------Map-----------------------
 =====================================*/
.map.tmrow {
  background-color: #eee; }

#trademapper {
  background-color: #fff;
  overflow: hidden;
  resize: vertical; }

#mapcanvas {
  width: 100%;
  height: 100%;
  min-height: 600px; }

/*----------Tooltip---
 =====================================*/
#maptooltip {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border: 5px solid rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  min-height: 8em;
  display: table; }

#maptooltip > span {
  color: #333;
  float: left;
  line-height: 1.8em;
  width: 50%; }

.tooltip-dest > em {
  color: #ff6600;
  font-size: 1.1em;
  font-weight: bold; }

.tooltip-dest > em:first-child {
  color: #333; }

span.tooltip-source {
  font-size: 1.3em;
  font-weight: bold;
  color: #6D6E72;
  width: 100% !important; }

span.tooltip-dest {
  color: white; }

.tooltip-header {
  background-color: #333;
  border: medium none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  height: 23px;
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -23px;
  width: 5em; }

.tooltip-header:hover {
  cursor: move; }

.tooltip-close {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  float: right;
  font-weight: bold;
  padding: 0 0.4em; }

.tooltip-close:hover {
  background-color: black;
  color: white; }

.tooltip-summary {
  float: left;
  padding: 10px 10px 0;
  width: 100%; }

.tooltip-total {
  color: #333;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
  width: 50%; }

.tooltip-units {
  clear: both;
  color: #555;
  display: block;
  float: right;
  font-size: 0.7em;
  text-align: right;
  width: 50%; }

.tooltip-quantity {
  color: #8f9f31;
  float: right;
  font-size: 2.5em;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px; }

.tooltip-pointlist {
  clear: both;
  padding: 10px; }

p.tooltip-location {
  margin: 0.4em 0;
  padding-left: 35px;
  line-height: 30px;
  width: 50%;
  float: left; }

.tooltip-location:before {
  background-color: #333;
  background-image: url("../images/icon-origin.svg");
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px; }

.location-role-icon {
  display: none; }

.tooltip-location.exporter:before {
  background-color: #45689f;
  background-image: url("../images/icon-exporter.svg"); }

.tooltip-location.transit:before {
  background-color: #20AF9F;
  background-image: url("../images/icon-transit.svg"); }

.tooltip-location.importer:before {
  background-color: #ff6600;
  background-image: url("../images/icon-importer.svg"); }

.location-role-country {
  color: #555;
  font-size: 1.2em;
  font-weight: bold; }

/*----------Year Slider----------------
 =====================================*/
#slider {
  background-color: #f8f8f8;
  bottom: 0;
  height: 5em;
  position: fixed;
  width: 100%;
  z-index: 2; }

#slider > #change-over-time {
  width: 100%; }

.change-over-time .slider-horizontal {
  width: 100% !important; }

.change-over-time-section {
  float: right;
  height: 5em;
  padding-top: 1em;
  padding-left: 15em;
  position: relative;
  width: 70%; }

.change-over-time-switch {
  width: 15em;
  padding-left: 0.5em;
  position: absolute;
  left: 0; }

.change-over-time.slider-section {
  position: relative;
  top: 0.5em; }

.change-over-time.year-slider-container {
  width: 100%;
  float: right;
  padding: 0.25em 2em 0 5em; }

.change-over-time.play-button-section {
  width: 10%;
  float: left;
  z-index: 3; }

.change-over-time.play-button {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  color: white;
  background-color: #ff6600;
  text-align: center;
  position: absolute;
  top: 30%;
  transform: translateY(-25%);
  cursor: pointer; }

.disabled .change-over-time.play-button {
  background-color: grey; }

.change-over-time.play-button-text.paused {
  font-size: 24px;
  margin-left: 5px; }

.change-over-time.play-button-text.playing {
  font-size: 16px;
  margin-left: -6px; }

.change-over-time.year-slider > .d3-slider-handle {
  background: #ff6600; }

.disabled .change-over-time.year-slider > .d3-slider-handle {
  background: #eee;
  background: linear-gradient(to bottom, #eee 0%, #ddd 100%); }

/*----------Options Dialog--------------
 =====================================*/
#map-options {
  z-index: 4; }

/*----------Overlay-------------------
 =====================================*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 100px;
  box-sizing: border-box;
  overflow: auto; }

.overlay__content {
  background: #fff; }

.customcsv {
  padding: 1px 20px 20px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.8); }

.customcsv > .title {
  color: #ff6600;
  font-size: 1.5em;
  font-weight: normal; }

.customcsv__table_container {
  overflow-x: scroll; }

.customcsv__table {
  border-spacing: 0;
  border-collapse: collapse; }

.customcsv__table th,
.customcsv__table td {
  border: 1px solid #d0d0d0;
  color: #444;
  padding: 4px; }
.customcsv__table tbody td div {
  max-height: 42px;
  overflow: hidden; }

.customcsv__options > th {
  vertical-align: top; }

.customcsv__table--hasheader tbody tr:first-child {
  display: none; }

.has-overlay {
  overflow: auto; }

.customcsv__select--locationType,
.customcsv__select--locationExtraType,
.customcsv__select--locationRole,
.customcsv__text--locationOrder,
.customcsv__checkbox--isUnit,
.customcsv__checkbox--multiSelect {
  display: none; }

.customcsv__text--locationOrder > input {
  width: 3em; }

.customcsv__form-container {
  text-align: left; }

.customcsv__form-container[data-type=location] .customcsv__select--locationType,
.customcsv__form-container[data-type=location] .customcsv__select--locationRole,
.customcsv__form-container[data-type=location] .customcsv__text--locationOrder,
.customcsv__form-container[data-type=location] .customcsv__checkbox--multiSelect {
  display: block; }

.customcsv__form-container[data-type=location_extra] .customcsv__select--locationExtraType,
.customcsv__form-container[data-type=location_extra] .customcsv__text--locationOrder {
  display: block; }

.customcsv__form-container[data-type=text] .customcsv__text--shortName,
.customcsv__form-container[data-type=text] .customcsv__checkbox--isUnit,
.customcsv__form-container[data-type=text] .customcsv__checkbox--multiSelect {
  display: block; }

.customcsv__form-container[data-type=text_list] .customcsv__text--shortName,
.customcsv__form-container[data-type=text_list] .customcsv__checkbox--multiSelect {
  display: block; }

.customcsv__errors {
  border-style: solid;
  border-width: 1px;
  border-color: red;
  padding: 3px; }

.customcsv__header-form-container > p {
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 0.3em; }

.customcsv__text--shortName > input {
  padding: 0.2em 0.5em 0.1em; }

.customcsv__select--type {
  box-shadow: 0 0 0 3px #ff6600;
  color: #ff6600;
  margin: 0.5em 0.3em;
  padding: 0.2em 0.5em;
  text-transform: uppercase; }

.customcsv__checkbox--multiSelect,
.customcsv__checkbox--isUnit {
  font-size: 0.9em;
  font-weight: normal;
  width: 60%;
  float: left;
  padding: 0 3px; }

.customcsv__checkbox--multiSelect label,
.customcsv__checkbox--isUnit label {
  font-weight: normal; }

.customcsv__select--locationRole,
.customcsv__select--locationType,
.customcsv__text--locationOrder > label {
  margin-top: 0;
  width: 50%;
  float: left;
  font-size: 0.9em; }

.customcsv__text--locationOrder {
  float: left;
  width: 60%;
  padding-top: 0.5em; }

.customcsv__text--locationOrder > label {
  margin-top: 0;
  padding-left: 0.5em;
  width: 50%; }

.customcsv__text--locationOrder > input {
  background-color: #ff6600;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3em;
  height: 2em;
  text-align: center;
  width: 2em; }

.customcsv__checkbox--multiSelect {
  text-align: right;
  width: 40%; }

.customcsv__checkbox--multiSelect > input {
  margin: 0; }

.customcsv__rowcount {
  color: #ff6600;
  padding: 1em 0; }

/*------Progress modal------*/
.tm-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0; }
  .tm-modal .tm-modal-body {
    width: 50%;
    position: relative;
    top: -220px; }
    .tm-modal .tm-modal-body p {
      width: 100%;
      text-align: center;
      color: white;
      font-weight: 800; }
    .tm-modal .tm-modal-body .progress-bar {
      background-color: #dc3545 !important; }
    .tm-modal .tm-modal-body [data-role="tm-modal-spinner-message"] {
      background-color: #ff6600;
      font-weight: bold;
      border-radius: 4px;
      width: 50%;
      margin: 1rem auto;
      padding: 1rem; }

.tm-modal[data-visible="true"] {
  display: flex !important; }

.tm-modal[data-visible="false"] {
  display: none; }

/* ---------- Loading spinner ----------------- */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ---------- Cookie banner & dialog ---------- */
#cookiedialog {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: #006957;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.9);
  color: #fff; }

#cookiedialog-banner {
  position: relative; }
  #cookiedialog-banner h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0 0; }
  #cookiedialog-banner a {
    color: #ff6600;
    font-weight: bold; }
    #cookiedialog-banner a:hover, #cookiedialog-banner a:focus {
      color: #e65c00; }
  #cookiedialog-banner .cookie-banner-x {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    cursor: pointer;
    color: #fff; }
  #cookiedialog-banner .btn.cookie-banner-ok {
    background-color: #ff6600; }
    #cookiedialog-banner .btn.cookie-banner-ok:hover, #cookiedialog-banner .btn.cookie-banner-ok:focus {
      background-color: #e65c00; }

/*------Tab panel additional styling------*/
#tabs .tab-pane.active {
  max-height: calc(100vh - 190px);
  /* Modified in js on window resize */
  overflow-y: auto; }

/*------TopoJSON import panel------*/
[data-role="layers"] [data-role="layer"]:last-child {
  margin-bottom: 18px; }

[data-role="layer"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  margin-top: 4px; }

[data-role="layer"] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  border-color: #777;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  padding: 0;
  margin: 0;
  height: 44px; }

[data-role="layer"] > div:last-child {
  border-right-width: 1px; }

[data-role="layer"] svg {
  display: block; }

.layer-filename {
  width: 90%;
  overflow-x: hidden; }

[data-role="filename"] {
  padding: 0 10px 0 10px;
  overflow-x: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.layer-load-errors {
  font-weight: bold;
  color: red; }

/*# sourceMappingURL=trademapper.css.map */
