html { display:none }

body.site {
	border-top: 3px solid #4ab1ff;
	background-color: #F4F6F7
}

.site-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}

a {
	color: #4ab1ff;
}

.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary {
	background: #4ab1ff;
}
.navbar-inner
{
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
}

h1,h2,h3,h4,h5,h6,.site-title{
	font-family: 'Open Sans', sans-serif;
}


.red_font {
	color: red;
}


/** BOX **/
.katalog_box {
	width: 140px;	
	height: 160px;
	margin: 12px;
	border: 1px solid rgb(200,200,200);
	border-radius: 10px;
	padding: 20px;
	background-color: rgb(255,255,255);
	text-align:center;
	float: left;
	font-size: 18px;

}

.user_box {
	border: 1px solid rgb(200,200,200);
	border-radius: 10px;
	padding: 2%;
	
}
.info_box_left {
	width: 42%;
	float: left;
	margin: 5px
	
}
.info_box_right {
	width: 42%;
	float: right;
	margin: 5px
	
}

.user_box input {
	width: 95%;
}
.user_box_btns_bar {
	text-align: right;
}


/** TABELA **/
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid DodgerBlue;
}

table.tabela{
	width: 100%;
	background-color: DodgerBlue;
	padding: 50px;
}

th {
	background-color: DodgerBlue; 
	border: 1px solid rgb(200,200,200);
	color: white;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	padding: 7px 7px 7px 7px;
	
}

td {
	border: 0px;
}

td.prodlist_cecha_box{
	width: 100%;	
	height: auto;
	border: 1px solid rgb(200,200,200);
	background-color: DodgerBlue; 
	color: white;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	padding: 7px 7px 7px 7px;
}

td.prodlist_item{
	width: auto;	
	height: auto;
	border: 1px solid rgb(200,200,200);
	background-color: white; 
	color: black;
	font-size:12px;
	text-align: center;
	padding: 7px 7px 7px 7px;
}
table.zamowienie {
	margin:10px 10px 20px 0px;
	width:100%;
	font-size: 14px;
}

table.zamowienie td {
	border-collapse:collapse;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	border: 1px solid rgb(200,200,200);
}
table.form_table {
	border: 0px;
}
table.form_table td {
	padding:0px 5px 0px 5px;
	vertical-align:middle;
	text-align:left;
	border: 0px;
}


.translation-links {
     text-align:right;
     position:absolute;
     right:0px;
	 top:3px;
	}
.translation-links img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    border:0;
    cursor: pointer;
    margin-right:8px;
    height:24px;
    width:24px;
    }
.translation-links img:hover {
    filter:alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
    }
