.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

.timeline > li {
    position: relative;
    margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}

.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}

.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}

.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media(max-width:767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }

    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
}
.fa-question-circle-yellow{
    color: #F6A623;
}
.fa-check-circle-green{
    color:  #5CB85C;
}
.fa-times-circle-red{
    color: #D0011B;
}
/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */

.arrow{float:right;line-height:1.42857}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"}
/* Space out content a bit */
body {
  padding-bottom: 20px;
}

/* Readonly styling */
.input-readonly {
    background-color: #eeeeee!important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

#wrapper {
    width: 100%;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar .arrow {
    /*float: right;*/
	margin: 1px 0;
    position: absolute;
    right: 10px;
}

.sidebar .fa.arrow:before {
    content: "\f107";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f106";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px)
{
	.col-sm-3.control-label {padding-left:0; padding-right:0}
}
@media(min-width:1300px) and (max-width:1368px) {
	.hidden-mid-wide {display:none}
}
@media(min-width:768px) and (max-width:1299px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 60px;
        margin-top: 55px;
    }.sidebar:hover {
        width: 305px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
        transition: width 0.2s;
    }
	.sidebar .nav-second-level li a {
		padding-left:30px;
	}.sidebar li a .fa {
		margin-right:330px;
	}
	.sidebar:hover li a .fa {
		margin-right:0px;
	}
	#page-wrapper {margin-left:60px;}

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(min-width:1300px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 305px;
        margin-top: 55px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.btn .fa { margin-right: 5px; }
.btn .fa-chevron-right { margin: 0px 0px 0px 5px; }

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

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

/* =========================================================================================================================================================== */
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */
.ui-select-highlight {
    font-weight: 700
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.select2-result-single {
    padding-left: 0
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
    display: none
}

body>.select2-container.open {
    z-index: 9999
}

.ui-select-container[theme=select2].direction-up .ui-select-match {
    border-radius: 0 0 4px 4px
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    border-radius: 4px 4px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
    margin-top: -4px
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px
}

.selectize-control>.selectize-dropdown,
.selectize-control>.selectize-input>input {
    width: 100%
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
    margin-top: -2px
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative
}

.ui-select-bootstrap .ui-select-toggle>.caret {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px
}

.input-group>.ui-select-bootstrap.dropdown {
    position: static
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
    border-radius: 4px 0 0 4px
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
    border-radius: 4px 0 0 4px !important
}

.ui-select-bootstrap>.ui-select-match>.btn {
    text-align: left !important
}

.ui-select-bootstrap>.ui-select-match>.caret {
    position: absolute;
    top: 45%;
    right: 15px
}

.ui-select-bootstrap>.ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px
}

body>.ui-select-bootstrap.open {
    z-index: 1000
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: .75
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0;
    margin: 0 3px 3px 0
}

.ui-select-multiple .ui-select-match-item {
    position: relative
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important
}

/* =========================================================================================================================================================== */
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.1
 */
#growls {
    z-index: 50000;
    position: fixed;
}

#growls.default {
    top: 10px;
    right: 10px;
}

#growls.tl {
    top: 10px;
    left: 10px;
}

#growls.tr {
    top: 10px;
    right: 10px;
}

#growls.bl {
    bottom: 10px;
    left: 10px;
}

#growls.br {
    bottom: 10px;
    right: 10px;
}

#growls.tc {
    top: 10px;
    right: 10px;
    left: 10px;
}

#growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px;
}

#growls.tc .growl,
#growls.bc .growl {
    margin-left: auto;
    margin-right: auto;
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px;
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px;
}

.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px;
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px;
}

.angular-ui-tree-nodes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px
}

.angular-ui-tree-hidden {
    display: none
}

.angular-ui-tree-placeholder {
    margin: 2px 0;
    padding: 0;
    min-height: 30px
}

.angular-ui-tree-handle {
    cursor: move;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8
}

