@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
/*baselayer selector*/
[tt-baselayer-selector] {
  /* width: 235px; */
}
.baselayer-control {
  position: fixed;
  bottom: 10px;
  left: 10px;
  /* background: rgba(193, 40, 40, 0.5); */
  height: auto;
}
.baselayer-control-btn {
  /* background: #333333; */
  width: 45px;
  height: 45px;
  padding: 2px;
  /* color: white; */
  /* margin: 10px; */
  /*cursor: pointer;*/
  padding: 3px;
  background: rgba(255, 255, 255, 0.8);
  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 11px; */
  border-radius: 2px;
  /* margin-bottom: 20px; */
}
.baselayer-widget {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  /* display: none; */
  overflow: hidden;
}
.baselayer-widget-open {
  height: auto;
  /*height: 170px;*/
  opacity: 1;
  visibility: visible;
  /* display: block; */
  padding: 2px;
  background: rgba(255, 255, 255, 0.8);
  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 11px; */
  border-radius: 2px;
  margin-bottom: 10px;
}
.baselayer-widget-item {
  /* width:40px; */
  /* width: 35px; */
  /*cursor: pointer;*/
  background: #333333;
  padding: 2px;
  margin-bottom: 3px;
  cursor: pointer;
}
.baselayer-widget-item.selected {
  /* border:2px solid red; */
  background: #ff1804;
}
.baselayer-thumb:hover {
  background-size: 164px 164px;
}
.baselayer-thumb {
  /* width: 35px; */
  height: 35px;
  background-size: 164px 164px;
  background-repeat: no-repeat;
  background-position: center;
}
.baselayer-thumb.ngi-ortho {
  background-color: #4da136;
  background-image: url("../images/ngi-ortho.png");
}
.baselayer-thumb.ngi-cartoweb-topo-be {
  background-color: #00c2e5;
  background-image: url("../images/ngi-cartoweb-topo-be.png");
}
.baselayer-thumb.adminbasemap {
  background-color: #e1a0ff;
  background-image: url("../images/adminbasemap.png");
}
.baselayer-thumb.top10r {
  background-color: #30c108;
  /*background-image: url("../../../../images/top10r.png");*/
}
.baselayer-thumb.top50r {
  background-color: #ff005c;
  /*background-image: url("../../../../images/top50r.png");*/
}
.baselayer-thumb.top100r {
  background-color: #FF9800;
  /*background-image: url("../../../../images/top100r.png");*/
}
.baselayer-thumb.top250r {
  background-color: #1b52a7;
  /*background-image: url("../../../../images/top250r.png");*/
}
.baselayer-thumb.classic-maps {
  /*background: #ff194b;*/
  background: -moz-linear-gradient(top, #ff194b 0%, #ffd800 51%, #2ae827 100%);
  background: -webkit-linear-gradient(top, #ff194b 0%, #ffd800 51%, #2ae827 100%);
  background: linear-gradient(to bottom, #ff194b 0%, #ffd800 51%, #2ae827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff194b', endColorstr='#2ae827', GradientType=0);
  /* background-image: url("../../../../images/top250r.png"); */
}
.baselayer-thumb.ortho-overlay {
  background-color: #3c7b72;
  /*background-image: url("../../../../images/ngi-ortho.png");*/
}
.baselayer-thumb.ngi-cartoweb-topo_bw-be {
  background-color: #a7a4a4;
  background-image: url("../images/ngi-cartoweb-topo_bw-be.png");
}
.baselayer-thumb.voidLayer {
  background-color: white;
  background-image: url("../images/voidLayer.png");
}
#base-selection {
  /* padding: 5px; */
  /* background: #FFEB3B; */
  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 11px; */
  /* border-radius: 2px; */
}
/*end baselayer*/
@media (min-width: 768px) {
  tt-geobe .baselayer-control {
    position: fixed;
    bottom: 10px;
    left: 350px;
    /* background: rgba(193, 40, 40, 0.5); */
    height: auto;
  }
  .baselayer-control {
    position: fixed;
    bottom: 10px;
    left: 315px;
    /* background: rgba(193, 40, 40, 0.5); */
    height: auto;
  }
  .baselayer-control-btn {
    /* background: #ff0000; */
    width: 90px;
    height: 90px;
    padding: 2px;
    /* color: white; */
    /* margin: 10px; */
    cursor: pointer;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 11px; */
    border-radius: 2px;
    /* margin-bottom: 20px; */
  }
  .baselayer-widget {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    /* display: none; */
    overflow: hidden;
  }
  .baselayer-widget-open {
    /*height: 360px;*/
    height: auto;
    opacity: 1;
    visibility: visible;
    /* display: block; */
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 11px; */
    border-radius: 2px;
    margin-bottom: 10px;
  }
  .baselayer-widget-item {
    /* width:80px; */
    /* width: 80px; */
    background: #333333;
    padding: 2px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .baselayer-widget-item.selected {
    /* border:2px solid red; */
    background: #ff1804;
  }
  /*.baselayer-widget-item.ngi-ortho {
          background:hsla(107,50%,42%,1);
      }
      .baselayer-widget-item.ngi-cartoweb-topo-be {
          background:#00c2e5;
      }
      .baselayer-widget-item.ngi-cartoweb-topo_bw-be {
          background:#a7a4a4;
      }
      .baselayer-thumb.voidLayer {
          background:white;
      }*/
  .baselayer-thumb:hover {
    background-size: 123px 123px;
  }
  .baselayer-thumb {
    width: 76px;
    height: 76px;
    background-size: 82px 82px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .baselayer-thumb.adminbasemap {
    background-color: #e1a0ff;
    background-image: url("../images/adminbasemap.png");
  }
  .baselayer-thumb.ngi-ortho {
    background-color: #4da136;
    background-image: url("../images/ngi-ortho.png");
  }
  .baselayer-thumb.ngi-cartoweb-topo-be {
    /* background-color:#00c2e5; */
    background-image: url("../images/ngi-cartoweb-topo-be.png");
  }
  .baselayer-thumb.ngi-cartoweb-topo_bw-be {
    background-color: #a7a4a4;
    background-image: url("../images/ngi-cartoweb-topo_bw-be.png");
  }
  .baselayer-thumb.voidLayer {
    background-color: white;
    background-image: url("../images/voidLayer.png");
  }
  /*end baselayer*/
}
/* popup start */
.hide {
  display: none;
}
.tt-hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
tt-popup-el {
  min-width: 220px;
}
.popover .link {
  /* color: rgb(250, 174, 205); */
  /* margin-top: 50px; */
}
a.link.in-selection-list {
  color: #333333;
}
tt-popup-el .popover {
  min-width: 220px;
  padding: 1px 1px 5px;
  position: relative;
  z-index: 0;
  width: 220px;
  display: block;
}
.popover {
  color: #424242;
  margin-bottom: 10px;
  text-align: left;
  white-space: normal;
  border-radius: 2px;
  z-index: 0;
  /* background: #f3f2ec; */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d9;
  font-family: "Roboto";
}
.popover-big-title {
  /* background-color: #FFFFFF; */
  border-bottom: medium none;
  border-radius: 0;
  /* font-weight: 900; */
  margin: 0;
  padding: 10px 0px;
  /* font-size: 1.5em; */
  color: #7B7B7B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.popover-title {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: medium none;
  border-radius: 0;
  /* font-weight: 900; */
  margin: 0;
  padding: 10px 17px 0px 0px;
  /* font-size: 1.5em; */
  color: #b5b5b5;
}
.popover-big-header {
  border-bottom: 1px solid #DFDFDF;
  border-radius: 2px 2px 0 0;
  padding: 5px 9px;
}
.popover-header {
  border-radius: 2px 2px 0 0;
  padding: 5px 9px;
}
.popover-content {
  padding: 5px 9px;
}
.popover-footer {
  padding: 5px 9px 9px;
  /* border-top: 1px solid #DFDFDF; */
}
.popover .close {
  /* color: #00A24E; */
  margin-top: -5px;
  /*opacity: 0.2;*/
  margin-right: 8px;
  font-size: 29px;
  /* color: #5E5E5E; */
  font-weight: normal;
}
tt-popup-el .popover.top > .arrow:after {
  /*    border-top-color: #1e1e1e;*/
}
.prefix {
  /* color: #909090; */
  /* width: 50px; */
  /* display: block; */
  /* float: left; */
  /* font-style: italic; */
}
.popup-geopoint-title {
  font-size: 2.325em;
  /* color: rgb(0, 130, 178); */
}
.popup-strongest {
  font-size: 1.925em;
}
.popup-stronger {
  font-size: 1.25em;
  /* font-weight: bold; */
}
/* popup end */
ul.geocoding-dd[style] {
  right: 11px !important;
  top: 96px !important;
}
.geocoding-dd.dropdown-menu {
  /* position: absolute; */
  /* top: 32px; */
  /* left: 0; */
  /* z-index: 1000; */
  display: block;
  float: left;
  min-width: 160px;
  padding: 0px 0px;
  margin: 0px 0 0;
  /* font-size: 14px; */
  /* list-style: none; */
  /* background-color: #FAFAFA; */
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 2px 2px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* width: 100%; */
  /* text-indent: 0px; */
}
.dropdown-menu li {
  /* height:44px; */
  /* padding: 0px; */
  /* margin: 0px; */
  cursor: pointer;
}
.geocoding-dd.dropdown-menu > li > a {
  /* height: 34px; */
  /*display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;*/
  padding: 7px 10px 7px 0px;
  /* border-bottom: 1px solid #F4F4F4; */
  overflow: hidden;
  text-overflow: ellipsis;
}
button.close {
  line-height: inherit;
  font-size: 30px;
  font-weight: 400;
}
.tt-geocoding-container {
  position: absolute;
  right: 10px;
  left: 60px;
  /* background-color: #0BA7CB; */
  /* width: 190px; */
  height: 1px;
  /* left: 10px; */
  z-index: 5;
  left: 10px;
}
.tt-geocoding-container .close {
  font-size: 30px;
  font-weight: 400;
}
.geocoding-bar {
  visibility: hidden;
  /* width: 0px; */
  width: 0px;
  /* z-index: 1000; */
  /* top: 44px; */
  right: 0px;
  /* float: right; */
  top: 50px;
  /* background: darkgrey; */
  /* left: 60px; */
  opacity: 0;
  /* background: rgb(249, 0, 255); */
  /* -webkit-transition: width 1.4s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); */
  /* transition: width 2.4s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); */
  position: absolute;
  overflow: hidden;
  height: 45px;
}
.geocoding-bar-toggle {
  visibility: visible;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  opacity: 1;
  /* right: 15px; */
  /* width: 0px; */
  width: 100%;
}
.popup-classification {
  color: #cccccc;
  /* font-weight: 900; */
  /* text-transform: uppercase; */
}
.validcoord-icon-container {
  width: 38px;
  float: left;
  position: absolute;
  margin-top: 10px;
  /* display: inline-block; */
  font-family: 'NGI-IGN_ICONS';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #abaaaa;
  left: 2px;
  z-index: 5;
  background: #ffffff;
  height: 29px;
  padding: 6px;
}
.Lb72:before,
.Lb08:before,
.WGS84:before,
.validcoord:before {
  color: #73c21c;
}
.typeahead-icon-container {
  width: 40px;
  float: left;
  /* height: 34px; */
  /* transform-origin: center center; */
  /* position: relative; */
  margin-top: 2px;
  /* display: inline-block; */
  font-family: 'NGI-IGN_ICONS';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* background: darkgoldenrod; */
  /* top: 0px; */
  text-align: center;
  /* font-size: 16px; */
  color: #b4b4b4;
}
.typeahead-icon-container.street {
  /* background-color: #C3B4A4; */
}
.typeahead-icon-container.toponym {
  /* background-color: #A5D8C0; */
}
.typeahead-icon-container.street:before {
  content: "\e148 ";
}
.typeahead-icon-container.toponym:before {
  content: "\e149";
}
.typeahead-icon-container.address:before {
  content: "\01f4ca";
}
.typeahead-content-container {
  padding: 5px 5px 10px 40px;
}
.typeahead-content-container .med-txt {
  font-size: 1.5em;
  color: #b9b8b7;
  color: silver;
}
ul.coords-tip-list {
  padding-left: 0px;
  list-style-type: disc;
}
/*
  Set the color of the loading   icon
*/
svg path,
svg rect {
  fill: #FF6700;
  fill: #cbc7c3;
}
.geocoding-dd.dropdown-menu .active .typeahead-icon-container {
  /* color: rgb(0, 174, 205); */
  /* color: rgb(130, 190, 201); */
}
.geocoding-dd.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  /* color: #fff; */
  color: #00aecd;
  /*text-decoration: none;*/
  background-color: #e7f4f6;
  background-color: #f9f9f9;
  /*outline: 0;*/
  /* background-color: #fff; */
  border-radius: 0px 0px 0px 0px;
  color: #73c21c;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  ul.geocoding-dd[style] {
    right: 10px !important;
    top: 124px !important;
  }
  /*geocoding*/
  .tmv .tt-geocoding-container {
    position: relative;
    left: auto;
    right: auto;
    left: unset;
    right: unset;
  }
  .tt-geocoding-container {
    position: absolute;
    right: 10px;
    left: 60px;
    /* background-color: #0BA7CB; */
    /* width: 190px; */
    /*height: 0px;*/
    /* left: 10px; */
    z-index: 2;
    left: 10px;
  }
  .geobe .geocoding-bar {
    right: 10px;
    top: 80px;
    position: fixed;
    overflow: hidden;
    height: 45px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  }
  .tmv .geocoding-bar.geocoding-bar-toggle {
    /* visibility:visible; */
    /* box-shadow: 2px 0px 11px #424242; */
    width: 0px;
    opacity: 0;
    visibility: hidden;
    /* right: 15px; */
    /* max-width: 610px; */
    /* width: 50% !important; */
  }
  .tmv .geocoding-bar {
    /* right: 10px; */
    top: 0px;
    position: relative;
    overflow: hidden;
    height: 55px;
    /* -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175); */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175); */
    /* box-shadow: none; */
    width: 49vw;
    max-width: 610px;
    padding: 8px;
  }
  .geocoding-bar {
    right: 0px;
    top: 3px;
    opacity: 1;
    position: absolute;
    overflow: hidden;
    width: 50%;
    max-width: 610px;
    visibility: visible;
    /* opacity: 0; */
  }
  .geocoding-bar-toggle {
    /* visibility:visible; */
    /* box-shadow: 2px 0px 11px #424242; */
    width: 0px;
    opacity: 0;
    visibility: hidden;
    /* right: 15px; */
    /* max-width: 610px; */
    /* width: 50% !important; */
  }
  .typeahead-icon-container {
    width: 20px;
    float: left;
    /* height: 34px; */
    /* transform-origin: center center; */
    /* position: relative; */
    margin-top: 2px;
    /* display: inline-block; */
    font-family: 'NGI-IGN_ICONS';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* background: darkgoldenrod; */
    /* top: 0px; */
    text-align: center;
    /* font-size: 16px; */
    color: #b4b4b4;
    margin-right: 10px;
  }
  .geocoding-dd.dropdown-menu {
    display: block;
    float: right;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 2px 2px;
    left: 360px;
  }
}
tt-layermanager > div.navbar-submenu-header {
  /* background: rgb(128, 205, 228); */
  /*background: #EEE;*/
}
div.opacity-dd {
  top: 13px;
  padding: 4px 15px;
  left: 22px;
  width: 160px;
  border-radius: 2px;
  /* border-color: #EFEFEF; */
  position: fixed;
  z-index: 999;
  float: left;
  margin: 25px 0 0 35px;
  border: 1px solid #f3f3f3;
}
.layer-list-header {
  box-shadow: 0px 3px 3px -4px rgba(0, 0, 0, 0.25);
  z-index: 7;
  position: absolute;
  background: #ef4c49;
  /* height: 150px; */
  width: 100%;
  /* background: #fbfbfb; */
  /* border-top: 1px solid #ececec; */
  background: #f00f24;
}
.layer-list-wrapper {
  overflow: auto;
  margin-top: 0;
  padding-top: 0;
  max-height: calc(100vh - 140px);
}
.catalog-list-header {
  box-shadow: 0 3px 6px -3px rgba(2, 2, 2, 0.2);
  z-index: 7;
  position: relative;
  /* border-bottom: 1px solid #e6e6e6; */
  background: #f37371;
  /* background: #D32F2F; */
  background: #ef4c49;
}
.catalog-list-header .dropdown {
  /* background: #f60; */
  position: initial;
}
.catalog-list-header .map ul.dropdown-menu[style] {
  background: #f60;
}
li.layer-menu-item .icon-container.glyphicon-remove {
  padding-top: 13px;
  width: 32px;
  /* background: rgba(139, 169, 179, 0.5); */
  height: 40px;
  top: 0px;
}
.sortable-handler-i {
  position: absolute;
  height: 80px;
  width: 100%;
  float: left;
  /*background: rgba(210, 224, 230, 0.95);;*/
  /* cursor: move; */
}
.layer-label-container {
  /*position: relative;*/
  height: 40px;
  float: left;
  /* width: 84%; */
  width: 88%;
  /* background: green; */
  padding-top: 10px;
}
tt-geobe .layer-item-icon.layer-order {
  width: 77px;
  /* background:#ff8ced; */
}
tt-geobe .layer-item-icon.opacity {
  width: 68px;
  /* background:#4ce8ba; */
}
tt-geobe .layer-item-icon.edit-layer {
  width: 54px;
  /* background:#15afdb; */
  text-align: center;
}
tt-geobe .layer-item-icon.info {
  width: unset;
  /* background:#f4a14f; */
  text-align: center;
  font-size: 16px;
  padding: 5px 11px 4px 13px;
  float: left;
}
.layer-item-icon:hover,
.layer-item-icon:active,
.layer-item-icon:focus {
  color: #333;
}
.layer-item-icon {
  /* background: rgba(222, 197, 127, 0.22); */
  padding: 7px 0px 5px;
  /* color: #EF5400; */
  border: none;
  width: 67px;
  /* background: rgb(75, 75, 75); */
  /* height: 33px; */
  float: left;
  cursor: pointer;
  color: #919191;
  /* font-size: 14px; */
  /* background: none; */
  /* text-align: left; */
  /* margin-right: 3px; */
  /* padding: 0px; */
  /* position: relative; */
}
.layer-item-row {
  /* position: relative; */
  cursor: pointer;
  /* float: left; */
  height: 40px;
  /* background:rgba(45,12,65,0.2); */
  width: calc(90%);
  width: calc(100%);
  /* padding-top: 10px; */
}
/*.root-title {
    font-weight: 600;
    width: calc(100% - 21px);
    float: left;

}*/
#layerMenuItems {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  /* border-bottom: 0px solid #dedede; */
  background: #e0e0e0;
  /* padding: 2px 0px 1px 0px; */
}
.catalogue-menu-container {
  /* background: #FFFFFF; */
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.sortable-handler span {
  /*float:right;*/
  /*top:12px;*/
}
.layer-menu-container {
  /* background:#f5f5f5; */
  /* border-bottom: 1px solid #e6e6e6; */
  /* padding-bottom: 15px; */
}
.no-layers {
  padding: 20px 10px 20px 30px;
}
.layer-menu-item {
  background-color: #ffffff;
  color: #929292;
  /*cursor: pointer;*/
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  height: 40px;
  border-bottom: 1px solid #d9d9d9;
  /* margin-bottom: 3px; */
  overflow: hidden;
  /* font-weight: 400; */
}
li.layer-visible.layer-menu-item {
  color: #7b7b7b;
}
.layer-menu-item .glyphicon-remove {
  float: right;
  color: #8e8e8e;
}
li.layer-visible {
  /* background-color: #f9f9f9; */
  /* color: #565656; */
  /* overflow: visible; */
  /* background: #fae5e8; */
  height: 90px;
}
.layer-label-container.layer-visible {
  font-weight: 600;
  color: #f00f24;
  /* color: #ff5c4d; */
  /* background-color: rgb(244, 240, 228); */
  /*font-weight: 400;*/
  /* color: #333333; */
}
li.layer-visible .glyphicon-visibility {
  /* color: #f00f24; */
  /* color: #ff5c4d; */
}
li.not-visible-at-zoomlevel {
  /* background: #f9f9f9; */
  /* color: #a0a0a0; */
}
li.layer-visible.not-visible-at-zoomlevel {
  /* background: #fbfbfb; */
  color: #b3b3b3;
}
li.layer-visible.not-visible-at-zoomlevel .layer-label {
  color: #929292;
  font-weight: 400;
}
li.layer-visible.not-visible-at-zoomlevel div.layer-visible {
  color: rgba(240, 15, 36, 0.51);
}
li.layer-visible .layer-label {
  color: #333333;
}
.layer-label {
  position: relative;
  /* color: #333333; */
}
.remove-layer {
  padding-left: 10px;
  font-size: 25px;
  float: right;
  position: relative;
  /* width: 32px; */
  padding-right: 10px;
  color: #7b7b7b;
}
.edit-layer {
  /* padding-left: 10px; */
  font-size: 17px;
  /* float: right; */
  /* position: absolute; */
  /* width: 32px; */
  /* padding-right: 10px; */
  color: #919191;
  /* padding-top: 3px; */
  /* background: greenyellow; */
  float: left;
  /* margin-top: 33px; */
  /* color: #f05754; */
  padding: 5px 12px 4px 16px;
  cursor: pointer;
}
/* Search bar */
.search-bar-container {
  width: 100%;
  z-index: 28;
}
@media (min-width: 768px) {
  .layer-list-wrapper {
    /* overflow: auto; */
    max-height: calc(100vh - 270px);
    /* background: #f9f9f9; */
    /* padding-top: 3px; */
    overflow-x: hidden;
    overflow-y: auto;
  }
  tt-geobe .layer-item-icon.layer-order {
    width: 87px;
    /* background:#ff8ced; */
  }
  tt-geobe .layer-item-icon.opacity {
    width: 73px;
    /* background:#4ce8ba; */
  }
  tt-geobe .layer-item-icon.edit-layer {
    width: 60px;
    /* background:#15afdb; */
    text-align: center;
  }
}
.closed-catalog-pane {
  height: 40px;
}
tt-catalogitem-layer ul {
  margin: 0px;
}
.tt-catalogitem-layer ~ ul {
  background: #f60;
  font-weight: 30px;
}
.tt-catalogitem-node ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
}
/*
.tt-catalogitem-node:first-child {
    background: rgba(182, 143, 218, 0.39);
    border: 0px solid #8FBF61;
    display: block;
    margin-left: 10px;
}*/
.tt-catalogitem-node {
  /* background: #919191; */
  /*border: 0px solid #8FBF61;*/
  display: block;
  margin: 0px;
  /* height: 27px; */
  overflow: hidden;
}
/* 1st (root)) level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node {
  /* background: rgba(251, 232, 232, 0.71); */
  /* border: 0px solid #8FBF61; */
  /*display: block;*/
  margin-left: 10px;
  /* height: 27px; */
  /* font-weight: 600; */
}
/* 2st level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node {
  /*background: rgba(242, 235, 195, 0.34);*/
  margin-left: 21px;
  /* height: 27px; */
}
/* 3st level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node {
  margin-left: 21px;
  /* height: 27px; */
}
/* layer */
.tt-catalogitem-layer {
  /* background: #f60; */
  /* width: 100%; */
  margin-left: 20px;
}
.tt-catalogitem-layer label {
  /* background: #E45B38; */
  margin-bottom: 5px;
  display: block;
  width: 82%;
  float: left;
  cursor: pointer;
  /* padding-left: 20px; */
  font-weight: 400;
  color: #898989;
  margin-right: 10px;
}
.tt-catalogitem-layer label:hover {
  color: #639E22;
  color: #000;
}
.tt-catalogitem-layer .selected-open {
  color: #73C21C;
  color: #333333;
}
.tt-catalogitem-layer .glyphicon-info-sign {
  float: right;
}
.tt-catalogitem-layer .glyphicon-checked-ok {
  /* float:left; */
  /* position:absolute; */
}
.tt-catalogitem-node a {
  /* background: rgba(220, 180, 154, 0.14); */
  /* height: 27px; */
  /*border-bottom: 1px solid #fff;*/
}
.tt-catalogitem-node ul {
  /* display: block; */
}
.tt-catalogitem-node li {
  display: block;
}
.tt-catalogitem-node li a {
  height: 30px;
  /* position: relative; */
  display: block;
}
.tt-catalogitem-node .tt-catalogitem-category {
  color: #333;
  font-weight: normal;
}
.tt-catalogitem-open {
  /* height: 213px; */
  /* max-height: 500px; */
  opacity: 1;
  /* display:block; */
}
.tt-catalogitem-closed {
  height: 0px;
  /* max-height:0px; */
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.tt-catalogitem-node .root-title {
  font-weight: 600;
  /* padding: 10px; */
  /* background: rgb(168, 220, 236); */
  /* background: #ededed; */
  width: calc(100% - 21px);
  float: left;
  /* display: inline; */
  /* font-size: 16px; */
}
multiselect {
  display: block;
}
multiselect .btn {
  width: 100%;
  background-color: #FFF;
}
multiselect .btn.error {
  border: 1px solid #da4f49 !important;
}
.multiselect > .slide-back-btn {
  display: none;
}
.multiselect.open > .slide-back-btn {
  position: fixed;
  z-index: 1001;
  right: 10px;
  display: block;
}
.catalog multiselect ul.dropdown-menu[style] {
  overflow-y: auto;
  background: yellow;
}
.multi-btn {
  /*display: inline-block;*/
}
.multiselect .dropdown-menu {
  /*    max-height: 100vh;
        overflow-y: auto;*/
}
.multiselect.open {
  box-sizing: border-box;
  left: 0px;
  /*width:100%;*/
}
.multiselect .dropdown-menu {
  max-height: 100vh;
  box-sizing: border-box;
  left: 0px;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  padding: 20px 0px 30px 0px;
}
.multiselect .dropdown-menu > li > a {
  padding: 3px 10px;
  cursor: pointer;
}
multiselect .multi-select-input {
  padding: 0 5px !important;
  height: 30px !important;
}
multiselect .selected-theme {
  border: 1px solid #ef4c49;
  border-radius: 2px;
  background-color: #ef4c49;
  color: #F6F;
  display: inline-block;
  padding: 3px;
  margin: 3px;
}
multiselect .selected-theme:hover {
  cursor: pointer;
  background-color: #e46d6d;
  border-color: #e46d6d;
}
.multiselect .selected-item-dropdown {
  font-weight: bold !important;
  color: #da4f49 !important;
}
@media (min-width: 768px) {
  .multi-btn {
    display: inline-block;
  }
  .multiselect .dropdown-menu {
    max-height: 66vh;
    left: unset;
    top: unset;
    /*width: 255px;*/
    width: 384px;
    overflow-y: none;
    position: unset;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .multiselect .dropdown-menu {
    width: 446px;
  }
}
tt-catalog-search .omni-pane-wrapper {
  /* position: fixed;
     top: 0px;
     z-index: 11;  */
}
.catalog-search-link {
  position: absolute;
  right: 9px;
  top: 7px;
  background: #ff6c6a;
  color: #f00f24;
  font-size: 15px;
  width: 45px;
  height: 45px;
  z-index: 16;
  cursor: pointer;
  border-radius: 23px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
tt-catalog-search .glypicon-search-catalog-container {
  color: #fff;
  width: 45px;
  cursor: pointer;
  text-align: center;
}
tt-catalog-search .catalog-search-input-container .glypicon-search-catalog-container {
  color: #fff;
  width: 45px;
  cursor: pointer;
}
tt-catalog-search .omni-info-pane {
  background: #fff;
  top: 0px;
  z-index: 91;
  position: fixed;
  width: 270px;
}
.catalog-search-input-container {
  position: absolute;
  right: 5px;
  left: 5px;
  top: 45px;
  z-index: 99;
}
.catalog-search-input {
  background: whitesmoke;
  width: 100%;
  /* background-color: #ffffff; */
  padding: 4px 45px 0px 15px;
  height: 45px;
  border: 1px solid #f5f5f5;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
  -moz-box-shadow: inset 0 0 0px #000000;
  -webkit-box-shadow: inset 0 0 0px #000000;
  box-shadow: inset 0 0 0px #000000;
}
tt-catalog-search .catalog-search-input:focus {
  border: 1px solid #ef4c49;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
}
tt-catalog-search .catalog-container {
  overflow: auto;
  margin-top: 50px;
  padding-top: 0;
  max-height: calc(100vh - 140px);
}
.modal-title-about {
  /*border-bottom:1px solid rgb(218, 218, 218)*/
}
@media (min-width: 768px) {
  .catalog-search-link {
    top: 78px;
  }
  tt-catalog-search .omni-info-pane {
    width: 360px;
  }
  .catalog-search-input-container {
    top: 70px;
  }
  .catalog-search-input {
    /*margin-top: 25px;*/
  }
  tt-catalog-search .catalog-container {
    margin-top: 75px;
    max-height: calc(100vh - 140px);
    max-height: calc(100vh - 165px);
  }
}
.catalog-item-animation.ng-enter,
.catalog-item-animation.ng-leave,
.catalog-item-animation.ng-move {
  transition: 0.5s linear all;
}
.catalog-item-animation.ng-enter,
.catalog-item-animation.ng-move {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.catalog-item-animation.ng-enter.ng-enter-active,
.catalog-item-animation.ng-move.ng-move-active {
  height: 120px;
  opacity: 1;
}
.catalog-item-animation.ng-leave {
  opacity: 1;
  overflow: hidden;
}
.catalog-item-animation.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#tt-mouse-position {
  display: none;
}
.ol-mouse-position {
  top: 0px;
  right: initial;
}
.proj-type {
  float: left;
}
#tt-mouse-position {
  display: none;
}
@media (min-width: 768px) {
  .ol-mouse-position {
    top: 1px;
    right: auto;
    display: inline-block;
  }
  .mouseposition-select {
    display: inline-block;
    padding: 3px;
    background: yellow;
  }
  div.btn-select {
    border: none;
    background: transparent;
    color: #6c6c6c;
    border-right: 1px solid #333333;
    border-radius: 0px;
    color: #333;
    height: 20px;
    line-height: 8px;
    font-size: 13px;
    display: block;
    float: left;
  }
  .btn.btn-select:hover,
  .btn.btn-select:focus,
  .btn.btn-select:active,
  .btn.btn-select:focus:active {
    color: yellow;
    color: #333;
    background: #f1f1f1;
    box-shadow: none;
  }
  #mouse-coords {
    top: 0px;
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding-left: 5px;
    font-size: 13px;
  }
  #tt-mouse-position {
    position: absolute;
    bottom: 0px;
    right: 90px;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  #tt-mouse-position.rightbar-open {
    right: 330px;
  }
  #tt-mouse-position .dropdown-menu {
    top: auto;
    left: 32px;
    min-width: 160px;
    padding: 0px 0px;
    margin: 0px 0 0;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 2px 2px;
    bottom: 0px;
  }
  #tt-mouse-position .dropdown-menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
  }
  #tt-mouse-position .dropdown-menu li a {
    padding: 7px 10px 7px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333333;
    height: 40px;
    display: block;
    padding: 10px 10px 0px 10px;
  }
  #tt-mouse-position .dropdown-menu a:hover,
  .dropdown-menu a:focus {
    background-color: #f5f5f5;
  }
  #tt-mouse-position .dropdown-menu .active a,
  .dropdown-menu .active a:hover,
  .dropdown-menu .active a:focus {
    color: #00aecd;
    background-color: #e7f4f6;
    background-color: #f9f9f9;
    border-radius: 0px 0px 0px 0px;
    color: #ff5c4d;
    color: #f04c49;
  }
}
.topic-container {
  padding: 10px;
  color: #73C21C;
  border-bottom: 0px solid #EFEFEF;
  background: #FCFCFC;
  margin-bottom: 10px;
  color: #0099C7;
  /* background: #fff; */
  /* color: #E4712A; */
}
.dropdown-menu .tt-topic-active {
  font-weight: 600;
  color: #333333;
}
/*.dropdown-menu .tt-topic-active:before {
  content: "\e189";
}*/
.catalog-list-header .list-sub-header ul.dropdown-menu[tt-topic] {
  background: #ffffff;
  top: 110px !important;
  right: 20px !important;
  left: 70px !important;
}
select[tt-topic] {
  width: 66%;
  float: right;
  color: #333333;
}
div[tt-topic] {
  width: 640px;
  padding: 0px 4px;
  /*
    & > div {
      float: left;
      margin: 2px;
      padding: 3px;
      border: 1px solid transparent;
      cursor: pointer;
      width: 154px;
      text-align: center;
     
      &.tt-topic-active, &:hover {
        border: 1px solid #c6c6c6;
        background-color: #efefef;
      }
   
    @media (max-width: @screen-tablet) {
         width: 140px;       
         img {
           display: none;
         }
       }*/
}
/* @media (max-width: @screen-tablet) {
         width: 160px;
         height: 250px;
         padding: 0px;
         overflow-y: auto;
         overflow-x: hidden;
       }
    }*/
