
#com_etsmap_container table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}

#com_etsmap_container th {
  text-align: left;
}

#com_etsmap_container table tr td {
  padding: 0;
  vertical-align: top;
  font-size: .813em;
}

.etsSelectNavigation td {
  background: white;
}

#com_etsmap_container table tr td ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

#com_etsmap_container table th {
  font-weight: normal;
  font-size: 1em;
  height: 58px;
  border-bottom: 1px solid #808080;
  padding-left: 25px;
  background: url('images/plus.png') 945px 25px no-repeat;
  cursor: pointer;
  position: relative;
}

#com_etsmap_container table th:hover {
  color: #333;
}

#com_etsmap_container table th.opentitle {
  border-bottom: 0;
  padding: 1px 0 0 25px;
  color: #000;
  background: url('images/minus.png') 945px center no-repeat;
  background: url('images/minus.png') 945px center no-repeat, -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
  background: url('images/minus.png') 945px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #fbfbfb));
  background: url('images/minus.png') 945px center no-repeat, -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
  background: url('images/minus.png') 945px center no-repeat, -o-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
  background: url('images/minus.png') 945px center no-repeat, -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
  background: url('images/minus.png') 945px center no-repeat, linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

#com_etsmap_container table tr.opencontent td {
  border-bottom: 1px solid #808080;
}

#com_etsmap_container table tr.summary {
  background: none;
}

#com_etsmap_container table tr.summary td {
  border-right: none !important;
}

#com_etsmap_container .summary td > div {
  margin: 45px 25px !important;
  word-wrap: break-word;
}

#com_etsmap_container table tr button.togglealltopicrows {
  position: absolute;
  right: 0;
}

#com_etsmap_container table tr.etsrow {
  /* display:none; */
  background-color: #fafafa; /* fallback */
  background-image: -moz-linear-gradient(top, #fbfbfb 60%, #f4f4f4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fbfbfb), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #fbfbfb 60%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 60%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #fbfbfb 60%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 60%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f4f4f4', GradientType=0);
}

#com_etsmap_container table tr.etsrow td > div {
  max-width: 100%;
  padding: 10px 25px 10px 25px;
  margin: 0;
  overflow-x: hidden;
}

#com_etsmap_container table tr#ets-extra_fields td dl {
  padding: 0 25px 20px 25px;
  margin: 0;
}

.updated_row td div {
  padding: 20px 25px;
}

.etsrow td.col-1.twoopen,
.etsrow td.col-1.threeopen,
.etsrow td.col-2.threeopen {
  border-right: 1px solid #ccc;
}

.etsrow.is-empty td {
  border-right: 0 !important;
}

#com_etsmap_container table tr td.col-1,
#com_etsmap_container table tr td.col-2,
#com_etsmap_container table tr td.col-3 {
  font-size: .938em;
  font-weight: 300;
  color: #333;
}

td select {
  width: 100%;
  min-width: 40px;
  height: 46px;
  border: 1px solid #aaa;
  color: #000;
  line-height: 18px;
  font-size: 1em;
  padding-left: 25px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background: url('images/selectbutton.png') white right no-repeat;
}

/*  BEGIN: Firefox*/

@-moz-document url-prefix() {
/*
  td#sel2, td#sel3 {
    overflow: hidden;
  }
  td select {
    padding-top: 12px;
    background: url('images/selectbutton.png') -2px no-repeat;
  }
  td.oneopen select {
    padding-top: 12px;
    background: url('images/selectbutton.png') 860px no-repeat;
    width: 917px;
  }
  td.twoopen select {
    padding-top: 12px;
    background: url('images/selectbutton.png') 430px no-repeat;
    width: 487px;
  }
  td.threeopen select {
    padding-top: 12px;
    background: url('images/selectbutton.png') 287px no-repeat;
    width: 344px;
  }
  td#sel3.threeopen {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
  }
  td#sel3.threeopen select {
    background: url('images/selectbutton2.png') 282px no-repeat;
  }
*/
}

/*  END: Firefox*/

select[disabled] {
  color: #818181;
}

select[disabled]:hover {
  cursor: default;
}

select:hover {
  cursor: pointer;
}

