/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.06.2017, 13:44:24
    Author     : ab
*/
.download_box_header {
  background-image: none !important;
  background-color: black !important;
  height: 24px !important;
  font-size: 16px !important;
  padding-top: 9px !important;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.download_box_thumbs_content {
  padding-top: 10px;
  height: 100%;
  width: 100%;
  background: #5f5f5f !important;
}
.download_box_toggler {
  float: right;
  padding-right: 10px;
  cursor: pointer;
}
.download_box_triangle_up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid white;
  position: relative;
  top: -17px;
}
.download_box_triangle_down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid white;
  position: relative;
  top: 17px;
}
.document_closed {
  display: none;
}
.add_document {
  display: inline-block;
  background-image: url("../Icons/icon-sammeln.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.show_document {
  display: inline-block;
  background-image: url("../Icons/icon-ansehen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
ul.download_list {
  list-style: none !important;
  list-style-type: none !important;
  display: block;
  width: 100%;
  padding: 0;
}
ul.download_list li {
  position: relative;
  background-image: none !important;
  float: left;
  max-width: 230px;
  margin: 0 0px 15px 10px;
  padding: 10px 10px 0 10px !important;
  background: #eeeeee;
  height: 270px;
}
ul.download_list li .cover .download_doc_single {
  display: none;
}
ul.download_list li .cover a.download_doc_single {
  position: absolute;
  background: #5f5f5f;
  opacity: .8;
  top: 10px;
  text-align: center;
  height: 180px;
  background-image: url(../Icons/icon-sammeln.png);
  background-repeat: no-repeat;
  background-position: 50px 65px;
}
ul.download_list li .cover .download_doc {
  display: none;
}
ul.download_list li .cover a.download_doc {
  position: absolute;
  background: #5f5f5f;
  opacity: .8;
  top: 102px;
  text-align: center;
  height: 90px;
  background-image: url(../Icons/icon-sammeln.png);
  background-repeat: no-repeat;
  background-position: 50px 20px;
}
ul.download_list li .cover .open_doc {
  display: none;
}
ul.download_list li .cover a.open_doc {
  position: absolute;
  background-image: none;
  background: #5f5f5f;
  opacity: .8;
  top: 10px;
  text-align: center;
  height: 90px;
  background-image: url(../Icons/icon-ansehen.png);
  background-repeat: no-repeat;
  background-position: 50px 20px;
}
ul.download_list li .cover a span {
  position: relative;
  z-index: 2;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.box_130 {
  width: 130px;
}
.box_140 {
  width: 140px;
}
.cover {
  height: 182px;
}
.cover img {
  display: block;
  margin: auto;
}
.document_info {
  padding-top: 5px;
}
.open_span {
  color: white !important;
  top: 55px;
}
.download_span {
  color: white !important;
  top: 60px;
}
.download_span_single {
  color: white !important;
  top: 110px;
}
.download_basket {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0px;
  background: #000000;
  display: none;
  border-top: 1px solid white;
  outline: 10px solid #5f5f5f;
}
.download_basket_toggle {
  position: fixed;
  width: 210px;
  height: 60px;
  bottom: 0px;
  padding: 0;
  right: 1%;
  background: #5f5f5f;
  color: white;
  border-bottom: 1px solid white;
}
.download_basket_button {
  font-weight: bold;
  padding: 5px !important;
  background: black;
  margin: 10px;
  height: 40px;
  width: 180px;
  background-image: url(../Icons/icon-sammeln.png);
  background-repeat: no-repeat;
  background-position: 5px;
  position: relative;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  cursor: pointer;
}
.download_basket_title {
  position: relative;
  top: 10px;
  margin-left: 50px;
}
.download_basket_title:hover {
  border-bottom: 1px solid white;
  padding-bottom: 1px;
}
.download_basket_counter {
  position: relative;
  top: 10px;
  margin-left: 5px;
}
.download_basket_triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
  position: relative;
  top: 5px;
  left: 8px;
  display: none;
}
.download_basket_header {
  width: 970px;
  z-index: 999;
  padding: 20px 0 5px 0;
  margin: 0 auto;
  color: #cccccc !important;
}
.download_basket_content {
  width: 970px;
  z-index: 999;
  padding: 0px;
  margin: 0 auto;
  color: #cccccc !important;
  max-height: 160px;
  overflow: auto;
  overflow-y: overlay;
}
.basket_document {
  border: 0px !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  color: white !important;
  padding: 10px !important;
  border-bottom: 2px solid #000000 !important;
  text-align: left !important;
}
.basket_header_row {
  border: 0px !important;
  background: #000000 !important;
  text-shadow: none !important;
  color: white !important;
  padding: 5px 10px 5px 10px !important;
  border-bottom: 2px solid #000000 !important;
  text-align: left !important;
}
.download_document {
  border: 0px !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  color: white !important;
  padding: 10px !important;
  border-bottom: 2px solid #000000 !important;
  text-align: left !important;
}
.download_basket_summary {
  width: 970px;
  margin: 0 auto;
  color: #cccccc !important;
  display: none;
  margin-top: 20px;
}
.basket_download_btn {
  width: 170px;
  background: #000;
  text-align: center;
  float: right;
  padding: 5px 0 5px 0;
  display: inline-block;
  background-image: url(../Icons/icon-zip-download.png);
  background-repeat: no-repeat;
  background-position: 5px;
  border: 1px solid white;
  height: 40px;
}
.basket_download_txt {
  color: white;
  position: relative;
  top: 10px;
  left: 20px;
  font-size: 14px !important;
}
.doc_header {
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  padding: 10px !important;
  text-align: left !important;
  padding: 0 0 5px 0 !important;
}
.col_big {
  width: 62%;
  display: inline-block;
  color: white !important;
}
.col_mid {
  width: 9%;
  display: inline-block;
  color: white !important;
}
.col_small {
  width: 10px;
  display: inline-block;
  color: white !important;
}
.basket_form {
  border: #cccccc 1px solid;
}
.basket_form_row {
  padding: 6px;
}
.basket_form_label {
  display: inline-block;
  width: 100px !important;
}
.basket_form_field {
  display: inline-block;
}
.basket_form_header_row {
  background-image: none !important;
  background-color: black !important;
  height: 24px !important;
  font-size: 14px !important;
  padding-top: 9px !important;
}
.download_contact_div {
  width: 600px;
  height: 100px;
}
.download_contact_div a:link {
  color: white !important;
}
.download_contact_div a:visited {
  color: white !important;
}
.optional_link_div {
  width: 600px;
  height: 100px;
}
.optional_link_div a:link {
  color: white !important;
}
.optional_link_div a:visited {
  color: white !important;
}
#dwg_menu {
  width: 130px;
  height: 80px;
  background-color: #5f5f5f;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
  background: black;
}
#dwg_menu:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin: 1px;
  border-right-color: black;
  border-width: 15px;
  margin-top: -15px;
}
#dwg_menu:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin: 1px;
  border-right-color: black;
  border-width: 15px;
  margin-top: -15px;
}
.dwg_menu_content {
  padding: 10px;
}
.dwg_menu_content a:link {
  color: white !important;
}
.dwg_menu_content a:visited {
  color: white !important;
}
.sel_pdf {
  height: 10px;
  width: 110px;
  border-bottom: 1px solid white;
  padding-bottom: 9px;
}
.sel_dwg {
  height: 10px;
  width: 110px;
  border-bottom: 1px solid white;
  padding-bottom: 9px;
  margin-top: 4px;
}
.sel_pdf_dwg {
  height: 10px;
  margin-top: 4px;
}
.blocker {
  z-index: 1999;
}
