

#pcb3 .indexCategories .slick-dots {
  top:-13px;
  position:absolute;
}

#pcb3 .bottomClosure a{
  display:inline-block;
}

#pcb3 .center .selectbox .builderComponents .listRow .actions a {
  margin: 5px 0;
}
#pcb3 .price {
  color: #ad0109;
  text-align:right;
}

#pcb3 .strikedPrice{
  text-align:right;
}

#pcb3 .alternateStandardFont{
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
}

#pcb3 .fontSize18{
  font-size:18px;
}



.jsSlickCarouselCategorie, .jsSlickCarouselComponents{
  visibility:hidden;
}

.jsSlickCarouselCategorie.slick-initialized,.jsSlickCarouselComponents.slick-initialized{
  visibility: visible;
}

#pcb3 .warning{
  color:#d22;
  font-weight:bold;
}

#pcb3 .removeAllFilters{

}

#pcb3 .showSelection{
  padding-left: 12px;
  margin: 0;
  font-size: 1em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
}

#pcb3 #filterToggle .pcBuilderFilter{
  height: 48px;
  margin-bottom: 4px;
  border-bottom: 2px solid #b3b3b3;
  background: #fff;
  padding: 0px;
  overflow: hidden;
}

#pcb3 #filterToggle .pcBuilderFilter select {
  border: 1px solid #ddd;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-decoration: none;
  vertical-align: baseline;
  text-overflow: ellipsis;
  height: 50px;
}

#pcb3 #filterToggle .pcBuilderFilter p.filterLabel{
  padding: 4px 16px 0 12px;
  margin-bottom: 0;
  width: 100%;
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pcb3 #filterToggle .pcBuilderFilter > .fas{
  position: absolute;
  right: 8px;
  top: 8px;
}

#filterToggle .pcBuilderFilter .showSelection {
    padding-left: 12px;
    margin: 0;
    font-size: 1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
}

#pcb3 .paddingBottom10{
  padding-bottom:10px;
}

#pcb3 .copyShareUrlIcon{
  font-size:20px;
}

#pcb3 .marginButtons3{
  margin:3px;
}

#pcb3 .filterProductNotFound{
  font-size:20px;
  color:#a90109;
}

#pcb3 .float-right {
  float: right;
}

#pcb3 .float-left {
  float: left;
}

#pcb3 .montageError .fa-exclamation-triangle {
  color:#d22
}
#pcb3 .alternateHint .fa-info-circle {
  color:#3c763d;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-fade.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
.alert-fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.alert-fade.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}
.alert-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.alertContainer{
  height:70px;
}


#pcb3 .willBeDeletedHint{
  font-size:12px;
}

#pcb3 .productInside{
  background:rgba(0, 255, 0,0.2);
}

#pcb3 .conflictbackground{
  background:rgba(255, 0, 0,0.2);
}

#pcb3 .constraintbackground{
  background:rgba(255,204,0,0.2);
}


#pcb3 .myConfiguration .price,#pcb3 .productName,#pcb3 .modalTable .price{
  padding-bottom:5px;
  overflow:hidden;
}

#pcb3 .borderForProduct{
  border-bottom:1px solid #e5e5e5;
}

#pcb3 .leftBox .price{
  border:none;
}

#pcb3 .conflict {
  color: #a90109;
}

#pcb3 .icon.conflict:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:'\f071';
}

#pcb3 .closure.inactive{
  background-color:grey;
}

#pcb3 .selectboxcontent .success .msgHead{
  color:green;
}

#pcb3 .conflict .msgHead{
  font-size:24px;
}

#pcb3 .tiles{
  display:flex;
  display: -webkit-flex;
  min-height:140px;
  border-radius:5px;
  flex-direction: column;
  -webkit-flex-direction:column;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

#pcb3 .desc.CONFLICT .name{
  color:#a90109;
}

#pcb3 .loadComponentContainer{
  display:flex;
  display: -webkit-flex;
  border-radius:5px;
  flex-direction: column;
  -webkit-flex-direction:column;
  background-color:#fff;
  text-align:left;
  justify-content:center;
  margin-bottom: 5px;
}

#pcb3 .loadButton button,#pcb3 .deleteButton button{
  overflow:hidden;
  position:relative;
}

