/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

nav .nav>li.active>a {
    text-decoration: none;
    background-color: #eee;
}

/* =========================================================================================================================================================== */

/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:1299px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 305px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.custom-wizard .progress-header ul {
    border-bottom: 1px solid #0D1B27;
    margin: 25px 0;
}

.custom-wizard .progress-header ul li {
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.custom-wizard .progress-header ul li.active {
    color: #333;
    font-weight: bold;
    box-shadow: inset 0 -4px 0 0 #0D1B27;
}

.custom-wizard .steps .screenshot {
    color: #0D1B27;
    cursor: pointer;
}

.custom-wizard .steps .step-0>.row:nth-child(even) {
    padding: 40px 0 !important;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.custom-wizard input.ng-invalid {
    border: 1px solid #ccc !important;
}


.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5
}

.ng-dirty.ng-invalid>a.select2-choice {
    border-color: #D44950
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb
}

.selectize-input.selectize-focus {
    border-color: #007FBB !important
}

.ng-dirty.ng-invalid>div.selectize-input {
    border-color: #D44950
}

.btn-default-focus {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
    text-decoration: none;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    background-color: transparent !important;
    border: none;
    outline: 0;
    height: 1.666666em;
    margin-bottom: 3px
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid #428bca
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid #428bca
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.ui-select-bootstrap .ui-select-choices-row>a:focus,
.ui-select-bootstrap .ui-select-choices-row>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
    border-color: #D44950
}

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

.growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0);
}

.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0);
}

.growl.growl-default {
    color: #FFF;
    background: #7f8c8d;
}

.growl.growl-error {
    color: #FFF;
    background: #C0392B;
}

.growl.growl-notice {
    color: #FFF;
    background: #2ECC71;
}

.growl.growl-warning {
    color: #FFF;
    background: #F39C12;
}

/* =========================================================================================================================================================== */
.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #73818D;
    position: absolute;
    z-index: 10002;
    top: 50px;
    left: 0;
    width: 100%;
    height: 4px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    -moz-box-shadow: #73818D 1px 0 6px 1px;
    -ms-box-shadow: #73818D 1px 0 6px 1px;
    -webkit-box-shadow: #73818D 1px 0 6px 1px;
    box-shadow: #73818D 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #73818D;
    border-left-color: #73818D;
    border-radius: 10px;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite
}

/* =========================================================================================================================================================== */

/* =========================================================================================================================================================== */
/* OWN STYLES start here */
/* =========================================================================================================================================================== */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


a {
    color: #0D1B27;
}

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

.underline-element {
    text-decoration: underline;
}

a:focus {
    color: #0D1B27
}

.navbar-default a {
    color: #000
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-header small {
    color: #fff;
    padding-top: 17px;
    display: inline-block;
    text-transform: uppercase;
}

.navbar-scroll-notification marquee {
    color: white;
    font-weight: bold;
    margin-top: 15px;
    width: 100%;
}

.navbar-scroll-notification marquee a {
    color: white;
    margin-right: 80px;
}

.navbar-static-top {
    background-color: #0D1B27;
    border-bottom: 0px solid #0D1B27
}

.navbar-static-top .navbar-brand {
    color: #fff
}

.navbar-static-top .navbar-user .dropdown {
    cursor: pointer
}

.navbar-static-top .navbar-user li>a {
    color: #fff;
}

.navbar-static-top .navbar-user li>a:hover {
    color: #fff;
    opacity: 1
}

.navbar-static-top .navbar-user li.open a {
    color: #000;
    opacity: 1
}

.navbar-static-top .navbar-user .open li>a:hover {
    color: #000;
    opacity: 1
}

nav .nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(255, 255, 255, .3)
}

nav .nav.nav-pills.nav-stacked a {
    background-color: #f4f4f4
}

nav .nav .active li {
    background-color: #f8f8f8
}

nav .nav li.active {
    background-color: rgba(13, 27, 39, .1)
}

nav .nav>li.active>li.active {
    background-color: #fff
}

.state.off i {
    color: #BB0000
}