/* Leftbar*/
.hamburger-btn:focus {
  outline: none;
}
.hamburger-btn {
  background: url("hamburger_black.png") rgba(237, 200, 200, 0) center center no-repeat;
  background-size: 40px 40px;
  border: 0px;
  height: 45px;
  /* overflow: hidden; */
  text-indent: -9999px;
  width: 45px;
  z-index: 13;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 50px;
  left: 10px;
  border-radius: 2px;
}
tt-gdoc .hamburger-btn {
  background: url(hamburger_white.png) rgba(237, 200, 200, 0) center center no-repeat;
  background-size: 40px 40px;
  border: 0px;
  display: block;
  height: 40px;
  /* overflow: hidden; */
  text-indent: -9999px;
  width: 60px;
  z-index: 2;
  /* background-color: rgba(37, 37, 37, 1); */
  position: fixed;
  top: 0px;
  left: 0px;
}
.slide-back-btn {
  border: 0;
  display: block;
  height: 40px;
  width: 60px;
  z-index: 2;
  float: right;
  padding: 9px;
}
.slide-back-btn .close {
  font-size: 30px;
  font-weight: 400;
  width: 50px;
  text-align: right;
}
.leftbar {
  position: fixed;
  z-index: 14;
  width: 310px;
  left: -310px;
  background: #FCFCFC;
  height: 100%;
  letter-spacing: 0.1px;
  top: 0px;
  background: #fff;
}
tt-gdoc .leftbar {
  position: fixed;
  z-index: 12;
  width: 305px;
  left: -305px;
  background: #FCFCFC;
  height: 100%;
  letter-spacing: 0.1px;
  top: 0px;
  background: #fff;
}
.topleftbar {
  position: absolute;
  z-index: 8;
  width: 270px;
  left: -270px;
  background: #fff;
  height: 100%;
  /*overflow: hidden;*/
  /*-ms-overflow-style: none;*/
  letter-spacing: 0.1px;
  top: 0px;
}
.leftbar-header {
  /* height: 50px; */
  color: #FFFFFF;
  position: absolute;
  z-index: 8;
  right: 0px;
  /* background:yellow; */
  width: 100%;
}
.leftbar-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh);
}
.leftbar-header .close {
  font-size: 30px;
  /* color:#000; */
  margin-right: 10px;
  font-weight: 400;
  height: 40px;
}
.leftbar-footer {
  height: 40px;
  /* color: #948D8D; */
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 7px;
  text-align: center;
  font-size: 0.7em;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}
.leftbar-toggle,
tt-gdoc .leftbar-toggle {
  left: 0px;
  visibility: visible;
  box-shadow: 2px 0px 11px #424242;
}
.topleftbar-toggle {
  left: 0px;
  visibility: visible;
  box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.2);
}
.topbar {
  position: fixed;
  top: -800px;
  /* left: 0; */
  z-index: 9;
  width: 100%;
  visibility: visible;
  /* min-height: 480px; */
  background: #ffffff;
  opacity: 0;
}
.topbar-toggle {
  top: 40px;
  height: auto;
  opacity: 1;
  /* -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .175); */
  /* box-shadow: -0 8px 8px rgba(0, 0, 0, .175); */
  /* background: rebeccapurple; */
  /* position: relative; */
}
.leftbar-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  visibility: hidden;
  height: 100%;
}
.rightbar-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  visibility: hidden;
  height: 100%;
}
.topbar-mask {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 7;
  width: 100%;
  visibility: hidden;
  height: 100%;
}
.topleftbar-mask {
  /* visibility: hidden; */
  background: rgba(43, 43, 43, 0.18);
  position: absolute;
  z-index: 10;
  left: 270px;
  bottom: 0px;
  /* visibility: hidden; */
  background: none;
}
.mask-closed {
  display: none;
}
.mask-show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.top-mask-show {
  width: 100%;
  height: 100%;
  /* visibility: visible; */
}
.show-hide-leftbar {
  background: #252525;
  /* bottom: 15%; */
  height: 90px;
  margin: 0 0 0 0;
  left: 0px;
  width: 32px;
  position: absolute;
  cursor: pointer;
  color: #fff;
  /* top: 0px; */
  bottom: 55px;
  z-index: 5;
  font-weight: 200;
  background: #f06317;
  background: rgba(0, 0, 0, 0.7);
}
.show-hide-leftbar span {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 86% 150%;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 86% 150%;
  -o-transform: rotate(270deg);
  -o-transform-origin: 86% 150%;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 86% 150%;
}
.show-hide-leftbar a {
  color: #fff;
}
/* rightbar */
.show-hide-rightbar {
  background: url("featureselection_white.png") rgba(255, 87, 0, 0) center center no-repeat;
  background-size: 40px 40px;
  border: 0px;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  z-index: 8;
  position: fixed;
  top: 50px;
  outline: none;
  right: 10px;
  background-color: #ff5b02;
  /* z-index: -1; */
  border-radius: 20px;
}
.rightbar {
  position: fixed;
  z-index: 10;
  top: 40px;
  width: 260px;
  height: calc(100vh - 40px);
  right: -260px;
  /*right: 0px;*/
  background: #ffffff;
  padding: 0px;
  padding-top: 0;
  /* box-shadow: 1px 0px 11px #666; */
  bottom: 0px;
  /* background: #EFEFEF; */
  /* right: 0; */
}
.rightbar-toggle {
  /*right: -260px;*/
  right: 0px;
  box-shadow: 1px 0px 11px #666;
}
.rightbar-header {
  height: 0px;
  color: #FFF;
  background: #fffffe;
  font-weight: 200;
  cursor: pointer;
  text-transform: uppercase;
  /* background: rgba(146, 146, 146, 1); */
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  tt-gdoc .leftbar-header {
    height: 40px;
  }
  .leftbar-header {
    height: 70px;
    /* color: #ff5b02; */
    font-weight: 200;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .leftbar-footer {
    background: #ffffff;
  }
  .rightbar-header {
    height: 40px;
  }
  .top-mask-show {
    /* background: none; */
    position: fixed;
    width: 55px;
    top: 0px;
  }
  .hamburger-btn {
    top: 82px;
  }
  .rightbar-mask {
    display: none;
  }
  .leftbar-mask {
    display: none;
  }
  .topleftbar {
    /*top: 0px;
        width: 260px;
        height: calc(100vh);
        height: calc(~"100vh");
        left: -265px;
        box-shadow: 0px 0 7px #CCCCCC;
        left:320px;*/
    top: 0px;
    height: calc(100vh);
    left: -265px;
    box-shadow: 0px 0 7px #CCCCCC;
    width: 260px;
  }
  .topleftbar-mask {
    left: 300px;
  }
  .leftbar {
    top: 0px;
    /* width: 305px; */
    height: calc(100vh);
    left: 0px;
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    width: 340px;
  }
  tt-gdoc .leftbar {
    top: 0px;
    /* width: 305px; */
    height: calc(100vh);
    left: 0px;
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    width: 305px;
  }
  /*firefox hack*/
  @-moz-document url-prefix() {
    .leftbar {
      box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.25);
    }
  }
  .leftbar-toggle,
  tt-gdoc .leftbar-toggle {
    left: -345px;
    box-shadow: 0px 0px 0px #666;
  }
  .topleftbar-toggle {
    /* left: 0px; */
    /*box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);*/
    left: 0px;
    visibility: visible;
    box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.2);
    width: 300px;
  }
}
/* icons.less start */
.glyphicon-plani-point:before {
  content: "\e125";
}
.glyphicon-planipoint:before {
  content: "\e125";
}
.glyphicon-alti-point:before {
  content: "\e126";
}
.glyphicon-altipoint:before {
  content: "\e126";
}
.glyphicon-move:before {
  /* content: "\e068"; */
  color: #6c6c6c;
}
.glyphicon-geolocation:before {
  content: "\e188";
}
.glyphicon-belgium:before {
  content: "\e187";
}
.glyphicon-baselayer:before {
  content: "\e189";
}
.glyphicon-overlays:before {
  content: "\e190";
}
.glyphicon-checked:before {
  content: "\e158";
}
.glyphicon-checked-ok:before {
  content: "\e159";
}
.glyphicon-application:before {
  content: "\e059";
}
.glyphicon-road:before {
  content: "\e148";
}
.glyphicon-toponym:before {
  content: "\e149";
}
.glyphicon-address:before {
  content: "\01f4ca";
}
.glyphicon-coords:before {
  content: "\e047";
}
.glyphicon-gdoc-logo:before {
  content: "\e048";
}
.glyphicon-draw-rectangle:before {
  content: "\e191";
}
.glyphicon-select-rectangle:before {
  content: "\e193";
}
.glyphicon-map:before {
  content: "\e192";
}
.glyphicon-unlock:before {
  content: "\2c4d";
}
.glyphicon-sheet:before {
  content: "\e036";
}
.glyphicon-sheet-pdf:before {
  content: "\e037";
}
.glyphicon-tt-marker:before {
  content: "\e058";
}
.glyphicon-popup:before {
  content: "\e063";
}
.glyphicon-add-point:before {
  content: "\e186";
}
.glyphicon-light-chevron-up:before {
  content: "\e121";
}
.glyphicon-light-chevron-down:before {
  content: "\200a";
}
.glyphicon-light-chevron-left:before {
  content: "\2007";
}
.glyphicon-light-chevron-right:before {
  content: "\2008";
}
.glyphicon-light-chevron-double-left:before {
  content: "\2028";
}
.glyphicon-light-chevron-double-right:before {
  content: "\2029";
}
.glyphicon-catalog:before {
  content: "\2000";
}
.glyphicon-clock:before {
  content: "\23F2";
}
.glyphicon-layer-selection:before {
  content: "\289f";
}
.glyphicon-info-circle:before {
  content: "\2001";
}
.glyphicon-opacity:before {
  content: "\209c";
}
.glyphicon-move-item:before {
  content: "\2005";
}
.glyphicon-facebook:before {
  content: "\202f";
}
.glyphicon-googleplus:before {
  content: "\25fc";
}
.glyphicon-twitter:before {
  content: "\2004";
}
.glyphicon-share:before {
  content: "\205f";
}
.glyphicon-dataset:before {
  content: "\2c3b";
}
.glyphicon-service:before {
  content: "\2c3c";
}
/*.glyphicon-service-view:before {
  content: "\2c3c";
}*/
.glyphicon-service-view:before {
  content: "\2604";
}
.glyphicon-calendar:before {
  content: "\2c3d";
}
.glyphicon-arrow-forward:before {
  content: "\2c3f";
}
/*.glyphicon-arrow-back:before {
  content: "\2c3e";
}*/
.glyphicon-arrow-back:before {
  content: "\26cb";
}
.glyphicon-open-in-new:before {
  content: "\2c42";
}
.glyphicon-open-in-browser:before {
  content: "\2c43";
}
.glyphicon-datasets:before {
  content: "\2c44";
}
.glyphicon-relations:before {
  content: "\2c45";
}
.glyphicon-relations-children:before {
  content: "\2c46";
}
.glyphicon-relations-parent:before {
  content: "\2c47";
}
.glyphicon-fedgov:before {
  content: "\2c49";
}
.glyphicon-fontheader:before {
  content: "\2c49";
}
.glyphicon-logo:before {
  content: "\2c40";
}
.glyphicon-brand-total:before {
  content: "\2c40";
}
.glyphicon-brand-image:before {
  content: "\2c48";
}
.glyphicon-brand-text:before {
  content: "\28a0";
}
.glyphicon-service-discovery:before {
  content: "\2c4a";
}
.glyphicon-service-transformation:before {
  content: "\2c35";
}
.glyphicon-add:before {
  content: "\2c2e";
}
.glyphicon-add-circle:before {
  content: "\2c30";
}
.glyphicon-add-circle-outline:before {
  content: "\2c31";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-remove-min:before {
  content: "\2c32";
}
.glyphicon-remove-circle:before {
  content: "\2c33";
}
.glyphicon-remove-circle-outline:before {
  content: "\2c34";
}
.glyphicon-visibility:before {
  content: "\2c2a";
}
.glyphicon-visibility-off:before {
  content: "\2c2b";
}
.glyphicon-visibility-outzoom:before {
  content: "\2c2c";
}
.glyphicon-visibility-off-outzoom:before {
  content: "\2c2d";
}
.glyphicon-filter-list:before {
  content: "\289e";
}
.glyphicon-list-alt:before {
  content: "\e184";
}
.glyphicon-print-outline:before {
  content: "\e038";
}
.glyphicon-brand-tmv:before {
  content: "\2c41";
}
.glyphicon-brand-ngi:before {
  content: "\2003";
}
.glyphicon-baseline-edit:before {
  content: "\a0";
}
.glyphicon-baseline-settings:before {
  content: "\1041";
}
.glyphicon-features:before {
  content: "\2c4b";
}
.glyphicon-download-circle:before {
  content: "\e026";
}
.glyphicon-upload-circle:before {
  content: "\e027";
}
.glyphicon-download:before {
  content: "\e166";
}
.glyphicon-measure:before {
  content: "\e183";
}
.glyphicon-papermap:before {
  content: "\e192";
}
.glyphicon-remarks:before {
  content: "\2c4c";
}
.glyphicon-inspire-icon {
  background-image: url("../images/inspire_logo.png");
  background-position: center;
  background-size: 26px;
}
/*.glyphicon-inspire-icon:before {  
  content: "\272C";
}*/
.icon-selector {
  position: absolute;
  top: 10px;
  right: 10px;
  /* color: #f9f2ce; */
  text-align: center;
  /* color: #fff; */
  color: #6C6C6C;
}
/* icons.less end */
/*# sourceMappingURL=icons.css.map */
/*
 * animations css stylesheet
 */
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
  /*opacity: 0;*/
}
.plus-container {
  height: 32px;
  width: 32px;
  font-size: 16px;
  left: -5px;
  float: left;
  position: relative;
}
.plus-container .horizontal {
  position: absolute;
  background-color: #b3b3b3;
  width: 20px;
  height: 5px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}
