/***** Fonts *****/

@font-face {
    font-family: 'brenntag_sans';
    src: url('../fonts/BrenntagSans-Regular.eot');
    src: url('../fonts/BrenntagSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrenntagSans-Regular.woff2') format('woff2'),
         url('../fonts/BrenntagSans-Regular.woff') format('woff'),
         url('../fonts/BrenntagSans-Regular.ttf') format('truetype'),
         url('../fonts/BrenntagSans-Regular.svg#BrenntagSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brenntag_sans_bold';
    src: url('../fonts/BrenntagSans-Bold.eot');
    src: url('../fonts/BrenntagSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrenntagSans-Bold.woff2') format('woff2'),
         url('../fonts/BrenntagSans-Bold.woff') format('woff'),
         url('../fonts/BrenntagSans-Bold.ttf') format('truetype'),
         url('../fonts/BrenntagSans-Bold.svg#BrenntagSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***** DOM Elements *****/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    height: 100%;
    font-family: 'brenntag_sans', Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.61538462;
    color: rgb(26, 0, 51);
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'brenntag_sans_bold', Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

h1, .h1 {
    color: rgb(26, 0, 51);
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a {
    color:#0C72ED;
    text-decoration:none
}

a:hover, a:focus {
    color:#0C72ED;
    text-decoration:underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

/*a, button, .btn {*/
/*    -webkit-transition: color .2s,background-color .25s;*/
/*    -moz-transition: color .2s,background-color .25s;*/
/*    -o-transition: color .2s,background-color .25s;*/
/*    transition: color .2s,background-color .25s;*/
/*}*/

fieldset {
    min-width: 0;
    padding: 30px;
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

fieldset > .form-group:last-of-type {
    margin-bottom: 0;
}

label.required:after {
    content: " * ";
    color: #EE0028;
}

.red {
    color: #EE0028;
}

input[type="text"]:not('.form-control'),
input[type="number"]:not('.form-control'),
input[type="email"]:not('.form-control'),
input[type="search"]:not('.form-control'),
input[type="password"]:not('.form-control'),
textarea:not('.form-control'),
select:not('.form-control') {
    padding: 0 10px;
    height: 36px;
    border-color: #ccc;
    color: #777;
    background: #fff;
}

/***** Page Layout *****/

#header-wrapper {
    margin: 30px 0 60px 0;
}

#header {
    position: relative;
    height: 150px;
}

#logo {
    max-width: 150px;
    height: auto;
}

#content-wrapper {
    padding-bottom: 30px;
}

.breadcrumbs {

}

.breadcrumbs span {
	display: inline-block;
	margin-right: 10px;
}

.breadcrumbs .fa {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.35em;
	font-weight: bold;
    color: rgb(26, 0, 51);
    vertical-align: middle;
}

.breadcrumbs a {
	color: #303030;
	text-decoration: none;
}

.breadcrumbs a:hover {
    color: rgb(63, 47, 78);
}

.search-menu input[type=text] {
	border: none;
	height: 32px;
}

.info {
	padding: 10px;
	margin: 0 15px;
}

#content {
    margin-top: 15px;
}

#upper-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(63, 47, 78);
}

#lower-content {

}

#search-bar {
    border-bottom: 1px solid rgb(63, 47, 78);
    padding-bottom: 15px;
}

#search-bar label {
    font-weight: normal;
}

#search-bar p {
    margin-top: 5px;
}

#search-form-wrapper {
    text-align: right;
}

#q {
    width: 200px;
}

#main-menu {

}

#catalog-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer-wrapper {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

#footer {
    height: 40px;
    padding-top: 10px;
}

#ajax-loading {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -125px; /* half width */
    padding: 30px;
    text-align: center;
    z-index: 9999;
    overflow: auto;
    width: 250px;
    height: 180px;
    background: #fff;
    border: 1px solid rgb(63, 47, 78);
    opacity: 0.9;
}

#loading-img {

}

#loading-info {
    margin-top: 30px;
    font-size: 12px;
}

#user_uploads {

}

#catalog_image_popup {
	background: #fff;
	color: #303030;
	max-width: 840px;
	min-height: 200px;
	margin: auto;
	padding: 30px;
}