#pcb3 .loadButton button:before,
#pcb3 .deleteButton button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f013";
  position: absolute;
  left: -30px;
  transition: all 200ms ease;
}
#pcb3 .deleteButton button:before{
  content:"\f2ed";
}


#pcb3 .loadComponentButton {
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  padding-left:5px;
}

#pcb3 .loadComponentButton .configName{
  font-size:20px;
  overflow: hidden;
}

#pcb3 .currentConfigHint{
  text-align: left;
  font-size:12px;
  color:red;
}

#pcb3 .actionButtons{
  padding:10px;
  display:flex;
  flex-direction: column;
  -webkit-flex-direction:column;
}

#pcb3 .loadButton,#pcb3 .deleteButton,#pcb3 .shareButton {
  padding-bottom:5px;
  flex-grow:1;
  -webkit-flex-grow: 1;
  text-align:center;
}

#pcb3 .shareButton span{
  text-align:left;
}

#pcb3 .tileDiv{
  flex-grow:1;
  -webkit-flex-grow: 1;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  cursor:pointer;
}


#pcb3 .attention, #pcb3 .attention *{
  color:#a90109;
}

#pcb3 .closureButton,#pcb3 .whiteButton{
  float: right;
}

#pcb3 .whiteStandardButton{

}


#pcb3 .pcbButton{
  background-color:#ad0109;
  border-radius:5px;
  color: #fff;
}

#pcb3 .moreProductsText{
  font-size:16px;
}

#pcb3 .loadButton button,#pcb3 .shareButton button,#pcb3 .deleteButton button,#pcb3 .modal-footer button,#pcb3 .moreProductsText,#pcb3 .montageError,#pcb3 .alternateHint,#pcb3 .configButton{
  background-color:#fff;
  border-color:#e5e5e5;
  color:#000;
  border-bottom-width: 1px;
}



#pcb3 .changePic {
  display:flex;
  min-height:210px;
  flex-direction: column;
  flex-wrap:wrap;
}


#pcb3 .previewChangePic {
  flex-grow:1;
}

#pcb3 .components a,#pcb3 .missingComponents a{
  color: #7b7b7b;
  text-decoration: none;
}

#pcb3 .btn-default{
  color:#0e0e0e;
  border-radius: 5px;
}

#pcb3 .btn.fas {
  font-weight: 900;
}

#pcb3 .changeComponent{
  text-align:center;
}

#pcb3 .changeItemAmount .amount{
  text-align:center;
}

#pcb3 .coltextright{
  text-align:right;
}

#pcb3 .priceRow {
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
}

#pcb3 .waresSum .price{
  font-size:24px;
  line-height: 30px;
}

#pcb3 .changeProductContainer .disableAdd{
  color:grey;
  pointer-events:none;
}

#pcb3 .iconText{
  font-size: 30px;
  padding-right:5px;
  float: left;
}

#pcb3 .saveLoad,#pcb3 .discard{
  text-align:left;
  display: flex;
  align-items: center;
  border-radius:5px;
  border-bottom-width: 1px;
}

#pcb3 .prodpicContainer{
  display:flex;
  justify-content: center;
  align-items: center;
}

#pcb3 .filterAndSortContainer{
  padding-top:15px;
}

#pcb3 .waresSum{
  font-weight:bold;
  text-align:right;
  /*display:inline-block;*/
}

#pcb3 .colSpacer{
  padding:10px;
}

#pcb3 .subtotal{
  font-size:24px;
}

#pcb3 .paddinTop20{
  padding-top:20px;
}

#pcb3 .center .selectbox .myConfiguration .smallTabberBox  .builder-impossible-message, #pcb3  .builder-impossible-message a
{
  color: #ad0109;
}

#pcb3 .center .selectbox .box h3.conflict {
  color: #a90109;
}

#pcb3 .center .selectbox .box .CONFLICT .name {
  color: #a90109;
}

#pcb3 .comp{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}

#pcb3 .comp img{
  align-self: center;
  max-width:100%;
  height:auto;
}

#pcb3 .box .CONFLICT .builderCompare {
  background-image: url(/pcb3/configurator_web_client/icons/conflict.png);
}
#pcb3 .box .INFO .builderCompare {
  background-image: url(/pcb3/configurator_web_client/icons/suggestion.png);
}

#pcb3 .box .INFO .attention{

}

#pcb3 .center .selectbox .box .builderCompare{
  flex-grow:1;
  -webkit-flex-grow: 1;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

