.mail-sidebar .contacts ul li .badge {
    display: inline-block;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 5px 2px 0;
}
.mail-sidebar .contacts ul li:hover {
    background: #e4e5e6;
}
.mail-sidebar .contacts ul li {
    height: 30px;
    padding: 5px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis!important;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e6e9ed;
    margin-bottom: 2px;
}
.mail-sidebar .contacts ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}
.mail-sidebar .contacts {
    border: 1px solid silver;
    padding: 4px;
    height: 100%;
    box-shadow: 0 0 4px #eee;
}
.mail-sidebar .contacts .btn-add-contact {
    font-size: 17px;
    font-weight: 500;
}
.load-section-content table tr td:first-child {
    border-left: 3px solid #1158a0;
    border-right: 2px solid #1158a0;
}
.load-section-content table tr td:last-child{
    border-left: 2px solid #1158a0;
}
.load-section-content table tr:last-child td{
    border-bottom: 2px solid #1158a0;
}
#loaded-preset-form .category-select {
    max-width: 180px;
}
#presets-list li.jstree-node.jstree-leaf {
    margin-left: 5px;
}
.div_center {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preset-line-suggestion {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
}
.truncate-text {
    width: 300px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.btn-lose-focus:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.line-discounted-amount {
    text-decoration: line-through;
    text-decoration-color: #fa0a31;
    text-decoration-style: solid;
    -moz-text-decoration-color: #fa0a31;
    -moz-text-decoration-style: solid;
    -webkit-text-decoration-color: #fa0a31;
    -webkit-text-decoration-style: solid;
}
#btn-expand-presets-view {
    position: absolute;
    display: none;
    top: 8px;
    left: -12px;
    background: #1158a0;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: .375rem .75rem;
    box-shadow: 0 0 5px #bbb !important;
}
.container {
    padding-top: 50px;
}

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

.p-left-25 {
    padding-left:25px;
}

.m-left-5 {
	margin-left:5px;
}

.height-40 {
    height:40px;
}

.page-break {
    page-break-after: always;
}

#myTabContent span.review_auction_day, #myTabContent span.review_relist_day, #myTabContent span.photographer_auction_day, #myTabContent span.lister_auction_day {
	cursor: pointer;
}

.has-error .form-control,
.has-error.form-control{
    border: 1px solid red !important;
}

.o-cancel-btn {
    border-radius: 5px;
    font-weight: bold;
}

.hide {
	display: none;
}

.has_error {
    border-color: red;
}

#navbarsExampleDefault .active {
	background: #027bff;
    color: white;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #bbb1b1;
    box-shadow: inset 0 0 10px #3c3838;
}

.keyword {
    background: #e4b60f;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #c19e1c;
}

.category-select {
    width: 250px;
    margin-top:-6px;
    margin-left: 5px;
}

#avatar_wrap {
    width: 25px;
    border-radius: 15px;
    background: #fff;
    padding: 1px;
    margin-right: 2px;
}

.btn-success-custom-1 {
    color: #fff;
    background-color: #24ca38;
    border-color: #10ab0e;
}

.btn-success-custom-1:hover {
    color: #fff;
    background-color: #11af24;
    border-color: #10ab0e;
}

/** Horizontal Loading Bar */
.loader {
    height: 4px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #ddd;
    top: 58px;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #007bff;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

#global-search-box {
    position: fixed;
    background: #fff;
    max-width: 900px;
    height: 400px;
    border: 5px solid #28a745;
    top: 58px;
    right: 0px;
    z-index: 100000;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}
.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: g-loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0;
}
.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
}
.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes g-loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

.tag-status {
    padding: 5px;
    font-size:12px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    color: white;
}