/* =========================================================================================================================================================== */
/*!
 * angular-loading-bar v0.7.1
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
#loading-bar,
#loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
    opacity: 0
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
    opacity: 1
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 10px;
    left: 10px
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.navbar-scroll-notification {
    width: 100%;
    margin-left: 18px;
    margin-right: 18px;
}

@media screen and (min-width: 1280px) {
    .navbar-scroll-notification {
        float: left;
        width: 29%;
    }
}

@media screen and (min-width: 1440px) {
    .navbar-scroll-notification {
        width: 35%;
    }
}

@media screen and (min-width: 1680px) {
    .navbar-scroll-notification {
        width: 45%;
    }
}

@media screen and (min-width: 1920px) {
    .navbar-scroll-notification {
        width: 50%;
    }
}

nav .nav>li {
    white-space: nowrap
}

nav .nav>li.active>a {
    font-weight: bold
}

nav .sidebar .nav {
    overflow: hidden
}

.panel,
.panel-heading {
    border-radius: 0
}

.panel-heading .fa {
    margin-right: 5px;
}

td.no-border,
th.no-border {
    border: none !important
}

td.no-border b {
    padding: 5px
}

/* responsive optimisation */

.table-hover>tbody>tr.edit-row:hover {
    cursor: pointer
}

.table-hover>tbody>tr.edit-row:hover td:first-child b {
    position: relative
}

a.plus-addon {
    padding: 5px;
    position: absolute;
    z-index: 1
}

.angular-ui-tree-handle {
    cursor: move !important
}

tr.angular-ui-tree-empty {
    height: 100px
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 25px
}

.tree-node>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tree-node.top {
    margin-left: 0
}

.tree-node .expander {
    position: absolute;
    left: -20px;
    cursor: pointer
}

.angular-ui-tree-empty {
    display: none
}

.itemedit .angular-ui-tree-handle {
    cursor: move !important
}

.itemedit tr.angular-ui-tree-empty {
    height: 100px
}

.itemedit .angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px
}

.itemedit .tree-node.top {
    margin-left: 0
}

.itemedit .tree-node .expander {
    position: absolute;
    left: -15px;
    cursor: pointer
}

.itemedit .angular-ui-tree-empty {
    display: none
}

a.input-group-addon.barcode img {
    opacity: .6
}

.tooltip.in {
    opacity: 1
}

label.stop-label {
    float: left;
    line-height: 30px;
    font-weight: normal;
    cursor: pointer
}

label.stop-label input {
    margin: 0 0 3px 0;
    vertical-align: middle
}

b+b.multi:before {
    content: " / ";
}

small.h1-dropdown a:hover {
    text-decoration: none;
}

a.hoveredit {
    position: relative;
    cursor: pointer
}

a.hoveredit:hover:before {
    font-family: 'FontAwesome';
    content: "\f040";
    position: absolute;
    left: -20px;
}

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

