@charset "UTF-8";
/* Copyright it-motive AG, Duisburg */
/* it-motive Anpassungen und Overwrites */
/***************************************************/
.clear {
  clear: both;
}

/***************************************************/
/****** SEARCH WAIT INDICATOR *****/
.dc-ics-spc-SearchWait {
  padding-bottom: 20px;
  display: none;
}

/* POPUP SEARCH */
.dc-ics-popup {
  background: #ffffff none repeat scroll 0 0;
  font-family: "Bosch-sans-light", Arial, Verdana, sans-serif;
  border: 1px solid #5a7c91;
  box-shadow: 0 0 15px #999999;
  padding: 10px;
  position: absolute;
  top: inherit;
  z-index: 1500;
  display: none;
}

.dc-ics-popup h2 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}

.dc-ics-popup-close {
  float: right;
  position: relative;
  border: 0 none;
}

.dc-ics-popup-close:hover {
  background-position: -87px -34px;
  cursor: pointer;
}

.dc-ics-spc-searchTopic {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #5a7c91;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #819eb1;
  height: 23px;
  padding: 3px 5px 4px;
  width: 260px;
  vertical-align: top;
}

.dc-ics-spc-searchTopic:hover {
  color: #264461;
  border-color: #264461;
}

.dc-ics-spc-search-tip-layer {
  width: 100%;
}

.dc-ics-spc-search-tip-layer ul {
  list-style: outside none square;
  margin-left: -25px;
}

.dc-ics-spc-searchtip-example {
  min-height: 100px;
}

.dc-ics-spc-searchtip-example h3,
.dc-ics-spc-searchtip-example p {
  font-size: 13px;
  margin: 0;
}

svg {
  width: 20px;
  height: 20px;
}

/***************************************************/
/* HOTSPOT */
.dc-ics-spc-DrawingIdx {
  color: #5a7c91;
  cursor: pointer;
}

.dc-ics-spc-DrawingIdx:hover {
  color: #264461;
}

.dc-ics-spc-hotspot {
  cursor: pointer;
}

#dc-ics-spc-hotspot-details-content {
  margin-top: 30px;
}

/***************************************************/
#dc-ics-spc-pdfdownload-form {
  margin-bottom: 0px;
}

#dc-ics-spc-pdfdownload-options {
  display: none;
  position: absolute;
}

#dc-ics-spc-pdfdownload-options-submit {
  background-image: url("/ics/projects/icsApplication/Renderer/desktop/sprites/bg_iconsprite.png");
  background-position: -205px -214px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 10px;
}

#dc-ics-spc-pdfdownload-options-submit:hover {
  background-position: -205px -244px;
}

#dc-ics-spc-pdfdownload-options-abmessungen-hinweis {
  display: none;
}

#dc-ics-spc-pdfdownload-options-content > div > input[type=checkbox] {
  /* wurde von main_combo.css auf display:none gesetzt */
  display: initial;
  margin-right: 5px;
}

.dc-ics-spc-pdfdownload-languages {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dc-ics-spc-ScaledPicture {
  overflow: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.dc-ics-spc-nachfolge {
  margin-top: 10px;
  font-size: 11px;
}

.dc-ics-spc-nachfolge-text1 {
  color: #df0024;
  font-weight: bold;
}

.dc-ics-spc-nachfolge-text2 {
  font-weight: bold;
  float: left;
}

.dc-ics-spc-nachfolge-link {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #264461;
}

/***************************************************/
.dc-ics-body-navi {
  /* UrsprÃ¼ngliche Navigation muss vernÃ¼nftig ausgebaut werden, display:none nur zum Testen */
  display: none;
}

.mcd-expandable-box .mcd-maincontent .dc-ics-spc-stueckliste .dc-ics-spc-drawingcont .dc-ics-spc-ScaledPicture img {
  width: auto;
  max-width: none;
}

.dc-ics-spc-expandable-header-open {
  background: #cfdde7 !important;
}

ul.dc-ics-menu {
  text-align: left;
  display: inline-block;
  list-style: none !important;
}

ul.dc-ics-menu li {
  list-style: none !important;
}

ul.dc-ics-menu > li {
  z-index: 999;
  list-style: none !important;
}

ul.dc-ics-menu:hover > li {
  position: relative;
  padding: 0;
}

ul.dc-ics-menu:hover {
  margin: 0 0 0 0 !important;
}

ul.dc-ics-menu:hover > li ul {
  display: block;
}

ul.dc-ics-menu > li > a {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url("sprites/dct_sprite_va.png");
  background-position: right -1124px;
  padding: 0 10px 0 2px;
  position: relative;
  z-index: 5;
}

ul.dc-ics-menu li ul {
  display: none;
  position: absolute;
  top: 18px;
  left: -1px;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

ul.dc-ics-menu li ul li {
  padding: 0 0 0 5px;
  display: block;
}

ul.dc-ics-menu li ul li a {
  cursor: pointer;
}

.dc-ics-functions-wrapper {
  display: flex;
  justify-content: flex-end;
}

/****Reparaturanfrage****/
.dc-ics-contact-formular-content {
  font-family: "Bosch Sans Light", Verdana, Tahoma, sans-serif;
}

.dc-ics-cursor-pointer {
  cursor: pointer;
}

.dc-ics-spc-ShortList-selectionWrapper:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 10px;
  content: "";
  transform: rotate(-45deg);
  background-color: #F2F2F2;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}

.dc-ics-spc-ShortList-list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dc-ics-spc-ShortList-options {
  position: absolute;
  top: 29px;
  width: 100% !important;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
  background-color: white;
  left: 0px;
  height: 155px;
  overflow-y: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  z-index: 100;
}

.dc-ics-spc-ShortList-option {
  padding-left: 10px;
  margin-bottom: 0px;
  height: 32px;
  font-size: 14px;
  width: 100% !important;
  margin-top: 2px;
  color: #264461;
}

.dc-ics-spc-ShortList-selectedItem {
  line-height: 29px;
}

.dc-ics-spc-ShortList-option:hover {
  background-color: #e5eef2;
}

.dc-ics-spc-group-abreast {
  margin-bottom: 20px;
  height: 58px;
  display: flex;
}

.dc-ics-spc-ShortList-selectionWrapper {
  height: 32px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #f2f2f2;
  padding-left: 10px;
  font-size: 0.875em;
  color: #264461;
  margin-top: 8px;
  display: flex;
}

.dc-ics-contact-formular-input-field-warning-border {
  border-color: #de6f81 !important;
}

.dc-ics-contact-formular-input-field-warning-text {
  color: #de6f81;
}

/* Expandable Fixes */
.dc-ics-spc-expandable {
  padding: 0 !important;
}

.dc-ics-spc-expandable-header {
  padding-left: 16px;
  padding-right: 16px;
}

.mcd-maincontent.row.clearfix {
  padding-left: 15px;
  padding-right: 15px;
}

.aui .bglt main.rexroth .summary_list_width_75 {
  width: 75% !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aui .bglt main .mcd-expandable-group .mcd-expandable-box div.mcd-expandable-box-clickarea {
    margin-left: 0 !important;
  }
}