.close-search {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.no-padding {
    padding: 0;
}

.field-inline {
    display: inline;
}

.comment-text-actions span {
    cursor: pointer;
}

.message-row {
    margin: 15px;
}

.message {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 5px;
    border-radius: 5px;
}

.toggle, .toggle-on, .toggle-off { border-radius: 20px; }
#search-filter .toggle .toggle-off {padding-left: 8px}
.toggle .toggle-off {padding: .375rem .75rem !important;}
#search-filter .toggle .toggle-off,  #search-filter .toggle .toggle-on{
    -moz-box-shadow:    inset 0 0 6px #615d5d;
    -webkit-box-shadow: inset 0 0 6px #615d5d;
    box-shadow:         inset 0 0 6px #615d5d;
}
#search-filter .toggle {margin-top: 8px;}
.toggle .toggle-handle { border-radius: 20px; }

#addNoteModal .popup-comment-row:hover, #message-box .message-row:hover{
    background: #f5f5f5;
}

#auctions-list .toggle-handle {
    display: none;
}

#orders-list div.toggle {
    margin-left: 0px;
}

#addNoteModal .popup-comment-row, #message-box .message-row{
    padding: 5px;
}

.popup-comment-row {
    word-wrap: break-word;
    max-width: 360px;
}

.popup-drop-comment-icon {
    color: red;
    cursor: pointer;
    float: right;
}

.popup-drop-comment-btn {
    display: none;
}

#addNoteModal .popup-drop-comment-btn, #message-box .message-row .popup-drop-comment-btn{
    display: inline;
}

.search-highlight {
    font-weight: bold;
    background: yellow;
    padding: 2px;
}

.editable_title {
    cursor: pointer;
}

.btn-purple {
    background-color: #800080;
    color: #FFFFFF;
}

.user-fullname {
    color: #17a2b8;
    font-weight: bold;
    cursor: default;
}

.owner-fullname {
    color: #28a745;
    font-weight: bold;
    cursor: default;
}

.c-allowed-txt {
    font-style: italic;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    padding: 4px;
    font-size: 14px
}

.c-allowed-txt-green, .c-allowed-txt {
    background: #5edc0a;
}

.c-allowed-txt-blue {
    background: #08c;
}

.c-allowed-txt-red {
    background: #f3172d;
}

.preset-nav {
    font-weight: bolder;
    color: #e83b3b;
    font-size: 12px;
}

#void-presets-msg {
    text-align: center;
}

.single-preset-btn.active,.single-preset-btn.activate {
    background-color: #188294;
    border-color: #188294;
}

.table thead.thead-primary {
    color: #fff;
    background-color: #136ac5;
    border-color: #1069c7;
}

#presets-list table th{
    border-color: #1158a0;
    border-width: 2px;
}

.span-category-tag {
    background-color: #62ca2d;
    color: white;
    font-size: 13px;
    white-space:nowrap;
}

.modal .modal-content {
    border: 4px solid #066da0;
}

.modal .modal-header, .modal .modal-footer {
    color: white;
    border-radius: unset;
    background: #1473a2;
}

.modal .modal-footer .btn-modal, .modal .modal-header .btn-modal{
    background: #1fa97c;
    color: white;
    border: 2px solid #219e76;
    border-radius: 5px;
}

.modal .modal-header button.close {
    padding: 22px 18px 30px 18px;
    background: #c30a24;
    border-radius: 61px;
    line-height: 0;
    margin-top: -30px;
    margin-right: -40px;
    opacity: 1;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.modal .modal-header button.close:hover {
    background: #c3090b;
}

.btn-green-light {
    background: #0fb36f;
    color: #fff;
}

.bin-id a {
    color: #f52828;
}

.bin-id a:hover {
    color: #dc1818;
    text-decoration: none;
}

.yellow-variation-1 {
    background-color: #f1bb1b;
    color: white;
}

#span-bin-count-barcode, #span-system-bin-count-barcode, #span-order-count-item-remaining, #span-order-count-item-scanned, #span-order-count-remaining {
    font-weight: bold;
    color: #309e0c;
}