.plus-container .vertical {
  position: absolute;
  background-color: #b3b3b3;
  width: 5px;
  height: 20px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .plus-container {
    left: -45px;
    position: absolute;
  }
}
.resource-item.ng-enter,
.resource-item.ng-leave,
.resource-item.ng-move {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.resource-item.ng-enter,
.resource-item.ng-move {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.resource-item.ng-move.ng-move-active,
.resource-item.ng-enter.ng-enter-active {
  opacity: 1;
  height: 120px;
}
.resource-item.ng-leave {
  opacity: 1;
  overflow: hidden;
}
.resource-item.ng-leave.ng-leave-active {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* cross fading between routes with ngView */
.view-container {
  /* position: relative;*/
}
.view-frame.ng-enter,
.view-frame.ng-leave {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.view-frame.ng-enter {
  -webkit-animation: 0.5s fade-in;
  -moz-animation: 0.5s fade-in;
  -o-animation: 0.5s fade-in;
  animation: 0.5s fade-in;
  z-index: 100;
}
.view-frame.ng-leave {
  -webkit-animation: 0.5s fade-out;
  -moz-animation: 0.5s fade-out;
  -o-animation: 0.5s fade-out;
  animation: 0.5s fade-out;
  z-index: 99;
}
.startup-tip.ng-hide,
.startup-screen.ng-hide,
.startup-content.ng-hide {
  opacity: 0;
}
.startup-tip.ng-hide-add,
.startup-tip.ng-hide-remove,
.startup-screen.ng-hide-add,
.startup-screen.ng-hide-remove,
.startup-content.ng-hide-add,
.startup-content.ng-hide-remove {
  transition: all linear 0.5s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*@import "gn_search_default.less";*/
resources-component div[tt-loader] {
  /*geobe*/
  position: fixed;
  width: 99vw;
  /* height: 100%; */
  top: 0px;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  /* background: #ffff003d; */
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 240px auto;
}
.small-spinner .spinner {
  margin: 5px auto;
}
tt-tmv .spinner {
  margin: 80px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*toavoidblurrycharacters...*/
  -webkit-transform: translateX(calc(-50% - 0.5px));
  transform: translateX(calc(-50% - 0.5px));
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background-color: #d8d8d8;*/
  opacity: 0;
  /*opacity: 0.6;*/
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  /*-webkit-animation-delay: 1.0s;  Safari 4.0 - 8.0 */
  animation: sk-bounce 2s infinite ease-in-out;
  /*animation-delay: 1.0s;*/
}
.double-bounce2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-color: #92d1e2;
  background-color: hsl(0, 100%, 47%);
}
.double-bounce1 {
  /*-webkit-animation-delay: -3.0s;
    animation-delay: -3.0s;*/
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background-color: #80daaf;
  background-color: red;
}
tt-tmv .double-bounce2 {
  background-color: #92d1e2;
}
tt-tmv .double-bounce1 {
  background-color: #80daaf;
}
divd {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 150px;
  right: 150px;
  background-color: black;
  opacity: 0;
  -webkit-animation: slidein 1s ease 4s forwards;
  -moz-animation: slidein 1s ease 4s forwards;
  -o-animation: slidein 1s ease 4s forwards;
  animation: slidein 1s ease 4s forwards;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    opacity: 0.6;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
}
.cookieAlertLayer button {
  background-color: #ef4c49;
}
.desaturate {
  /*width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
  -webkit-filter: grayscale(1);
}
.desaturate:before {
  /*  content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: inherit;*/
  /*grayscale for background image*/
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.resource-item a:hover .desaturate:before,
.resource-item a:hover .desaturate {
  /* text-decoration: none; */
  /* color: #000; */
  transform: none;
  filter: none;
}
/*
.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}
.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
.header {
  background: tomato;
}
.footer {
  background: lightgreen;
}
.main {
  text-align: left;
  background: deepskyblue;
}
.aside-1 {
  background: gold;
}
.aside-2 {
  background: hotpink;
}
@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}
@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}
body {
  padding: 2em; 
}
*/
.main {
  display: block;
}
::selection {
  background: #92d1e2;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #92d1e2;
  /* Gecko Browsers */
}
div.popover.tree.about-popover {
  margin-left: 12px;
  margin-top: 7px;
}
div.popover.about-popover {
  z-index: 15;
  width: 276px;
  height: 385px;
  margin-left: 31px;
  /* background: #292929; */
  /* color: white; */
}
.about-popover {
  z-index: 9;
  width: 276px;
  height: 340px;
}
.bg-white {
  background: #fff;
}
div.about-popover .resource-item {
  padding: 36px 10px 10px 10px;
}
div.about-popover .resource-item .tt-thumbnail {
  /* background: #e2e2e2; */
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  /* left: 35px; */
  /* top: 35px; */
  opacity: 1;
  height: 85px;
  width: 100%;
  /* bottom: 4px; */
  border-radius: 0px;
}
div.about-popover .resource-item .caption-wrapperbu {
  height: 75px;
}
div.about-popover .resource-item .caption-wrapper {
  /* height: 20px; */
  margin-top: 10px;
  /* color: #11b5dc; */
  font-size: 90%;
}
div.about-popover .resource-item .caption-wrapper span {
  text-transform: uppercase;
  /* color: #8c8c8c; */
}
div.about-popover .second-caption {
  position: absolute;
  /* bottom: 90px; */
  padding: 0px;
  line-height: 13px;
  font-size: 11.1px;
  width: 100%;
  /* background: rgba(0, 0, 139, 0.31); */
  height: 13px;
  margin-left: 0px;
  position: static;
  bottom: initial;
}
div.about-popover .second-caption .author-caption {
  /* background: #96e7ff; */
  max-width: 100%;
  display: block;
  float: left;
  /* margin-left: 15px; */
}
div.about-popover .second-caption .date-caption {
  /* background: #2e7682; */
  width: 70px;
  position: relative;
  /* width: 200px; */
  float: left;
  margin: 0px;
  /* right: 0px; */
}
div.about-popover .date-caption {
  position: absolute;
  top: 0px;
  margin: 0px 15px;
  /* background:#000; */
}
div.about-popover .resource-item-content {
  height: 180px;
  margin: 0px;
  overflow: hidden;
  /* position: absolute; */
  /* bottom: 0px; */
  width: 100%;
  padding: 0px;
  /* background: #eaabab; */
  /* padding-right: 0px; */
}
div.about-popover .short-list-abstract {
  height: 0px;
  position: absolute;
  opacity: 0;
  bottom: 90px;
  /* background: aqua; */
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.about-popover .resource-item a:hover p.short-list-abstract {
  /* background: buttonface; */
  height: 60px;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* bottom: 90px; */
}
div.about-popover .resource-item a:hover .second-caption {
  /* height: 0px; */
  opacity: 0;
}
.closed-catalog-pane {
  height: 40px;
}
tt-catalogitem-layer ul {
  margin: 0px;
}
.tt-catalogitem-layer ~ ul {
  background: #f60;
  font-weight: 30px;
}
.tt-catalogitem-node ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
}
/*
.tt-catalogitem-node:first-child {
    background: rgba(182, 143, 218, 0.39);
    border: 0px solid #8FBF61;
    display: block;
    margin-left: 10px;
}*/
.dropdown-menu .catalog-select-active {
  font-weight: 600;
  color: #333333;
}
/*.dropdown-menu .catalog-select-active:before {
  content: "\e189";
}*/
.catalog-select.dropdown-menu {
  background: #ffffff;
  top: 50px !important;
  right: 30px !important;
  left: 30px !important;
}
.catalog-select.dropdown-menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
}
.catalog-select.dropdown-menu li a {
  height: 50px;
  /* position: relative; */
  display: block;
  padding: 15px 10px 0px 10px;
}
.dropdown-menu .category {
  margin-left: 25px;
}
.tt-catalogitem-node {
  /* background: #919191; */
  /*border: 0px solid #8FBF61;*/
  display: block;
  margin: 0px;
  /* height: 27px; */
  overflow: hidden;
}
/* 1st (root)) level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node {
  /* background: rgba(251, 232, 232, 0.71); */
  /* border: 0px solid #8FBF61; */
  /*display: block;*/
  margin-left: 10px;
  /* height: 27px; */
  /* font-weight: 600; */
}
/* 2st level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node {
  /*background: rgba(242, 235, 195, 0.34);*/
  margin-left: 21px;
  /* height: 27px; */
}
/* 3st level catalogtree */
div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node div.tt-catalogitem-node {
  margin-left: 21px;
  /* height: 27px; */
}
.viewservice-list .tt-catalogitem-layer {
  margin-left: 21px;
}
/* layer */
.tt-catalogitem-layer {
  margin-left: 21px;
}
.viewservice-list .tt-catalogitem-layer label {
  width: 87%;
}
.viewservice-list .tt-catalogitem-layer label.label-viewservice {
  width: 82%;
}
.tt-catalogitem-layer label {
  /* background: #E45B38; */
  margin-bottom: 5px;
  display: block;
  float: left;
  cursor: pointer;
  /* padding-left: 20px; */
  font-weight: 400;
  color: #898989;
  margin-right: 10px;
}
.tt-catalogitem-layer label.label-viewservice {
  /*background: #e45b3838;*/
  padding: 1px 0px 0px 0px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  /* margin-left: 10px; */
}
.tt-catalogitem-node li:first-child label.label-viewservice {
  border-top: 1px solid #eaeaea;
  padding-top: 6px;
}
.viewservice-list li:first-child .tt-catalogitem .glyphicon-info-circle {
  margin-top: 9px;
}
.viewservice-list .tt-catalogitem .glyphicon-info-circle {
  margin-top: 3px;
}
.catalog-btn-add-layer.btn-added-to-map {
  background: none;
  /* width: 101px; */
  /* padding: 2px 13px; */
  border-radius: 2px;
  float: right;
  color: #333333;
  border: none;
  white-space: nowrap;
  margin: 10px 0px 15px 0px;
  color: #ef4c49;
  font-weight: 400;
}
.catalog-btn-add-layer {
  /* margin-left: 128px; */
  /* margin-bottom: 18px; */
  background: #f7f7f7;
  /* width: 101px; */
  padding: 2px 13px;
  border-radius: 2px;
  float: right;
  color: #ef4c49;
  border: #eaeaea 1px solid;
  white-space: nowrap;
  margin: 10px 0px 15px 0px;
  color: #333333;
}
.tt-catalogitem-layer label:hover {
  color: #639E22;
  color: #000;
}
.tt-catalogitem-layer label:hover .catalog-btn-add-layer {
  color: #000;
}
.tt-catalogitem-layer .selected-open,
.tt-catalogitem-layer .selected {
  color: #73C21C;
  color: #333333;
  /* font-weight: 600; */
}
.tt-catalogitem-layer .glyphicon-info-sign {
  float: right;
}
.tt-catalogitem-layer .glyphicon-checked-ok {
  /* float:left; */
  /* position:absolute; */
}
.tt-catalogitem-node a {
  /* background: rgba(220, 180, 154, 0.14); */
  /* height: 27px; */
  /*border-bottom: 1px solid #fff;*/
}
.tt-catalogitem-node ul {
  /* display: block; */
}
.tt-catalogitem-node li {
  display: block;
}
.tt-catalogitem-node li a {
  height: 30px;
  /* position: relative; */
  display: block;
  cursor: pointer;
  margin-right: 25px;
}
.tt-catalogitem-node .tt-catalogitem-category {
  color: #333;
  font-weight: normal;
}
.tt-catalogitem-open {
  /* height: 213px; */
  /* max-height: 500px; */
  opacity: 1;
  /* display:block; */
}
.tt-catalogitem-closed {
  height: 0px;
  /* max-height:0px; */
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.tt-catalogitem-node .root-title {
  font-weight: 600;
  /* padding: 10px; */
  /* background: rgb(168, 220, 236); */
  /* background: #ededed; */
  width: 79%;
  float: left;
  /* display: inline; */
  /* font-size: 16px; */
}
.subtext {
  font-size: 50%;
  line-height: 22px;
}
.icon-selector {
  position: absolute;
  top: 10px;
  right: 10px;
  /* color: #f9f2ce; */
  text-align: center;
  /* color: #fff; */
  color: #6C6C6C;
}
.layerstree-header {
  padding: 20px 0px;
  /* box-shadow: 0px 6px 11px -9px rgba(2, 2, 2, 0.2); */
  margin: 0px;
}
.layerstree-container {
  /* overflow: auto; */
  max-height: calc(100vh - 430px);
  /* background: #f9f9f9; */
  padding-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.omni-info-pane .layerstree-container {
  max-height: calc(100vh - 300px);
}
.addtomap-btn-container {
  height: 91px;
}
.closed-catalog-pane {
  height: 40px;
}
tt-catalogitem-layer ul {
  margin: 0px;
}
.tt-catalogitem-layer ~ ul {
  background: #f60;
  font-weight: 30px;
}
.tt-catalogitem-node ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
}
/*
.tt-catalogitem-node:first-child {
    background: rgba(182, 143, 218, 0.39);
    border: 0px solid #8FBF61;
    display: block;
    margin-left: 10px;
}*/
.tt-catalogitem-node {
  /* background: #919191; */
  /*border: 0px solid #8FBF61;*/
  display: block;
  margin: 0px;
  /* height: 27px; */
  overflow: hidden;
}
tt-catalog-layer-item {
  display: block;
}
h3.metadata-title {
  /* font-weight: 300; */
  /* color: #4c4c4c; */
  /* color: #EE0E2A; */
  margin-top: 10px;
  margin-bottom: 7px;
  /* color: #FF9800; */
  /* font-weight: 900; */
  font-weight: 700;
  font-size: 20px;
}
/*
.topic-container {
    padding: 10px;
    color: #73C21C;
    border-bottom: 0px solid #EFEFEF;
    background: #FCFCFC;
    margin-bottom: 10px;
    color: #0099C7;
   
}*/
.dropdown-menu .tt-topic-active,
.dropdown-menu .catalog-active {
  font-weight: 600;
  color: #333333;
}
/*.dropdown-menu .tt-topic-active:before {
  content: "\e189";
}*/
.catalog-list-header .list-sub-header tt-topic.dropdown-menu {
  background: #ffffff;
  top: 90px !important;
  right: 20px !important;
  left: 70px !important;
}
.catalog-list-header.view-services-header {
  /* background: #ff6633; */
  background: #ef4c49;
  /* background: #d0423f; */
  /* background: #247c96; */
}
/*
tt-topic {
    width: 640px;
    padding: 0px 4px;

}*/
/* @media (max-width: @screen-tablet) {
         width: 160px;
         height: 250px;
         padding: 0px;
         overflow-y: auto;
         overflow-x: hidden;
       }
    }*/
.share-icon {
  font-size: 27px;
  width: 105px;
  /* background: rgba(216, 192, 174, 0.76); */
  display: block;
  float: left;
  /* border: 1px solid #000; */
  margin: 1px;
  text-align: center;
  color: #494949;
}
.subtext {
  font-size: 50%;
  line-height: 22px;
}
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_Lt.ttf') format('truetype');
  font-weight:100;
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_LtIt.ttf') format('truetype');
  font-weight:100;
  font-style: italic;
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_Rg.ttf') format('truetype');
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_Bd.ttf') format('truetype');
  font-weight:bold;
  font-weight:600;
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_It.ttf') format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/Aller_BdIt.ttf') format('truetype');
  font-weight:bold;
  font-style: italic;
}
@font-face {
  font-family: 'Aller';
  src:url('../lib/fonts/AllerDisplay.ttf') format('truetype');
  font-weight:900;
}
*/
p {
  font-size: 1.125em;
  font-size: 1em;
}
.resources-right-col .loader-big-wrapper {
  /* text-align: center; */
  /* position: relative; */
  top: 70px;
  /* padding-top: 120px; */
  /* z-index: 5; */
  width: auto;
  /* background: rgba(154, 205, 50, 0.74); */
  /* height: 400px; */
  /* top: 0px; */
  left: 0px;
  right: 0px;
}
.loader-big-wrapper {
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 94%;
  /* height: 400px; */
  /* top: 0px; */
}
.loader-big-wrapper.ng-hide {
  opacity: 0;
}
.resourecescontainer.ng-hide {
  opacity: 0;
}
.resource-items-wrapper.ng-hide {
  background: #fff;
  opacity: 0;
}
.loader-big-wrapper.ng-show {
  opacity: 1;
}
.resource-items-wrapper.ng-show {
  background: #fff;
  opacity: 1;
}
.resourcescontainer.ng-hide {
  background: #fff;
  opacity: 0;
}
.resourcescontainer.ng-show {
  background: #fff;
  opacity: 1;
}
.resources-top {
  z-index: 3;
  margin-right: -45px;
  padding-left: 0px;
  padding-right: 0px;
}
.resources-top .show-as-grid-link {
  display: none;
}
.resources-right-col {
  width: 100%;
  /* background: #eefbee; */
  float: right;
  /* position:relative; */
  min-height: calc(100vh - 55px);
}
svg.loader-big path,
svg.loader-big rect {
  fill: #EDEDED;
}
.home-icon {
  float: left;
  width: 20%;
  margin: 0 25px 92px 0px;
  height: 150%;
}
a .home-title {
  color: #333;
  font-weight: 500;
}
.home-title {
  font-size: 24px;
  display: block;
  margin-top: 8px;
  /* font-weight: 700; */
  margin-bottom: 6px;
}
.row.pink-pane {
  z-index: 99;
}
.main-section-background {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 510px;
  height: 108vh;
  max-height: 555px;
  -webkit-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  background-color: hsl(0, 0%, 94%);
  background: linear-gradient(145deg, hsl(0, 0%, 90%), hsl(0, 0%, 96%));
}
.splash-header {
  background: #f00f24;
  height: 140px;
  background: #941512 url(../images/bg_red_2.png) center;
  margin-top: -20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  width: 100%;
}
.brand-name-splash {
  /* background:#EF4C49; */
  /* height:160px; */
  padding: 10px 12px 0px 10px;
  color: #fff;
  /* font-weight:500; */
  font-size: 30px;
  position: absolute;
  left: 24px;
  top: 20px;
  letter-spacing: -1px;
}
.brand-baseline {
  /* background: #f2f2f2; */
  /* height:160px; */
  padding: 2px 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  position: absolute;
  left: 19px;
  top: 63px;
}
.catalog-search-row {
  /* background: rgba(255, 255, 255, 0.41); */
  padding: 15px 0px 15px 5px;
  width: 100%;
  /* right: 15px; */
  /* position: absolute; */
  /* margin: 5px 5px 5px 5px; */
}
.row-gray {
  /* background: #ffc2c1; */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* -webkit-clip-path: polygon(0 0,100% 0,100% 80%,0 100%); */
  /* clip-path: polygon(0 0,100% 0,100% 100%,0 97%); */
}
.row-white {
  background: #fff;
  height: 160px;
}
.home-p {
  /* float: left; */
  display: block;
  /* display: -webkit-box; */
  width: 100%;
  /* max-height: 70px; */
  margin: 0px auto;
  font-size: 13px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* clear: both; */
  color: #333333;
  text-align: center;
  /* font-weight: 300; */
  /* color: white; */
}
.home-p a {
  color: #333;
}
a:hover .home-p,
a:hover .home-title {
  color: #ef4c49;
}
.partner-card {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 60px;
  /* background: #cec; */
}
.partners .b-link {
  color: #8a8a8a;
}
.partners a:hover .b-link,
.partners a:focus .b-link,
.partners a:active .b-link {
  color: #ef4c49;
}
.b-link {
  color: #0092d1;
}
.b-link:after {
  /*background-color: #f60;*/
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'NGI-IGN_ICONS';
  /* font-style: normal; */
  /* font-weight: normal; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 15px;
  width: 20px;
  content: "\2008";
  font-size: 11px;
  text-align: center;
}
.a-link:after {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'NGI-IGN_ICONS';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 15px;
  width: 20px;
  content: "\2008";
  font-size: 11px;
}
.home-p .glyphicon {
  font-size: 34px;
  /* color: #ffffff; */
  color: #ef4c49;
  /* color: #b3b3b3; */
}
.main-section {
  /* border-right: 3px #fff solid; */
  /* background: #F06317; */
  /* color: #fff; */
  padding: 23px 79px;
  /* margin-bottom: 0px; */
  margin-top: 0px;
  /* border-bottom: none; */
  /* height: 280px; */
}
.main-section h2 {
  /*.detail-header*/
  font-weight: 300;
  color: #4c4c4c;
  /* color: #EE0E2A; */
  margin-top: 10px;
  margin-bottom: 10px;
  /* color: #FF9800; */
  font-weight: 900;
  font-weight: 700;
  font-size: 27px;
}
.main-section h3 {
  /*.detail-header*/
  font-weight: 900;
  color: #FF5801;
  /*color: #EE0E2A;*/
}
.main-section p.intro {
  /* color: #000000; */
  font-size: 1.75em;
  font-weight: 300;
}
.welcome-title {
  font-size: 33px;
  padding-bottom: 10px;
  color: white;
  font-weight: 600;
}
.welcome-title-small {
  font-size: 14px;
  padding-bottom: 30px;
  color: white;
  font-weight: 400;
  text-align: center;
}
/*scrollbars*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  /* border-left: 1px solid #ccc; */
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
body {
  /*    scrollbar-base-color: #666;
    
    scrollbar-3dlight-color: #666;
          scrollbar-highlight-color: #666;
          scrollbar-track-color: #666;
          scrollbar-arrow-color: #666;
          scrollbar-shadow-color: #666;
          scrollbar-dark-shadow-color: #666;*/
}
/*
detailed page
*/
.breadcrumb {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0px 7px 0px;
  list-style: none;
  /* background-color: #e46d6d; */
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ef4c49;
  cursor: pointer;
  /* position: absolute; */
  /* left: 26px; */
  /* top: -48px; */
  /* color: #ffffff; */
  border: 1px solid #ececec;
  background-color: white;
}
.tt-thumbnail {
  width: 100%;
  height: 150px;
  background-size: auto;
  background-position: center;
}
detail-component .tt-thumbnail {
  position: relative;
  cursor: pointer;
}
detail-component .tt-thumbnail:hover,
detail-component .tt-thumbnail:active {
  opacity: 0.85;
}
.about-popover {
  z-index: 9;
  width: 276px;
  height: 340px;
}
.info-pane .resource-item .tt-thumbnail {
  /* background: rgba(228, 79, 79, 0.35); */
  height: 90px;
  width: 100%;
  margin: 20px 0px;
  background-repeat: no-repeat;
  background-size: 125% auto;
  background-position: center;
  /* background-size: cover; */
  position: absolute;
  position: relative;
}
.displayNone {
  display: none !important;
}
.floatRight {
  float: right !important;
}
.resource-item .tt-thumbnail {
  background: #eaeaea;
  height: 100px;
  width: calc(100% - 0px);
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: 300% auto;
  background-position: center;
  z-index: 0;
  opacity: 1;
  /* border-radius: 50px; */
  width: 100px;
  /* float: left; */
  position: absolute;
  /* top: 20px; */
  margin: 10px;
}
.resource-item .tt-thumbnail img {
  height: 100%;
  width: 100%;
}
.resource-item-content {
  bottom: 20px;
  padding: 5px 15px 6px 15px;
  /* height: 180px; */
  /* float: left; */
  margin-left: 110px;
  /* position: relative; */
  /* width: 64%; */
  /* right: 0px; */
}
.navigation-btns a.first-last-nav {
  display: none;
}
.info-pane .resource-item-content {
  bottom: 20px;
  /* background: rgba(0, 0, 0, 0.18); */
  padding: 0px 15px 0px 15px;
  /* height: 180px; */
  /* float: left; */
  margin-left: 0px;
}
.info-pane .second-caption {
  bottom: initial;
  /* background: rgba(0, 0, 0, 0.18); */
  padding: 0px;
  /* height: 180px; */
  /* float: left; */
  margin-left: 0px;
}
.second-caption {
  bottom: 20px;
  /* background: rgba(0, 0, 0, 0.18); */
  /* padding: 5px 15px 5px 15px; */
  /* height: 180px; */
  /* float: left; */
  margin-left: 110px;
  /* position: relative; */
}
.second-caption .author-caption {
  max-width: calc(100% - 102px);
  /* position: absolute; */
  /* width: 200px; */
  /* display: block; */
  float: left;
}
.resources-right-col .second-caption .author-caption {
  margin-left: 15px;
}
.short-list .resource-item .tt-thumbnail img {
  background: #f9f9f9;
  height: 100px;
  width: 110px;
  clip: rect(0px, 110px, 217px, 0px);
  clip-path: inset(10px 20px 30px 40px);
  clip-path: ins;
  position: absolute;
  height: initial;
}
.resource-item .caption-wrapper {
  height: 20px;
  margin-top: 5px;
  /* color: #11b5dc; */
}
.resource-item .caption-wrapper span {
  text-transform: uppercase;
  /* color: #8c8c8c; */
}
.spacer-col-lg {
  display: none;
}
.spacer-col-md {
  display: none;
}
.intro-text {
  margin-top: 0px;
  line-height: 1em;
  font-size: 1.275em;
  line-height: 1.5em;
  margin-top: 15px;
  margin-bottom: 25px;
}
.view-container > .intro-text {
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.light-text {
  /* color:#8C8C8C; */
}
h4.title-x4 {
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 1.125em;
  cursor: pointer;
  margin-top: 1.125em;
}
h3.title-x3 {
  /* font-weight: 700; */
  /* font-size: 1.775em; */
  /* margin-bottom: 1.375em; */
  /* margin-top: 1.375em; */
  color: #f14c49;
  /* background: #000; */
  font-size: 14px;
}
#mainContent h3.title-x3 {
  font-weight: 400;
  /* font-size: 1.775em; */
  /* margin-bottom: 1.375em; */
  /* margin-top: 1.375em; */
  color: #777;
  /* background: #000; */
  font-size: 16px;
  padding-right: 60px;
}
#mainContent .description {
  font-weight: 600;
  /* font-size: 1.775em; */
  /* margin-bottom: 1.375em; */
  /* margin-top: 1.375em; */
  color: #777;
  /* background: #000; */
  font-size: 16px;
}
.description > span.comma-list::after {
  content: ", ";
}
.description > span.comma-list:last-child::after {
  content: "";
}
#namespace {
  width: 100%;
}
h2.title-x2 {
  font-weight: 700;
  font-size: 1.775em;
  /* margin-bottom: 1.375em; */
  /* margin-top: 1.375em; */
  font-size: 22px;
}
h3.splash.title-x3 {
  /* font-weight: normal; */
  font-size: 29px;
  margin-bottom: 44px;
  margin-top: 45px;
  /* color: #ef4c49; */
  background: #fff;
  /* margin-left: -15px; */
  text-align: center;
  /* font-family: 'Bree Serif'; */
  /* border-bottom: 1px solid #F44336; */
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  /* text-align:center; */
}
h3.splash.title-x3:before {
  left: -60px;
}
h3.splash.title-x3:after {
  right: -60px;
}
h3.splash.title-x3:before,
h3.splash.title-x3:after {
  /**/
  content: '';
  width: 45px;
  border-top: 2px solid #ef4c49;
  position: absolute;
  top: 17px;
  /* background: bisque;*/
  /* height: 20px; */
}
.page-header {
  /* border-bottom: 1px #ccc solid; */
  /* background: #F06317; */
  /* color: #fff; */
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 30px;
  border-bottom: none;
}
.page-header h2 {
  /*.detail-header*/
  font-weight: 300;
  color: #4c4c4c;
  /* color: #EE0E2A; */
  margin-top: 10px;
  margin-bottom: 10px;
  /* color: #FF9800; */
  font-weight: 900;
  /* font-weight: 700; */
  font-size: 27px;
}
.page-header h3 {
  /*.detail-header*/
  font-weight: 900;
  color: #FF5801;
  /*color: #EE0E2A;*/
}
.page-header.splash {
  /* background: #FFFDE7; */
  /* margin-top: -35px; */
  /* background: linear-gradient(#FBE504,hsl(0, 0%, 100%)); */
  padding: 10px 30px 42px 30px;
  /* border-right: 13px solid #fff; */
  /* position: static; */
}
.splash h3 {
  font-size: 50px;
  color: #EE1125;
  padding-top: 16px;
  font-weight: 200;
}
.splash p.intro {
  /* color: #000000; */
  font-size: 1.75em;
  font-weight: 300;
}
.homecol-border {
  border-right: none;
  border-bottom: #e6e6e6 1px solid;
}
.direct-link-title h3 {
  font-weight: 400;
  font-size: 19px;
  color: #ef4c49;
  margin-left: 41px;
}
.direct-link-pane {
  padding: 10px 20px;
  /* background: #fbd3d3; */
  margin: 7px 20px 7px 20px;
  /* margin-bottom: 25px; */
  border-top: #e6e6e6 1px solid;
  text-align: center;
}
.direct-link-pane p {
  min-height: 20px;
  /* padding:50px 20px; */
  font-size: 17px;
  color: #333;
  text-align: left;
  margin-top: 6px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.direct-link-icon-holder {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  /*background: #fbd3d3;*/
  background-color: hsl(0, 0%, 94%);
  background: linear-gradient(145deg, hsl(0, 0%, 91%), hsl(146, 41%, 97%));
  display: block;
  margin: 0 auto;
  padding: 8px;
}
.direct-link-pane a:hover .direct-link-icon-holder {
  background-color: #fff;
  background: linear-gradient(145deg, hsl(0, 0%, 100%), hsl(0, 0%, 100%));
  /* border: 1px solid #ccc; */
}
.direct-link-icon {
  /* float:left; */
  font-size: 28px;
  /* color: #b3b3b3; */
  /* margin-right: 15px; */
  height: 44px;
  color: #333333;
}
.direct-link-pane a:hover .direct-link-icon,
.direct-link-pane a:hover p {
  color: #ef4c49;
}
.grid-btn-container {
  /* padding:50px 20px; */
  /* text-align: center; */
}
.grid-btn-container .btn-success {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  height: 40px;
  padding: 10px 32px;
  background-color: #F5F5F5;
  color: #ef4c49;
  width: 100%;
}
.grid-btn-container .btn-success:hover {
  background-color: #ef4c49;
  color: #fff;
  width: 100%;
}
/* Catalog details start */
.nav-tabs.nav-justified a,
.nav-tabs.nav-justified a:hover {
  text-decoration: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a {
  font-weight: bold;
  color: #ef4c49;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a {
  color: #e62323 !important;
  cursor: pointer;
}
.nav > li > a:hover {
  background-color: transparent;
}
.view-title {
  color: #ef4c49;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: -0.03em;
  margin-top: 55px;
  /* color: #ef5d1a; */
  border-bottom: 1px solid #e6e6e6;
  width: calc(100% + 15px);
  width: calc(100% - -15px);
  margin-bottom: 35px;
  color: #333333;
  font-size: 28px;
  color: hsl(0, 0%, 70%);
  cursor: pointer;
  /* font-weight: 400; */
  /* font-size: 24px; */
}
.view-container {
  position: relative;
}
.view-container.metadata-tab {
  margin-bottom: 60px;
}
.plus-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.sections ul {
  margin: 0px;
  padding: 0px;
  list-style-type: circle;
}
.sections {
  margin-top: 5px;
  /* background: #f9f9f9; */
  /* padding: 10px 30px; */
  /* border-top: 1px solid #e6e6e6; */
  /* display: inline-block; */
  float: left;
}
.sections h2,
.nav-tabs.nav-justified a,
.download-block h2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ef4c49;
  /* border-bottom: 1px solid #7ed852; */
  /* font-weight: 900; */
}
.sections label,
.sections p,
.download-block label {
  padding: 2px 20px 0px 0;
  display: block;
  float: left;
  width: 49%;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
}
.section {
  float: left;
  width: 100%;
}
.sections .description,
#dates div,
.sections .Countrysection,
.sections .Linkagesection {
  float: left;
  width: 50%;
  padding: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mainContent {
  padding: 30px 15px 70px;
  /* position:relative; */
  /* background: yellowgreen; */
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#mainContent .sections,
#mainContent .section,
#mainContent .description,
#mainContent .sections label {
  width: 100%;
  float: none;
}
#mainContent > div {
  padding: 20px 0px 20px 20px;
}
#inspire_conformity {
  position: relative;
  background: hsl(0, 0%, 98%);
  top: 9px;
  width: 98%;
  left: 5px;
  border-radius: 0px;
  height: 32px;
  padding: 0px;
  display: inline-block;
  right: 5px;
}
#inspire_conformity h2 {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  text-align: left;
  margin-left: 40px;
  font-weight: 700;
}
.glyphicon-wrapper {
  /* float:left; */
  width: 20px;
  margin-left: 8px;
  margin-top: 0px;
  color: #fff;
  top: 2px;
  position: absolute;
}
.contact label {
  display: none;
}
.download-block .btn.download-link,
.information-block .btn.download-link,
.order-block .btn.download-link {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 10px;
}
.download-block {
  margin-top: 1px !important;
}
.download-block .text-value,
.information-block .text-value,
.order-block .text-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-block .header,
.information-block .header,
.order-block .header {
  color: #a0a0a0;
  vertical-align: top;
  font-weight: 500;
}
.download-block .row,
.information-block .row {
  padding-bottom: 5px;
}
#inspire_conformity .glyphicon-wrapper:first-child {
  margin-top: 15px;
}
.glyphicon-wrapper span {
  font-size: 32px;
}
.glyphicon-wrapper span {
  font-size: 23px;
}
.glyphicon-wrapper .glyphicon-ok {
  color: #71e600;
}
.glyphicon-wrapper .glyphicon-remove {
  color: #ed2939;
}
.glyphicon-wrapper .glyphicon-question-sign {
  color: #ef5d1a;
}
.quality-block h2 {
  text-align: center;
}
.long-text {
  display: none;
}
.show-more-button {
  color: #ef4c49;
  cursor: pointer;
}
/* Catalog details end */
.associations {
  border-top: 1px solid #E6E6E6;
  background: #ECECEC;
  border-bottom: 1px solid #E6E6E6;
  /* background: rgba(255, 120, 108, 0.07); */
}
.associations h5 .glyphicon {
  /* color: #333; */
  font-size: 110%;
}
.association-item {
  /* background: rgb(255, 238, 25); */
  padding: 10px 0px;
  /* margin-bottom: 10px; */
  /* background: #FFFFFF; */
  border-bottom: 1px solid #D2D2D2;
  /* background: #ECECEC; */
  margin-left: 21px;
  margin-right: -15px;
}
.association-item a {
  display: block;
  font-weight: 600;
  /* color: #333333; */
  font-size: 1.212em;
  color: #333333;
  /* color: #fff; */
  padding-right: 15px;
}
.association-item a:hover {
  color: #ef4c49;
}
.resource-item a {
  display: block;
  /* background: #fff; */
  /* font-weight: 500; */
  color: #333333;
  padding: 0px;
  /* margin: 0px; */
}
.info-pane .detail-metadatalink {
  padding: 0px 15px;
  position: relative;
}
.detail-metadatalink {
  /* text-transform: uppercase; */
  /* position: absolute; */
  /* bottom: 9px; */
  /* left: 10px; */
  /* color:#e46d6d; */
  /* font-size: 15px; */
  /* font-weight: 600; */
  /* background: rgba(240, 15, 36, 0.26); */
  /* color: white; */
  /* padding: 8px; */
  /* font-size: 12px; */
  /* position: relative; */
}
.resource-item a:hover .detail-metadatalink {
  /* color:white;*/
}
.resource-item a:hover,
.resource-item a:hover p,
.resource-item a:hover .goto-detail {
  text-decoration: none;
  /*color: #000;*/
}
.resource-item a:hover p.short-list-abstract {
  /* background:buttonface; */
  /*height:60px;*/
  /*opacity: 1.0;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.resource-item:hover {
  /* background:yellow; */
  /* background: rgba(0, 0, 0, 0.8); */
  /* background: #ffffff; */
  /* background: #ef4c49; */
  /* background: #f2f2f2; */
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); */
  /* border-bottom: 3px solid #737373; */
  /* border-right: 3px solid  #737373; */
  /* border: 1px solid #333; */
}
.resource-item a:hover .caption-wrapper {
  /* color: #ffe3e3; */
  /* color:#000000; */
}
.resource-item a:hover h4 span {
  /* text-decoration: underline; */
  color: #428dd0;
  /* font-weight: 900; */
  color: #ef4c49;
}
.info-pane .resource-item a:hover .tt-thumbnail {
  /* height:0px; */
  opacity: 1;
  /* position: relative; */
}
.info-pane .resource-item a:hover .tt-thumbnail:after {
  background: rgba(255, 0, 0, 0.3);
}
.info-pane .resource-item a:hover .tt-thumbnail[style] {
  /* background: linear-gradient(rgba(19, 255, 0, 0.45),rgba(255, 0, 0, 0.45)); */
  /* position: relative; */
}
detail-component h2 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.downloadlinks:first-of-type {
  margin-top: 0px;
}
.downloadlinks {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 10px 30px;
}
.downloadlinks table {
  width: 100%;
}
.downloadlinks table th {
  vertical-align: top;
  color: #a0a0a0;
  padding-top: 11px;
  font-weight: 500;
  width: 35%;
}
.downloadlinks table th,
.downloadlinks table td {
  padding: 5px 30px 5px 0px;
}
.btn.download-link {
  font-size: 13px;
  margin: 10px 18px 7px 0px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ef4c49;
  cursor: pointer;
  border: 1px solid #ececec;
  background-color: white;
}
.btn.download-link:hover {
  /* color: #ffffff; */
  background: #d32f2f;
  color: #ffffff;
  border-color: #d32f2f;
}
.download-link .glyphicon {
  /* float:right; */
  /* color: #ef4c49; */
}
.download-link:hover .glyphicon {
  /* color: #D32F2F */
}
.results-sort-container {
  /* right: 0px; */
  top: 27px;
  border-top: 1px solid #e6e6e6;
  /* left: 0px; */
}
.results-sort {
  line-height: 1;
  padding: 8px 11px;
  width: 175px;
  z-index: 1;
  border: 1px solid #d2d2d2;
  display: inline-block;
}
.resource-list-header select.form-control {
  background: #ffffff url(nav_arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  border: 0px;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: none;
  webkit-box-shadow: none;
  border-radius: 0px;
  color: #333333;
  padding-right: 30px;
  padding-left: 5px;
  width: 240px;
}
.full-metadata-html-big {
  display: none;
}
.full-metadata-html {
  padding: 15px;
  border-right: none;
  border-top: none;
  margin-top: 0px;
}
.full-metadata-html .row {
  background: none;
}
.full-metadata-html h3 {
  font-weight: 400;
  display: inline-block;
  /* color: #b8d4d4; */
}
h3.full-metadata-title {
  font-weight: 400;
  display: inline-block;
  /* color: #ef4c49; */
  font-size: 24px;
  padding: 0;
  margin-bottom: 11px;
}
#full-metadata-html h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
#full-metadata-html h2 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 15px;
  cursor: pointer;
}
#full-metadata-html h2:before {
  /* background-color: #f60; */
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'NGI-IGN_ICONS';
  /* font-style: normal; */
  /* font-weight: normal; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 15px;
  width: 15px;
  content: "\200a";
  font-size: 11px;
}
#full-metadata-html h3.active:before {
  content: "\2008";
}
#full-metadata-html h3:before {
  /* background-color: #f60; */
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'NGI-IGN_ICONS';
  /* font-style: normal; */
  /* font-weight: normal; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 15px;
  width: 15px;
  content: "\200a";
  font-size: 11px;
}
#full-metadata-html h2.active:before {
  content: "\2008";
}
#full-metadata-html ol {
  list-style-type: none;
  padding-left: 0px;
}
#full-metadata-html ul {
  list-style-type: none;
  padding-left: 0px;
}
#full-metadata-html ul ul {
  padding-left: 15px;
}
#full-metadata-html ul ul ul {
  padding-left: 15px;
}
.input-group-addon {
  border-radius: 2px;
}
.no-input-group {
  display: block;
}
.rightfloat-container {
  padding: 0px 0px 15px 0px;
}
.overview-map-container {
  /*width:33.3333333%;*/
  /*background: #ffffff;*/
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#overviewMap {
  height: 210px;
}
#overviewMap .ol-viewport[style] {
  touch-action: inherit !important;
}
#overviewMap .ol-zoom {
  background-color: transparent;
  /* border-radius: 0; */
  bottom: 5px;
  height: 90px;
  left: auto;
  padding: 0;
  right: 5px;
  top: auto;
  width: 45px;
  position: absolute;
  /* box-shadow: 0px 0px 6px #ccc; */
}
#previewMap {
  height: 210px;
}
#previewMap .ol-viewport[style] {
  touch-action: inherit !important;
}
#previewMap .ol-zoom {
  background-color: transparent;
  bottom: 5px;
  height: 90px;
  left: auto;
  padding: 0;
  right: 5px;
  top: auto;
  width: 45px;
  position: absolute;
}
/*
end detail page
*/
.data-type {
  font-weight: 600;
  /* color: #A0A0A0; */
  font-size: 80%;
  /* background: darkblue; */
  position: absolute;
  /* float: left; */
}
.resource-list {
  /* background: #F5F5F5; */
  /* padding-top: 65px; */
}
.resource-list-header {
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #e6e6e6;
}
.results-head {
  font-size: 1.3em;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  /* padding-top: 0px; */
  /* width: 50%; */
  text-align: center;
  /* margin: 0 -15px; */
}
.no-results {
  margin: 90px 25px 120px 0px;
  /* text-align: center; */
  font-size: 1em;
}
.navigation-btns div {
  text-align: center;
  padding: 10px 0px;
  float: left;
  width: 100%;
}
.short-list .resource-item {
  height: 215px;
  overflow: hidden;
}
.short-list .tt-thumbnail {
  width: 110px;
  height: 219;
  float: left;
  display: inline-table;
  overflow: hidden;
}
.resource-item:last-child {
  /* margin-bottom: 30px; */
}
.resource-items-wrapper .col-lg-4 {
  /* border: 1px solid #e6e6e6; */
  padding: 0px;
}
.resource-items-wrapper.show-as-list .col-xs-12 {
  border-top: 1px solid #e6e6e6;
}
.resource-items-wrapper .col-xs-12 {
  border-top: 1px solid #e6e6e6;
}
.resource-items-wrapper .col-xs-12:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.info-pane .resource-item {
  height: 325px;
  position: relative;
}
.resource-item {
  padding: 0px 0px 15px 0px;
  min-height: 120px;
  /* margin-right: 8px; */
  -webkit-border-radius: 2px;
  border-radius: 0px;
  /* -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2); */
  /* box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2); */
  background: #fff;
}
.resource-item:hover {
  /* background: rgba(51,51,51,0.05); */
}
.info-pane .resource-item h4 {
  height: auto;
  /* margin-bottom:15px; */
  font-size: 16px;
}
.resource-item h4 span {
  /* box-shadow:inset 0 -1px 0 rgba(51, 51, 51, 0.43); */
  height: 90px;
}
.resource-item h4 {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 3px;
  line-height: 20px;
  height: auto;
  font-size: 18px;
  max-height: 102px;
  overflow: hidden;
}
.caption-wrapper {
  font-weight: 700;
  text-align: left;
  height: 13px;
  display: table;
  color: #b3b3b3;
}
.caption-wrapper .glyphicon {
  /* color: #7ec5e4; */
  /* color: #e46d6d; */
}
.caption-wrapper small {
  font-size: 100%;
  float: left;
  /* text-indent: 0px; */
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caption-wrapper small span {
  margin-right: 0em;
}
.caption-wrapper small span.text-uppercase {
  text-transform: uppercase;
}
.info-pane .resource-item .caption-wrapper {
  height: auto;
  position: relative;
  display: block;
  font-size: 12px;
}
detail-component .reporting-inspire,
div.about-popover .reporting-inspire,
.modal-body .reporting-inspire {
  position: relative;
  top: 0px;
  float: right;
}
.reporting-inspire {
  color: #ecb100;
  position: absolute;
  top: 8px;
  /* background: #ff0000; */
  width: 23px;
  height: 21px;
}
.info-pane .title-subscript {
  font-size: 12px;
}
.resource-item .caption-wrapper {
  /* height: 1.5em; */
  margin-bottom: 0px;
  /* font-size: 12px; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 75px; */
  /* position: absolute; */
  /* width: 220px; */
  /* background: darkslategray; */
  /* color: #8c8c8c; */
  /* border-bottom: 1px solid #d0d0d0; */
  /* margin-right: 140px; */
  white-space: nowrap;
}
.association-item .caption-wrapper {
  margin-bottom: 7px;
  color: #9a9a9a;
}
.association-item a:hover .caption-wrapper {
  margin-bottom: 7px;
  color: #888888;
}
.association-item .caption-wrapper small span {
  margin-right: 0px;
}
.association-item .caption-wrapper small span.text-uppercase {
  text-transform: uppercase;
}
.page-header .caption-wrapper {
  font-size: 18px;
  margin-right: 1em;
}
.page-header .caption-wrapper small,
.association-item .caption-wrapper small {
  font-size: 85%;
}
small.title-subscript {
  font-size: 115%;
  /* color: #FF1804; */
  margin-right: 1em;
  /* text-transform: uppercase; */
  color: #A0A0A0;
}
small.title-subscript span {
  font-weight: 600;
  /* font-size: 90%; */
}
small.title-subscript div {
  width: 1.35em;
  /* float: left; */
  /* min-height: 21px; */
  /* transform-origin: center; */
  /* background: rgba(208, 220, 54, 0.36); */
  /* top: 0px*/
}
.info-pane .resource-item .goto-detail {
  font-size: 110%;
  font-weight: 900;
  margin: 13px 0px 0px 4px;
  float: left;
  /* color:red; */
}
.resource-item .goto-detail {
  font-size: 110%;
  font-weight: 900;
  margin: 1em 0px 15px 0px;
}
.resource-item .goto-detail {
  /* float: right; */
  /* color: #00C4FF; */
  /* background: #FFED00; */
  font-size: 110%;
  font-weight: 900;
  /* position: absolute; */
  /* right: 30px; */
  margin: 1em 0px 15px 0px;
  /* text-align: right; */
  /* color: #B35821; */
}
.select-btn {
  border: 0px 1px 3px 3px solid #f60;
}
.navigation-content {
  width: calc(100vw - 10px);
}
.filters-pane-head {
  height: 40px;
  /* background:yellowgreen; */
  display: block;
}
.filters-pane-head .close {
  font-size: 30px;
  /* color:#000; */
  margin-right: 10px;
  font-weight: 400;
}
.filters-content {
  padding-left: 10px;
}
.filters-head {
  /* margin: 0px; */
  padding-top: 1px;
  height: 40px;
  /* position: absolute; */
  padding-left: 65px;
}
.btn-group > .btn:first-child {
  /* margin-left: 7px; */
}
.filters-pane select.form-control,
.filters-pane button.form-control,
.filters-pane button.form-control:active:hover,
.filters-pane button.form-control:active:focus {
  background: #ffffff url(nav_arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: none;
  webkit-box-shadow: none;
  border-radius: 0px;
  color: #737373;
  padding-right: 30px;
  padding-left: 2px;
  float: left;
  text-align: left;
  margin-left: 0px;
  width: calc(100% - 34px);
}
.filters-pane button.form-control:hover,
.filters-pane button.form-control:focus {
  transform: none;
}
.btn-group.open .dropdown-toggle.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(nav_arrow.png) no-repeat;
  background-position: center right;
}
.filters-pane select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.filters-pane select.form-control option {
  /*width:180px;   
      padding:15px;
    */
  color: #333;
  font-weight: 400;
}
.filters-pane input[type="text"].date {
  -webkit-appearance: none;
  border: 0px;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: none;
  webkit-box-shadow: none;
  border-radius: 0px;
  color: #333333;
  padding-left: 2px;
}
.filters-pane input[type="text"].date::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #737373;
}
.filters-pane input[type="text"].date:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #737373;
  opacity: 1;
}
.filters-pane input[type="text"].date::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #737373;
  opacity: 1;
}
.filters-pane input[type="text"].date:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #737373;
}
.filters-pane select.form-control.selected,
.filters-pane button.form-control.selected {
  color: #e46d6d;
  /* border-color: #e46d6d; */
  /*background: rgb(255, 236, 236) url(nav_arrow.png) no-repeat;*/
  background: #ffffff url(nav_arrow_red.png) no-repeat;
  background-position: center right;
  font-weight: 600;
  color: #ef4c49;
}
.filters-pane input[type="text"].date.selected {
  color: #ef4c49;
  /* border-color: #e46d6d; */
  /*background: rgb(255, 236, 236) url(nav_arrow.png) no-repeat;*/
  /* background: rgb(255, 255, 255) url(nav_arrow_red.png) no-repeat; */
  background-position: center right;
  font-weight: 600;
  padding-left: 2px;
}
.filters-pane .form-control {
  border-radius: 2px;
}
select.form-control {
  background: #ffffff url(nav_arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}
.form-control {
  border-radius: 2px;
}
fieldset .remove-filter {
  display: block;
  width: 34px;
  height: 34px;
  /* background: rgb(255, 236, 236); */
  float: left;
  text-align: center;
  /* padding: 10px; */
  cursor: pointer;
  color: #7b7b7b;
  font-size: 25px;
}
.filters-pane fieldset:last-child {
  padding-bottom: 15px;
}
.filters-pane legend {
  color: #a0a0a0;
  font-size: 1.125em;
  border-bottom: 0px solid #FFFFFF;
  padding-top: 11px;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 1em;
  font-size: 14px;
}
.form-inline-wrapper {
  width: 240px;
  float: left;
  width: calc(100% - 34px);
  white-space: nowrap;
}
.form-inline-wrapper label {
  padding-left: 2px;
}
.form-inline-wrapper .form-group {
  margin-bottom: 0px;
}
.filters-pane label {
  font-weight: 400;
  font-size: 0.9em;
  height: 16px;
  padding-left: 0px;
}
.filters-pane .checkbox label {
  font-size: 1.2em;
}
.filters-pane .checkbox label .glyphicon {
  font-size: 22px;
}
.filters-pane h4 {
  color: #333333;
  /* font-weight: 900; */
}
.filters-pane h4 .glyphicon {
  font-size: 15px;
  margin-left: 5px;
  /* color: #FFFFFF; */
}
.filters-pane radio,
.checkbox {
  margin: 0px;
  padding: 0px 0px 15px 5px;
  color: #ef4c49;
}
.filters-pane radio,
.checkbox.unchecked {
  color: #333;
}
.filters-chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 18px;
  background-color: #e4e4e4;
  /* padding: 10px 19px; */
  /* border-radius: 19px; */
  /* background: #FFEE04; */
  /* white-space: nowrap; */
  /* cursor: pointer; */
  /* position: relative; */
  /* padding-right: 33px; */
  margin-right: 7px;
  border: #e7c265;
  background: #ff5c4d;
  color: white;
  float: left;
  margin-bottom: 10px;
}
.filters-chip span.truncate {
  max-width: 310px;
  float: left;
  clear: none;
}
.filter-chip-container {
  margin-top: 5px;
  line-height: 3.1em;
  background: #979797;
  margin-top: 0px;
  padding: 10px 7px;
  margin-left: -15px;
  margin-right: -15px;
  background: #333333;
  background: #f2f9fb;
  /* background: #979797; */
  /* background: #FFF083; */
  /* background: -webkit-linear-gradient(left,#CE2B00,#D46548); */
}
.filter-chip-container .glyphicon {
  /* background: #FFF; */
  /* border-radius: 18px; */
  /* position: absolute; */
  /* right: 0px; */
  /* top: 0px; */
  /* margin-right: 0; */
  /* height: 25px; */
  /* width: 25px; */
  /* line-height: 2; */
  /* padding-left: 6px; */
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 9px;
}
.left-align {
  float: left;
  width: 49%;
  /* width: 122px; */
  margin-left: 0px;
}
.right-align {
  float: right;
  width: 48%;
  /* width: 121px; */
  margin-left: 5px;
}
.form-inline-wrapper .left-align select.form-control,
.form-inline-wrapper .left-align input.form-control,
.form-inline-wrapper .right-align select.form-control,
.form-inline-wrapper .right-align input.form-control {
  width: 100%;
}
[uib-datepicker] .btn-default {
  color: #333333;
  border-color: #8C8C8C;
  background-color: #FFF;
  border: 0px;
}
[uib-datepicker] .btn-default.active {
  color: #ff1804;
  border-color: #8C8C8C;
  background-color: #FFFFFF;
  border: 1px solid #ef4c49;
  box-shadow: none;
}
[uib-datepicker] .btn-default:hover {
  color: #ffffff;
  border-color: #8C8C8C;
  background-color: #ef4c49;
  border: 0px;
}
[uib-datepicker] .btn-default.active span {
  color: #ef4c49;
  font-weight: 600;
}
[uib-datepicker] .btn-default.active span:hover {
  color: #ffffff;
}
/*.navigation-btns a.disabled .btn.disabled, .btn[disabled], fieldset[disabled] .btn {*/
.resource-list-header .row {
  background: none;
}
.navigation-btns .row {
  background: #fff;
  /* border-bottom: 3px solid #F1F1F1; */
}
.navigation-top a.disabled,
.navigation-btns a.disabled {
  /* background: #FFFFFF; */
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  /* opacity: .65; */
  color: #ffffff;
}
.navigation-top active,
.navigation-btns .active {
  font-weight: 900;
  color: #ef4c49;
  /* background: #FD1605; */
  /* color: #EF0F27; */
  /* background: #ffd400; */
  border: 1px solid #ef4c49;
  border-radius: 2px;
}
.navigation-top a,
.navigation-btns a {
  display: inline-block;
  padding: 6px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /* border: 1px solid rgb(255, 255, 255); */
  border-radius: 0px;
  /* background: rgb(255, 112, 42); */
  width: 33px;
  margin-right: 10px;
  color: #333333;
}
.navigation-btns a:hover {
  /*background: #f60;*/
  /*color:#f60;*/
  font-weight: 900;
}
.navigation-top a:last-child,
.navigation-btns a:last-child {
  margin-right: 0px;
}
.sortby-wrapper {
  position: relative;
  padding-left: 7px;
}
.sortby-label {
  color: #a0a0a0;
}
.btn.sortby {
  /* width: 219px; */
  text-align: right;
  /* padding-right: 5px; */
  padding-left: 5px;
  /* color: #333333; */
  margin-top: 7px;
  width: 100%;
  text-align: center;
}
.catalog .filters-pane ul.dropdown-menu[style] {
  width: 253px !important;
  /* height: 660px; */
  /* position: relative; */
}
.catalog .filters-pane ul.dropdown-menu.tt-select-dd[style] {
  width: 247px !important;
  margin-left: 12px;
  /* height: 660px; */
  /* position: relative; */
}
.catalog ul.dropdown-menu[style] {
  position: absolute;
  z-index: 26;
  /* min-width: 160px; */
  padding: 5px 0px;
  margin: -3px 0px 0px 0px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0px solid #ff3030;
  border-radius: 2px;
  right: 11px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
  left: -5px;
}
.dropdown-menu:focus,
.dropdown-menu li:focus,
.dropdown-menu div:focus,
.dropdown-menu table:focus {
  outline: none;
}
.association-item small.goto-detail {
  /* float: right; */
  /* color: #F00F28; */
  /* background: #C7C386; */
  font-size: 70%;
  font-weight: 600;
  position: absolute;
  right: 30px;
  padding-top: 3px;
}
body.map {
  overflow: hidden;
  overflow-y: scroll;
}
body.catalog {
  height: initial;
  overflow-y: scroll;
}
div.catalog > div[ui-view] {
  padding-top: 55px;
  /* padding-bottom: 25px; */
  /* background: #f7f7f7; */
}
div.map > div[tt-loader] {
  padding-top: 55px;
  /* padding-bottom: 25px; */
  /* background: #FFEB3B; */
}
html,
body {
  /*height: 100%;*/
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Roboto";
  /*font-family: "Aller";*/
  /* overflow-y: auto; */
  font-size: 13px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  /* text-shadow: 6px 1px 1px rgba(0,0,0,0.004); */
  -moz-osx-font-smoothing: grayscale;
  /* background: #FBFBFB; */
  /* background: #fff; */
  font-size: 0.9em;
  scroll-behavior: smooth;
}
/*forcing right scrollbar*/
body {
  overflow-y: scroll;
}
.leftbar-header .main-title.map {
  /*    color: #0A9DC9;
            margin-left: 0px;*/
  position: absolute;
  left: 70px;
  /* right:0px; */
  /* background: rgba(132, 132, 132, 0.3); */
  top: 15px;
}
.geobe-header .main-title.map {
  /*    color: #0A9DC9;
            margin-left: 0px;*/
  /* position: fixed; */
  /* left: 0px; */
  /* right:0px; */
  /* background: chocolate; */
}
.geobe-header .main-title.catalog {
  /*    color: #0699CF;
            margin-left: 0px;*/
  /* left: 60px; */
  /* position: absolute; */
  /* height: 40px; */
}
.geobe-header .main-title {
  margin-left: 11px;
  color: #333333;
  float: left;
  padding-top: 3px;
  margin-left: 9px;
  font-size: 26px;
  /* width: 100%; */
  /* display: block; */
  /* letter-spacing: -0.5px; */
  /*font-family: georgia; */
  /* font-weight: 900; */
  /*font-weight: 400;*/
  color: #FF1804;
  /* margin-right: 15px; */
  /* color: white; */
  /* color: #1ccbee; */
  /* color: rgb(108, 230, 0); */
  /* color: #78BD57; */
  line-height: 40px;
}
.main-title .glyphicon-brand-text {
  color: #fff;
  color: #ef4c49;
}
.main-title .glyphicon-brand-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd0450+0,ff1804+48,ff8300+100 */
  background: transparent;
  /* Old browsers */
  /*background: -moz-linear-gradient(-45deg,  #dd0450 0%, #ff1804 48%, #ff8300 100%);*/
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(transparent, transparent); */
  background: -o-linear-gradient(transparent, transparent);
  background: -webkit-linear-gradient(-45deg, #c10143 10%, #ef4b48 55%, #f99f9e 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c10143 10%, #ef4b48 55%, #f99f9e 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0450', endColorstr='#ff8300',GradientType=1 );*/
  /* IE6-9 fallback on horizontal gradient */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /* color: #ef4c49; */
  /* color: white; */
  font-size: 130%;
}
.main-title .glyphicon-brand-total {
  /*background: #transparent;*/
  /* background: -webkit-linear-gradient(#f52723, #f52723); */
  /*background: -o-linear-gradient(transparent, transparent);*/
  /* background: -webkit-linear-gradient(-45deg, #c10143 10%, #ef4b48 55%, #f99f9e 80%); */
  /* background: -webkit-linear-gradient(-55deg, #c10143 5%,#ef4b48 25%,#f99f9e 40%,#ef4b48 42%); */
  /* background: linear-gradient(125deg, #c10143 5%,#ef4b48 25%,#f99f9e 40%,#ef4b48 42%); */
  /*-webkit-text-fill-color: transparent;*/
  /* -webkit-background-clip: text; */
  font-size: 26px;
  line-height: 1.2;
  /* color: #ffffff; */
  color: #ef4c49;
}
.ttHeader .main-title small {
  display: none;
}
.main-title .glyphicon-light-chevron-down,
.main-title .glyphicon-light-chevron-up {
  font-size: 13px;
  color: #a0a0a0;
  /* top: -8px; */
  right: 15px;
  position: absolute;
  color: #ef4c49;
  top: 13px;
}
/*dropdown animation start*/
/*.open > .dropdown-menu {*/
.uib-dropdown-open > .dropdown-menu {
  /* -webkit-transform: scale(1, 1);
     transform: scale(1, 1);  
     opacity:1;*/
}
.dropdown-menu {
  /*opacity:.3;

    -webkit-transform-origin: top;
    transform-origin: top;

    -webkit-animation-fill-mode: forwards;  
    animation-fill-mode: forwards; 

    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);

    display: block; 

    transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;*/
}
/*dropdown animation end*/
.main-nav-dropdown a {
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  display: block;
}
.main-nav-dropdown .active a,
.main-nav-dropdown .active a:hover,
.main-nav-dropdown .active a:focus {
  color: #00aecd;
  /*background-color: #e7f4f6;*/
  background-color: #f9f9f9;
  border-radius: 0px 0px 0px 0px;
  color: #ff5c4d;
}
ul.main-nav-dropdown {
  /* width: 100%; */
  /* top: 40px!important; */
  /* border-radius: 0px; */
  /* position: fixed; */
  /* background: rgb(51, 51, 51); */
  /* background: #ef4c49; */
  /* background: #ffffff; */
  /* padding: 0px; */
  /* height: 500px; */
  /* padding-bottom: 5px; */
  /* border-top: 0px solid #E7E7E7; */
  /* margin: 0px; */
  /* position: fixed; */
  /* z-index: 100; */
  /* min-width: 160px; */
  padding: 0px 0 0 0;
  margin: 0px;
  /* font-size: 11px; */
  list-style: none;
  /* border: 0px solid #ff3030; */
  /* border-radius: 0px; */
  /* position: fixed; */
  /* height:6px; */
  /* -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .175); */
  /* box-shadow: -0 8px 8px rgba(0, 0, 0, .175); */
}
.catalog ul.main-nav-dropdown[style] {
  /* width: 292px; */
}
.map ul.main-nav-dropdown[style] {
  /* left: 10px !important; */
  /* right: 10px !important; */
  /* top: 94px !important; */
}
.map header#geobe-header {
  /* position: fixed; */
}
header#geobe-header.hide-shadow {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0);
}
header#geobe-header {
  position: fixed;
  /* margin-bottom: 80px; */
  /* background: rgba(233, 237, 239, 0.9); */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  /*-ms-flex-align: center;*/
  /* align-items: center; */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /*display: -ms-flexbox;*/
  /* display: flex; */
  /* -webkit-box-pack: justify; */
  /* -webkit-justify-content: space-between; */
  /*-ms-flex-pack: justify;*/
  /* justify-content: space-between; */
  /* border-bottom-color: #dcdcdc; */
  /* transform:translate3d(0px, -30px, 0px); */
  /* background: -webkit-linear-gradient(-45deg, #dd0450 0%, #ff1804 48%, #ff8300 100%); */
  /* border-bottom: 1px solid #ccc; */
  /* -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); */
  background: #ffffff;
  /* background: #fbfbfb; */
  z-index: 14;
}
.geobe-header {
  /* background: #000; */
  /* color: #fff; */
  height: 40px;
  right: 0px;
  left: 0px;
  z-index: 5;
  min-width: 320px;
  position: relative;
  /* width: 100%; */
  /* text-align: center; */
  /* overflow: hidden; */
  top: 0px;
}
.geobe-header .menuitem a {
  /* color: #777777; */
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  /* color: #afafaf; */
}
.main-nav-dropdown a.active {
  /* font-weight: 700; */
  /* color: #333; */
  color: #f0605d;
  /* background: #ef4c49; */
  /* color: white; */
  /* background: #f9f9f9; */
  font-weight: 700;
}
ul.main-nav-dropdown > li > a:hover {
  background: #f5f5f5;
}
ul.main-nav-dropdown > li > a > .glyphicon {
  /* color: #A0A0A0; */
}
ul.main-nav-dropdown > li > a {
  /* height: 40px; */
  /* background: #F9F9F9; */
  /* position: relative; */
  /* float: left; */
  padding: 17px 15px 17px 45px;
  /* border-bottom: 1px solid #ccc; */
  /* border-top: 1px solid #ccc; */
  font-size: 1.1em;
  /* color: #ffffff; */
}
.main-nav li {
  float: left;
  list-style-type: none;
}
.main-nav {
  /* float: right; */
  /* position: absolute; */
  /* right: 70px; */
  top: 0px;
  /* margin-top: 8px; */
  /* margin-left: 85px; */
  /* position: fixed; */
}
.main-nav a {
  /* display:block; */
  height: 40px;
  /* background: #F9F9F9; */
  position: relative;
  float: left;
  padding: 7px 25px;
  /* border-left: 1px solid #E3E3E3; */
  /* border-right: 1px solid #eaeaea; */
  /* border-bottom: 3px solid #fff; */
}
.main-nav a:first-child {
  /* border-right: none; */
}
.main-nav a.active {
  /* color: #FF1804; */
  /* font-weight: 900; */
  /* color: #FFFFFF; */
  /* text-transform: uppercase; */
  /* font-weight: 900; */
  /* background: #FF1A05; */
  /* background: white; */
  color: #ef4c49;
  /* background: #333333; */
  /* border-bottom: #FF1804 3px solid; */
  /* background: #F9F9F9; */
  /* color: #CE5200; */
  /* color: #CE2B00; */
  font-weight: 700;
  letter-spacing: -0.01em;
}
.subnavigation {
  float: left;
  position: relative;
  /* background: #fbeded; */
  width: 100%;
  /* margin: 0px; */
  border-bottom: 1px solid #f1f1f1;
}
.subnavigation li {
  float: left;
  list-style-type: none;
}
.subnavigation {
  /* float: right; */
  /* position: absolute; */
  /* right: 70px; */
  top: 0px;
  /* margin-top: 8px; */
  /* margin-left: 85px; */
  /* position: fixed; */
}
.subnavigation a {
  /* display:block; */
  height: 40px;
  /* background: #F9F9F9; */
  position: relative;
  float: left;
  padding: 7px 14px;
  /* border-left: 1px solid #E3E3E3; */
  /* border-right: 1px solid #eaeaea; */
  /* border-bottom: 1px solid #999; */
  color: #333333;
}
.subnavigation a.active {
  /* color: #FF1804; */
  /* font-weight: 900; */
  /* color: #FFFFFF; */
  /* text-transform: uppercase; */
  /* font-weight: 900; */
  /* background: #FF1A05; */
  /* background: white; */
  color: #ef4c49;
  /* background: #333333; */
  /* border-bottom: #FF1804 3px solid; */
  /* background: #F9F9F9; */
  /* color: #CE5200; */
  /* color: #CE2B00; */
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}
div.fedgov {
  /* float: right; */
  position: absolute;
  /* background: #333; */
  height: 40px;
  width: 40px;
  /* border-radius: 28px; */
  right: 0px;
  top: 0px;
  padding: 5px;
}
.menu-wrapper.map {
  left: 270px;
  position: absolute;
  left: 60px;
  width: 80%;
  /* fallback if needed */
  width: 40%;
}
#menu-wrapper {
  /* border-right: 3px solid #FF1804; */
  background: #ffffff;
  z-index: 13;
  position: fixed;
  width: 100%;
}
.menu-push-toggle.menu-wrapper.map {
  left: 60px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: left;
}
#base-selection.menu-push-toggle {
  left: 10px;
}
.share-permalink {
  /* position: relative; */
}
.share-icons {
  /* position: absolute; */
  height: 50px;
}
.footer {
  /* background: #E3E3E3; */
  /* height: 65px; */
  /* margin-left: -15px; */
  /* text-align: center; */
  /* margin-right: -15px; */
  /* padding-bottom: 30px; */
}
a.link {
  cursor: pointer;
  color: #ffffff;
  color: #ff5c4d;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ol-unselectable button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ol-zoom {
  background-color: transparent;
  border-radius: 0;
  bottom: 120px;
  height: 90px;
  left: auto;
  padding: 0;
  right: 10px;
  top: auto;
  width: 45px;
  position: fixed;
  /* box-shadow: 0px 0px 6px #ccc; */
}
.ol-zoom .ol-zoom-in {
  /*border-radius: 22px 22px 0 0;*/
}
.ol-zoom .ol-zoom-out {
  /*border-radius: 0 0 22px 22px;*/
}
.copyright-text {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 3px;
  font-size: 10px;
}
.tt-animate-transition {
  transition: all 250ms ease-in-out 0ms;
}
.tt-animate-transition-slow {
  transition: all 1.25s ease-in-out;
}
.tt-animate-transition-background-color {
  transition: background-color 3.25s ease-in-out;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/*.glyphicon .glyphicon-chevron-down.opened:before{*/
.navbar-submenu-header .indicator {
  float: right;
}
.navbar-submenu-header .opened {
  /*-webkit-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*transform: rotate(180deg);*/
  /* transform-origin: center; */
  color: #2e768e;
  /* color: rgb(115, 194, 28); */
  /*float: left;*/
  float: right;
  top: -3px;
}
/*.ol-mouse-position {
    top: 0px;
     bottom: 6px; 
    right: initial;
     position: absolute; 
     float:left; 
     background: darkseagreen; 
    display: inline-block;
}*/
.proj-type {
  float: left;
}
/*#tt-mouse-position {
    display: none;
}*/
.ol-scale-line {
  /*display: block;*/
  top: auto;
  bottom: 0px;
  right: 73px;
  left: auto;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  padding: 2px;
  height: 20px;
}
.ol-scale-line-inner {
  border: 1px solid #333;
  border-top: none;
  color: #333;
  font-size: 10px;
  text-align: center;
  margin: 0px 3px;
  will-change: contents,width;
}
tt-geolocation.select button.geolocationControl,
.ol-control.zoomAllControl button,
.ol-touch .ol-zoom button,
.ol-zoom button {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #333333;
  /* color: rgb(115, 194, 28); */
  display: inline-block;
  font-family: 'NGI-IGN_ICONS';
  font-size: 1.6em;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  line-height: 1;
  margin: 0px;
  padding: 0;
  /* position: relative; */
  /* top: 1px; */
  width: 45px;
  border-radius: 2px;
}
body .ol-control button:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.ol-control button:hover,
.ol-control button:active {
  color: #f00f24;
  background: rgba(255, 255, 255, 0.95);
}
.tooltip {
  z-index: 1045;
}
/* hide openlayers tooltip*/
.ol-has-tooltip:focus [role=tooltip],
.ol-has-tooltip:hover [role=tooltip] {
  display: none;
}
button.ol-zoom-out.ol-has-tooltip {
  /* background-color: rgba(41, 180, 233, 0.8); */
  /* color: #fff; */
}
button.ol-zoom-out:before {
  content: "\2212";
}
button.ol-zoom-in:before {
  content: "+";
}
.zoomAllControl button:before {
  content: "\e187";
}
button.geolocationControl:before {
  content: "\e188";
}
.zoomAllControl {
  border-radius: 2px;
  bottom: 65px;
  /* left: auto; */
  padding: 0px;
  position: fixed;
  right: 10px;
  height: 45px;
  width: 45px;
  background-color: rgba(255, 255, 255, 0);
}
.ol-zoom-extent button:after {
  content: none;
}
#geolocationBtn {
  /* color: transparent; */
}
tt-geolocation.select {
  bottom: 10px;
  height: 45px;
  position: fixed;
  right: 10px;
  width: 45px;
  border-radius: 2px;
  padding: 0px;
  background: none;
}
tt-geolocation.select button.geolocationControl.geolocation-tracking {
  color: #b2dbe8;
}
tt-geolocation.select button.geolocationControl.geolocation-positionFound {
  color: #00c2ff;
}
tt-geolocation.select button.geolocationControl.geolocation-userTakesControl {
  color: #11b4d3;
}
tt-geolocation.select button.geolocationControl.geolocation-error {
  color: #c2c2c2;
  /* text-decoration: line-through; */
}
tt-map {
  /* background: url("../images/grid.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
  height: 100%;
  position: absolute;
  width: 100%;
  /* background: rgba(125,125,125,0.5); */
}
.export.btn {
  font-weight: 600;
  color: #ffffff;
  padding: 3px 7px 1px 5px;
  background: #333333;
  /* background: #ececec; */
  /* padding: 0px 10px 0px 0px; */
  /* color: #333333; */
  margin-left: 15px;
  margin-top: 10px;
}
.export.btn:hover,
.export.btn:focus,
.export.btn:active {
  color: #ffffff;
  padding: 3px 7px 1px 5px;
  background: #ef4c49;
}
.export span {
  width: 15px;
  text-align: left;
}
.btn {
  border-radius: 2px;
  /* font-size: 0.9375em; */
  /* background: rgb(255, 255, 255); */
  /* border-color: #E5E5E5; */
  /* color: rgb(128, 128, 128); */
}
.modal-footer .btn {
  /* width: 50%; */
  /* border-width: 0px 0px 0px 1px; */
  /* text-transform: uppercase; */
  /* font-weight: 600; */
}
.modal-footer .btn:hover {
  border-color: #E5E5E5;
  background: none;
  color: #00bddf;
  color: #e63600;
}
.modal-footer .btn:focus {
  box-shadow: none;
  background: #e5e5e500;
  color: #e46d6d;
}
.modal-footer .btn {
  /* width: 50%; */
  border-width: 1px 1px 0px 1px;
  border-radius: 0px;
  border-width: 0px;
  text-align: right;
  /* padding: 6px 54px; */
  /* color: rgb(155, 155, 155); */
  /* margin: 5px; */
  color: #e46d6d;
  font-weight: 400;
  /* color: rgb(98, 189, 0); */
  margin: 10px 20px;
  background-color: transparent;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  /* background-color: #0BA7CB; */
  /* border-color: #0699CF; */
  background-color: #D32F2F;
  /* background-color: rgba(22, 121, 9, 1); */
  /* border-color: rgb(134, 134, 134); */
  box-shadow: none;
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  /* transform: translate(0px, 2px); */
  /* background-color: #FFF13A; */
  /*color: #333333;*/
  border-color: unset;
}
.btn-success {
  color: #FFFFFF;
  /* border-color: #8C8C8C; */
  /* width:100%; */
  /* background-color: #5e5d59; */
  /* border-color: #0699CF; */
  /* box-shadow: 0px 2px 0px rgba(134,134,134, 1); */
  /* background-color: #00B643; */
  /* border-color: rgb(0, 94, 12); */
  /* position: absolute; */
  /* float: right; */
  /* top: 0px; */
  /* right: 22px; */
  /* width: 40%; */
  background-color: #00c2e5;
  /* text-transform: uppercase; */
  border: 0px;
  /* box-shadow: 0px 0px 0 white,0px 2px 0 #2C2B28; */
  background-color: #f06317;
  /* box-shadow: 0px 0px 0 white,0px 2px 0 #C93500; */
  /* background-color: darkgreen; */
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ef4c49;
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(0px, 2px);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.default {
  color: #fff;
  background-color: #848484;
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(0px, 2px);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #e46d6d;
  background-color: #fae5e8;
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(0px, 2px);
  border-color: #fbc7cc;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #848484;
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(0px, 2px);
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ff1804;
  /* background-color: #ef4c49; */
  webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  /* transform: translate(0px, 2px); */
  text-decoration: none;
}
.btn-default {
  color: #FFFFFF;
  border-color: #8C8C8C;
  background-color: #949494;
  border: 0px;
}
.btn-primary {
  background: #D32F2F;
  color: #fff;
  /* background-color: rgb(255, 24, 4); */
  border: none;
  /* color: #FF1804; */
  /* color: #00AADC; */
  font-weight: 700;
  text-transform: uppercase;
  /* box-shadow: 0 0px 8px #EAEAEA; */
  /* border: 1px solid #333; */
  /*background: #333333;*/
  font-size: 14px;
  height: 40px;
  padding: 10px 32px;
}
.btn-info {
  color: #d86c6c;
  /* background-color: #95DE5B; */
  /* border-color: #8CD651; */
  background-color: #f9e0e4;
  border-color: #fbc7cc;
  /* color: #333333; */
}
.btn-warning {
  color: #fff;
  background-color: #FF9C3B;
  border-color: #E88625;
}
.btn-link {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #ff5c4d;
  padding-top: 7px;
  color: #e46d6d;
  float: left;
}
.pane-viewlink .btn-added-to-map {
  color: #fff;
  /* border-color: #46b8da; */
  background-color: #ef4c49;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  height: 40px;
  padding: 10px 32px;
  width: 250px;
}
.detail-metadatalink .btn-success {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff7f7+0,fff7f7+11,ef4c49+100,ef4c49+100 */
  background: #ef4c49;
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #fff7f7 0%, #fff7f7 11%, #ef4c49 100%, #ef4c49 100%);*/
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top,  #fff7f7 0%,#fff7f7 11%,#ef4c49 100%,#ef4c49 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom,  hsl(1, 84%, 71%) 0%,#f16767 11%,#ef4c49 50%,#de0f23 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7f7', endColorstr='#ef4c49',GradientType=0 ); */
  /* IE6-9 */
  font-weight: 700;
  text-transform: uppercase;
  /* font-size: 15px; */
  height: 40px;
  padding: 11px 21px;
  width: 100%;
}
.pane-viewlink .btn-success {
  width: 250px;
  color: #fff;
  /* background-color: rgb(255, 24, 4); */
  border-color: #46b8da;
  /* color: #FF1804; */
  /* color: #00AADC; */
  font-weight: 700;
  text-transform: uppercase;
  /* box-shadow: 0 0px 8px #EAEAEA; */
  /* border: 1px solid #333; */
  background: #F0F4F6;
  background: #333333;
  font-size: 14px;
  height: 40px;
  padding: 10px 32px;
}
.pane-viewlink .btn-success.disabled {
  opacity: 0.3;
}
.pane-viewlink .btn-success:hover {
  background: #D32F2F;
}
.btn-danger {
  color: #fff;
  background-color: #F53D3D;
  border-color: #DE3737;
}
.btn-disabled {
  color: #E14017;
  border-color: #8C8C8C;
  width: 100%;
  background-color: #DEDEDE;
  border-color: #0699CF;
  border-color: #cacaca;
  border: 0px;
}
.btn-pdf {
  /* color: #E76000; */
  /*    background-color: #9E9E9E;
            border-color: #7F7F7F;*/
  /*    background-color: #fff;
            border-color: #EA0101;
            color:#EA0101;*/
  background-color: #BEBEBE;
  border-color: #D0D0D0;
  width: 100%;
  color: #FFFFFF;
}
.btn-pdf:hover {
  /* color: #E76000; */
  background-color: #EA0101;
  border-color: #CA1111;
  color: #fff;
}
.modal {
  display: block;
  /* z-index: 9230; */
}
.modal-content {
  border-radius: 2px;
  /* background: #f9f9f9; */
  /* background: #fff; */
}
.modal-header {
  padding-left: 25px;
  color: #ef4c49;
  text-overflow: clip;
  border-bottom: 0px solid #EFEFEF;
  /* background-color: rgb(247, 103, 0); */
  /* color: rgb(0, 153, 199); */
  /* font-size: 23px; */
}
.modal-header small {
  text-transform: none;
}
.modal-header.about {
  /* background: rgba(251,110,0,1.0) 1px 11px no-repeat url(../images/ttgeop_ill_2.png); */
  color: #f55f00;
  /* color: #fff; */
}
.modal-header.about h4 {
  text-transform: lowercase;
  /* font-size: 1.7em; */
  /* line-height: 1em; */
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); */
  font-size: 21px;
  /* width: 100%; */
  display: block;
  /* letter-spacing: -1px; */
  font-weight: 500;
}
.modal-header.about small {
  color: #252525;
  font-weight: 300;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  font-size: 75%;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
  /* margin-top:0px; */
}
.dialog-header-error h4 {
  color: #FF1D00;
  color: #3b3b3b;
}
.text-danger {
  color: #FF1D00;
  color: #353535;
}
.modal-footer {
  border-top: 0px solid #e5e5e5;
  margin-top: 10px;
  padding: 14px;
  text-align: right;
  padding: 0;
}
.modal-header.dialog-header-error {
  border-bottom: 0px solid #dda3a1;
  border-radius: 2px 2px 0 0;
}
.dialog-header-wait {
  border-bottom: 1px solid #5bc0de;
}
.dialog-header-wait h4 {
  color: #5bc0de;
}
.dialog-header-notify {
  border-bottom: 1px solid #FFFFFF;
}
.dialog-header-notify h4 {
  color: #62BD00;
  color: #0099c7;
}
.text-info {
  color: #0093DB;
}
.dialog-header-confirm {
  background-color: #5bc0de;
}
.dialog-header-confirm h4 {
  color: #fff;
}
.pad {
  padding: 25px;
}
/*language chooser*/
tt-languagechooser {
  /* padding: 3px 0px; */
  /* border-bottom: 1px solid #F5F5F5; */
  /* transform: translate(21px); */
  background-color: #EFEFEF;
  height: 170px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E7E7E7;
  background-color: #F7F7F7;
  /* background-color: #FFFFFF; */
  box-shadow: none;
  border-top: 1px solid #e6e6e6;
}
.closed-language-chooser .language-chooser .selected {
  color: #8C8C8C;
  /*transition: all 0.5s ease-in-out;*/
  /* color: #B7B7B7; */
}
.lang-list-item {
  cursor: pointer;
  color: #252525;
  /* color: #00C2FF; */
  /* min-height: 32px; */
  padding: 11px 15px;
  /* color: #f9f9f9; */
  /* color:  rgb(255, 127, 0); */
}
/*.lang-list-item:hover {
    background-color: #D54900;
}    */
.closed-language-chooser {
  height: 39px;
  /* background-color: #333333; */
  /* transition: all 0.5s ease-in-out;*/
  /* overflow: hidden; */
  /* background: #595959; */
  background: #FFFFFF;
  box-shadow: none;
}
.short-list-item small.ng-binding {
  font-size: 13px;
  color: #8C8C8C;
}
.navbar-menu-title {
  font-weight: 900;
  /* color: rgb(50, 193, 245); */
  margin: 0px;
  padding: 20px;
  /* text-transform: uppercase; */
  height: 40px;
}
.navbar-menu-title .indicator {
  float: right;
  margin-top: 11px;
}
.border-bottom {
  border-bottom: 1px solid #E7E7E7;
}
.about .navbar-menu-title {
  color: #5E5E5E;
  cursor: pointer;
  text-transform: none;
}
.about .navbar-menu-title:active {
  background-color: #f5f5f5;
}
.navbar-menu-title h4 {
  margin: 0px 0px;
  font-weight: 400;
  font-size: 18px;
  /* color: #ef4c49; */
  color: #fff;
  /* width: 90px; */
  /* background: rgba(127, 255, 212, 0.28); */
  float: left;
  cursor: default;
  /* font-family: 'Bree Serif'; */
  line-height: 19px;
  /* text-transform: uppercase; */
  /* color: #333333; */
  /* margin-left: 100px; */
  letter-spacing: -0.01em;
}
.navbar-menu-title h4 span {
  font-size: 14px;
  /* color: rgb(234, 124, 0); */
  /* color: rgb(137,137,137); */
  /* color: #333; */
  float: left;
}
.list-sub-header {
  padding: 10px;
}
.switch-catalog {
  background: #ef4c49;
  /* background: hsla(1, 80%, 52%, 1); */
  height: 60px;
}
.pane-30 {
  padding: 20px 10px 20px 30px;
}
.btn-switch-catalog {
  display: block;
  width: 75%;
  text-align: left;
  height: 40px;
  padding: 10px 0px;
  color: #ffffff;
  /*background: #b35050;*/
  z-index: 11;
  position: absolute;
}
.btn-switch-catalog:hover,
.btn-switch-catalog:focus {
  color: white;
}
.btn-switch-catalog .caret {
  color: #eaeaea;
}
.btn-switch-catalog:hover .caret {
  color: white;
}
.btn-add-layers {
  /* color: #32c1f5; */
  border-radius: 2px;
  display: block;
  width: 100%;
  text-align: left;
  height: 40px;
  padding: 10px 40px;
  color: #fff7f8;
}
.btn-add-layers .caret {
  color: #fff7f8;
}
.btn-add-layers:hover .caret {
  color: white;
}
.navbar-submenu-header {
  padding: 10px;
  background: #a8dcec;
  height: 40px;
  cursor: pointer;
  background: #EEE;
  margin-bottom: 1px;
}
.search-icon-container {
  float: right;
  font-size: 19px;
  padding: 12px 9px 6px 13px;
  width: 45px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  /* color: rgb(255, 137, 0); */
  height: 45px;
  /* margin-right: 40px; */
  top: 50px;
  position: fixed;
  right: 10px;
  border-radius: 2px;
}
.forced-divider {
  /* position:absolute; */
  left: 0px;
  width: 100%;
  /* background: red; */
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  height: 15px;
}
.catalog-search .remove-icon-container {
  top: 0px;
  font-size: 30px;
}
.catalog-search .close {
  font-size: 30px;
  font-weight: 400;
}
.remove-icon-container {
  /* float: right; */
  /* font-size: 19px; */
  padding: 2px 10px 1px 9px;
  width: 40px;
  cursor: pointer;
  /* background: darkgoldenrod; */
  color: #cbc7c3;
  position: absolute;
  right: 0px;
  z-index: 4;
}
.arrow-icon-container {
  /* float: left; */
  font-size: 19px;
  padding: 11px 9px 3px 10px;
  width: 40px;
  cursor: pointer;
  /* background: darkgoldenrod; */
  color: #9d928a;
  position: absolute;
  z-index: 5;
  left: 0px;
}
.search-input-container {
  /* background: #ff5c4d; */
  /* border: 1px solid rgba(214, 214, 214, 0.2); */
  /* border-left: 0; */
  /* border-right: 0; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 45px;
  text-align: left;
  /* overflow: hidden; */
  white-space: nowrap;
  /* width: 360px; */
  position: absolute;
  left: 0px;
  right: 0px;
  vertical-align: top;
  border-radius: 0px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}