/***** Styling *****/

.border-top {
	border-top: 1px solid rgb(26, 0, 51);
}

.icon-sm {
	font-size: 0.9em;
}

.icon-lg {
	font-size: 1.35em;
}

.icon-xl {
	font-size: 2em;
}

.clickable {
    cursor: pointer;
}

.toggleable {
	display: none;
}

.toggleable.visible {
    display: block;
}

.comments-panel {
    margin: 0 -15px;
    padding: 0;
}

.comments-panel-header {
	padding: 0 15px 15px;
	font-weight: bold;
	font-size: 18px;
}

.comment-wrapper {
	/*border-bottom: 1px solid rgb(26, 0, 51);*/
	padding: 0;
	margin: 0;
}

.comment-wrapper:last-child {
    border-bottom: none;
}

.comment-header {
    padding: 10px 15px;
    /*background: #f5f2ea;*/
    border-top: 1px solid #f5f2ea;
    background: #fff;
    color: rgb(26, 0, 51);
    margin-bottom: 5px;
}

.comment-body-wrapper {
    margin-bottom: 5px;
}

.comment-body {
    padding: 15px;
}

.comment-footer {
    margin-bottom: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 30px 0;
    background: rgb(26, 0, 51);
    border: none;
    border-radius: 0;
}

.dropdown-menu > li {
    position:relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.dropdown-menu > li a {
	color: #fff;
	background: transparent;
}

.dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.09) !important;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    min-width: 120px;
    margin-top: -1px;
    margin-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.dropdown-menu .sub-menu li a:hover,
.dropdown-menu.user-menu li a:hover {
	background: rgb(63, 47, 78) !important;
}

.right-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

.left-caret {
	background: rgba(255,255,255,0.07) !important;
}

.left-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

.align-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.align-right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.navbar-header {
	background: #fff;
}