.imagestack .image img {
    max-height: 150px;
    max-width: 150px;
    margin-bottom: 10px
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

/*form .progress { line-height: 15px; }
.progress { display: inline-block; width: 100px; border:3px solid orange; vertical-align: top; }
.progress div { font-size: smaller; background: orange; width: 0; }
*/
tr.sub-item {
    display: none
}

.toggle-base .sub-itemxxx {
    padding-top: 20px;
    display: none
}

.toggle-base .sub-matrix {
    padding-top: 5px;
}

table input[type=number]::-webkit-outer-spin-button,
table input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table input[type=number] {
    -moz-appearance: textfield;
    padding-right: 5px;
    padding-left: 5px;
}

table input[type=text] {
    -moz-appearance: textfield;
    padding-right: 5px;
    padding-left: 5px;
}

input.modal-amount {
    padding-right: 5px;
    padding-left: 5px;
    min-width: 50px
}

td.co-label {
    padding: 15px 5px !important
}

.table>thead>tr.with-btn>th {
    padding-top: 0;
    padding-bottom: 2px;
    vertical-align: middle
}

.cursor-pointer {
    cursor: pointer !important
}

.collapse-label input {
    vertical-align: top
}

.inside-label {
    font-weight: normal
}

.inside-label input {
    vertical-align: top
}

.level2 {
    padding-left: 30px
}

.panel-body.max500 {
    overflow: auto;
    max-height: 300px;
    position: relative
}

.panel-body.h300 {
    overflow: auto;
    max-height: 300px;
    height: 300px;
    position: relative
}

.panel-heading input[type="checkbox"] {
    margin: 0
}

.panel-heading label {
    margin: 0
}

.bonStorelist {
    cursor: pointer;
}

.bonPreview .summe {
    font-weight: bold;
}

.bonPreview .steuer {
    font-size: 12px;
}

.bonPreview img {
    width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bonPreview h3 {
    text-align: center;
    line-height: 18px;
    font-size: 14px
}

.bonPreview .noborder {
    width: 355px
}

.bonPreview .bonContainer {
    width: 355px;
    margin: 0px auto;
    word-wrap: break-word;
}

.bonPreview .noborder td {
    border: none;
    padding-left: 0px;
    padding-right: 0px
}

.bonPreview .bonImg {
    text-align: center
}

.bonReceiptNumber {
    text-align: center;
}

.bonPreview .bonAdress {
    text-align: center
}

.bonPreview .bonFooter {
    text-align: left;
    font-size: 12px;
}

/* attributes*/
.multicol2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.multicol3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.label.kombi input[type=checkbox] {
    position: absolute;
    left: 5px
}

.label.kombi b {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.toggle-base .max500 {
    max-height: 300px;
    overflow: auto
}

.main-attr big {
    font-weight: bold
}

.main-attr input[type=checkbox] {
    vertical-align: text-bottom;
    margin: 2px 0
}

/* iOS? */
.main-attr select {
    width: 100% !important
}

table.table.form-inline td,
table.table.table-variants td,
table.table.form-inline th,
table.table.table-variants th {
    padding: 8px 4px
}

.sub-label {
    margin-bottom: 8px;
    display: block
}

.sub-save {
    margin-left: -20px;
    font-size: 18px;
    cursor: pointer
}

.sub-editsave {
    font-size: 18px;
    margin-right: 8px
}

.sub-edit {
    font-size: 18px
}

.sub-cancel {
    font-size: 18px
}

.sub-nameedit {
    width: 100% !important
}

.value-fields input[type=text] {
    xwidth: 150px !important;
    margin: 0 20px 5px 0
}

.value-fields input[type=number] {
    width: 75px !important;
    margin: 0 20px 5px 0
}

.value-fields input[type=date] {
    xwidth: 150px !important;
    margin: 0 20px 5px 0
}

.value-fields input[type=datetime-local] {
    xwidth: 200px !important;
    margin: 0 20px 5px 0
}

.value-labels .label {
    font-size: 14px;
    padding: 5px 10px
}

.product-label.value-labels .label-value {
    position: relative;
}

.product-label .label-text {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    max-width: 250px;
    position: relative;
    margin-right: 10px;
}

.uib-date+div.ng-not-empty,
.uib-date+div.ng-empty {
    display: inline-block;
}

.semi {
    opacity: .3
}

.tagField {
    height: auto;
    padding-bottom: 0;
    padding-right: 5px;
    position: relative;
    margin-right: 20px
}

.tagField .sub-control {
    border: none;
    margin-bottom: 5px
}

.tagField .sub-control:focus {
    outline: none
}

.tagField big {
    position: absolute;
    right: -20px;
    top: 10px;
}

table:focus {
    outline: none
}

/* Pagination */
.pageSize {
    text-align: right;
    margin: 20px 0px;
}

.pageSize label {
    font-weight: normal;
    white-space: nowrap;
    line-height: 30px;
    margin-left: 10px;
}

.pageSize select {
    width: auto;
    display: inline-block;
}

.table-selectable td {
    cursor: pointer
}

.table.table-variants>tbody>tr.sub-item>td {
    border-top: none
}

.btn-newStore {
    margin-top: -5px;
}

/*.btn .text-info { color: #fff!important; }*/

.user-password-info {
    font-size: 12px;
    margin-top: 10px;
}

.user-password-info .fa {
    margin-right: 10px;
}

.panel-primary>.panel-heading h3 {
    margin: 0
}

.control-label.text-left {
    text-align: left !important
}

.table-result tbody td {
    text-align: center;
    padding: 16px 0 !important;
}

.table-result tbody td.text-right {
    text-align: right;
    padding: 16px 8px !important;
}

.table-result .text-left {
    text-align: left;
    padding: 16px 8px !important;
}

.table-result tbody td big {
    font-size: 24px;
}

.table-result tfoot td {
    border-top-width: 4px !important;
}

.table-detailresult tbody td {
    text-align: right;
}

.table-detailresult tbody .main-item td a.chevron {
    position: absolute;
    left: 15px
}

.table-detailresult tbody .main-item td.caption {
    text-align: left;
    overflow: hidden;
    text-ellipsis: ellipsis;
    padding-left: 20px
}

.table-detailresult tbody .sub-item td.caption {
    text-align: left;
    overflow: hidden;
    text-ellipsis: ellipsis;
    padding-left: 40px
}

.table-detailresult tbody td big {
    font-size: 24px;
}

.table-detailresult thead th>span {
    white-space: nowrap
}

.table-detailresult thead th>span i.fa {
    margin-left: 3px;
    font-size: 17px
}

.table-fixed {
    table-layout: fixed
}

.table-fixed tbody td {
    overflow: hidden;
    text-overflow: ellipsis
}

.table-bordered tbody td.boldCell {
    font-weight: bold;
}

.panel-body.ellipsis dd,
.panel-body h2 {
    text-overflow: ellipsis;
    overflow: hidden;
}

h2.customer-name {
    overflow: visible;
}

a.sorted {
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: underline
}

a.sorted.asc:after {
    font-family: 'FontAwesome';
    content: ' \f0d8';
    position: absolute;
    right: -12px;
}

a.sorted.desc:after {
    font-family: 'FontAwesome';
    content: ' \f0d7';
    position: absolute;
    right: -12px;
}

a.unsorted {
    display: inline-block;
    position: relative
}

a.unsorted:before {
    position: absolute;
    right: -12px;
    top: 2px;
    font-family: 'FontAwesome';
    content: ' \f0d7';
    opacity: .3
}

a.unsorted:after {
    position: absolute;
    right: -12px;
    top: -5px;
    font-family: 'FontAwesome';
    content: ' \f0d8';
    opacity: .3
}

table a.fa-print {
    font-size: 16px;
    cursor: pointer
}

table a.fa-print:hover {
    text-decoration: none
}

a.unsorted:after {
    position: absolute;
    right: -12px;
    top: -5px;
    font-family: 'FontAwesome';
    content: ' \f0d8';
    opacity: .3
}

/* setup */
.alert.ng-enter,
.alert.ng-leave {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.alert.ng-enter {
    opacity: 0;
    max-width: 0;
    max-height: 0;
    padding: 0;
    border-width: 0;
    margin: 0;
}

.alert.ng-enter-active {
    opacity: 1;
    max-width: 100%;
    max-height: 100px;
    padding: 15px 35px 15px 15px;
    border-width: 1px;
    margin: 10px 0 20px;
}

.alert.ng-leave {
    opacity: 1;
    max-width: 100%;
    max-height: 100px;
    padding: 15px 35px 15px 15px;
    border-width: 1px;
    margin: 10px 0 20px;
}

.alert.ng-leave-active {
    opacity: 0;
    max-width: 0;
    max-height: 0;
    padding: 0;
    border-width: 0;
    margin: 0;
}

.slide-frame>div {
    width: 100%;
}

.wave.ng-enter,
.wave.ng-leave {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.wave.ng-enter {
    position: absolute;
    left: -100%;
}

.wave.ng-enter-active {
    left: 0;
}

.wave.ng-leave {
    position: absolute;
    left: 0;
}

.wave.ng-leave-active {
    left: 100%;
}

.step-nav li.active {
    margin-left: 10px;
    margin-right: 0px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.step-nn {
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 96px;
    font-weight: 700;
    overflow: hidden;
}

.step-nn-inner {
    display: block;
}

.bottom-buttons {
    float: right;
    bottom: 0;
    right: 0;
    padding: 25px 0px
}

input.jumbo {
    font-size: 30px;
    letter-spacing: 10px;
    text-align: center
}

/* -- */

a.back {
    margin: 10px 0 0 -5px;
    padding: 4px;
    border-radius: 5px
}

.assistent .table {
    text-align: left;
}

.material-drop a:hover {
    text-decoration: none
}

.row.form-space h4 {
    margin-bottom: 20px
}

.row.form-space {
    padding: 0 15px
}

.row.form-space>div {
    padding: 0 35px
}

.deposit-item td,
td .deposit-value {
    font-style: italic;
    /* color:#090*/
}

.form-control-feedback {
    position: absolute;
    top: 18px !important;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.switch-row.row {
    padding: 0 5px
}

.switch-row a.btn {
    padding: 15px 5px
}

.switch-row .col-md-2 {
    padding: 0 5px
}

.switch-row a.btn i.fa {
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 0;
    display: block
}

.steps .step {
    display: inline-block;
    width: 19%;
    padding: 10px;
    vertical-align: top
}

.steps .step h4 {
    font-weight: 700
}

.steps .step a {
    text-decoration: underline;
}

.steps .step p {
    font-size: 12px;
}

a.btn[disabled] {
    pointer-events: none;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.center-modal {
    top: 20%;
}

.prestashop-login-modal .modal-content {
    padding: 40px;
}

.prestashop-login-modal .modal-content .buttons input {
    width: 48%;
    display: inline-block;
}

.prestashop-login-modal .modal-content .buttons input:first-child {
    margin-right: 3%;
}

.modal-body.img-block {
    text-align: center;
}

.modal-body.img-block img {
    max-width: 100%;
}

#advwebForm .zstitlemini {
    margin-top: -13px;
}

#page-wrapper > div {
  padding-bottom: 35px;
}

.ebay-category-path {
    margin-bottom: 10px;
}

.ebay-category-name {
    padding-bottom: 15px;
}

.ebay-category-selection-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

tr.clickable {
    cursor: pointer;
}

.ui-select-match>span {
    width: 100% !important;
}

.ui-select-search {
    width: 100% !important;
}

.ui-select-choices-row {
    padding: 6px;
}

.table-responsive {
    min-height: 100px;
}

.logo-150 {
    height: 150px;
}

.logo-100 {
    height: 100px;
}

.logo-50 {
    height: 50px;
}

.custom-wizard .prologue {
  margin-top: 40px; }

.custom-wizard .prologue img {
  margin: 20px 0; }

.custom-wizard .steps .list-unstyled {
  margin: 25px 0; }

.custom-wizard .steps ul li {
  margin-bottom: 10px; }

.custom-wizard .steps .img-block {
  text-align: center; }
  .custom-wizard .steps .img-block img {
    max-width: 100%; }

.custom-wizard .steps > div > .row {
  padding: 25px 0; }

.custom-wizard .steps .space-out {
  padding: 100px; }

.custom-wizard .steps .step-0 > .row:nth-child(3) {
  padding-top: 40px !important; }

.custom-wizard .steps .step-0 > .row:nth-child(5) {
  padding-top: 40px !important; }

.custom-wizard .steps .step-0 > .row:nth-child(odd) {
  padding: 0; }

.custom-wizard .steps .step-0 > .row:last-child {
  border-bottom: none; }

.custom-wizard .steps .step-1 > .row {
  padding: 100px 0 150px; }

.custom-wizard .steps .step-1 h3 {
  margin-top: 0; }

.custom-wizard .steps .step-2 > .row:last-child {
  padding-bottom: 100px; }

.custom-wizard .steps .step-2 h3 {
  margin-top: 0; }

.custom-wizard .steps .step-3 > .row {
  padding: 100px; }

.custom-wizard .steps .step-3 h4 {
  margin-bottom: 20px;
  font-weight: bold; }

.custom-wizard .steps .step-5 .edit {
  padding: 10px 31px; }

.custom-wizard .steps .step-5 .sync-progress {
  margin: 0 auto;
  width: 315px;
  padding-left: 35px; }

.custom-wizard .steps .step-5 .status {
  width: 500px;
  margin: 0 auto; }
  .custom-wizard .steps .step-5 .status img:nth-child(2) {
    margin-top: -9px; }
  .custom-wizard .steps .step-5 .status img:nth-child(2).spin {
    animation: spin 3s infinite linear; }
  .custom-wizard .steps .step-5 .status img:nth-child(3) {
    margin-left: 1px; }

.custom-wizard .footer {
  padding-bottom: 19px; }

.larger-tax-dropdown {
    min-width: 77px !important;
}

.loca-ui-select-container .ui-select-multiple.ui-select-bootstrap {
    height: 35px;
}

.loca-ui-select-container .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    margin-right: 0px;
    margin-top: 5px;
}

.loca-ui-select-container .ui-select-match-item {
    background-color: rgba(0, 0, 0, .05);
    border: none;
}

.loca-ui-select-container .ui-select-selected-item {
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: inline-block;
    border: none;
    height: 25px;
    padding: 0 5px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: left;
  }

/*# sourceMappingURL=styles.css.map */