select:focus, textarea:focus, input:focus {
  outline: 0;
}

td.col-1 select {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

td.col-2 select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

td.col-3 select {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

td.oneopen {
  width: 900px !important;
  overflow: hidden;
}

td.twoopen {
  width: 470px !important;
  overflow: hidden;
}

td.threeopen {
  width: 300px !important;
  overflow: hidden;
}

span.map-index {
  font-weight: 400;
  color: #333;
}

span.sources_link {
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

div.hichartgraph1 {
  width: 250px;
  height: 280px;
  padding-left: 17px !important;
}

div.hichartgraph2 {
  width: 250px;
  height: 150px;
  display: block;
}

#com_etsmap_container table tr.intro td {
  padding: 20px 300px 0 25px;
  font-size: 1em;
}

/* Kategorien */

#com_etsmap_container table tr th span {
  position: relative;
  top: -3px;
  font-size: .875em;
  font-weight: 300;
}

#com_etsmap_container table tr th:hover span {

}

#com_etsmap_container table tr.tpl-group-1 th.topicTitle {
  color: #77b9d5;
}

#com_etsmap_container table tr.tpl-group-1 th.topicTitle:hover {
  color: #77b9d5;
}

#com_etsmap_container table tr.tpl-group-2 th.topicTitle {
  color: #7cd568;
}

#com_etsmap_container table tr.tpl-group-2 th.topicTitle:hover {
  color: #7cd568;
}

#com_etsmap_container table tr.tpl-group-3 th.topicTitle {
  color: #28A79E;
}

#com_etsmap_container table tr.tpl-group-3 th.topicTitle:hover {
  color: #28A79E;
}

#com_etsmap_container table tr.tpl-group-4 th.topicTitle {
  color: #d9c13c;
}

#com_etsmap_container table tr.tpl-group-4 th.topicTitle:hover {
  color: #d9c13c;
}

#com_etsmap_container table tr.tpl-group-5 th.topicTitle {
  color: #B43DA3;
}

#com_etsmap_container table tr.tpl-group-5 th.topicTitle:hover {
  color: #B43DA3;
}

#com_etsmap_container table tr.tpl-group-6 th.topicTitle {
  color: #78A76E;
}

#com_etsmap_container table tr.tpl-group-6 th.topicTitle:hover {
  color: #78A76E;
}

#com_etsmap_container table tr.tpl-group-7 th.topicTitle {
  color: #F48132;
}

#com_etsmap_container table tr.tpl-group-7 th.topicTitle:hover {
  color: #F48132;
}

/*
12.06.2014
view-compare specific css
AG LUCID ADDED:
*/

#com_etsmap_container table tr th.topicTitle {
  text-transform: uppercase;
  background: transparent;
  filter: none;
  font-size: 1em;
  font-weight: 400;
  height: 50px;
  padding-top: 50px;
  cursor: default;
}

#com_etsmap_disclaimer {
  padding-top: 120px;
}

#com_etsmap_container table tr.tpl-group-1 .firstTopicHeader {
  border-bottom: 4px solid #77b9d5;
}

#com_etsmap_container table tr.tpl-group-2 .firstTopicHeader {
  border-bottom: 4px solid #7cd568;
}

#com_etsmap_container table tr.tpl-group-3 .firstTopicHeader {
  border-bottom: 4px solid #28A79E;
}

#com_etsmap_container table tr.tpl-group-4 .firstTopicHeader {
  border-bottom: 4px solid #d9c13c;
}

#com_etsmap_container table tr.tpl-group-5 .firstTopicHeader {
  border-bottom: 4px solid #B43DA3;
}

#com_etsmap_container table tr.tpl-group-6 .firstTopicHeader {
  border-bottom: 4px solid #78A76E;
}

#com_etsmap_container table tr.tpl-group-7 .firstTopicHeader {
  border-bottom: 4px solid #F48132;
}

#com_etsmap_infotab {
  margin-top: 32px;
}

.view-compare .row-fluid .span6 {
}

.view-compare .row-fluid .span6:first-of-type {
  margin-left: 0;
}

.view-compare .boxBorder.span6 {
  padding: 12px 20px;
  border: 1px solid #ddd;
}

