* {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	/*background: #777777;*/
	color: #fff;
	background-image: url('../img/pgbg.jpg');
}

#konfigurator {
	width: 100%;
	height: 725px;
	
	overflow-y: hidden;
	overflow-x: auto;
	
	position: relative;
}
.bg-1 {
	background: #808080 url('../img/bg.jpg') bottom center repeat-x;	
}
.bg-2 { 
	background: #808080 url('../img/bg2.jpg') bottom center repeat-x;
}

select {
	margin: 0px;
	z-index: 200;
	position: relative;
	opacity: 0.9;
}

#nastaveni-regal {
	padding: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}
#nastaveni-regal .table {
	margin: 0px;
	width: auto;
}
#nastaveni-regal .table td {
	padding-top: 10px;
}
#nastaveni-regal .table th {
	width: auto;
	padding-top: 14px;
}


#nastaveni-sloupec {
	padding: 10px;
	padding-bottom: 0px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}
#nastaveni-sloupec .table {
	width: auto;
}
#nastaveni-sloupec .table th {
	vertical-align: middle;
	width: 170px;
}
#nastaveni-sloupec .table td {
	text-align: center;
}

.cena {
	font-size: 15px;
	font-weight: normal;
	color: yellow;
	padding-left: 30px;
}
.select2-nosearch .select2-search {
	display: none;
}
.tooltip {
	z-index: 500;
}
.color-item {
}
.color-item .c {
	content: "";
	padding: 2px 20px;
	border: 1px solid #ccc;
}
.color-item .t {
	padding-left: 10px;
	font-style: normal;
} 

#controls {
	position: relative;
}
#controls .col {
}
#controls .col-item {
	position: absolute;
	top: 0px;
}
#controls .col-item div {
	text-align: center;
}
#controls .col-label {
	width: 180px;
}
#controls .col div {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	line-height: 20px;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	height: 30px;
}
.modal {
	color: #000;
	width: 900px;
	margin-left: -450px;
}
.modal input {
	margin-bottom: 0px !important;
}
.modal h4 {
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	
}
#objednavka-window th,
#objednavka-window td
{
	border: 0px;
}
#objednavka-window form {
	margin-bottom: 0px;	
}
.obj-form input{
	margin-right: 10px;
}
#objednavka-window .table th.text-center {
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #e5e5e5;
}
#objednavka-window .cc {
	text-align: right;
}
#objednavka-window .cc h4 {
	font-size: 18px;
}
.red {
	color: #aa0000 !important;
}

#overlay {
    position: absolute;
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../img/overlay.png') center center repeat;
	opacity: 0.03;
    pointer-events: none;
}
/*
.ui-widget-content {
    background: black !important;
	color: #fff !important;
	font-weight: bold;
}
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 50%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  */
  svg {
	  background: url('../data/img/overlay.png') 0px 20px repeat;
  }
  
  #color-info {
	  margin-top: 3px;
  }
  .popover {
	  color: #000;
  }
  .popover .arrow {
	  display: none;
  }
  .tooltip {
	  z-index: 1000;
	  font-size: 14px;
  }