/*
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 : Jul 24, 2015, 1:33:11 PM
    Author     : ksienkiewicz
*/

/* Poprawki do styli modali 23.11.15 */

.control-group h3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.control-group .controls label {
  display: inline-block;
  margin: 3px 0;
}

.control-label {
  margin: 5px 0;
}

#order-details,
.area {
  padding: 10px 40px;
}

.input-medium {
    display:block;
    padding: 10px;
}

.fancybox-inner .fancybox-btn {
  display: block;
  margin-right: 0;
}
.fancybox-inner{
  max-height: 90vh;
}

/* Poprawki stylu hover wyborze kształtów 23.11.15 */
ul.components-item li a:hover .rectangle-icon,
ul.components-item li a:hover .square-icon,
ul.components-item li a:hover .circle-icon,
ul.components-item li a:hover .ellipse-icon,
ul.components-item li a:hover .triangle-icon,
ul.components-item li a:hover .trapezoid-icon {
  display: none;
}

#order-details label {
  cursor: pointer;
}
.conf2d-plot {background-color:#fff;}
.conf2d-plot .product {width:400px;float:left;text-align: center;position: relative}
.conf2d-plot .product img {max-height: 300px;max-width: 300px;margin:0 auto;}
.conf2d-plot .product span {position:absolute;bottom:15px;left:5px;background-color:gray;border-radius: 5px;padding:3px;}    
canvas#canvas {display:none;}

#sum-up [data-hook=totalPaymentSummary]{
  display: none;
}
#shoppingCartList .summary [data-hook=productsList] tr td.push-right{
  display: none;
}
.cart-container [data-hook="totalPaymentBasket"]{
  display: none;
}