.view-compare .tabNavigation {
  position: absolute;
  top: -65px;
  z-index: 10;
  right: 0;
}

.view-compare .tabNavigation ul li {
  display: inline-block;
}

.view-compare .tabNavigation ul li a {
  display: block;
  padding: 9px 80px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px 12px 0 0;
  font-weight: 400;
}

.view-compare .tabNavigation ul li a.tabActive {
  color: #000;
  border-bottom: 1px solid white;
}

.view-compare .tabNavigation ul li a.tabInactive {
  color: #666;
  background: #eee;
}

table.etsSelectNavigation {
  padding: 0;
  background: white;
  top: 6px;
  position: relative;
  z-index: 1300;

}

#com_etsmap_container table.etsSelectNavigation.etsSelectNavigation-fixed {
  top: 52px;
  width: 980px;
  min-width: 980px;
  max-width: 980px;
  z-index: 1300 !important;
  position: fixed;
  background: white;
}

.etsQuickMenu {
  max-width: 980px;
  padding: 15px 0;
  visibility: hidden;
  top: 0;
  position: absolute;
  background: white;
}

.etsQuickMenu.etsQuickMenu-fixed {
  visibility: visible;
  position: fixed;
  z-index: 1300;
}

#gototopiclable {
  font-size: 11px;
  font-weight: 400;
}

#com_etsmap_container .etsQuickMenu #gototopicwrapper {
  display: inline-block;
  width: 200px;
  padding: 0;
  max-height: 20px;
  overflow: hidden;
  border: 2px solid #bbb;
  background: url('images/selectbuttonSmall.png') #bbb 180px no-repeat;
}

#com_etsmap_container .etsQuickMenu #gototopicwrapper:hover {
  background: url('images/selectbuttonSmall.png') #fff 180px no-repeat;
  border: 2px solid #bbb;
}

#com_etsmap_container .etsQuickMenu #gototopicwrapper select:hover {
  color: #808080;
}

#com_etsmap_container .etsQuickMenu #gototopicwrapper select:focus option {
  color: #111;
}

.ie8 #com_etsmap_container .etsQuickMenu #gototopicwrapper,
.ie7 #com_etsmap_container .etsQuickMenu #gototopicwrapper {
  display: none;
}

#com_etsmap_container .etsQuickMenu #gototopicwrapper select#gototopicbutton {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 10px;
  margin: 0;
  width: 220px;
  height: 18px;
  color: inherit;
  line-height: 0.8;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

#toggleallrows {
  margin-left: 22px;
}

/* Empty secitons */

.etsrow.is-empty {
  display: none;
}

#com_etsmap_container table .is-empty th {
  background: 0;
  border-bottom: 1px solid #808080;
  color: #808080;
  cursor: default;
}

.etsrow {
  display: none;
}

.etsrow.opencontent {
  display: table-row;
}



/* new x and + buttons sept. 2016 */

td select {
  background: url('images/plus-margin.png') right center no-repeat;
}

td select[disabled] {
   background: url('images/plus-margin-inactive.png')  right center no-repeat;
}
td #selector1 {
   background: url('images/selectbutton.png')  right center  no-repeat;
}
.close-col {
   position:relative;
   z-index:200;
   float:right;
   margin:-42px 3px 3px 3px; 
   color: #666;
   width:36px;
   height:39px;
   background:white;
   cursor: pointer;
   padding: 7px 13px;
   box-sizing: border-box;
}

.close-col-1, 
.close-col-2,
.close-col-3 {
   display: none;
   font-size: 19px;
   font-weight: bold;
}


.twoopen .close-col-1,
.threeopen .close-col-1 {
   display: block;
}

.twoopen .close-col-2,
.threeopen .close-col-2 {
   display: block;
}

.threeopen .close-col-3 {
   display: block;
}




/*  BEGIN: Internet Explorer*/

.ie #com_etsmap_container td select.btn-primary {
  height: 20px;
  padding-left: 25px;
}

/*  END: Internet Explorer*/

/* Tab Downloads*/
#infotab_factsheets .downloadlink select {
  max-width: 250px;;
}
