.content-wrapper, .right-side, .main-footer {
	margin-left: 0px;

}

.importPreview {
	padding: 0 2px;
}

.importPreviews .importPreview:first-child {
	margin-left: 10px;
}

.badge-menu {
	margin-top: -15px;
	float: right;
	position: absolute;
	margin-left: -5px;

}

.addressBox {
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	padding: 5px;
	line-height: 12px;
	font-size: 12px;
}

.fileBox {
	border: 1px solid #6d8ebc;
	border-radius: 4px;
	padding: 5px;
	line-height: 12px;
	font-size: 12px;
	min-height: 150px;
	max-height: 150px;
	margin-top: 10px;
	overflow: auto;
}

.noteBox {
	border: 1px solid #b9bc51;
	border-radius: 4px;
	padding: 5px;
	line-height: 12px;
	font-size: 12px;
	min-height: 150px;
	max-height: 150px;
	margin-top: 10px;
	overflow: auto;
}

.addressBox span.nadpis {
	position: absolute;
	margin-top: -16px;
	margin-left: 60px;
	font-weight: bold;
}

.globebox {

}

.imgpreviewbox {
	min-width: 220px;
}

.previewImageWrapper {
	border: 1px solid #33ad6b;
	width: 260px;
	height: 175px;
	float: left;
	margin-left: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.emptyimage {
	text-align: center;
	padding-top: 60px;
	max-width: 200px;
	min-width: 200px;
	min-height: 150px;
	max-height: 150px;
	width: 200px;
	height: 150px;
}

.imgpreviewbox img, .previewImage {
	max-width: 200px;
	min-width: 200px;
	min-height: 150px;
	max-height: 150px;
	width: 200px;
	height: 150px;
	display: block;
	border: 1px solid darkgray;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 260px;
	height: 150px;
	border: 1px solid #00a65a;
	border-radius: 4px;

}

.previewDpsk {
	max-width: 200px;
	min-width: 200px;
	min-height: 100px;
	max-height: 100px;
	width: 200px;
	height: 100px;
	display: block;
	border:2px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 260px;
	height: 150px;

}

.imgpreviewbox .bignum {
	color: rgba(0, 237, 255, 0.94);
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	float: left;
	position: relative;
	max-width: 200px;
	min-width: 200px;
	min-height: 150px;
	max-height: 150px;
	width: 200px;
	height: 150px;
	font-size: 56px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	font-weight: bold;
}
.imgpreviewbox .bignum  small{
	font-size: 24px;
}


.content{
	background-color: #777 !important;
}

.nav-tabs-custom{
	background-color: #222 !important;
	color: white !important;
}

.tab-content{
	background-color: #333 !important;
}
.nav, .nav a {
	color:white !important;
}
.nav-tabs li.active a{
	background-color: black !important;
}

.bg-gray-light {
	background-color: #999 !important;
}
.bg-gray-light a{
	color:black !important;
}

.box-primary, .products-list .item{
	background-color: #999 !important;
}
.dropdown-menu a{
	background-color: #999 !important;
}