#barcount-count-div,
#barcount-system-count-div,
#order-barcode-remaining-count-div,
#order-barcode-scanned-count-div,
#barcode-scan-error,
#order-remaining-count-div,
.modal-count-text {
    text-align: center;
    font-size: 14px;
}

.modal-count-text span {
    font-weight: bold;
    color: #309e0c;
}

.barcode-list-pagination a {
    color: white;
}

.barcode-list-pagination .lastlink a, .barcode-list-pagination .prevlink a, .barcode-list-pagination .nextlink a{
    font-weight: bolder;
}
.direction-fix-top-pos {
    position: relative;
    top: -2px;
}
.barcode-list-pagination .btn-default, .barcode-list-pagination .prevlink, .barcode-list-pagination .firstlink {
    margin-right: 5px;
}
.barcode-list-pagination .lastlink {
    margin-left: 5px;
}
.barcode-list-pagination a:hover, a.set-barcode-btn:hover {
    text-decoration: none;
}
.normal-id, .barcode-id, .bin-id {
    margin-bottom: 7px;
}
.success-barcode {
    background-color: #309e0c;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin: 4px
}
.error-barcode {
    color: white;
    padding: 5px;
    background: red;
    border-radius: 5px;
    margin: 4px
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}
.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}

.round.blue {
    background-color: #3EA6CE;
}

.round.orange {
    background-color: #FF6701;
}

.round.green {
    background-color: #42A129;
}

.round.hollow.blue {
    color: #3EA6CE;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 3px #3EA6CE;
}

.round.hollow.orange {
    color: #FF6701;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 3px #FF6701;
}

.round.hollow.green {
    color: #42A129;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 3px #42A129;
}

.spinner {
    width: 35px;
    height: 35px;
    margin-left: 50%;
    display: none;
    animation: rotate 1.4s infinite ease-in-out, background 1.4s infinite ease-in-out alternate;
}

@keyframes rotate {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}
@keyframes background {
    0% {
        background-color: #27ae60;
    }
    50% {
        background-color: #9b59b6;
    }
    100% {
        background-color: #c0392b;
    }
}

.section-top-row {
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #1274a5;
    font-weight: bold;
    background: #08c;
    padding: 5px;
    color: white;
}

.section-top-row:hover {
    color: #eceaea;
    cursor: pointer;
}

button.child-section-btn:focus {
    border: none;
    box-shadow: none;
}

.column-preset-sort {
    cursor: pointer;
    float: right;
}

.expand {
    color: red;
    cursor: pointer;
    width: 100%;
    margin-top: -15px;
}
/*.expand:hover {
    font-weight: bold;
}*/
.expand .text:hover {
    text-decoration: underline;
}

#orders-list table th {
    border-bottom: none
}
.blink-animation {
    font-family: cursive;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

#loaded-presets .single-preset-btn {
    margin-right: 5px;
    border-radius: 5px;
}

.table-beautify {
    box-shadow: 0 0 10px #b7b5b5;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.table-beautify thead {
    background: #1473a2;
    color: white;
    border: 5px solid #085880;
}

.table-beautify tbody {
    border: 5px solid #085880;
}

.table-beautify tr td:last-child {
    padding: 5px
}

.sortable-column i {
    cursor: pointer;
}

.sortable-column i:hover {
    color: #ddd;
}

.btn-beautify {
    color: #fff;
    background-color: #085880;
    border-color: #085982;
    box-shadow: inset 0 0 10px #03324a;
    font-weight: bold;
}

.btn-beautify-nav-link {
    border-radius: 30px;
    border: none;
    background-color: #343a40;
    color: #fff;
    margin: 3px;
}

.btn-beautify-nav-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #085880;
}

.btn-beautify-nav-link .tab-count {
    color: #f7b386;
    font-weight: bold;
}

.btn-beautify-nav-link.active {
    background-color: #085880;
}