.state.on i {
    color: #00BB00
}

input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid {
    border: 1px solid red !important
}

i.fa-info-circle {
    cursor: help;
    color: #808080
}

.table-hover>tbody>tr.edit-row:hover td:first-child {
    background-color: white;
}

.table-hover>tbody>tr.edit-row:hover td:first-child b:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    left: -10px;
    content: "\f040";
    color: #00bb00
}

.angular-ui-tree-handle:hover {
    color: #0D1B27;
    background: #f4f6f7;
    border-color: #dce2e8;
    opacity: 0.45;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    xborder: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    background-color: #f8f8f8;
    margin-top: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    padding-left: 10px;
    line-height: 40px;
    height: 40px;
}

.tree-node .btn-sub {
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    opacity: 0.2;
    color: #999;
    margin-left: 2px
}

.tree-node:hover .btn-sub {
    opacity: .3;
    color: #000;
    background-color: #ddd;
    cursor: pointer
}

.tree-node:hover .btn-sub:hover {
    opacity: .8;
    color: #fff;
    cursor: pointer
}

.tree-node:hover .btn-move:hover {
    background-color: #0D1B27;
}

.tree-node:hover .btn-add:hover {
    background-color: #00b32d;
}

.tree-node:hover .btn-del:hover {
    background-color: #d90000;
}

.tree-node.selected {
    background-color: #eee !important;
    font-weight: bold
}

.dashboard-page .page-header {
    color: #0D1B27;
    margin-top: 20px;
    border-bottom: none;
}

.dashboard-page .dashboard-block {
    padding: 5px 10px;
    border: 1px solid #eee;
    box-shadow: -1px 4px 5px 0px rgba(173,173,173,0.4);
    margin-bottom: 30px;
}

.dashboard-page .dashboard-block-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.dashboard-page .dashboard-block-header h4 {
    color: #0D1B27;
}

.dashboard-page .dashboard-block-header .dashboard-dropdown {
    box-shadow: 0px 0px 3px 0px rgba(189,189,189,1);
    padding: 5px 10px;
    position: relative;
    top: 5px;
    border-radius: 2px;
    min-width: 160px;
    text-align: center;
}


.itemedit .angular-ui-tree-handle:hover {
    color: #0D1B27;
    background: #f4f6f7;
    border-color: #dce2e8;
    opacity: 0.85;
}

