.navbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	z-index: 707;
}

#mouseLoader {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: fixed;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	z-index: 99999;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.digistore_badge {
	background-image: url(../images/digistore_ico.png);
	background-repeat: repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	display:block;
}

.svencart_badge {
	background-image: url(../images/svencart_ico.png);
	background-repeat: repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	display:block;
}

.digistore_de_badge {
	background-image: url(../images/digistore_de_ico.png);
	background-repeat: repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	display:block;
}

.hk-breadcrumb .breadcrumb {
	margin-bottom: 0;
	padding-top: 20px;
}

.option-sep {
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  margin: 30px 0;
  text-transform: uppercase;
}

.option-sep::before {
    background: #d6d9da;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.option-sep::after {
    background: #d6d9da;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sales_edit textarea, .sales_edit input, .sales_edit select, .sales_edit .bootstrap-select .dropdown-toggle .filter-option {
	font-size:13px;
}

.sales_edit .select2-container--default .select2-selection--single, .sales_edit .select2-container--default .select2-selection--multiple {
	font-size:13px;
	padding: 0.5rem 0.25rem;
}

.sales_edit label h6 {
	font-size: 0.80rem;
	line-height: 2;
}

.sales_edit .form-group h6 {
	font-size: 0.80rem;
}

.dd3-handle {
	cursor: move;
}



/* Validation */
.help-block {
	text-align: right;
}
.form-control-feedback.hidde-success.glyphicon-ok  {
	display: none;
}
.has-success .form-control {
	border-color: #6ce028;
}
.has-success .form-control-feedback {
	background-color: #6ce028;
	color: #fff;
}
.has-success .help-block {
	color: #6ce028;
}
.has-error .form-control, .has-error .SumoSelect > .CaptionCont {
	border-color: #de072f;
}
.has-error .form-control-feedback {
	background-color: #de072f;
	color: #fff;
}
.has-error .help-block {
	color: #de072f;
}

@media (min-width: 1401px) {
    
	.hk-breadcrumb .breadcrumb {
		padding-left: 70px;
	}
	
}