.search-button {
  opacity: 0.75;
  z-index: 9999;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?KCUM1LjE1NCwxMi44NTUsMi44MjQsMTAuNTI3LDIuODI0LDcuNjY2eiIvPg0KPC9zdmc+DQo=");
}
p.intro {
  font-size: 1.135em;
}
.page-footer {
  /* height: 80px; */
  background: #0092d1;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 15px;
  background: #191919;
}
.footcol {
  /* background: #428bca; */
  /* margin-left: 15px; */
  margin-top: 10px;
  padding-bottom: 11px;
  float: left;
}
.foot-txt {
  color: #dcf4fd;
  font-size: 11px;
  /*text-align:right;*/
  padding: 5px 15px 5px 0px;
  /* border-right: 1px solid #b9b9b9; */
  color: #b9b9b9;
  margin-right: 0px;
  /* margin-top: 21px; */
  width: 100%;
}
.brand-logo {
  font-size: 29px;
  padding-top: 9px;
  color: #fff;
}
.page-footer .glyphicon-brand-image {
  /* font-size: 24px; */
  /*color: #FD1605;*/
  color: white;
  font-size: 130%;
}
.page-footer .glyphicon-brand-text {
  /* font-size: 24px; */
  /*color: #FD1605;*/
  color: white;
}
.page-footer .fedgov_footer a {
  margin-top: 11px;
  font-size: 21px;
  color: #ffffff;
  display: block;
  margin-left: 15px;
}
a.footer-link-1 {
  display: block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: none;
  height: 32px;
}
a.footer-link-1:hover {
  /*color:#f52723;*/
  font-weight: 700;
}
.container.footer {
  /* height: 90px; */
  /* background: #0092d1; */
  /* color: white; */
}
.float-right-md {
  /*float:right;*/
}
.catalog-search {
  /* background-color: rgb(34, 76, 211); */
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  position: relative;
  margin: 0px 10px 0px 7px;
}
.noresults-div {
  width: 100%;
  position: absolute;
  background: #fff;
  padding: 15px 10px;
  color: #9d928a;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
  top: 44px;
  margin: 0px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.catalog input.form-control.search-input {
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
  /* position: absolute; */
  border: 1px solid #E6E6E6;
  /* margin-right: 17px; */
  color: #ef4c49;
  /* font-weight: 500; */
  width: 271px;
  width: 100%;
}
/*https://projects.lukehaas.me/css-loaders/*/
.search-loader,
.search-loader :after {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
.search-loader {
  margin: 13px;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #f48482;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: block;
  z-index: 999;
  background: #ffffff;
  right: 22px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.map ul.dropdown-menu[style] {
  /* left: 10px !important; */
  right: 10px !important;
  top: 94px !important;
}
ul.dropdown-menu.geocoding-dd [style] {
  /* left: 10px !important; */
  right: 10px !important;
  top: 594px !important;
  background: khaki;
}
input.form-control.search-input {
  /* float: left; */
  width: 100%;
  /* position: absolute; */
  /* left: 0px; */
  /* right: 58px; */
  border-width: 0px;
  background-color: #ffffff;
  /* border-color: #e0e0e0; */
  /* color: #fff; */
  /* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?KCUM1LjE1NCwxMi44NTUsMi44MjQsMTAuNTI3LDIuODI0LDcuNjY2eiIvPg0KPC9zdmc+DQo="); */
  padding: 4px 45px 0px 40px;
  /* background-color: #f9f9f9; */
  height: 45px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}
input.search-input:focus {
  /* border-color: rgb(194, 118, 72); */
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 197, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 197, 102, 0.6);
}
input.search-input::-webkit-input-placeholder {
  color: #a0a0a0;
}
input.search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
}
input.search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
}
input.search-input:-ms-input-placeholder {
  color: #a0a0a0;
}
input.form-control.filters-search-input {
  /* float: left; */
  width: 100%;
  /* position: absolute; */
  /* left: 0px; */
  /* right: 58px; */
  /* border-width: 0px; */
  /* background-color: rgb(255, 102, 0); */
  /* border-color: rgb(234, 155, 107); */
  /* color: #fff; */
  /* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?KCUM1LjE1NCwxMi44NTUsMi44MjQsMTAuNTI3LDIuODI0LDcuNjY2eiIvPg0KPC9zdmc+DQo="); */
  padding: 4px 4px 0px 36px;
  /* background-color: rgb(249, 249, 249); */
  /* height: 45px; */
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}
.glypicon-search-filter-container {
  font-size: 15px;
  padding: 10px 9px 3px 10px;
  width: 36px;
  cursor: pointer;
  /* background: darkgoldenrod; */
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  height: 34px;
  color: #333333;
}
.row.high-row {
  /* background: linear-gradient(rgb(255, 253, 191),#FFFFFF); */
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  padding-bottom: 30px;
  background: rgba(147, 181, 66, 0.58) url(../images/bg_deurne.png) center;
  margin-top: -15px;
  /* position: absolute; */
  /* height: 280px; */
  /* left: 0px; */
  background-blend-mode: color-burn;
}
.show-all-row {
  /* background: #FFFFFF; */
  padding-bottom: 25px;
  padding-top: 49px;
}
.glypicon-search-catalog-container {
  font-size: 19px;
  padding: 11px 9px 3px 10px;
  width: 40px;
  cursor: pointer;
  /* background: darkgoldenrod; */
  color: #9d928a;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
}
.short-list {
  /* background: #F5F5F5; */
  padding-bottom: 25px;
}
.info-pane .short-list-item {
  background: #FFFFFF;
  border-bottom: none;
  padding: 0px;
}
.short-list-item {
  background: #FFFFFF;
  border-bottom: 5px solid #F5F5F5;
  padding: 15px;
}
.short-list-item a {
  color: #333333;
}
.short-list-item a:hover {
  text-decoration: none;
  color: #000;
}
.short-list-item h4 {
  font-weight: 500;
  font-size: 1.267em;
  margin: 0px 0px 5px 0px;
  /* color: #333333; */
}
a .short-list h4 {
  color: #f60;
}
.short-list small {
  color: #848484;
}
.short-list-item p {
  /* color: #333333; */
  margin: 13px 0px;
}
.infopane-abstract {
  font-size: 1.275em;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.79em;
  margin-bottom: 2em;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 95px;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* text-align: justify; */
  /* place for '...' */
  margin-right: 15px;
  padding-right: 1em;
}
.info-pane .short-list-abstract {
  height: 60px;
  /* display: none; */
  /* padding: 0px 0px 0px 0px; */
  color: #333;
  opacity: 1;
  /* position: relative; */
  display: -webkit-box;
  bottom: initial;
  width: calc(100% - 20px);
  font-size: 15px;
  /* background: aquamarine; */
}
.short-list-abstract {
  font-size: 13px;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: absolute;
  /* use this value to count block height */
  line-height: 19px;
  /* max-height = line-height (1.2) * lines max number (3) */
  /* max-height: 60px; */
  /* fix problem when last visible word doesn't adjoin right side  */
  /* text-align: justify; */
  /* place for '...' */
  margin-right: 27px;
  padding-right: 21px;
  /* height: 60px; */
  height: 0px;
  /* display: none; */
  /* color: #fff; */
  opacity: 0;
  bottom: 30px;
  width: 0px;
}
/* create the ... */
.short-list-abstract:before {
  /* points in the end */
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 15px;
  bottom: 0px;
  /* float: left; */
}
/* hide ... if we have text, which is less than or equal to max lines */
.short-list-abstract:after {
  /* points in the end */
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  /* background: white; */
}
.short-list-item .goto-detail {
  font-weight: 800;
  text-transform: uppercase;
  color: #F06317;
}
.short-list-item a:hover .goto-detail {
  color: #95DE5B;
}
catalog ul.dropdown-menu[style] {
  position: absolute;
  /* top: initial !important; */
  /* left: 0px !important; */
  z-index: 1000;
  /* display: none; */
  /* float: right; */
  min-width: 160px;
  padding: 5px 0;
  margin: -1px 0 0 1px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  /* border: 1px solid #ccc; */
  border: 0px solid #ff3030;
  border-radius: 2px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
  /* right: initial !important; */
  /* width: 39.5%; */
  right: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.catalog .results-sort-container ul.dropdown-menu[style] {
  width: 100%;
  text-align: left;
  /* background: #f7f7f7; */
  /* position: absolute; */
  right: 0px;
  /* margin-left: 57px; */
  /* display: table; */
  position: absolute;
}
.dropdown-menu {
  position: absolute;
  /* bottom: 62px; */
  /* left: 0; */
  /* z-index: 1000; */
  /* display: block; */
  float: left;
  min-width: 160px;
  padding: 0px 0px;
  margin: 0px 0 0;
  /* font-size: 14px; */
  /* list-style: none; */
  /* background-color: #FAFAFA; */
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 2px 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  /* width: 250px; */
  /* text-indent: 0px; */
  right: 10px;
}
.dropdown-menu li {
  /* height:44px; */
  /* padding: 0px; */
  /* margin: 0px; */
}
.dropdown-menu li a {
  /* height: 34px; */
  /*display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;*/
  padding: 7px 10px 7px 10px;
  /* border-bottom: 1px solid #F4F4F4; */
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #333333;
}
tt-topic.dropdown-menu li a {
  height: 36px;
  /* position: relative; */
  display: block;
  padding: 9px 10px 0px 10px;
  margin-right: 0px;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background-color: #f5f5f5;
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  /* color: #fff; */
  color: #00aecd;
  /* text-decoration: none; */
  background-color: #e7f4f6;
  background-color: #f9f9f9;
  /* outline: 0; */
  /* background-color: #fff; */
  border-radius: 0px 0px 0px 0px;
  color: #ff5c4d;
  color: #f04c49;
}
/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /*text-align: justify;  */
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control:focus {
  border-color: #ABABAB;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 197, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 197, 102, 0.6);
}
.form-control:hover {
  border-color: #A7A7A7;
}
.icon-container {
  width: 20px;
  float: left;
  min-height: 21px;
  transform-origin: center;
  /* background: rgba(208, 220, 54, 0.36); */
  /* top: 0px; */
}
.icon-container-large {
  width: 30px;
  min-height: 21px;
  transform-origin: center;
  /* background: rgba(208, 220, 54, 0.36); */
  /* top: 0px; */
}
/*
*
* modal alti plani file
*
*/
.modal-title {
  text-overflow: ellipsis;
  /* background: #f60; */
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
}
.modal-header .close {
  font-size: 32px;
  margin-top: -8px;
  font-weight: normal;
}
.close:hover,
.close:focus {
  outline: none;
}
.modal-body-title {
  /* color:rgb(30, 187, 248); */
  color: black;
  font-weight: 600;
}
.modal-body {
  /* overflow-y: scroll; */
  /* overflow-y: auto; */
  /* height: 416px; */
  padding: 15px 25px;
}
.not-available {
  text-transform: uppercase;
  /* background: #FFF; */
  width: 100%;
  height: 100%;
  color: #CBCBCB;
  font-size: 75%;
  margin-bottom: 15px;
  padding-top: 15px;
}
.progress {
  height: 31px;
  border-radius: 2px;
  margin-bottom: 0px;
  border: 0px;
}
.progress-bar {
  background-color: #0BA7CB;
  font-size: 1em;
  line-height: 34px;
  background: #ff8d26;
  background: #919191;
}
.ol-attribution.ol-uncollapsible {
  bottom: 0px;
  right: inherit;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  left: 65px;
}
#overviewMap .ol-attribution.ol-uncollapsible {
  bottom: 0px;
  right: inherit;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  left: 0px;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
  font-size: 11px;
  max-width: 100%;
}
.ol-attribution ul {
  margin: 0;
  padding: 0 0.5em;
  font-size: 1em;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  max-width: 100%;
  /*font-family: "roboto";*/
}
.ol-attribution a {
  color: #252525;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: 1em;
}
.pane-primary {
  /* background: rgb(255, 237, 0); */
  padding: 0px 0px 40px 0px;
  border: 0px solid #E6E6E6;
  /* background: hsla(194, 20%, 85%, 0.32); */
  color: #333333;
  margin-top: 3em;
  /* background: -webkit-linear-gradient(#94bd1b,#00abbf); */
  /* background: linear-gradient(rgba(255, 237, 7, 0.37),rgb(255, 237, 0)); */
  /* color: white; */
  /* background: #fff; */
  /* background: rgb(255, 237, 0); */
  padding: 0px 15px 40px 15px;
}
.pane-viewlink {
  /* background: #333333; */
  padding: 0px 0px 30px 15px;
  /* background: #ECECEC; */
  margin-top: 0px;
}
detail-component .pane-viewlink {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
div.filters-body {
  /*overflow-x: none;*/
  /* overflow-y: auto; */
  height: calc(100vh - 210px);
  width: 100%;
}
div.filters-content[style] {
  height: auto !important;
  /* background: yellow; */
  /* display: none; */
}
.filters-pane.filters-pane-toggle {
  left: 0px;
  /* left: 0px; */
  visibility: visible;
  /* box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.2); */
}
.filters-pane {
  top: 0px;
  /* bottom: 0; */
  /* position: relative; */
  /* float:left; */
  /* overflow-y: hidden; */
  /* overflow-x: auto; */
  z-index: 13;
  /* float: right; */
  /* background: #fbcaca; */
  /* border-bottom: 1px solid #ECECEC; */
  /* padding-bottom: 30px; */
  background: #fff;
  /* padding: 0px 0px 30px 0px; */
  width: 290px;
  position: fixed;
  left: -300px;
  min-height: 100%;
  height: auto;
  overflow-y: auto;
}
.filters-content {
  height: auto;
  /* display: block; */
}
.filter-chip-container {
  /* margin:0px 0px; */
  /* background: #F0F4F6; */
  padding-left: 0px;
  /* padding-right: 15px; */
  margin-left: 0px;
  margin-right: 0px;
  background: white;
}
.resources-top h4 {
  color: #333333;
  /* display: inline; */
  /* margin: 0px; */
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  float: left;
}
.navigation-btns {
  /* margin-right: 0px; */
  /* margin-left: 0px; */
  margin-top: 15px;
  margin-bottom: 17px;
}
.hidden-for-small {
  display: none;
}
.hidden-for-medium {
  /*display: inherit;*/
}
.border-md-left-gray {
  border-left: none;
}
.border-md-top-gray {
  border-top: none;
}
.border-md-bottom-gray {
  border-bottom: none;
}
.border-md-right-gray {
  border-right: none;
}
.border-sm-left-gray {
  border-left: 1px solid #E6E6E6;
}
.border-sm-top-gray {
  border-top: 1px solid #E6E6E6;
}
.border-sm-bottom-gray {
  border-bottom: 1px solid #E6E6E6;
}
.border-sm-right-gray {
  border-right: 1px solid #E6E6E6;
}
.md-float-right {
  float: none;
}
.push-height {
  min-height: calc(100vh - 201px);
}
/*contactform start*/
.contact-form {
  padding: 0px 15px;
  /*background: #cdddeb;*/
}
.contact-form label {
  color: #a0a0a0;
  font-size: 1.125em;
  font-size: 1em;
  /* font-size: 14px; */
}
.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 2px solid;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  border-color: #8c8c8c;
  padding-top: 10px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .btn {
  width: 100%;
}
.contact-form .invalid span {
  color: #d32f2f;
  opacity: 1;
}
.contact-form .invalid span.movitabit {
  padding-left: 50px;
}
@keyframes slidein {
  0% {
    padding-left: 50px;
    opacity: 0;
  }
  100% {
    padding-left: 0px;
    opacity: 1;
  }
}
.slidein {
  animation: slidein 400ms ease-in-out;
}
.contact-form .invalid span.ng-hide {
  opacity: 0 !important;
  color: white;
  padding-left: 50px;
  /*color: yellow;*/
}
.contact-form .invalid span.ng-show {
  opacity: 1;
  padding-left: 0px;
}
.contact-form .invalid input,
.contact-form .invalid textarea {
  border-color: #ef4c49;
  /* background:#fff7f7 */
}
.contact-form .valid input,
.contact-form .valid textarea {
  /*color:lightgreen;*/
  border-color: #00cc00;
  /* background:#fbfffb */
  /* color: #00cc00; */
}
.contact-form .validsign {
  color: #00cc00;
  position: absolute;
  left: -20px;
  top: 14px;
}
/*contactform end*/
.leftbar .main-title.map {
  display: none;
}
.btn-getFeatureinfoCoords {
  display: none;
}
.table-responsive.feature-info-table-responsive {
  border: 0px;
  /*float:left;*/
  width: unset;
}
.table.feature-info-table > tbody > tr > td,
.table.feature-info-table > tfoot > tr > td {
  padding: 5px 2px;
  white-space: normal;
}
.table.feature-info-table td {
  padding: 5px;
}
.omni-pane-body-wrapper-touch .feature-info-card:first-child {
  border-top: none;
}
.feature-info-card {
  padding: 20px 10px 0px 0px;
  border-top: #cccccc 1px solid;
  margin: 11px;
  /* box-shadow: 0px 0px 5px #dcdcdc; */
  background: white;
  border-radius: 2px;
}
.feature-info-card-item {
  cursor: pointer;
}
.feature-info-card-title {
  font-size: 15px;
  padding-top: 5px;
  display: block;
  font-size: 21px;
}
.feature-info-card-header {
  padding: 0  0 20px 40px;
}
.feature-info-card-header h1 {
  margin: 0px;
}
.feature-info-card-header small {
  color: #b7b7b7;
}
.feature-info-table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.feature-info-table tr td:first-child {
  background: #f5f5f5;
  width: 90px;
}
.feature-icon-block {
  width: 40px;
  height: 40px;
  float: left;
  color: #ef4c49;
  font-size: 25px;
  color: #b7b7b7;
  cursor: pointer;
}
.feature-info-card-item:hover .feature-icon-block {
  color: #ef4c49;
}
.feature-icon-block div {
  font-size: 8px;
}
.omni-pane-body-wrapper {
  max-height: calc(100vh - 129px);
  overflow-x: hidden;
  overflow-y: auto;
}
.omni-pane-body-wrapper-touch {
  overflow: auto;
  margin-top: 0;
  padding-top: 0;
  max-height: calc(100vh - 90px);
}
.omni-pane-wrapper {
  overflow: hidden;
  /*background: yellow; */
  position: absolute;
  height: 100vh;
  width: 100%;
}
.omni-info-pane {
  /*background: whitesmoke;*/
  background: white;
  width: 100%;
  height: 100vh;
  top: 66vh;
  /* left:0px; */
  position: absolute;
  z-index: 14;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
  transition: all 150ms ease-out 0ms;
}
.omni-info-pane.collapse-it {
  top: 66vh;
}
.omni-info-pane.hide-it {
  /* left: -325px; */
  top: 100vh;
}
.omni-info-pane.maximize-it {
  /* left: -325px; */
  top: 0px;
}
.omni-info-pane.collapse-it .show-getfeatureinfopane-btn {
  /* background: rgba(160,152,152,1.0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 11px center/7px 10px no-repeat; */
  /* transform: scaleX(-1); */
  /* left: 305px; */
}
.omni-info-pane.maximize-it .show-getfeatureinfopane-btn {
  /* border: 0px; */
  /* color:green; */
  transform: rotate(180deg);
}
.omni-info-pane-header {
  /* height: 70px; */
  /* color: #ff5b02; */
  font-weight: 200;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.omni-info-pane-hider {
  /* height: 50px; */
  color: #FFFFFF;
  position: absolute;
  z-index: 8;
  right: 0px;
  /* background: #ffff006b; */
  width: 100%;
  cursor: pointer;
}
.omni-info-pane-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh);
}
.omni-info-pane-hider .close {
  font-size: 30px;
  /* color:#000; */
  margin-right: 10px;
  font-weight: 400;
  height: 40px;
}
.omni-info-pane-footer {
  height: 40px;
  /* color: #948D8D; */
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 7px;
  text-align: center;
  font-size: 0.7em;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}