.itemedit .angular-ui-tree-placeholder {
    background: #f0f9ff;
    xborder: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.itemedit .group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.itemedit .tree-node {
    background: #fff;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    padding-left: 5px;
    line-height: 25px;
    height: 25px;
}

.itemedit .tree-node .btn-sub {
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    opacity: 0.2;
    color: #999;
    margin-left: 2px
}

.itemedit .tree-node:hover .btn-sub {
    opacity: .3;
    color: #000;
    background-color: #ddd;
    cursor: pointer
}

.itemedit .tree-node:hover .btn-sub:hover {
    opacity: .8;
    color: #fff;
    cursor: pointer
}

.itemedit .tree-node:hover .btn-move:hover {
    background-color: #0D1B27;
}

.itemedit .tree-node:hover .btn-add:hover {
    background-color: #00b32d;
}

.itemedit .tree-node:hover .btn-del:hover {
    background-color: #d90000;
}

.itemedit .tree-node .selected {
    background-color: #eee !important;
    padding-left: 5px;
    margin-left: -5px;
    font-weight: bold
}

a.input-group-addon.barcode {
    padding: 4px 8px;
    background: #fff
}

a.input-group-addon.barcode.disabled {
    background: #e8e8e8
}

.tooltip-inner {
    background-color: #808080
}

/* 57b1df */
.tooltip.top .tooltip-arrow {
    border-top-color: #808080
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #808080
}

small.h1-dropdown {
    color: #333;
    padding-top: 10px
}

small.h1-dropdown a {
    color: #333;
}

b.req {
    color: red
}

a.rem {
    color: red;
    font-weight: bold;
    vertical-align: top
}

a.rem:hover {
    text-decoration: none;
    background-color: #eee
}

tr.main-item {
    background-color: #fbfbfb
}

tr.main-item.active td {
    background-color: #f0f0f0 !important
}

tr.main-item.is-low-stock,
tr.sub-item.is-low-stock {
    background-color: #FAF2DC !important;
}

tr.sub-item td:first-child {
    background-color: white !important;
}

tr.main-item.is-low-stock .fa-exclamation-circle,
a.is-low-stock .fa-exclamation-circle {
    color: #FBC226 !important;
}

input[type=text].cursor-pointer {
    background-color: #fff !important
}

.submission-failed,
.import-status.FAILED,
.export-status.FAILED,
.export-status.CANCELLED {
    color: red
}

.submission-alert {
    color:#0000ff
}

.submission-paused {
    color: #AAAAAA
}

.submission-busy,
.import-status.PENDING,
.export-status.IN_PROGRESS,
.export-status.PENDING,
.export-status.STARTED {
    color: #0000ff
}

.submission-okay,
.import-status.COMPLETED,
.export-status.FINISHED,
.export-status.DONE,
.export-status.COMPLETED {
    color: #008800
}

.submission-btns {
    text-align: right;
}

.btn-submission {
    font-size: 90%;
    width: fit-content;
    display: inline-block;
}

.btn-submission-primary {
    background-color: #0000ff!important;
    border-color: #0000ff!important;
}

.submission-change-section {
    background-color: #CCCCCC;
}
.submission-change-row {
    background-color: transparent;
}
.submission-change-row-alt {
    background-color: #EEEEEE;
}
.submission-change-label {
    color: #666666;
    width: 24%;
}
.submission-change-old {
    border-left: 1px solid #666666;
    color: #AAAAAA;
    width: 38%;
}
.submission-change-new {
    border-left: 1px solid #666666;
    color: #000000;
    width: 38%;
}
.submission-error-label {
    color: #666666;
    width: 34%;
}

.submission-list {
    list-style: disc inside;
    column-count: 1;
    column-gap: 2em;
    margin-top: 4px;
}
.submission-list-wrap {
    column-count: 2;
}
.submission-list li {
    font-size: 80%;;
}

.modal-submission .modal-content {
    width: 140%;
    margin-left: -20%;
}

.modal-submission .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.reportPreview {
    -webkit-box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    border: 1px solid #dedede;
    font-family: 'Droid Sans Mono';
    padding: 20px 40px
}

.bonPreview {
    -webkit-box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 28px -12px rgba(0, 0, 0, 0.75);
    border: 1px solid #dedede;
    font-family: 'Droid Sans Mono';
    width: 400px;
    margin: 0px auto;
}

.label.kombi {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 5px 5px 25px;
    background-color: #e8e8e8;
    color: #333;
    font-weight: normal;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    min-height: 70px
}

.label.kombi.checked {
    background-color: #0d1b2740;
}

.toggle-base.checked {
    background-color: #f2f2f2;
}

tr.multistore {
    background-color: #cef !important
}

tr.multistore+tr td {
    background-color: #fff !important
}

tr.main-item.active>td {
    border-bottom: 1px solid #ddd
}

tr.sub-item>td:last-child {
    border-right: 1px dotted #ddd
}

.table>tbody>tr.sub-item>td {
    border-bottom: 1px solid #ddd;
    border-top: 0
}

.table>tbody>tr.sub-item>td:first-child {
    border-bottom: 0;
    border-top: 0;
    border-right: 1px dotted #ddd
}

.table-hover>tbody>tr.sub-item:hover td:first-child {
    background-color: white
}

.sub-control {
    background-color: red1
}

.value-labels .label-value {
    background-color: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
}

.label.label-value.checked {
    background-color: #9ce89c
}

.lowlight .value-labels .label-value {
    background-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    margin-right: 5px
}

.value-labels .label-value i.fa-times {
    color: #bb0000
}

tr.edit-attr {
    background-color: #f4f4f4
}

tr.edit-attr h4 {
    color: #999;
    margin: 0;
}

h4.legend {
    color: #999;
    vertical-align: bottom
}

.lowlight {
    background-color: #f4f4f4;
    margin-bottom: 0;
    border-bottom: 10px solid #f4f4f4;
    border-top: 10px solid #f4f4f4
}

.alert-white {
    background-color: #fff;
    border-color: #ccc;
    color: #555 !important
}

.tagField.focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.uib-month .btn {
    border: 2px solid white;
    border-radius: 0;
}

.uib-month .btn-info.active {
    background-color: #0D1B27
}

.table-selectable tr.selected td {
    background-color: #0d1b2740
}

.panel-primary {
    border-color: #0D1B27;
}

.panel-primary>.panel-heading {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

/* analytics */
.table-result thead th {
    background-color: #f2f2f2;
    text-align: center;
    border-bottom-width: 0 !important;
    font-size: 24px;
    font-weight: normal;
    padding: 4px 8px !important
}

.table-result thead td {
    background-color: #f2f2f2;
    text-align: center;
    border-top-width: 0 !important;
    border-bottom-width: 4px !important;
    padding-top: 0 !important;
}

.table-detailresult thead th {
    background-color: #f2f2f2;
    text-align: center;
    border-bottom-width: 0 !important;
    font-size: 24px;
    font-weight: normal;
    padding: 4px 8px !important
}

.table-detailresult thead td {
    background-color: #f2f2f2;
    text-align: center;
    border-top-width: 0 !important;
    border-bottom-width: 4px !important;
    padding: 0 14px 8px 2px !important;
}

.panel-heading .btn-small {
    padding: 4px 10px;
    color: white !important
}

a.multi-variants,
h3.multi-variants {
    color: #0aa;
    color: #e6a40a
}

button.multi-variants {
    background-color: #0aa;
    background-color: #e6a40a;
    border-color: #e6a40a
}

a.stacklink {
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 rgba(34, 138, 202, .5)
}

a.stacklink {
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 rgba(230, 164, 10, .5)
}

a.stacklink:hover {
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #eccc80, 3px 3px 0 #fff, 4px 4px 0 #eccc80;
    text-decoration: none
}

.slide-frame {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    text-align: left;
    padding: 10px 20px;
    background-color: #eee
}

.step-nav li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #0D1B27;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    -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-nav li.active:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #0D1B27;
}

.step-nav li a {
    color: #FFF;
    padding: 0 0 0 80px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis
}

a.back:hover {
    background-color: #eee;
    text-decoration: none
}

.assistent {
    margin: 0 100px;
    padding: 50px;
    text-align: center;
    border: 1px dashed #999;
}

.assistent .fa-spinner {
    color: #0D1B27
}

.filesymb {
    background: url(../../gfx/document_excel.png) center center no-repeat;
    display: inline-block;
    width: 200px;
    height: 240px;
}

.drop-box {
    cursor: pointer;
    background: #F8F8F8;
    border: 1px dashed #9297a1;
    width: 154px;
    height: 156px;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
    display: inline-block;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.material-drop {
    padding: 5px 5px 5px 12px;
    display: inline-block;
    border-bottom: 2px solid #999
}

.material-drop.invalid {
    border-bottom: 2px solid red;
}

.material-drop+.error-msg {
    color: red;
    display: block
}

.btn-primary.ghost {
    background-color: transparent;
    color: #0D1B27;
    border-color: #0D1B27
}

.btn-primary.ghost[disabled],
.switch-row .btn-primary[disabled] {
    background-color: transparent;
    color: #aaa;
    border-color: #aaa
}

.btn-primary.ghost:hover[disabled] {
    background-color: transparent;
    color: #aaa;
    border-color: #aaa
}

.btn-primary.ghost:hover {
    background-color: #fff;
    color: #0D1B27;
    border-color: #0D1B27
}

/* -- */
.setup-page .progress-steps li.active div i {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.setup-page .progress-steps li.active div span {
    color: #414141;
    font-weight: bold;
}

/* overwrite the hover style for navigation points for the setup page so they do not look "clickable" */
nav .nav>li:not(.active)>a.setup:focus,
.nav>li:not(.active)>a.setup:hover {
    background-color: #0D1B27
}



.survey-button {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: #0D1B27;
    border-radius: 50%;
}

.survey-button i {
    font-size: 38px;
    padding-left: 9px;
    padding-top: 9px;
    color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #0D1B27;
    border-radius: 0px;
}

.nav-pills {
    border: 1px solid #0D1B27;
    border-radius: 5px;
}

.ebay-category-path-header {
    font-weight: bold;
    color: black;
}

.ebay-category-search-hint {
    color: gray;
    display: flex;
    text-align: center;
    align-items: center;
    height: 100%;
}

.ebay-category-path-peak {
    font-weight: bold;
    color: #4cae4c;
}

.ebay-category-path-node {
    color: #0D1B27;
}

.allow-wrong-input input.ng-invalid {
    border: 1px solid #ccc !important;
}

button.previous-btn-modal {
    float: none;
    line-height: 1;
    color: #0D1B27;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    text-decoration: underline;
}

.previous-btn-modal:hover {
    color: #0d1b2740;
    text-decoration: underline;
    cursor: pointer;
}

.btn-success {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-success[disabled]:hover {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.45;
}

.btn-success:hover {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.8;
}

.btn-success:disabled {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.45;
}

.btn-success:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.form-control:focus {
    border-color: #0D1B27;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 73, 171, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 73, 171, 0.6);
}

.btn-primary {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-primary:hover {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.8;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.8;
}

.btn-primary[disabled]:hover,
.btn-primary:disabled,
.btn-primary.disabled:focus,
.btn-primary:focus[disabled] {
    background-color: #0D1B27;
    border-color: #0D1B27;
    opacity: 0.45;
}

.pagination>li>a {
    color: #0D1B27;
}

.pagination>li>a:hover {
    color: #0D1B27;
}

.pagination>li>a:focus,
.pagination>li>a:active {
    color: #0D1B27;
}

.uib-month .btn-info.active {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-info {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-info .text-muted,
.btn-info .text-info {
    color: #fff;
}

.btn-info:hover {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
    background-color: #0D1B27;
    border-color: #0D1B27;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #0D1B27;
}

.pdp-actions>li.active i, .voucher-actions>li.active i {
    color: #0D1B27;
}

.blue-filter-toggle i {
    color: #0D1B27;
}

.analytics-v2 .custom-wizard .progress-header ul {
    border-color: #0D1B27;
}

.analytics-v2 .custom-wizard .progress-header li.active {
    box-shadow: inset 0 -4px 0 0 #0D1B27;
    cursor: initial;
}

.filters-list li.clear span {
    color: #0D1B27;
}

.text-primary {
    color: #0D1B27;
}

.alert-info{
    background-color:#0d1b2740;
    border-color:#0D1B27;
    color:#0D1B27
}
.alert-info hr{
    border-top-color:#a6e1ec
}
.alert-info .alert-link{
    color:#245269
}


/** Checkbox Styling */
/* Checkbox: Basic styling */

[type=checkbox] {
    width: 2rem;
    height: 2rem;
    border-radius: 15%;
    margin-top:0px !IMPORTANT;
    color: #0D1B27;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}

/* Checkbox: Pseudo element for check styling */
[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checkbox: Checked */
[type=checkbox]:checked {
    background-color: currentcolor;
}
[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* Checkbox: Disabled */
[type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
}

/* Checkbox: IE */
[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}
[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/** PDP: channel dropdown checkboxes */
.filter-dropdown-content ul li:before {
    border: 1px solid #0D1B27;
}

.filter-dropdown-content ul li.checked:after {
    border: 4px solid #0D1B27;
}

.customer-list .email_is_not_provided {
    background: #FFF3E0;
}

.customer-list .stale_confirmation_request {
    background: #FCEAE8;
}

.stats-deleted-tip {
    color: gray;
}
.stats-deleted-tip-detail {
    min-width: 250px;
}
.highlight-submission-row {
    background-color: lightyellow;
}
.danger-submission-row {
    background-color: #d9534f;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}