/***** BRAIN OFFER *****/
.tdView{
        max-width: 75px; 
        width:auto;
        text-align: center;
        margin:0px;
    }
#offerTable{
        background-color:#fbfbfb;
    }
#offerTable tr, #offerTable tr th, #offerTable tr > td {
        border: 1px solid #081f4d;
    }
#offerListTable > thead, #offerListTable > thead > tr > th {
        background-color: #fff;
        border: solid 1px #081f4d;
        text-transform: capitalize;
    }
#offerListTable{
        border: solid 1px #081f4d;
    }
.pollanswers{
        border: solid 1px #081f4d;
    }
.well{
        border: 1px dotted #081f4d;
    }
/***** BRAIN PARTNER PORTAL *****/
.accordion-toggle:after {
        font-family: 'Glyphicons Halflings';  
        content: "\e113";   
        float: right;    
    }

.accordion-toggle.collapsed:after {
        content: "\e114";   
    }

.form-group {
    margin-bottom: 9px;
}
.price-old {
    text-decoration: none !important;
}

label {
    margin-bottom: 1px;
}
#div-hersteller > button, 
#div-artikelklasse > button{
        display: inline-block;
        margin-top: 5px;
        margin-right: 5px;   
    }
#div-hersteller > button{
        width: 30%;
}

#div-artikelklasse > button, #artikelklasse-alle, #hersteller-alle {
        width: 45%;
    }
#totalSalesTable > thead, #totalSalesTable > tfoot, .brainTable > thead{
        background-color: #fff;
    }

.brainTable > thead, .brainTable > thead > tr > th {
    border: solid 1px #081f4d;
    }
	
td.highlight {
    background-color: 9b9b9b !important;
}
tr.highlight {
    background-color: 9b9b9b !important;
}
/***** BRAIN SEITE *****/
/***** BRAIN ETWAS *****/

/***** BRAIN STAFFEL *****/
.StaffelRotate {
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
}
.StaffelFont {
    font-size:9px;
    color: white;
    padding-top: 28%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 23px;
}
.switch input {display:none;}
.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: relative;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.table-condensed {
  font-size: 12px !important;
}

.notiz-bubble {
  background: #818181 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px !important;
  margin: 0;
  color: #fff;
  padding: 5px 0px 5px 12px;
  width: 100%;
}
input:checked + .slider {
  background-color: #081f4d;
}
/*
input[type="radio"] {
  display: none;
}*/

input:focus + .slider {
  box-shadow: 0 0 1px #081f4d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Bootsrap spinner */
.loader {
    border: 16px solid #7b7b7b; /* Light grey */
    border-top: 16px solid #081f4d; /* Braingreen */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	float: none;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* table-responsive @ Handy */
@media (max-width: 767px) {
.modal-body > .brainTable > tbody > tr > td {
	 font-size: 80%;
	 white-space: normal;
    }

}
@media (max-width: 480px) {
.brainTable > tbody > tr > td {
		font-size: 76%;
		
    }
	
.brainTable > tbody > tr > td.left {
	white-space: normal;
    }
		
.brainTable > tbody > tr > td.right {
	text-align: left;
	width: auto;
	white-space: normal;
    }

.brainTable > tbody > tr > td > .btn-group  {
		display: grid;
    }

}



/***** BRAIN PRICE TABLE *****/
/*
 {
    box-sizing: border-box;
}*/

/* Create three columns of equal width 
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
*/
/* Style the list */
.pricebrain {
    list-style-type: none;
    border: 1px solid #081f4d;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.pricebrain:hover {
    box-shadow: 0 10px 20px 0 rgba(154, 255, 0, 1)
}

/* Pricing header */
.pricebrain .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

/* List items */
.pricebrain li {
    border-bottom: 1px solid #d2e4c5;
    padding: 10px;
    text-align: center;
}

.help ul {
    text-align: left;
}

.help li {
    padding: 5px;
    text-align: left;
}

#floating-helpbox-container {
  position: fixed;
  top: 40%;
  right: 0;
  margin-top: -100px;
  z-index: 1100;
}
#floating-helpbox-container .floating-helpbox-review i {
  width: 50px;
}

@media (max-width: 480px) {
     
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-group {
         display: grid;
       }
}

@media (max-width: 1200px) {
      .btn-group {
         display: grid;
       }
}
/* Grey list item */
.pricebrain .grey {
    background-color: #eee;
    font-size: 20px;
}

.fadeout {
    position: relative; 
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 
.star-rating {
  line-height:32px;
  font-size:1.25em;
}
.star-rating .fa-star{color: #FFD700 !important;}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* TIMELINE */
.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2C3E50;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #2C3E50;
}
.input.active::before {
  background-color: #2C3E50;
}
.input.active::after {
  background-color: #AEB6BF;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}



@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}
/*
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
*/
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 768px) {
  .carousel-caption{
      background-color: rgba(100,100,100,0.6);
      margin:0;
      padding:10px 0 !important;
      top: 0;
    }

    .carousel-caption div.desc p{
      margin:0;
    }
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-caption{
      background-color: rgba(100,100,100,0.6);
      margin:0;
      padding:10px 0 !important;
      top: 0;
    }
}


@media only screen and (min-width: 1200px) {
   .pricebrain .btn {
        font-size: 15px;
    }

    .carousel-caption{
      background-color: rgba(100,100,100,0.6);
      top:10%;
      bottom: inherit;

      font-size: 1.1em;
    }

    p.h2.text-uppercase{
      font-size: 1.8em;
    }

}

@media only screen and (min-width: 1700px) {
  .carousel-caption{

      font-size: 1.5em;
    }

    p.h2.text-uppercase{
      font-size: 2.3em;
    }
}

span.image a{
  height:140px !important;
  padding:0 5px
}

a.green{
  color: #081f4d !important;
}

#categorie-listing div.img-thumbnail{
  border: 0 !important;
  max-height:200px;
  overflow: hidden;
}

@media only screen and (min-width: 990px) {
  #categorie-listing .cat-image img.img-responsive{
    -position: relative;
    -top: -100%;
  }
}

div.kalkulatoren a{
  display: inline-block;
  padding: 10px;
}

div.kalkulatoren a:hover{
  box-shadow: 0 0 10px black;
  border-radius: 5%;
}

div.kalkulatoren a img{
  width:200px;
}

.fancy-button, .fancy-button:visited{
  display: inline-block;
  padding: 17px 40px;
  background-color: rgba(196, 38, 57, 0.87);
  color:white;
  border-radius: 5px;
  transition-duration:0.3s;
}

.fancy-button:hover{
  color: black;
  background-color: rgba(196, 38, 57, 0.15);
  background-image: linear-gradient(to top, rgba(196, 38, 57, 0.25), rgba(196, 38, 57, 0.15));
  text-decoration: none;
  transition-duration:0.3s;
}

.popover{
  max-width: 400px;
}