.navbar-brand {
    padding: 5px 20px 5px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.navbar-bt {
    background: #fff;
}

.navbar-bt.navbar-toggle {
    border-color: rgb(26, 0, 51);
}

.navbar-bt .navbar-toggle:hover,
.navbar-bt .navbar-toggle:focus {
    background-color: rgb(26, 0, 51);
    color: #fff;
}

.navbar-bt .navbar-toggle .icon-bar {
    background-color: rgb(26, 0, 51);
}

.navbar-bt .navbar-toggle:hover .icon-bar,
.navbar-bt .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-bt.inline-nav{
    display: inline-block;
    min-height: 0;
    margin: 0 15px 0 0;
    border: none;
    border-radius: 0;
}

.navbar-bt.inline-nav .navbar-nav>li>.dropdown-menu {
    top: 38px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-bt .navbar-nav > li > a {
    color: rgb(26, 0, 51);
}

.navbar-bt .nav li:hover > a
.navbar-bt .nav li.active > a {
    background: rgb(26, 0, 51);
    color: #fff
}

.navbar-bt .nav li a {
    padding: 5px 18px;
    line-height: 1.2;
    font: 14px/40px 'brenntag_sans', Verdana, sans-serif;
    transition: none;
}

.navbar-bt .nav li.active a,
.navbar-bt .nav li.active a:active,
.navbar-bt .nav li.active a:focus,
.navbar-bt .nav li.active a:hover,
.navbar-bt .nav li a:active,
.navbar-bt .nav li a:focus,
.navbar-bt .nav li a:hover,
.nav .dropdown.open > a,
.nav .open > a:active,
.nav .open > a:focus,
.nav .open > a:hover {
    background: rgb(26, 0, 51);
    color: #fff
}

.navbar-bt .nav li ul {
    list-style-type:none;
    margin:0;
    padding:0
}

.navbar-bt .nav li ul li {
    margin:0;
    padding:0
}

.nav-info {
	padding: 10px 20px;
	background: #fff;
	border: 2px solid rgb(26, 0, 51);
	color: rgb(26, 0, 51);
	cursor: default;
}

.nav li.icon-link > a .fa {
	font-size: 24px;
	line-height: 32px;
	vertical-align: middle;
}

.nav a .nav-icon-svg img {
    height: 24px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(6%) sepia(58%) saturate(5353%) hue-rotate(269deg) brightness(72%) contrast(109%);
}

.nav a:hover .nav-icon-svg img,
.nav a:focus .nav-icon-svg img,
.nav a:active .nav-icon-svg img,
.nav li.icon-link.open a .nav-icon-svg img {
    filter: none;
}

.nav .subnav-icon-svg img {
    height:18px;
    width: auto;
}

.badge {
    padding: 2px 8px 3px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    vertical-align: baseline;
}

.navbar-bt a:hover .badge {
    background: #fff;
    color: rgb(26, 0, 51);
}

.bt-list .list-group-item {
    padding: 10px 15px 10px 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

.pagination > li {
    display: inline-block;
}

.MarkupPagerNavSeparator {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgb(26, 0, 51);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: Verdana, Arial, sans-serif;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	 z-index: 2;
	 background-color: #fff;
	 border-color: rgb(26, 0, 51);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgb(26, 0, 51);
    border-color: rgb(26, 0, 51);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.MarkupPagerNavOn a {
    background: rgb(63, 47, 78) !important;
    color: #fff;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 2px solid transparent;
	border-radius: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.alert-info {
	color: #31708f;
	background-color: #DCECFF;
	border-color: #31708f;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #eb912e;
}

.alert-danger {
	color: #cb1f1b;
	background-color: #fdd5d8;
	border-color: #cb1f1b;
}

.btn {
    font: 14px 'brenntag_sans_bold', Verdana, sans-serif;
    /*text-transform: uppercase;*/
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-bt {
    background: #FFF;
    color: rgb(26, 0, 51);
    border-color: rgb(26, 0, 51);
    transition: all 0.4s ease-out;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-bt:hover,
.btn-bt:focus,
.btn-bt:active {
    background: rgb(63, 47, 78);
    color: #fff;
    border-color: rgb(63, 47, 78);
}

.btn-bt-alt {
    background: rgb(26, 0, 51);
    color: #fff;
    border-color: rgb(26, 0, 51);
}

.btn-bt-gradient {
    color: #FFF;
    background: rgb(26, 0, 51);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(200,21,224,1) 0%, rgba(12,114,237,1) 100%);
}

.btn-bt-alt:hover,
.btn-bt-alt:focus,
.btn-bt-alt:active,
.btn-bt-gradient:hover,
.btn-bt-gradient:focus,
.btn-bt-gradient:active {
    background: rgb(63, 47, 78);
    border-color: rgb(63, 47, 78);
    color: #fff;
}

.btn-bt-multiselect {
    background: #fff;
    color: rgb(63, 47, 78);
    border: 3px solid rgb(63, 47, 78);
    box-shadow: none !important;
}

.hidden {
    display: none;
}

.multiselect-container {
    top: 45px;
    width: 100%;
    background: #fff;
    color: rgb(63, 47, 78);
    border: 1px solid rgb(63, 47, 78);
    border-top: none;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 15px;
}

.multiselect-container .input-group-addon {
    min-width: 50px;
    text-align: center;
}

.multiselect-container .input-group {
    margin-left: 20px;
    width: 320px;
}

.multiselect-container .input-group-btn {
    left: 2px;
}

.multiselect-container .input-group-btn > .btn {
    padding: 5px;
    border: none;
}

.multiselect-container .input-group-btn > .btn:hover {
    background: transparent;
}

.multiselect-container > li a,
.multiselect-container > li a:focus,
.multiselect-container > li a:visited {
    color: rgb(63, 47, 78);
    background: transparent;
    white-space: normal;
}

.multiselect-container > li a:hover {
    background: #f3f3f3;
}

.multiselect-container > li.active a,
.multiselect-container > li.active a:hover,
.multiselect-container > li.active a:focus,
.multiselect-container > li.active a:visited {
    background: rgb(63, 47, 78) !important;
    color: #fff !important;
}

.multiselect-container > li:last-child {
    padding-bottom: 15px;
}

.multiselect-item.filter {
    position: absolute;
    background: #fff;
    z-index: 99;
}

.multiselect-item:nth-child(2) {
    margin-top: 50px;
}

.btn-bt .badge {
    background-color: #0C72ED;
    color: #fff;
}

.btn-bt:hover .badge,
.btn-bt:focus .badge,
.btn-bt:active .badge {
    color: #fff;
    background-color: #0C72ED;
}

.wrap {
    white-space: normal !important;
}

.input-group-addon {
    min-width: 125px;
    text-align: left;
}

.input-group {
    width: 100%;
}

.login-wrapper {
    max-width: 50%;
    margin: 30px auto;
    padding: 0 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel.panel-login {
    padding: 30px 50px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.panel.panel-bt {
    /*border-color: rgb(63, 47, 78);*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/

    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.panel.panel-bt .panel-heading {
    background: rgb(26, 0, 51);
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel.panel-bt .panel-heading.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel.panel-bt .panel-heading.inverse {
    background: #fff;
    color: rgb(26, 0, 51);
    font-family: 'brenntag_sans_bold', Verdana, sans-serif;
    padding-bottom: 5px;
}

.panel.panel-bt .panel-body {
    border-radius: 0;
}

.panel.panel-bt .panel-heading.inverse + .panel-body {
    padding-top: 5px;
}

.panel.panel-bt .panel-heading + .panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel.panel-bt .list-group-item {
    border-color: rgb(26, 0, 51);
}

.panel.panel-bt.panel-bt-red {
    border-color: #0C72ED !important;
}

.panel.panel-bt.panel-bt-red .panel-heading {
    background: #0C72ED;
    color: #fff;
}

.panel.panel-bt.panel-bt-red .list-group-item {
    border-color: #0C72ED;
}

.panel.panel-bt.panel-bt-plain {
    border-color: #f5f2ea !important;
    border-width: 2px;
}

.panel.panel-bt.panel-bt-plain .panel-heading {
    background: #fff;
    color: rgb(26, 0, 51);
}

.panel.panel-bt.panel-bt-plain .list-group-item {
    border-color: #666;
}

.panel-bt h1,
.panel-bt h2,
.panel-bt h3,
.panel-bt-head h1,
.panel-bt-head h2,
.panel-bt-head h3 {
    color: rgb(26, 0, 51);
    margin: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.toolbar {
	width: 100%;
}

.cell-title {
    font-weight: bold;
    text-align: right;
}

.cell-data {
    text-align: left;
}

.bt-wrapper {
    padding: 45px;
}

.white {
    background: #fff;
}

.dialog-small {
    font-size: 12px;
    margin-top: 15px;
}

.extra-margin {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.extra-margin-top {
	margin-top: 15px !important;
}

.extra-margin-bottom {
    margin-bottom: 15px !important;
}

.extra-margin-bottom-large {
    margin-bottom: 30px !important;
}

.extra-margin-left {
    margin-left: 15px !important;
}

.extra-margin-left-small {
    margin-left: 5px !important;
}

.full-width {
    width: 100%;
}

.thumb {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.large {
    font-size: 135%;
}

.order-form {
    color: #666;
}

.form-group {
    margin-bottom: 30px;
}

.form-inline .form-group {
	margin-right: 15px;
}

.form-inline .form-group.margin-bottom {
    margin-bottom: 15px;
}

.form-control,
.dropzone,
.form-group-sm .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5em;
    color: #303030;
    background-color: #f6f6f6;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.dropzone {
    font-size: 14px;
}

.form-control:focus,
.dropzone:focus {
    border-color: rgb(26, 0, 51);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control,
.form-control.has-error {
    border-color: #a94442;
    background-color: #fdd5d8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fcfcfc;
    opacity: 0.7;
}

.dropzone {
    min-height: 100px;
    height: auto;
    display: block;
    width: 100%;
    padding: 15px;
    clear: both;
}

.dz-icon {
	float: left;
	width: 50px;
	height: 100%;
	font-size: 36px;
	line-height: 40px;
}

#category-container {
    display: none;
}

#product-container {
    display: none;
}

#product-form-container {
    display: none;
}

.spacer {
	margin-top: 30px;
}

.order-data {
    margin-bottom: 10px;	
}

.order-data-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.order-data-content {
    padding-left: 30px;	
}

.filter-bar {
	padding: 5px 0;
}

.filter-bar label {
	font-weight: normal;
	font-size: 0.9em;
    display: block;
    margin-bottom: 0;
    height: 20px;
}

.filter-bar .form-control {
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
    padding: 6px;
    font-size: 14px;
    vertical-align: bottom;
}

.filter-bar .btn {
    margin: 20px 10px 15px 0;
}

.filter-bar .btn:last-child {
    margin-right: 0;
}

.filter-bar .inline-block {
    margin: 20px 0 15px 0;
}

.toggle-container {
	display: none;
}

.preview-wrapper {
    position: relative;
    max-width: 200px;
    float: left;
    margin: 0 25px 30px 0;
}

.preview-wrapper.small {
    max-width: 100px;
    margin: 0 15px 20px 0;
}

.preview-wrapper img {
    max-width: 100%;
    height: auto;
}

.image-drawer {
    margin-bottom: 30px;
}

.image-wrapper {
	display: inline-block;
	margin: 10px;
}

.info {
	color: #2392a9 !important;
	font-style: italic;
}

.warning {
    color: #eb912e;
}

.danger {
    color: #cb1f1b;
}

.order-form .help-block {
    margin-bottom: 0;
}

.user-menu {
	min-width: 300px;
}

.table > thead > tr > th,
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.61538462;
    vertical-align: top;
    border-top: 1px solid #ddd;
    transition: background .3s;
}

.table thead {
    color: rgb(26, 0, 51);
    font-weight: 700;
}

.table thead tr th {
    position: relative;
    border-bottom: 1px solid rgb(26, 0, 51);
    transition: color .3s;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f2ea;
}

.table tr.clickable-row {
	cursor: pointer;
}

.table tr.clickable-row td {
	position: relative;
}

.table td.clickable-cell {
    cursor: pointer;
}

.table tr.row-success td {
    background-color: #C3F4E4;
}

.table tr.row-warning td {
    background-color: #FFE8BA;
}

.table tr.row-danger td {
    background-color: #FFE4E8;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.list-group-item,
button.list-group-item {
    color: #303030;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	text-decoration: none;
    background-color: #f5f2ea;
}

.toggle-visibility,
.toggle-all {
	cursor: pointer;
}

.list-group-nested {
	font-size: 1.2em;
}

.list-group-nested .list-group {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.list-group.list-group-nested .list-group-sub {
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-group.list-group-nested .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0;	
}

.list-group.list-group-nested .list-group-item:last-child {
    border-bottom: none;	
}

.list-group.list-group-nested > .list-group > .list-group-sub {
	padding-left: 0;	
}

.list-group.list-group-nested > .list-group > .list-group > .list-group-sub {
    padding-left: 20px;
}

.list-group.list-group-nested > .list-group >  .list-group > .list-group > .list-group-sub {
    padding-left: 40px;
}

.list-group.list-group-nested > .list-group >  .list-group > .list-group > .list-group > .list-group-sub {
    padding-left: 60px;
}

.list-group.list-group-nested > .list-group >  .list-group > .list-group > .list-group > .list-group > .list-group-sub {
    padding-left: 80px;
}

.list-group.list-group-nested > .list-group >  .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-sub {
    padding-left: 100px;
}

.list-group-sub .fa,
.list-group-sub .toggle-collapse {
    margin-right: 5px;
}

.list-group-spacer {
	display: inline-block;
	margin-left: 30px;
	margin-right: 5px;
}

.popup {
	max-width: 60%;
	background: #fff;
	margin: 15px auto;
	padding: 30px;
}

.popup-img-outer-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.popup-img-wrapper {
	position: relative;
	width: 100px;
	height: 150px;
	margin: 15px;
	float: left;
	cursor: default;
}

.popup-img-wrapper img {
	cursor: pointer;
}

.popup-img-title {
    width: 100%;
    height: 50px;
    background: #0C72ED;
    color: #fff;
    font-family: 'brenntag_sans', Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    z-index: 9999;
}

.popup-file-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgb(26, 0, 51);
	color: #fff;
	font-family: 'brenntag_sans', Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.popup-img-options {
	padding: 10px 15px;
}

.popup-switch-img {
	padding: 30px;
	background: #fff;
	position: absolute;
	top: -100px;
	left: -50px;;
	z-index: 9998;
}

.xxl {
	font-size: 116px;
}

hr.hr-bt {
	border-top-color: rgb(26, 0, 51);
}

.block-label {
	background: #fafafa;
	border: 1px solid #ddd;
	display: block;
	padding: 10px 15px;
}

.inline-block {
    display: inline-block !important;
    width: auto !important;
    vertical-align: baseline !important;
}

.help-icon {
	cursor: help;
	font-size: 1.2em;
}

.tooltip-inner {
	max-width: 300px;
	padding: 10px 15px;
}

ol.ol-bt {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.ol-bt li {
    counter-increment: item;
    margin-bottom: 5px;
}
 
ol.ol-bt li:before {
    margin-right: 5px;
    /*content: counter(item);*/
    content: attr(data-counter);
    background: rgb(26, 0, 51);
    border-radius: 100%;
    color: white;
    height: 1.55em;
    width: 1.55em;
    line-height: 1.55em;
    text-align: center;
    display: inline-block;
    font-size: 1em;
}

ol.ol-bt li.no-counter {
    margin-left: 4px;
}


ol.ol-bt li.no-counter:before {
    background: transparent;
}

ol.ol-bt li.section-caption {
    border-top: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

ol.ol-bt li.section-caption label {
    font-weight: normal;
}

div.section-caption {
    border-top: 1px solid #eee;
    padding: 8px 0 8px 26px;
}

div.section-caption.no-border {
    border-top: none;
    padding: 4px 0 4px 26px;
}

div.section-caption label {
    font-weight: normal;
}

.change-indicator {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	line-height: 20px;
	margin-left: 5px;
	background: transparent;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.change-indicator .fa {
	color: rgb(26, 0, 51);
}

.order-status {
    font-weight: bold;
    margin-bottom: 15px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.form-group.assign-select-wrapper {
    width: 70%;
    margin-right: 4%;
}

.form-group.assign-btn-wrapper {
    width: 25%;
    margin-right: 0;
}

input[type="checkbox"].download-checkbox {
    margin-right: 5px;
}

ul#tagfilter_container {
    list-style-type: none;
    margin: 0 -5px;
    padding: 0;
}

#tagfilter_container li {
    width: 110px;
    height: 180px;
    padding: 0;
    margin: 0 5px 5px 5px;
    display: block;
    float: left;
    position: relative;
    overflow-y: hidden;
    z-index: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#tagfilter_container li .tag-item-wrapper {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    color: #303030;
}

#tagfilter_container li .tag-item-wrapper .tag-item-imagewrapper {
    width: 100%;
    padding: 10px;
}

#tagfilter_container li .tag-item-wrapper img {
    max-width: 100%;
    height: auto;
}

#tagfilter_container li .tag-item-wrapper .tag-item-description {
    width: 100%;
    font-size: 11px;
    line-height: 1.3em;
    padding: 10px;
    opacity: 0.8;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

#tagfilter_container li .tag-item-wrapper .tag-item-overlay,
.img-overlay {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    flex-direction: row;
    justify-content: space-between;
    z-index: 100;
}

#tagfilter_container li .tag-item-wrapper .tag-item-overlay.visible,
.img-overlay.visible {
    display: flex;
}

#tagfilter_container li .tag-item-wrapper .tag-item-overlay a,
.img-overlay a {
    font-size: 18px;
    padding: 10px;
    line-height: 1;
}

#taglist {
    display: inline-block;
}

#taglist_reset {
    display: none;
    padding: 12px;
    margin-right: 15px;
    color: rgb(26, 0, 51);
    border: 1px solid rgb(26, 0, 51);
    line-height: 1;
    cursor: pointer;
}

.tagmenu-btn {
    line-height: 1 !important;
    padding: 12px !important;
    background: #fff !important;
    color: rgb(26, 0, 51) !important;
    border: 1px solid rgb(26, 0, 51);
}

ul.ft-menu {
    margin-bottom: 20px;
}

ul.ft-menu > li.ft-field {
    padding: 11px 10px;
    border: 1px solid rgb(26, 0, 51);
    color: rgb(26, 0, 51);
    top: -1px;
    margin-right: 15px;
}

ul.ft-menu > li.ft-field > span.ft-label {
    text-transform: uppercase;
}

ul.ft-menu > li.ft-field > span.ft-label.ft-active::before {
    color: rgb(26, 0, 51);
}

ul.ft-menu > li.ft-field > div.ft-panel {
    left: -1px;
    margin-left: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 0;
    min-width: 275px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
    max-height: 250px !important;
    border-top: 1px solid #fff;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
    border-bottom: 1px solid #fff;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
    background: rgb(26, 0, 51);
    filter: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
    margin-top: -10px;
    padding: 3px 6px;
    color: rgb(26, 0, 51);
    background: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
    border-bottom: 1px solid rgb(26, 0, 51);
    box-shadow: none;
    background: #fff;
    color: rgb(26, 0, 51);
    filter: none;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
    background: #fff;
    filter: none;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
    background: #fff;
    border: 1px solid rgb(26, 0, 51);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
    background: rgb(26, 0, 51);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
    font-size: 12px;
    margin: 1px;
    cursor: pointer;
    padding: 4px 6px;
    color: rgb(26, 0, 51);
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li::after {
    color: rgb(26, 0, 51);
    font-size: 14px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
    background: #fff;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
    background: rgb(26, 0, 51);
    filter: none;
    border-radius: 0;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search::before {
    bottom: 40%;
    left: 18px;
    color: #666;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
    color: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

ul.ft-menu > li.ft-field > div.ft-panel::before {
    display: none;
}

ul.ft-menu > li.ft-field > div.ft-panel::after {
    display: none;
}

.checkbox-column-1-2 {
    display: inline-block;
    margin-right: 30px;
}

.flex-wrapper {
    display: flex;
    flex-direction: row;
}

.flex-wrapper.align-top {
    align-items: start;
}

.flex-right{
    margin-left: auto;
}

/***** Media Queries *****/

@media (max-width: 767px) {
    #header {
        position: relative;
        height: auto;
    }

    #logo {
        position: relative;
        width: 100%;
        left: 0;
        text-align: left;
    }

    .bt-wrapper {
        padding: 15px;
    }
    
    .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    border-bottom: 1px solid rgb(26, 0, 51);
	    background: #fff;
	}
	
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: rgb(26, 0, 51);
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	
	.navbar-nav .open .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
	    padding-left: 30px;
	}
	
    .navbar-nav .open .dropdown-menu.sub-menu li a {
        padding-left: 45px;
    }
    
    .navbar-nav .open .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li a {
        padding-left: 60px;
    }
    
    .navbar-nav .open .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li a {
        padding-left: 75px;
    }
    
    .login-wrapper {
	    max-width: 100%;   
	}
	
	.popup {
	    max-width: 100%;
	    max-height: 100%;
	    margin: 0 auto;
	}

    #user-access-form .form-inline .form-group {
        display: block;
    }

    .form-group.assign-select-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .form-group.assign-btn-wrapper {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, 
    .navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-wrapper {
        max-width: 75%;   
    } 
     
    /* mobile nav breakpoint change to 991 */
    .navbar-header {
        float: none;
    }
    
    .navbar-left,.navbar-right {
        float: none !important;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        border-bottom: 1px solid rgb(26, 0, 51);
        background: #fff;
    }
    
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    
    .navbar-nav>li {
        float: none;
    }
    
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .collapse.in{
        display:block !important;
    } 
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: rgb(26, 0, 51);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-nav .open .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    
    .navbar-nav .open .dropdown-menu.sub-menu li a {
        padding-left: 45px;
    }
    
    .navbar-nav .open .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li a {
        padding-left: 60px;
    }
    
    .navbar-nav .open .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li .dropdown-menu.sub-menu li a {
        padding-left: 75px;
    }
    /* end  mobile nav breakpoint change */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*
    .dropdown:hover > .dropdown-menu {
	   display: block;
	}
	*/
}

@media (min-width: 1200px) {
    /*
    .dropdown:hover > .dropdown-menu {
       display: block;
    }
    */
}