.show-getfeatureinfopane-btn {
  /* background: rgba(255,255,255,0.0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 11px center/7px 10px no-repeat; */
  /* transform: scaleX(1); */
  /* background-size: 40px 40px; */
  border: 0px;
  display: block;
  height: 50px;
  overflow: hidden;
  /* text-indent: -9999px; */
  width: 65px;
  z-index: 8;
  position: absolute;
  top: 0px;
  outline: none;
  right: 0px;
  background: transparent;
  color: #a09898;
}
.omni-info-pane-header {
  /*box-shadow: 0 4px 10px -4px rgba(0,0,0,0.25);*/
  /* z-index: 7; */
  /* position: absolute; */
  /* background: #fce1e1; */
  /* height: 70px; */
  width: 100%;
  /* background: #a09898; */
  /* background: #88979c; */
}
.omni-info-pane-header .navbar-menu-title h4 {
  color: #ef4c49;
}
.omni-info-pane .navbar-menu-title {
  font-weight: 900;
  /* color: rgb(50, 193, 245); */
  margin: 0px;
  /* padding: 20px 0px; */
  /* text-transform: uppercase; */
  height: 60px;
}
.glyphicon-plus {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.glyphicon-plus.opened {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
.conditions-container {
  padding: 10px 30px 10px;
  background: #ffdbdb;
}
.conditions-container.closed {
  background: #f9f9f9;
}
.conditions-collapse {
  padding: 10px 0px 0px 0px;
}
.opened .collapse-conditions {
  color: #ff401c;
}
.collapse-conditions {
  color: #333333;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* height: 40px; */
  /* background: beige; */
  padding: 10px 0px;
}
.collapse-conditions:hover {
  color: #ef4c49;
}
.f-box {
  flex-wrap: wrap;
  display: flex;
  direction: ltr;
  text-align: left;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #mainContent {
    padding: 30px 15px 70px 70px;
    /* position:relative; */
    /* background: yellowgreen; */
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .view-title {
    width: calc(100% + 81px);
    width: calc(100% - -81px);
  }
  .filters-head {
    left: 0px;
  }
  .navigation-btns a.first-last-nav {
    display: inline-block;
  }
  .ol-scale-line {
    right: 65px;
    bottom: 35px;
  }
  .associations {
    /* margin-left: 35px; */
    padding-left: 35px;
  }
  .direct-link-pane {
    border-bottom: none;
    border-top: none;
    margin: 17px 20px 17px 20px;
  }
  .short-list-abstract {
    display: none;
  }
  .main-section-background {
    min-height: 310px;
    height: 41vh;
    max-height: 330px;
  }
  .full-metadata-html {
    margin-left: 15px;
    /*font-size: 13px;*/
    /*background: #ffffff;*/
    /* margin-top: 30px; */
    padding: 15px 15px 15px 55px;
    border-right: 1px solid #E6E6E6;
    border-top: none;
    /*margin-top: 0px;*/
  }
  #inspire_conformity {
    position: relative;
    background: hsl(0, 0%, 98%);
    top: 9px;
    width: 102%;
    left: -25px;
    border-radius: 0px;
    height: 32px;
    padding: 0px;
    display: inline-block;
    margin: 10px 0px;
  }
  #inspire_conformity h2 {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    text-align: left;
    margin-left: 40px;
    font-weight: 700;
  }
  .glyphicon-wrapper {
    /* float:left; */
    width: 20px;
    margin-left: 8px;
    margin-top: 0px;
    color: #fff;
    top: 2px;
    position: absolute;
  }
  .btn-switch-catalog {
    /* display: block; */
    /*width: 100%;*/
    /* position: absolute; */
  }
  .catalog-select.dropdown-menu {
    top: 120px !important;
  }
  .btn-getFeatureinfoCoords {
    display: block;
    width: 100%;
    text-align: left;
    height: 40px;
    padding: 10px 24px;
    color: #515151;
  }
  .omni-pane-wrapper {
    width: 360px;
  }
  .omni-pane-wrapper {
    overflow: hidden;
    /*background: yellow; */
    position: absolute;
    height: 100vh;
    width: 100%;
  }
  .omni-info-pane {
    background: #f9f9f9;
    background: white;
    width: 360px;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 20;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
  .omni-info-pane.collapse-it {
    /* left: -375px; */
    /* top:0px; */
    opacity: 0;
    visibility: hidden;
  }
  .omni-info-pane.hide-it {
    /* left: -380px; */
    top: 100vh;
    opacity: 0;
  }
  .omni-info-pane.collapse-it .show-getfeatureinfopane-btn {
    /*sjappi*/
    transform: scaleX(-1);
    left: 305px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
  }
  .show-getfeatureinfopane-btn {
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 11px center / 7px 10px no-repeat;
    transform: scaleX(1);
    /* background-size: 40px 40px; */
    border: 0px;
    display: block;
    height: 70px;
    overflow: hidden;
    text-indent: -9999px;
    width: 30px;
    z-index: 8;
    position: absolute;
    top: 0px;
    outline: none;
    left: 275px;
  }
  .border-md-left-gray {
    border-left: 1px solid #E6E6E6;
  }
  .border-md-top-gray {
    border-top: 1px solid #E6E6E6;
  }
  .border-md-bottom-gray {
    border-bottom: 1px solid #E6E6E6;
  }
  .border-md-right-gray {
    border-right: 1px solid #E6E6E6;
  }
  .border-sm-left-gray {
    border-left: 0;
  }
  .border-sm-top-gray {
    border-top: 0;
  }
  .border-sm-bottom-gray {
    border-bottom: 0;
  }
  .border-sm-right-gray {
    border-right: 0;
  }
  .partner-card {
    border-top: none;
  }
  .splash-header {
    background: #333333;
    /* height:160px; */
    /* background: rgba(148, 21, 18, 0.96) url(../images/bg_red_1.png) center; */
    /* background: rgba(148, 21, 18, 0.96) url(../images/bg_bohan_1.png) center; */
    /* background: rgba(148, 21, 18, 0.96) url(../images/bg_bridge_1.png) center; */
    background: rgba(148, 21, 18, 0.96) url(../images/bg_bridge_2.png) center;
    background: rgba(148, 21, 18, 0.96) url(../images/bg_red_3.png) center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin-top: -25px;
    height: 111px;
    /* opacity: 0.5; */
    background-position: top;
    /*z-index: 9;*/
  }
  .brand-name-splash {
    background: rgba(222, 80, 78, 0.98);
    height: 41px;
    padding: 7px 10px 4px 11px;
    /* color:#fff; */
    font-size: 29px;
    position: absolute;
    /* left: 80px; */
    top: 16px;
    letter-spacing: -1px;
    /* left: 90px; */
    /* right: 90px; */
    text-align: center;
    /* font-family: 'Bree Serif'; */
    /* top: 120px; */
    background: none;
  }
  .brand-baseline {
    background: none;
    /* height:160px; */
    padding: 2px 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    /* position: relative; */
    /* left: 20px; */
    top: 54px;
    left: 20px;
    /* right: auto; */
    /* text-align: center; */
    /* top: 202px; */
    font-size: 19px;
    font-weight: 400;
  }
  .main-title .glyphicon-brand-total {
    font-size: 31px;
    line-height: 1.2;
    color: #f52723;
  }
  div.catalog > div[ui-view] {
    padding-top: 55px;
    /* padding-bottom: 25px; */
    /* background: #f7f7f7; */
  }
  .catalog-search-row {
    /* background: rgba(253, 235, 0, 0.25); */
    padding: 45px 5px 15px 10px;
    width: 600px;
    /* right: 15px; */
    position: relative;
    margin: 0;
    display: table;
    margin: 0 auto;
    /* border-top: 1px solid #e6e6e6; */
  }
  .main-title.catalog {
    font-size: 33px;
    margin-top: 0px;
  }
  .footcol {
    /* background: #428bca; */
    margin-left: 15px;
    margin-top: 20px;
    padding-bottom: 21px;
    float: left;
  }
  .foot-txt {
    color: #dcf4fd;
    font-size: 11px;
    text-align: right;
    padding: 5px 15px 0px 0px;
    border-right: 1px solid #3e3e3e;
    color: #b9b9b9;
    margin-right: -15px;
    margin-top: 21px;
    width: 100%;
  }
  .push-height {
    min-height: calc(100vh - 201px);
  }
  .main-section {
    /* border-right: 3px #fff solid; */
    /* background: #F06317; */
    /* color: #fff; */
    padding: 20px 38px;
    /* margin-bottom: 0px; */
    margin-top: 0px;
    /* border-bottom: none; */
    /* height: 280px; */
  }
  .breadcrumb {
    display: table;
    /* left: 26px; */
    /* top: -10px; */
  }
  .search-icon-container {
    top: 80px;
  }
  .page-header.splash {
    margin-top: -20px;
  }
  .home-title {
    font-size: 30px;
  }
  .plus-padding {
    padding-left: 70px;
    padding-right: 80px;
  }
  div.catalog > div[ui-view] {
    padding-top: 95px;
    /* padding-bottom: 25px; */
    /* padding-top: 0px; */
  }
  div.map > div[ui-view] {
    /*padding-top: 95px;
        padding-bottom: 25px;
        */
  }
  body.catalog {
    /* background: #F7F7F7; */
  }
  .row {
    /* background: #ffffff; */
  }
  .hidden-for-small {
    display: inherit;
  }
  .hidden-for-medium {
    display: none ;
  }
  .tt-thumbnail {
    width: 100%;
    height: 150px;
    background-size: auto;
    background-position: center;
  }
  .btn-pdf {
    width: 100%;
  }
  .ttHeader {
    height: 70px;
  }
  .scrolled header#geobe-header {
    height: 40px;
  }
  header#geobe-header {
    height: 70px;
  }
  .scrolled .geobe-header .main-title {
    margin-left: 0px;
    padding-top: 0px;
    width: 15%;
    /* background: cyan; */
    font-size: 28px;
  }
  .geobe-header .main-title {
    margin-left: 0px;
    padding-top: 13px;
    width: 19%;
    /* background: #333333; */
    font-size: 41px;
  }
  .main-title.map {
    /* position: fixed; */
    left: 20px;
    /* background: chocolate; */
    /* z-index: 999; */
    /* font-size: 33px; */
    /* top: 14px; */
  }
  .geobe-header .main-title.map {
    position: fixed;
    left: 34px;
    /* background: chocolate; */
    /* z-index: 999; */
  }
  .leftbar .main-title.map {
    display: block;
    position: absolute;
    left: 33px;
    top: 13px;
  }
  .geobe-header .menuitem a {
    /* color: #ef4c49; */
    /* font-weight: 400; */
    font-size: 1.125em;
    line-height: 27px;
    font-size: 15px;
    cursor: pointer;
    /* font-weight: 400; */
    /* color: white; */
    /* background: cornsilk; */
    /* width: 91px; */
  }
  .geobe-header .menuitem a:hover {
    /* background: #f9f9f9; */
    /* color:#fff; */
    /* border-bottom: 3px solid #ccc; */
    color: #333333;
    color: #e62323;
  }
  .welcome-title {
    font-size: 23px;
    padding-bottom: 0px;
    color: white;
    font-weight: 400;
    text-align: center;
  }
  .home-title {
    font-size: 24px;
    /* display: block; */
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 8px;
    /* line-height: 34px; */
    font-weight: 400;
    /* font-size: 1.775em; */
    /* margin-bottom: 1.375em; */
    /* margin-top: 1.375em; */
  }
  .row.high-row {
    margin-top: 0px;
  }
  .main-nav-wrapper {
    float: right;
    /* background:#f60; */
    width: 77%;
    position: relative;
    /* height: 30px; */
  }
  .scrolled .main-nav-top {
    height: 0px;
  }
  .main-nav-top {
    /* float:left; */
    /* background:yellow; */
    height: 30px;
    width: auto;
  }
  .main-nav-bottom {
    /* float:left; */
    /* background: #f3f3f3; */
    position: absolute;
    right: 110px;
    /* width: 100%; */
    /* z-index: 9999; */
    /* left: 0px; */
    /* right: 245px; */
    /* height: 40px; */
    /* text-align: center; */
  }
  .main-nav .menuitem {
    /* border-right: 1px solid #E6E6E6; */
    /* border-top: 1px solid #ccc; */
  }
  .main-nav .menuitem:first-child {
    /* border-left: 1px solid #E6E6E6; */
  }
  div.fedgov {
    background: #333;
    font-size: 22px;
    color: white;
  }
  tt-languagechooser {
    border-top: 0px solid #E7E7E7;
    /* border: 1px solid #E7E7E7; */
    background-color: #FCFCFC;
    box-shadow: 0px 0 7px #CCCCCC;
  }
  .closed-language-chooser {
    height: 30px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
  }
  .lang-list-item {
    padding: 4px 15px 25px 15px;
  }
  .ttHeader .main-title small {
    color: #000;
    font-weight: 300;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    display: inline;
    /* font-size: 14px; */
    /* color: #fff; */
  }
  .ttHeader .main-title small span {
    color: #000000;
    /* font-weight: 200; */
    text-shadow: none;
  }
  .ttHeader .main-title {
    text-align: left;
    text-indent: 0px;
  }
  .menu-wrapper.map {
    left: 270px;
  }
  .main-nav {
    /* right: 0px; */
    /* background: #000000; */
    padding: 0px;
    /* left: 0px; */
    /* position: fixed; */
    /* float: right; */
    /* height: 70px; */
    /* margin-bottom: 0px; */
    /* top: 30px; */
  }
  .scrolled tt-languagechooser {
    /* display:none; */
    /* opacity: 0.0; */
    top: -40px;
  }
  tt-languagechooser {
    position: absolute;
    width: 120px;
    right: 70px;
    z-index: 1;
    /* opacity: 0.5; */
    display: block;
    top: 0px;
  }
  tt-languagechooser .icon-container {
    top: 3px;
    color: #B7B7B7;
  }
  .page-header {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  .pane-viewlink {
    padding-left: 36px;
    /* height: 184px; */
  }
  .ol-attribution.ol-uncollapsible {
    left: 260px;
  }
  .navigation-content {
    width: auto;
  }
  div.filters-content[style] {
    height: calc(100% - 5px) !important;
  }
  .scrolled .filters-pane {
    top: 100px;
  }
  .filters-pane {
    /* display:block; */
    /*float: left;*/
    /* background: #E6E6E6; */
    /* border-bottom: 1px solid #ECECEC; */
    /* padding: 30px; */
    /* background: rgb(51, 51, 51); */
    padding: 35px 0px 30px 0px;
    width: 290px;
    /* position: fixed; */
    top: inherit;
    /* bottom: 0; */
    position: relative;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 0;
    left: inherit;
    /* border-right: 1px solid; */
    background: #ffffff;
    /* position: relative; */
    /* min-height: 100%; */
    /*min-height: calc(100vh - 95px);*/
    min-height: calc(100vh + 110px);
    min-height: calc(100vh - -110px);
  }
  .filters-pane.filters-pane-toggle {
    /* left:-200px; */
    /* left: -290px; */
    visibility: visible;
    /* box-shadow: 2px 0px 11px rgba(0,0,0,0.2); */
    opacity: 0;
    width: 0px;
  }
  .filters-content {
    height: auto;
    display: block;
    padding-left: 0px;
    /* margin-top: 30px; */
    /* padding-right: 15px; */
  }
  .filters-head {
    margin: 0px;
    padding-top: 24px;
    /* height: 50px; */
    float: left;
    /* width: 310px; */
    padding-left: 15px;
    cursor: pointer;
    /* background: darkorange; */
  }
  .filters-pane select.form-control,
  .filters-pane button.form-control,
  .filters-pane button.form-control:active:hover,
  .filters-pane button.form-control:active:focus {
    width: 247px;
  }
  .results-head {
    /* font-size: 1.3em; */
    /* margin-bottom: 0px; */
    /* padding-left: 10px; */
    /* margin-top: 19px; */
    /* position: absolute; */
    width: 100%;
    /* background: rgba(72, 61, 139, 0.29); */
    /* height: 15px; */
    margin: 0;
    /* border: none; */
  }
  .filter-chip-container {
    /* margin:0px 0px; */
    /* background: #F0F4F6; */
    padding-left: 0px;
    /* padding-right: 15px; */
    margin-left: 0px;
    margin-right: 0px;
    background: white;
  }
  .resources-top h4 {
    color: #333333;
    /* display: inline; */
    /* margin: 0px; */
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    float: left;
    display: flex;
  }
  .scrolled .resources-top {
    top: 40px;
  }
  .resources-top {
    top: 70px;
    /* bottom: 0; */
    position: fixed;
    /* overflow-y:scroll; */
    /* overflow-x:hidden; */
    /* z-index: 14; */
    padding-left: 0px;
    /* background: #dc1e1e; */
    /* height: 60px; */
    padding-right: 0px;
  }
  .resource-list {
    /* background: #F5F5F5; */
    /* padding-top: 65px; */
    padding: 65px 0px 0px 85px;
  }
  .resource-list-header {
    background: #ffffff;
    padding: 26px 0px 0px 0px;
    margin-left: 0px;
    /* color: white; */
    border: none;
  }
  /* hm hm start */
  .resource-items-wrapper .col-xs-12 {
    border: 0px;
  }
  .resource-items-wrapper .col-sm-12 {
    border-top: 1px solid #e6e6e6;
  }
  .resource-items-wrapper .col-sm-12 {
    /*border:0px;*/
  }
  .resource-items-wrapper .col-sm-6 {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .col-sm-6:nth-child(2n) {
    border-right: 0px;
  }
  .col-sm-6:nth-last-child(2),
  .resource-items-wrapper.show-as-cards .col-sm-6:last-child {
    border-bottom: 0px;
  }
  homeview .show-as-cards .reporting-inspire {
    top: 17px;
  }
  .show-as-cards .reporting-inspire {
    top: 8px;
  }
  .row-white .resource-item h4 {
    /* height: 69px; */
  }
  .row-white .resource-item .caption-wrapper {
    /* height: 75px; */
  }
  .row-white .resource-items-wrapper.show-as-cards .col-md-6 {
    width: 50%;
  }
  .row-white .resource-items-wrapper .col-md-6,
  resource-items-wrapper .col-lg-4 {
    width: 100%;
  }
  .row-white .show-as-cards .resource-item .caption-wrapperbu {
    height: 75px;
  }
  .row-white .show-as-cards .resource-item .caption-wrapper {
    height: 20px;
    margin-top: 10px;
    /* color: #11b5dc; */
  }
  .row-white .show-as-cards .resource-item .caption-wrapper span {
    text-transform: uppercase;
    /* color: #8c8c8c; */
  }
  .row-white .show-as-cards .second-caption {
    position: absolute;
    bottom: 37px;
    padding: 0px 35px;
    line-height: 13px;
    font-size: 13px;
    width: 100%;
    /* background: rgba(0, 0, 139, 0.31); */
    height: 13px;
    margin-left: 0px;
  }
  .row-white .show-as-cards .second-caption .author-caption {
    /* background: #96e7ff; */
    max-width: calc(100% - 75px);
    /* position: absolute; */
    /* width: 200px; */
    display: block;
    float: left;
    /* margin-left: 15px; */
  }
  .row-white .show-as-cards .second-caption .date-caption {
    /* background: #2e7682; */
    position: relative;
    /* width: 200px; */
    float: left;
    margin: 0px;
    /* right: 0px; */
  }
  .row-white .show-as-cards .date-caption {
    position: absolute;
    top: 0px;
    margin: 0px 15px;
    /* background:#000; */
  }
  .row-white .show-as-cards .resource-item-content {
    height: 55%;
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 35px;
    /* background: darkgreen; */
    /*left: 20px;*/
  }
  .row-white .filters-pane-hidden .show-as-cards .resource-item {
    height: 370px;
  }
  .row-white .show-as-cards .resource-item {
    height: 330px;
  }
  .row-white .show-as-cards .resource-item .tt-thumbnail {
    background: #e2e2e2;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /* background-size: cover; */
    z-index: 0;
    bottom: 28px;
    position: absolute;
    left: 35px;
    top: 35px;
    opacity: 1;
    height: 34%;
    width: calc(100% - 70px);
  }
  .row-white .show-as-cards .resource-item a:hover .tt-thumbnail {
    height: 25%;
    opacity: 1;
    /* background: linear-gradient(rgba(19, 255, 0, 0.45),rgba(255, 0, 0, 0.45)); */
    /* position: relative; */
    background-size: 110% auto;
  }
  .row-white .show-as-cards .resource-item a:hover .resource-item-content {
    height: 65%;
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    /* bottom: 0px; */
    /*width: 100%; */
  }
  .row-white .show-as-cards .resource-item a:hover .second-caption {
    /* height:0px; */
    opacity: 0;
  }
  .row-white .show-as-cards .resource-item a:hover p.short-list-abstract {
    /* background:buttonface; */
    height: 60px;
    opacity: 1;
  }
  /* hm hm end */
  .resource-item a:hover .detail-metadatalink {
    /* color:white; */
  }
  .resource-item a:hover,
  .resource-item a:hover p,
  .resource-item a:hover .goto-detail {
    /* text-decoration: none; */
    /* color: #000; */
    transform: none;
  }
  .resource-item a:hover .caption-wrapper {
    /* color: #ffe3e3; */
    /* color:#000000; */
  }
  .resource-item a:hover .detail-metadatalink {
    /* background: transparent; */
    /* color:#ffe3e3; */
  }
  .resource-item a:hover .tt-thumbnail {
    /*height:180px;*/
    /*opacity: 1.0;*/
    /* background: linear-gradient(rgba(19, 255, 0, 0.45),rgba(255, 0, 0, 0.45)); */
    /* position: relative; */
    /* border-radius: 4px; */
  }
  div.filters-body {
    overflow-x: none;
    border-top: 0px;
    /* background: rgba(242, 242, 242, 0.33); */
    height: auto;
  }
  .resources-right-col {
    width: calc(100% - 295px);
    padding-left: 5px;
    margin: 0px;
    display: block;
    float: right;
    min-height: calc(100vh - 95px);
  }
  .resources-right-col.filters-pane-hidden {
    width: calc(100% - 1px);
    padding: 0px;
    border-left: none;
  }
  .sortby-wrapper {
    position: absolute;
    right: 0px;
    top: 17px;
  }
  .navigation-top {
    /* margin-right: 0px; */
    /* margin-left: -25px; */
    /* margin-top: 15px; */
    /* position: absolute; */
    margin: 0 auto;
    /* margin-left: auto; */
    /* top: 5px; */
    /* background: darkturquoise; */
    width: 43%;
    text-align: center;
  }
  .navigation-btns {
    /* margin-right: 0px; */
    /* margin-left: -25px; */
    /* margin-top: 15px; */
  }
  .navigation-btns .row {
    /* background: #e6e6e6; */
    /* border-bottom: none; */
  }
  .pane-primary {
    /* background: rgb(25, 255, 0); */
    padding: 0px 15px 40px 35px;
  }
  .catalog .filters-pane ul.dropdown-menu[style] {
    width: 269px !important;
    /* width: 271px !important; */
    /* height: 660px; */
  }
  .map ul.dropdown-menu[style] {
    top: 122px !important;
  }
  div.catalog ul.dropdown-menu[style] {
    /* width: 68px !important; */
    background: #ffffff;
  }
  .catalog ul.dropdown-menu[style] {
    width: 568px;
  }
  .catalog .results-sort-container ul.dropdown-menu[style] {
    width: 173px;
    text-align: left;
    /* background: #f7f7f7; */
    /* position: absolute; */
    /* right: 0px; */
    /* margin-left: 57px; */
  }
  .rightfloat-container {
    padding: 0px 0px 0px 0px;
  }
  .overview-map-container {
    padding-left: 70px;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
  }
  .map ul.dropdown-menu[style] {
    top: 122px !important;
  }
  .contact-form .btn {
    width: 50%;
  }
}
/* Medium devic es (desktops, 992px and up) */
@media (min-width: 992px) {
  .main {
    display: flex;
  }
  #mainContent {
    padding: 30px 15px 50px;
    /* position:relative; */
    /* background: yellowgreen; */
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: none;
  }
  .view-title {
    width: calc(100% + 70px);
    width: calc(100% - -70px);
  }
  .short-list-abstract {
    width: 88%;
    display: block;
  }
  .view-container.metadata-tab {
    margin-bottom: 0px;
  }
  .hidden-for-medium {
    /* display: inherit !important; */
  }
  .hidden-for-big {
    display: none !important;
  }
  .full-metadata-html-big {
    display: block;
  }
  .full-metadata-html {
    margin-left: 15px;
    /*font-size: 13px;*/
    /*background: #ffffff;*/
    /* margin-top: 30px; */
    padding: 15px 15px 15px 40px;
    border-top: 1px solid #E6E6E6;
    margin-top: 80px;
    border-right: none;
  }
  /*
        #inspire_conformity {
            position:absolute;
            background: hsla(52, 27%, 94%, 0.93);
            top: 72px;
            width: 110px;
            left: -140px;
            border-radius: 55px;
            height: 110px;
            padding: 23px 0px;
        }
        #inspire_conformity h2 {
            color: #333333;
            font-size: 13px;
            font-weight: 900;
            margin: 25px 10px 0px 10px;
            text-align: center;
        }
        .glyphicon-wrapper {
            width: 20px;
            margin-left: 41px;
            margin-top: 5px;
            color: #fff;
            top: 9px;
            position: absolute;
        }*/
  .ol-scale-line {
    right: 365px;
    bottom: 0px;
  }
  .associations {
    margin-left: 0px;
    padding-left: 0px;
  }
  .spacer-col-md {
    display: inherit;
  }
  .page-header.splash {
    margin-top: 0px;
    /* background: rgba(0, 0, 0, 0.08); */
  }
  .direct-link-pane {
    margin: 37px 20px 37px 20px;
  }
  detail-component .pane-viewlink {
    border-bottom: none;
    border-top: none;
    border-right: none;
    /* margin-top: 6em; */
    padding-top: 0px;
  }
  .home-title {
    font-size: 1.775em;
    font-size: 24px;
  }
  .main-section {
    /* border-right: 3px #fff solid; */
    /* background: #F06317; */
    /* color: #fff; */
    padding: 20px 59px 17px;
    /* margin-bottom: 0px; */
    margin-top: 0px;
    /* border-bottom: none; */
    /* height: 280px; */
  }
  .main-nav-bottom {
    right: 110px;
  }
  .resource-items-wrapper .col-sm-12 {
    border: 0px;
  }
  .resource-items-wrapper .col-md-6,
  resource-items-wrapper .col-lg-4 {
    width: 100%;
    border: 1px solid e6e6e6;
  }
  .resource-items-wrapper .col-md-4 {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .resource-items-wrapper .col-md-4:nth-child(3n) {
    /* background:red; */
    border-right: 0px;
  }
  .resource-items-wrapper .col-md-4:nth-last-child(3),
  .col-md-4:nth-last-child(2),
  .col-md-4:last-child {
    /* background:red; */
    border-bottom: 0px;
  }
  .resource-items-wrapper.show-as-cards .col-xs-12:last-child {
    /* background: red; */
    /* border-bottom: 0px; */
  }
  .show-as-cards .reporting-inspire {
    top: 13px;
  }
  .show-as-cards .col-md-6 {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .show-as-cards .col-md-6:nth-child(2n) {
    border-right: 0px;
  }
  .show-as-cards .col-md-6:nth-last-child(2),
  .show-as-cards .col-md-6:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .rightfloat-container {
    padding: 90px 0px 15px 0px;
    /* height: calc(10% + 20px); */
  }
  .md-float-right {
    float: right;
  }
  .plus-padding {
    /* padding-left: 70px; */
    padding-right: 70px;
  }
  .tt-thumbnail {
    width: 100%;
    height: 150px;
    background-size: auto;
    background-position: center;
  }
  /*
        detail-component .tt-thumbnail:hover .resize-icon-holder, detail-component .tt-thumbnail:focus .resize-icon-holder {
            font-size: 21px;
            color: #d4d4d4;
            -ms-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }*/
  .resource-item h4 {
    /* height: 69px; */
  }
  .resource-item .caption-wrapper {
    /* height: 75px; */
  }
  .resource-items-wrapper.show-as-cards .col-md-6 {
    width: 50%;
  }
  .show-as-cards .resource-item .caption-wrapperbu {
    height: 75px;
  }
  .show-as-cards .resource-item .caption-wrapper {
    height: 20px;
    margin-top: 10px;
    /* color: #11b5dc; */
  }
  .show-as-cards .resource-item .caption-wrapper span {
    text-transform: uppercase;
    /* color: #8c8c8c; */
  }
  .show-as-cards .second-caption {
    position: absolute;
    bottom: 37px;
    padding: 0px 35px;
    line-height: 13px;
    font-size: 11.1px;
    width: 100%;
    /* background: rgba(0, 0, 139, 0.31); */
    height: 13px;
    margin-left: 0px;
  }
  .show-as-cards .second-caption .author-caption {
    max-width: calc(100% - 75px);
    /* position: absolute; */
    /* width: 200px; */
    display: block;
    float: left;
    margin-left: 0px;
  }
  .show-as-cards .second-caption .date-caption {
    /* background: #2e7682; */
    position: relative;
    /* width: 200px; */
    float: left;
    margin: 0px;
    /* right: 0px; */
  }
  .show-as-cards .date-caption {
    position: absolute;
    top: 0px;
    margin: 0px 15px;
    /* background:#000; */
  }
  .show-as-cards .resource-item-content {
    height: 55%;
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 35px;
    /* background: #ffffff; */
    padding-right: 35px;
  }
  .filters-pane-hidden .show-as-cards .resource-item {
    height: 370px;
  }
  .show-as-cards .resource-item {
    height: 330px;
  }
  .show-as-cards .resource-item .tt-thumbnail {
    background: #e2e2e2;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /* background-size: cover; */
    z-index: 0;
    bottom: 28px;
    position: absolute;
    left: 35px;
    top: 35px;
    opacity: 1;
    height: 34%;
    width: calc(100% - 70px);
    /* bottom: 4px; */
    /* border-radius: 9px; */
  }
  .show-as-cards .resource-item a:hover .tt-thumbnail {
    height: 25%;
    opacity: 1;
    /* background: linear-gradient(rgba(19, 255, 0, 0.45),rgba(255, 0, 0, 0.45)); */
    /* position: relative; */
    background-size: 110% auto;
  }
  .show-as-cards .resource-item a:hover .resource-item-content {
    height: 65%;
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    /* bottom: 0px; */
    /*width: 100%; */
  }
  .show-as-cards .resource-item a:hover .second-caption {
    /* height:0px; */
    opacity: 0;
  }
  .show-as-cards .resource-item a:hover p.short-list-abstract {
    /* background:buttonface; */
    height: 60px;
    opacity: 1;
  }
  .resources-top .show-as-grid-link {
    display: block;
  }
  /*    #tt-mouse-position {
            display: block;
            top: auto;
            bottom: 0px;
            right: 93px;
            position: fixed;
            background: rgba(255, 255, 255, 0.8);
            width: 180px;
            height: 19px;
        }*/
  .catalog ul.dropdown-menu[style] {
    /* width: 271px; */
  }
  .pane-primary {
    /* background: rgb(255, 237, 0); */
    padding: 0px 15px 40px 15px;
  }
  .overview-map-container {
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
  }
  .overview-map-container .caption {
    color: #b3b3b3;
    font-size: 11px;
    padding: 15px 0px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .view-title {
    width: calc(100% + 90px);
    width: calc(100% - -90px);
  }
  .resource-items-wrapper.show-as-cards .col-lg-4 {
    width: 33.3%;
  }
  .hidden-for-medium {
    /* display: inherit !important; */
  }
  .spacer-col-lg {
    display: inherit;
  }
  .spacer-col-md {
    display: none;
  }
  .resource-items-wrapper.show-as-cards .col-lg-4 {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .resource-items-wrapper.show-as-cards .col-lg-4:nth-child(3n) {
    /* background: rgba(255, 0, 0, 0.03); */
    border-right: 0px;
  }
  .resource-items-wrapper.show-as-cards .col-lg-4:nth-last-child(3),
  .resource-items-wrapper.show-as-cards .col-lg-4:nth-last-child(2),
  .resource-items-wrapper.show-as-cards .col-lg-4:last-child {
    /* background:red; */
    border-bottom: 1px solid white;
  }
  .full-metadata-html {
    padding: 15px 15px 15px 60px;
  }
  /*    .resource-item:nth-child(3n){
            border-right:10px solid black;
        }*/
  .tt-thumbnail {
    width: 100%;
  }
  .plus-padding {
    padding-left: 90px;
    padding-right: 90px;
  }
}
/*# sourceMappingURL=tt-geobe.css.map */