#pcb3 .changeProductContainer{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

#pcb3 .changeItemAmount{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#pcb3 .amountPosition{
  text-align:center;
  font-weight:bold;
  padding-bottom:6px;
}

#pcb3 .changeItemAmount a{
  cursor:pointer;
}

#pcb3 .conflictBG{
  background:rgba(255, 0, 0,0.2);
}

#pcb3 .conflictIcon{
  width:40px;
  height:30px;
  z-index: 9999;
  left:5px;
  top:5px;
  position:absolute;
  content:url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Feedbin-Icon-error.svg/1000px-Feedbin-Icon-error.svg.png");
}

/*#pcb3 .conflictBG img{
  content:url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Feedbin-Icon-error.svg/1000px-Feedbin-Icon-error.svg.png");
  content:url("/pix/icons/attention.png");
}*/

#pcb3 .alignerItem{
  max-width: 50%;
}

#pcb3 .noPaddingLeft{
  padding-left:0;
}

#pcb3 .killPadding{
  padding:0;
}

#pcb3 .changeItemName{
  color: #585858;

}

#pcb3 .changeItemAdditionalName{
  color: #585858;
  font-size: 0.8em;

}


#pcb3 .changeProductContainer .changeDescription{

}


#pcb3 .pcbTabberBox .tbContent .configuration .invalidProductsBox {
  border: 1px solid #d22;
}

#pcb3 .invalidProduct{
  color:#d22;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.configuratorHeadline h1{
  display:inline-block;
}


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modalBorderBottom  {
  border-bottom: 1px solid #f1f1f1;
}

.modalPrice  {
  text-align:right;
}

#pcb3 .totalSumRow{
  border-top:solid 1px #e5e5e5;
}

#pcb3 .configOverview{
  font-variant: small-caps;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
}

#pcb3 .spacerCol{
  padding:5px;
}

#pcb3 .colNoPadding{
  padding-left:0;
  padding-right:0;
}


.fullPrice{
  font-size: 1.4em;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }

  #pcb3 .tiles.noProductInside:hover{
    background-color:#e5e5e5;
  }

  #pcb3 .loadButton button:hover:before,#pcb3 .deleteButton button:hover:before {
    left: 20px;
  }

  #pcb3 .loadComponentContainer:hover {
    background-color:#e5e5e5;
    cursor:pointer;
  }
  #pcb3 .loadButton button:hover,#pcb3 .shareButton button:hover,#pcb3 .deleteButton button:hover{
    background-color:#e5e5e5;
    cursor:pointer;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.kachelnAni.ng-enter, .kachelnAni.ng-leave {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.kachelnAni.ng-enter, .kachelnAni.ng-leave.ng-leave-active {
  opacity: 0; }
.kachelnAni.ng-leave, .kachelnAni.ng-enter.ng-enter-active {
  opacity: 1; }
.kachelnAni.ng-leave-stagger, .kachelnAni.ng-move-stagger, .kachelnAni.ng-enter-stagger {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0;
  transition-duration: 0; }

#pcb3 #moreCats:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:'\f0fe';
  font-size:75px;
  color:#414141;
}


@media only screen and (max-width: 768px){
  #pcb3 #conflictCompareCog{
    top: 40px;
    left: -23px;
  }
  #pcb3 .myConfiguration .price{
    border-top:none;
  }

  #pcb3 .bottom15{
    bottom:15px;
  }

  #pcb3 .price {
    color: #ad0109;
    text-align:right;
  }
  #pcb3 .strikedPrice{
    text-align:center;
  }

  #pcb3 .waresSum .price{
    font-size:16px;
    line-height: 30px;
  }

  #pcb3 .changeProductContainer{
    align-items: center;
    flex-wrap: wrap;
  }

  #pcb3 .changeItemAmount{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

}
/*@media only screen and (min-width: 768px){
  #pcb3 #conflictCompareCog{
    top: 40px;
    left: -23px;
  }
}*/
@media only screen and (min-width: 992px){
  #pcb3 #conflictCompareCog{
    top: 80px;
  }
  #pcb3 .changeProductContainer{
    align-items: flex-start;
  }
}


.deleteAnimation {
  animation: removed-item-animation .6s cubic-bezier(.55,-0.04,.91,.94) forwards;
}

@keyframes removed-item-animation {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }

}