.btn-beautify-nav-link .i-chevron {
    font-size: 7px;
    vertical-align: middle;
    color: #2ebaff;
}

#list-order-details {
    background: #5d5c5c;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    width: max-content;
}

#btn-show-oder-details {
    background: #007bff;
    border: 2px solid #ffffff;
    box-shadow: none;
    border-radius: 6px;
}

#list-order-details li {
    font-size: 12px;
    list-style-type: none;
}

#list-order-details a, #list-order-details a:hover{
    color: #17a2b8;
}

.btn-print-label {
    background-color: #228c6a;
    color: white;
}

.btn-print-label:hover {
    background-color: #239a74;
}
.application-list-element-row {
    margin-bottom: 5px;
}
.app-form-middle-field {
    width: 350px;
}
.bootstrap-select .popover-header {
    font-weight: bold;
}
.site-tag-row {
    cursor: pointer;
}
.btn-rounded-xs {
    height: 25px !important;
    width: 25px !important;
}
.btn-social-media {
    padding: 0;
    border-radius: 50%;
    height: 28px;
    width: 28px;
}
.btn-rounded-sm {
    height: 30px !important;
    width: 30px !important;
}
.btn-rounded {
    padding: 0;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}
.btn-info-rounded {
    border: 2px solid #129bb1;
}
.btn-facebook {
    background-color: #01579b!important;
    border-color: #01579b!important;
}
.btn-twitter {}
.btn-instagram {
    background-color: #ff6d00!important;
    border-color: #ff6d00!important;
}
#modal-loading::before {
    background-color: #00a1ff;
}
.similar-order-label::before {
    top: 0.29rem;
}
.similar-order-label::after {
    top: 0.29rem;
}

#save-shipping-address table{
    border-collapse: separate;
    border-spacing: 4px;
}
#save-shipping-address td {
    vertical-align: bottom;
}
.custom-control-label::after {
    cursor: pointer;
}

/**
 * CUSTOM SCROLLBARS
 */
.styled-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.styled-scrollbar::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.styled-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
    rgba(0, 0, 0, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, .2) 50%,
    rgba(0, 0, 0, .2) 75%,
    transparent 75%,
    transparent)
}
.item-shipping-weight {}
#printShippingLabelModal table tbody tr:hover {
    background: #eee;
}
.bootbox-confirm .modal-content {
    border: 4px solid #b18445;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bootbox-confirm .modal-header {
    background: #f0ad4e;
}
.bootbox-confirm .modal-footer {
    background: white;
}
.bootbox-confirm .modal-header button.close {
    padding: 28px 22px 28px 22px;
}
.bootbox-confirm .bootbox-body {
    text-align: center;
}
.bootbox-confirm-message {
    margin-top: 5px;
    font-weight: 700;
}
.modal {
    z-index: 1062;
}
.btn-append-field {
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
}
#auction-form .height-40 .col-md-3 {
    padding: 0;
}
#auction-form .height-40 .dropdown {
    flex: 0 0 20%;
    max-width: 20%;
}
#settings-nav .btn-beautify-nav-link{
    font-size: 1rem;
}
.fb_template_col {
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 0 4px #bbb;
    height: 40px;
    vertical-align: middle
}
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    border-radius: 5px;
    margin-top: 4px;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid lightgrey;
}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong {
    font-weight: bold;
    color: red;
}
.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
.bs-remove-focus {
    border: 2px solid #bbb !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    color: black;
}
.bs-remove-focus.has_error,
.bs-remove-focus.has_error:focus {
    border: 2px solid #dc3545 !important;
}
.bs-remove-focus:focus {
    border: 2px solid #08c !important;
}
select.bs-remove-focus {
    height: 38px;
}
input.bs-remove-focus {
    padding: 5px 8px !important;
}
.label-info {
    background-color: #007bff;
}
table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}
.selectable-bin-tag:hover {
    box-shadow: 0 0 8px #bbb;
}