/* Custom Fonts */
@font-face {
    font-family: 'Akko Pro';
    src: url("../assets/fonts/AkkoPro-BlackCondensedIt.otf");
    font-style: italic;
}

@font-face {
    font-family: 'Word Sans';
    src: url("../assets/fonts/WorkSans-Regular.otf");
    font-style: normal;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #878787 !important;
}
@media print {
    .hideWhenPrinting { display: none }
}
.toggleView{
    display: none;
}

.last-item td
{
    box-shadow: inset 0px -3px 4px #0000000f;
}

.last-item td:first-child { border-bottom-left-radius: 10px; }

.last-item td:last-child { border-bottom-right-radius: 10px; }

.remove-row a {
    line-height: 44px;
    margin-left: -20px;
}
.name-tile {
    position: relative;
    border-top: 0 !important;
    display: inline-block;
}
.name-tile.image {
    background-image: url('../assets/img/sport1.jpg');
    background-size: cover;
}

.btn{
    cursor: pointer;
}
.name-tile.overlay:before {
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
}
.name-tile * {
    position: relative;
    /* hack */
}
.name-tile h1 {
    margin-bottom: 0;
    line-height: 1.65;
    color: white;
}

#name-tile-edit-page{
    color: #858585;
    padding-left: 42px;
}

.order-page {
    padding-top: 0;
}
.order-form-page {
    padding-top: 25px;
}
.order-page .name-tile {
    margin-bottom: 0;
}
.header .h-tools {
    position: absolute;
    right: 10px;
    top: 0;
}

.summary-group-header {
    margin-bottom: 0;
    margin-top: 20px;
}

#XLSButton {
    padding: 0.3923rem .7692rem;
    float: right;
    margin-right: 30px;
}
#mod-add-supplier .tt-dataset-0{
    text-align: left;
}
.color-coded-border.restricted-color {
    border-top: 3px solid #f45846;
}
.box.restricted-color {
    background-color: #f45846;
}
.icon.restricted-color {
    color: #f45846 !important;
}
.name-tile.overlay.restricted-color:before {
    background-color: #f4574683;
}

.color-coded-border.denied-color {
    border-top: 3px solid #f5d136;
}
.box.denied-color {
    background-color: #f5d136;
}
.icon.denied-color {
    color: #f5d136 !important;
}
.name-tile.overlay.denied-color:before {
    background-color: #f5d236af;
}

.color-coded-border.ongoing-color {
    border-top: 3px solid #46bcf3;
}
.box.ongoing-color, .btn.ongoing-color {
    background-color: #46bcf3 !important;
}
.icon.ongoing-color {
    color: #46bcf3 !important;
}
.name-tile.overlay.ongoing-color:before {
    background-color: #46bcf3a9;
}

.color-coded-border.order-review-color {
    border-top: 3px solid #ff812c;
}
.box.order-review-color, .btn.order-review-color {
    background-color: #ff812c !important;
}
.icon.order-review-color {
    color: #ff812c !important;
}
.name-tile.overlay.order-review-color:before {
    background-color: #ff802ca9;
}

.color-coded-border.order-packing-color {
    border-top: 3px solid #ff812c;
}
.box.order-packing-color, .btn.order-packing-color {
    background-color: #ff812c !important;
}
.icon.order-packing-color {
    color: #ff812c !important;
}
.name-tile.overlay.order-packing-color:before {
    background-color: #ff802ca9;
}

.color-coded-border.order-completed-color {
    border-top: 3px solid #2cc185;
}
.box.order-completed-color {
    background-color: #2cc185;
}
.icon.order-completed-color {
    color: #2cc185 !important;
}
.name-tile.overlay.order-completed-color:before {
    background-color: #2cc1859a;
}

.badg {
    padding: .385rem .6154rem;
    font-size: .9231rem;
    line-height: 1;
    color: transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}

strong.alert-title {
    font-size: 110%;
}
.message.big {
    font-size: 115%;
}
.extra-info {
    font-weight: 500 !important;
    color: #545454 !important;
    border: 1px solid #2cc185 !important;
    background: transparent;
    font-size: 80%;
    padding: 0.4rem 0.4rem;
    margin-top: 2px;
}
.extra-info .icon {
    color: #545454 !important;
}

.extra-info:hover,
.extra-info:focus,
.extra-info:active,
.extra-info:active:hover,
.extra-info:focus:active,
.extra-info:focus:hover,
.extra-info:hover .icon,
.extra-info:focus .icon,
.extra-info:active .icon,
.extra-info:active:hover .icon,
.extra-info:focus:active .icon,
.extra-info:focus:hover .icon {
    color: white !important;
    background: #2cc185;
}

.thin-bp {
    padding-bottom: 5px;
}
.thin-bp .form-group {
    margin-bottom: 1rem;
}

.popup-table {
    margin: 0;
    padding: 0;
}
p.article-popup {
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
hr.article-popup {
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
}
.popup-table td, .popup-table th {
    padding: 5px;
}
hr.extra-thick {
    margin-top: 1.5rem;
}

.text-dark {
    color: #333;
}
a.dark:hover {
    color: #8A8A8A;
}
.user-info-list table tr td.item {
    width: 60%;
}
.user-info-list table tr td.item.smaller {
    width: 30%;
}
.page-head {
  padding: 0;
}

.datepicker i {
    font-family: 'Stroke 7' !important;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.datepicker table tr td.active, .datepicker table tr td span.active, .datepicker table tr td span.active:hover {
    background-image: none;
}
.datepicker table tr td.active.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.active:hover {
    background-color: #2cc185;
}
.datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active:hover {
    background-color: #2cc185;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d6d6d6;
}

.icon-arrow-left:before {
    content: "\e687";
}
.icon-arrow-right:before {
    content: "\e685";
}

.bottom-divider {
    border-bottom: 1px solid #e6e6e6;
}
.centered-control {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.table-actions {
  margin: 10px 20px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.btn-group.list-filter {
  height: 40px;
}
.login-remember {
    margin-top: 20px;
}
.mai-sub-header .navbar-nav > .nav-item > .nav-link {
    font-weight:600;
}
.mai-nav-tabs-sub > .nav-item.parent > .nav-link:after {
    /*right: 6%;
    top: 2%;*/
    content: none;
}
.mai-nav-tabs-sub > .nav-item.parent > .nav-link > .s7-angle-down {
    position: absolute;
    top: 26px;
    right: 9px;
}
.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .indicator {
    height:12px;
    width:12px;
}
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content .desc .tag-link {
    color: #fff;
    font-weight: 600;
}
.no-notifications-msg {
  color: #cbcbcb;
  padding: 15px;
  text-align: center;
}
.user-display-cover {
  max-height:160px;
}
.profile-image-wrapper {
  position: relative;
  width: 178px;
  height: 178px;
}
.progress-bar {
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease;
}
.profile-image-wrapper img {
  position: absolute;
}
.profile-image-wrapper #change-profile-image {
  opacity: 0;
  border-radius: 50%;
}
.profile-image-wrapper #change-profile-image:hover {
  opacity: 0.5;
}
.user-display-stat-counter {
  font-size: 2rem;
}
.icon-container {
  padding: 0;
}
.icon-container .icon {
  padding: 0;
}
.icon-container .icon span {
  font-size: 4rem;
font-weight: 600;
}
.no-border {
    border: none;
}
.fuelux .wizard>.steps-container>ul.steps li.active {
    color: #FFF;
    background: #2cc185;
}
.fuelux .wizard>.steps-container>ul.steps li.active .chevron {
    border-left-color: #24a06e;
}
.fuelux .wizard>.steps-container>ul.steps li.active .chevron:before {
    border-left: 14px solid #2cc185;
}
.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .icon {
    color: #b7b7b7;
}
.dataTables_wrapper .dataTables_processing {
    opacity: 0;
}

.tag-link {
  color: #0088cc;
  cursor: pointer;
}
.seller-tools {
  display: flex;
}
.seller-tools input {
  margin-right: 20px;
}
.seller-tools .btn {
  margin-bottom: 0px;
}
.seller-tools .btn-group {
  margin-left: 16px;
}
#pw-reset-link {
    margin-top: 10px;
}
.pw-reset-link{
    margin-top: 10px;
    width: 100%;
    display: block;
}
.no-more-notes {
  margin-top: 10px;
}
.row.empty-row {
  margin-bottom: 100px;
}
.user-display-name {
  text-transform: capitalize;
  text-align: center;
}
.select-status, .select-c {
    min-width: 195px;
}
.select-status .badge-pill, .select-c .badge-pill {
    float: right;
}
.select-country {
  padding: .7rem 1rem;
}
.select-country span img {
  margin-right: 1rem;
}
.country-selector {
  padding: .7rem .7692rem .6rem .769rem;
}
.country-selector .c-text img {
  height: 18px;
  margin-bottom: 3px;
  margin-right: .51rem;
}
.timeline {
  margin: 0;
}
.timeline:before {
  content: none;
}
.timeline-content {
  padding: 20px 0px 20px 0px;
  min-height: 40px;
  display: flex;
}
.timeline-content:before {
  content: none;
}
.timeline-editarea {
  display: block;
  height: 70px;
}

.timeline-save, .timeline-edit {
  color: #36cb8f !important;
}
.timeline-save:hover, .timeline-edit:hover {
  color: #258f65 !important;
}
.timeline-delete {
  color: #F45846 !important;
}
.timeline-delete:hover {
  color: #f3422e !important;
}
.site-notifications-timeline {
    
    max-width: 100%;
}
.timeline-avatar.square {
    border-radius: 0;
}
.dashboard-timeline {
  height: 430px;
  overflow-y: auto;
  padding-bottom: 0;
}
.dashboard-timeline .timeline-content {
  padding: 20px;
}
.dashboard-timeline::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dashboard-timeline::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.dashboard-timeline::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.seller-group-accordion .card-header a {
    padding: 1rem 0;
}

.strikethrough {
    text-decoration: line-through;
}

tr.strikeout td:not(.customer-info):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}



/* CSS FOR STRIKING THROUGH TABLE ROW */
tr.strikeout td:not(.customer-info):after {
    content: "\00B7";
    font-size: 1px;
}
table { border-collapse: collapse; empty-cells: show; }

td { position: relative; }

tr.strikeout td:not(.customer-info):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:not(.customer-info):after {
    content: "\00B7";
    font-size: 1px;
}

/* Extra styling */
td { width: 100px; }
th { text-align: left; }

/* END OF CSS FOR STRIKING THROUGH TABLE ROW */



.no-stock.text-danger {
    padding-left: 10px;
}
.timeline-timestamp, .timeline-metadata {
  color: #ababab;
  font-size: 0.9em;
}
.timeline-metadata {
  width: 100%;
}
.timeline-metadata a {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  color: #c7c7c7;
}
.timeline-metadata a:hover {
  color:#a9a9a9;
}
.timeline-server-msg {
  padding: 0;
}
.timeline-server-msg .timeline-content {
  text-align: center;
  background-color: rgba(245, 245, 245, 0.85);
  padding: 8px 0px 8px 0px;
  min-height: 0;
}
.timeline-server-msg .timeline-content p {
  font-size: 80%;
}
.timeline-server-msg .timeline-content .timeline-timestamp {
  margin-left: 16px;
}
.user-profile .timeline {
  margin-top: -14px;
}

.timeline-item {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #ececec;
}
.timeline-item:last-child {
  border-bottom: 0;
}
.dashboard-timeline .timeline-item:nth-last-child(-n+2) {
  border-bottom: 1px solid #ececec;
}
.timeline-item:before {
  content: none;
}
.timeline-date {
  top: 0;
}
.timeline-header {
  flex: 1;
  padding: 0 0 0 10px;
}
.timeline-header p {
  margin-bottom: 0;
  word-break: break-all;
}
.timeline-actions {
  margin-top: .230769rem;
  margin-left: 10px;
}
.complete-button .icon {
  font-size: 1.6em !important;
  font-weight: 700;
}
.complete-button {
  cursor: pointer;
  padding: .65rem .431rem;
  color: #ccc;
  border-radius: 50% !important;
  border-color: #ccc;
  -webkit-transition: all .05s ease-in-out;
  -o-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
}
.complete-button:hover {
  border: 1px solid #2cc185;
  color: #2cc185;
  transform: none !important;
  box-shadow: none !important;
}
.complete-button-checked {
  cursor: pointer;
  padding: .65rem .431rem;
  color: #fff;
  background-color: #31d090;
  border-radius: 50% !important;
  border-color: #31d090;
  -webkit-transition: all .05s ease-in-out;
  -o-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
}
.complete-button-checked:hover {
  color: #fff;
  background-color: #31d090;
  opacity: .5;
  transform: none !important;
  box-shadow: none !important;
}
.notification-avatar-wrapper {
  padding-right: 0;
}
.notification-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.timeline-loadmore .load-more-btn {
  margin-top: 20px;
  position: inherit;
  left: 0;
}
.char-limit {
  padding-right: 10px;
}
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content .desc {
  word-break: break-all;
}
.timeline-toggle {
  font-size: 2em;
}
.float-right {
    float:right;
}
.col-sm-6.rel-btn {
    height: 0;
}
.col-sm-6.rel-btn .dt-button {
    position: relative;
    top: -58px;
}
.mai-user-nav>.nav-item.dropdown>.nav-link img {
  border-radius: 50%;
  height:30px;
  width:30px;
}

.hidden {
    display: none !important;
}

.mai-sign-up .conditions {
    font-size: 1em;
    text-align: center;
}

.invoice-order .invoice-number {
  margin-top: 5px;
}

.invoice-order .invoice-date {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding: 5px 10px;
  font-weight: 600;
  color: white;
  background-color: #545454;
  border: 1px solid #545454;
  display: inline-block;
}

.toolbox {
    overflow:auto;
}
#image_name {
  margin-left: 10px;
}
.article-title {
    white-space: nowrap;
    width: 250px;
}
.article-title .icon {
  font-size: 30px;
  float: left;
  padding-left: 0 !important;
  margin-right: 10px;
}
.article-title .a-title {
  padding-left: 6px !important;
  display: inline-block !important;
  line-height: 33px;
  overflow: hidden;
  width: 280px;
  margin-right: 30px;
}
.compact {
    font-size: 14px;
}
.test {
    font-size: 30px;
}
.medium-icon {
    font-size: 1.3rem;
    font-weight: bold;
}
.big-icon {
    font-size: 2rem;
    font-weight: bold;
}
.mega-icon {
    font-size: 4rem;
    line-height: 8rem;
}
.mega-icon .icon span {
    font-weight: bold;
}
.description {
    color: rgb(124, 124, 124);
}

.mai-user-nav > .nav-item.dropdown > .nav-link .user-name {
    margin-left: 10px;
}

.nav-link .icon {
    font-size: 1.48rem;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

/* .splash-container .user-message {
    background-size: cover;
    background-image: url('../assets/img/topbild_se.jpg?v=2');
}

.splash-container .user-message.splash-FI {
    background-size: cover;
    background-image: url('../assets/img/topbild_fi.jpg?v=2');
} */

.splash-container .user-message {
    background-size: cover;
    background-image: url('../assets/img/bild-inlogg.gif');
    background-position: center;
}

.invoice-contact-info, .invoice-delivery-info {
    margin-top: 15px;
    font-weight: 300;
}
.invoice-contact-info .contact-info, .invoice-delivery-info .delivery-info {
    font-size: 16px;
}
.invoice-content {
    padding: 50px 60px;
}
.invoice-summary {
    margin-bottom: 0;
}
.overflow-visible {
    overflow: visible;
}
.row.order-actions {
    margin-bottom: 20px;
}
.order-actions .col {
    padding: 0;
    margin: 0;
}
.invoice-footer {
    padding: 0;
    margin-top: 20px;
}
.invoice-total {
    text-align: right;
}
.invoice-summary th.total, .invoice-summary .total-value {
    font-size: inherit;
}

#cart-wrapper {
    width: 100%;
}
.cart-row {
    display: -webkit-flex;
    display: flex;
}
.cart-image-icon, .cart-image-thumbnail {
    display: inline-block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 58px;
    border-right: 1px solid #ececec;
    padding: 10px;
    white-space: nowrap;
}
.cart-article-content {
    display: inline-block;
    -webkit-flex-grow: 14.5;
    flex-grow: 14.5;
    padding: 10px 20px;
    width: 372px;
}
.cart-article-content .cart-article-footer {
    color: #878787;
    font-size: 0.85rem;
}
.thumbnail-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cart-article-amount {
    display: inline-block;
    -webkit-flex-grow: 1.48;
    flex-grow: 1.48;
    font-size: 1.6em;
    text-align: center;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    width: 95px;
}
.cart-article-amount .article-amount{ 
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.7em;
    min-width: 38px;
    display: inline-block;
}
.cart-article-amount a{ 
    color: #545454;
}
.cart-article-amount a:hover{ 
    color: #9E9E9E;
}
.cart-article-price {
    display: inline-block;
    -webkit-flex-grow: 2.05;
    flex-grow: 2.05;
    min-width: 120px;
    padding: 10px 20px;
}
.cart-article-price .price-total {
    font-size: 1.15rem;
    width: 101px;
}
.cart-article-price .price-piece {
    color: #878787;
    font-size: 0.85rem;
}
.cart-article-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1.32;
    flex-grow: 5;
}
.cart-article-actions .a-action {
    vertical-align: middle;
    flex-grow: 1;
    text-align: center;
    background: #ACACAC;
    font-size: 2rem;
    line-height: 4.5rem;
}
.cart-article-actions .a-action .icon {
    color: white;
}
.cart-article-actions .a-action:hover {
    cursor: pointer;
}
.cart-article-actions .a-action.a-extra:hover {
    background: #41bfed;
}
.cart-article-actions .a-action.a-delete:hover {
    background: #f3422e;
}
.cart-image-icon .icon {
    font-size: 64px;
    text-align: center;
}
.cart-image-thumbnail img {
    object-fit: cover;
    width: 100%;
}
.cart-article-header span {
    color: #878787;
    font-size: 0.9rem;
}
.cart-article-body span {
    font-size: 1.2rem;
}
.cart-article-footer input {
    display: inline-block;
}
.cart-article-content .remove-article {
    text-align: center;
    margin-top: 30%;
}
.remove-article a.icon {
    color: #f3422e;
    border-radius: 50%;
    font-size: 2.5em;
}
.remove-article a.icon:hover {
    color: white !important;
    background: #f3422e;
}
.o-article-status .icon {
    font-size: 40px;
}
.order-article .remove-article {
  transform: none;
  top: 0;
}
.order-article-amount {
  width: 90px !important;
}
.sales-open-box {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-touch-callout: none;
}
.b-bottom {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.b-bottom td {
  padding-bottom: 26px;
}

.tools .date-field {
    display: inline-block;
    margin: 0px 10px;
}

.stats-country {
    height: 30px !important;
}
.stats-country .btn {
    padding: .3rem .3692rem .25rem .369rem;
    font-size: 0.9rem;
}
.stats-country .country-selector img {
    height: 12px;
}

.data-search-panel {
    background-color: transparent;
    text-align: center;
    padding: 30px 30px;
}
.data-search-panel .date-field, #sales-period-form .date-field, .data-search-panel .inp-field {
    display: inline-block;
    margin: 0px 15px;
}
.data-search-panel .inp-field {
    width: 160px;
}
.data-search-panel label, #sales-period-form label {
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: -10px;
}
.data-search-panel .inp-field label {
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 0px;
}
.data-search-panel a, #sales-period-form a {
    font-size: 30px;
}
.data-search-panel .btn {
    font-size: 12px;
    margin-bottom: 14px;
}
.data-search-panel .export-fields {
    display: inline-block;
}
.data-search-panel #export_btn {
    margin-bottom: 0;
}

#sales-period-form .sales-period-title {
    max-width: 72%;
    margin-right: auto;
    margin-left: auto;
}
#sales-period-form label.custom-radio {
    display: inline-block;
    margin-right: 0;
}
#sales-period-form label.custom-radio .custom-control-indicator {
    border-radius: 0;
}
#sales-period-form label.custom-radio .custom-control-indicator:before {
    content: none;
}

.delete-row a {
    font-size: 30px;
}

.badge-small {
    padding: 0.6rem;
}

.spinner {
  width: 20px;
  height: 20px;
  background-color: #2cc185;

  margin: 5px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.user-display-stat-title {
    margin-top: 15px;
    font-size: 1rem;
}
.user-profile .page-head-heading {
    margin-bottom: 29px;
}

.invoice-header {
    margin-bottom: 20px;
}

.no-margin {
    margin: 0;
}

.btn {
    border-radius: 6px;
}

.btn-primary, .btn-info, .btn-dark {
    color: white;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: bold;
    transition: all .15s ease;
}
.btn-primary .icon {
    color:white;
    font-weight: bold;
}
.btn-primary span {
    line-height: 1.5rem;
    top: -1px;
    padding: 0px 4px;
}
.btn .icon {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 1.6rem;
    line-height: 0.8;
    vertical-align: middle;
    margin:0;
    padding:0;
}
.btn:hover, .btn.hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.btn-danger {
    color: white;
    background: #F45846;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: bold;
    transition: all .15s ease;
}
.btn-warning {
    color: white;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: bold;
    transition: all .15s ease;
}

.image-upload-button {
    padding: 0.6em !important;
    margin-right: 10px;
}

.invoice-logo {
    background-image: url('../assets/img/sockgrossisten-logo-2017-1.png');
}

.mai-nav-tabs-sub {
    display: flex;
}
.mai-sub-header > .container {
    padding-top: 90px;
}
.mai-sub-header > .container .search {
    right: auto;
    top: 45px;
    width: 100%;
    border-bottom: 0;
}
.container.user-panel {
    padding-top: 0;
}
.list-group-item ul.parsley-errors-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
}

.article-thumbnail {
    margin: 20px auto;
    max-width: 200px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.article-thumbnail img {
    max-height: 200px;
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.nav-link .badge-pill {
    margin-left: 5px;
    margin-right: 2px;
}

.mobile-widget {
    display: none;
}

.inactive, .article-inactive, .article-inactive:hover {
    opacity: 0.6;
}

.usage {
    background-color: transparent;
}
.usage-resume table {
    margin-bottom: 0;
}
.mid {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dataTable tr.even:hover {
    background-color: white;
}
.dataTables_info {
    margin: 0 20px;
}
.dataTables_paginate {
    margin: 0 20px !important;
}
.dropdown-menu {
    overflow: hidden;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

.search .live-search select {
    height: 44px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0px 6px;
    line-height: inherit;
    font-size: 1.308rem;
    font-weight: 500;
    font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.result-hits {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    color: #2bb77dbf;
    font-weight: 700;
}
.search-help {
    line-height: 2.7rem;
}
.search-category {
    line-height: 2.25em;
}
.select2-results__option:first-of-type .search-category .cat-title {
    margin-top:10px;
}
.search-category .cat-title {
    background: #2dc18430;
    font-weight: 600;
    padding: 10px 10px;
    margin-bottom: 6px;
    font-size: 16px;
}
.search-category .hcol {
    display: inline-block;
    border-bottom: 1px solid #2bb77d;
    border-right: 12px solid white;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
.search-category .bcol {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.search-category .col1 {
    width: 5%;
}
.search-category .col2 {
    width: 20%;
}
.search-category .col3 {
    width: 20%;
}
.search-category .col4 {
    width: 20%;
}
.search-category .col5 {
    width: 20%;
}
.search-category .col6 {
    width: 20%;
}
.search-category .col3-4 {
    width: 40%;
}
.search-category .icon {
    color: #545454;
    font-size: 15px;
    margin-left: 1px;
    margin-right: 5px;
}

.text-warning-2 {
    color: #e6c222 !important;
}

.live-search #live-search-category {
    display: none;
}
.live-search #live-search {
    width: 100%;
    background-color: #2ab77e;
    border: none;
    -moz-appearance: none;
    -webkit-appearance:none;
}
.live-search #live-search::-ms-expand {
    display: none;
}
.live-search .select2-container {
    height: 50px;
}
.live-search .select2-selection {
    background-color: #2ab77e;
    border: none;
}

.old-row {
    opacity: 0.7;
}

.select2-selection__arrow {
    font-family: 'Stroke 7' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.7;
    color: white;
    -webkit-font-smoothing: antialiased;
    opacity: 0.6;
    width: 36px !important;
}
.select2-selection__arrow:before {
    content: "\e618";
}
.live-search .select2-selection .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 16px;
    line-height: inherit;
    font-size: 1.308rem;
    font-weight: 500;
}
.e-margin {
    margin-bottom: 20px;
}
.linethrough {
    text-decoration: line-through;
}
.supersmall {
    font-size: 0.8em;
}
.panel-heading .tools {
    font-size: 1rem;
}

.mai-top-header .navbar-brand {
    background-image: url('../assets/img/logo.png');
    height: 34px;
    width: 250px;
}
.logo-SV {
    background-image: url('../assets/img/sockgrossisten-logo-2017.png') !important;
}
.logo-FI {
    background-image: url('../assets/img/sukkatukku-logo.png') !important;
}
.mai-nav-tabs-sub > .nav-item > .nav-link .icon {
    font-weight:600;
}
.mai-nav-tabs-sub > .nav-item > .nav-link {
    border-right: solid 1px whitesmoke;
}
.mai-nav-tabs-sub > .nav-item-first > .nav-link {
  border-left: solid 1px whitesmoke;
}

.text-right {
    text-align: right;
}
.float-right {
    float: right;
}

.select2-dropdown--below {
    top: -4px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}
.select2-result-data {
    float: left;
    width: 22%;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
}
.select2-result-data.r-article-id {
    width: 10%;
}
.select2-result-data.r-article-name {
  width: 34%;
}
.live-search-result a {
    color: #545454;
}
.select2-result-data:last-child {
    border-right: none;
}
.select2-result-data .result-description {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #929292;
    margin-right: 5px;
    letter-spacing: 1px;
}
.search-element-generic {
    border-top: 1px solid white;
    border-bottom: 1px solid #f1f1f1;
}
.search-element-generic:hover {
    background: #6effff1f;
    border-bottom: 1px dashed #72c7c7;
    border-top: 1px dashed #72c7c7;
}
.select2-result-repository:hover {
    background-color: #f5f5f5;
}
.search-element-generic:last-child {
    margin-bottom: 0px;
}
.live-search-result-footer {
    text-align: center;
    font-size: 3.2rem;
    line-height: 2.2rem;
    color: #ececec;
}
.search-match-text {
    font-size: 0.8em;
    color: #232323;
    text-transform: uppercase;
    float: right;
}
li:not(:last-child) .search-element-generic:last-child {
    margin-bottom: -13px;
}
.select2-results hr {
    margin: 6px 0px 1px 0px;
}
.select2-container--default .select2-results__option {
    padding: 0px 14px;
}
.select2-container--default .select2-results__option a {
    color: #545454;
}
.search-category-title {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.icon-offset-left {
    padding: 3px 4px 1px 4px;
}
.gritter-close::after {
    content: "\e680";
}

.cart-infobox {
    background: #fff;
    width: 280px;
    margin-left: 960px;
}
.cart-infobox-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
}
.cart-infobox-content .panel-footer {
    border-top: 1px solid #e6e6e6;
    margin-left: 20px;
    margin-right: 20px;
    padding: 14px 0 14px 0;
}
.cart-infobox-content .panel-footer:last-child {
    padding: 14px 0 24px 0;
}
.cart-infobox-content .widget {
    margin-bottom: 0;
}
.cart-infobox-content .earnings-value:last-child {
    margin-bottom: 0;
}
.cart-infobox-content .widget-indicators {
    margin-bottom: 0;
}
.cart-infobox-content .widget-indicators .indicator-item {
    padding: 12px 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.cart-infobox-content .widget-indicators .indicator-item:last-child {
    border-bottom: none;
}
.cart-infobox-content .widget-indicators .indicator-item .indicator-item-icon .icon {
    font-size: 2.4rem;
}
.cart-infobox-content .widget-indicators .indicator-item .indicator-item-value {
    flex: 0 1 85%;
}
.help-section-title {
    font-size: 2.4em;
    margin: 30px 0 10px 0;
}
.help-section-title:first-child {
    margin-top: 0;
}
table.toplist td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toplist-panel.panel-heading {
    margin: 0;
    padding: 0;
}
.toplist-panel .tools .date-field {
    font-size: 1.2rem;
} 
.space {
    margin-left: 5px;
}
.overview-banners {
    overflow-x: hidden;
}
.overview-banners .banner {
    position: relative;
}
.overview-banners .banner:hover span {
    /*background: #0cad6c;*/
}
/*
.overview-banners .banner .overlay, .overview-banners .banner .overlay {
    position: absolute;
    width: 652.5px;
    height: 111px;
}
*/
.overview-banners .banner .content {
    width: 100%;
    height: 111px;
    text-align: center;
    margin-bottom: 5px;
}
.overview-banners .banner .content:hover {
    opacity: 0.9;
}
.overview-banners .banner span {
    color: white;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 111px;
}
.overview-banners img {
    height: 112px;
    margin-bottom: 4px;
}
.no-articles {
    margin-top: 10px;
    text-align: center;
}
.no-articles .icon-container {
    margin-left: auto;
    margin-right: auto;
}
.no-articles p {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
/*
.overview-banners img:hover {
    opacity: 0.8;
}
*/
.table tbody tr.online td:first-child {
    border-left: none;
    -webkit-box-shadow: 6px 0 #2cc185;
    -moz-box-shadow: 6px 0 #2cc185;
    box-shadow:inset 6px 0 #2cc185;
}
.earnings-value .earnings-title {
    color: #545454;
}
.summary-widget .indicator-item {
    border-bottom: none;
}
.summary-widget .col-sm-3 {
    border-bottom: none;
    border-right:1px solid #e6e6e6;
}
.summary-widget .col-sm-3:last-child {
    border-right: none;
}

.summary-widget .earnings-value {
    display: inline-block;
    padding: 15px;
    min-width: 15%;
    margin-bottom: 0;
}
.summary-widget .earnings-value:first-child {
    padding-left: 0;
}
.summary-widget .earnings-value .earnings-title {
    display: block;
    font-size: 1em;
}
.summary-widget .earnings-value .earnings-counter, .cart-infobox-content .earnings-value .earnings-counter {
    font-size: 1.5rem;
}

.seller-table-username .icon {
    font-size: 2em;
    vertical-align: middle;
}
.tools-text span {
    font-size: 1rem;
}
#customer-data-form .parsley-errors-list.filled {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
#customer-data-form .mt-6 {
    margin-top: 2rem !important;
}
.article-search-amount {
    max-width: 80px;
}
.article-customer-name {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.article-customer-phone {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.list-group-item .icon {
    font-weight: 900;
}
.list-group-item:first-child {
    border-bottom: none;
}
.list-group-item:last-child {
    border-top: none;
}
.list-group-item-wrapper {
    margin-top: 15px;
    border: 1px solid #ececec;
}
.list-group-item-wrapper:last-of-type {
    padding-bottom: 0;
}

.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
    width: 100%;
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}
.tt-suggestion {
	display: block;
	padding: 10px 20px;
}
.tt-suggestion:hover {
    color: white;
    background-color: #2ab77e;
    cursor: pointer;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFF;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #FFF;
    border-color: #2cc185;
    color: #2cc185;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #2cc185;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #2cc185;
    background-color: #FFF;
}
.custom-checkbox .custom-control-label::before {
    border: 2px solid #ebebeb;
    content: "";
}
.custom-control-label::before {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #FFF;
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: -.077155rem;
    display: block;
    width: 1.69231rem;
    height: 1.69231rem;
    content: "";
    left: 0;
}
.btn, .custom-control-label::before {
    -moz-user-select: none;
    -ms-user-select: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\e6ca";
    font-family: "Stroke 7";
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
}
.btn-outline-danger, .btn-outline-dark, .btn-outline-grey, .btn-outline-info, .btn-outline-light, .btn-outline-noir, .btn-outline-primary, .btn-outline-secondary, .btn-outline-success, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}
.custom-control-input.is-valid~.custom-control-label::after, .was-validated .custom-control-input:valid~.custom-control-label::after {
    color: #2cc185;
}
.custom-control-input:checked~.custom-control-label::after {
    color: #2cc185;
}
.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@media (min-width:960px) {

    /*
    .table-responsive {
        overflow-x:visible;
    }
    */
}

@media print {
    .invoice-person {
        text-align: left;
    }
    .invoice-content {
        padding: 0;
    }
    .print-float-left {
        float: left;
    }
    .print-float-right {
        float: right;
    }

    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12pt;
        color: black;
        line-height: 1.2;
    }
    .header h1 {
        font-size: 24pt;
        margin-top: 25px;
    }
    .content h2 {
        font-size: 14pt;
        font-weight: 700;
        margin-top: 25px;
    }
    .content p {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10pt;
        line-height: 1.2;
        word-wrap: break-word;
    }
    #printable-usertable {
        color: #444444;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-size:12pt !important;
    }
    #printable-usertable td, #printable-usertable th {
        border: 1px solid #CCC;
        padding: 7px 10px;
        height: 30px;
        width:50%;
        text-align: center !important;
    }

    #printable-usertable tfoot, #printable-usertable thead {
        background: #F3F3F3;
        font-weight: bold;
    }
    .packet-label {
        border: none !important;
        height: 140px !important;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        color: black;
    }
    .thin {
        font-weight: 400;
    }
    .packet-label:first-letter {
      margin-top: 0;
    }

    table {
        font-size: 10pt;
    }
}

h1:first-letter, h2:first-letter, h3:first-letter {
  margin-top: 0;
}

@page {
    size: A4;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 2cm;
    margin-right: 2cm;
}
footer {
  page-break-after: always;
}

@media (max-width: 1360px) {
    .cart-infobox {
        width: 240px;
    }
    .cart-infobox-content .widget-indicators .indicator-item .indicator-item-icon {
        flex: 0.5 1 0%;
    }
    .cart-infobox-content .widget-indicators .indicator-item .indicator-item-value {
        flex: 0 1 100%;
    }
}
@media (max-width: 1290px) {
    .cart-infobox {
        width: 210px;
    }
}
@media (max-width: 1199px) {
    .cart-infobox {
        margin-left: 810px;
        width: 210px;
    }
    .cart-article-content {
        width: 300px;
    }

    .mai-sub-header .search {
        display: block;
    }
    .live-search .select2-container--default {
        width: 86.5% !important;
    }
    .mai-nav-tabs-sub>.nav-item>.nav-link {
        padding: 0 14px;
    }
    .mai-nav-tabs-sub>.nav-item:last-child:not(.f-show) {
        /*display: none;*/
    }
    .mai-nav-tabs-sub>.nav-item>a>.badge {
        display: none;
    }
}
@media (max-width: 1110px) {
    .cart-infobox {
        width: 170px;
    }
    .cart-infobox-content .widget-indicators .indicator-item {
        padding: 12px 20px;
    }
    .cart-infobox-content .widget-indicators .indicator-item .indicator-item-icon .icon {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .summary-widget {
        margin-right: 0;
    }
    .summary-widget .earnings-value{
        margin-right: 8px;
    }
    .cart-infobox {
        width: 200px;
        margin-left: 610px;
    }
    .cart-article-amount {
        width: 70px;
    }
    .article-total {
        display: block;
    }
    .cart-article-actions {
        width: 90px;
    }
    .cart-article-price {
        min-width: inherit;
    }
    .cart-article-price .price-total {
        width: 55px;
    }
    .live-search .select2-container--default {
        width: 86.1% !important;
    }
    .cart-article-content-right {
        margin-left: 0;
        max-width: 22%;
    }
    /*
    .table-responsive {
        overflow-x: visible;
    }
    */
    .select2-result-data {
      width: 18%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .mai-nav-tabs-sub>.nav-item>.nav-link .s7-angle-down {
        display: list-item;
    }
}
@media (max-width: 930px) {
    .cart-infobox {
        width: 170px;
    }
}
@media (max-width: 860px) {
    .cart-infobox {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .cart-row {
        flex-flow: row wrap;
    }
    .cart-image-thumbnail {
        max-width: 20%;
        padding: 5px;
        border-right: none;
        border-bottom: 1px solid #ececec;
    }
    .cart-article-content {
        width: 80%;
        border-bottom: 1px solid #ececec;
    }
    .cart-article-body span {
        font-size: 1.3rem;
    }
    .cart-article-content .cart-article-footer {
        font-size: 1rem;
    }
    .cart-article-actions .a-action {
        font-size: 3.4rem;
        line-height: 6.2rem;
    }
    .cart-article-amount {
        width: 140px;
    }
    .cart-article-amount .article-amount {
        font-size: 2.2em;
    }
    .cart-article-amount a {
        line-height: 6.2rem;
        font-size: 3rem;
    }
    .cart-article-price {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
    .list-group-item-wrapper {
        margin-top: 40px;
    }
    .article-total {
        display: inline-block;
    }
    .mobile-widget {
        display: block;
    }
    .no-mobile-widget {
        display: none;
    }
    .cart-footer-summary {
        display: none;
    }
    .summary-widget {
        margin-top: 25px;
        float: none;
    }
    .mai-wrapper {
        margin-bottom: 20px;
    }
    .cart-infobox {
        position:fixed;
        left:0px;
        bottom:0px;
        height:100px;
        width:100%;
        margin: 0;
        background: #f4f4f4;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cart-infobox-content .panel-heading{
        display: none;
    }
    .cart-infobox-content .widget{
        -webkit-box-shadow: 0 -3px 2px rgba(0,0,0,.08);
        box-shadow: 0 -3px 2px rgba(0,0,0,.08);
        padding: 22px 20px;
    }
    .cart-infobox-content .earnings-value {
        width: 23.5%;
        display: inline-block;
        text-align: center;
    }
    .cart-infobox-content .earnings-value .earnings-title {
        display: block;
    }
    .cart-article-content-right {
        max-width: 25%;
    }
    .mai-top-header {
      background-color: #323232;
    }
    .mai-sub-header .search {
        display: none;
    }
    .mai-sub-header > .container {
        padding-top: 0;
    }
    .page-head .indicator-item .icon {
        text-align: left;
    }
    .mai-nav-tabs-sub>.nav-item.parent.show>.nav-link:after {
        content: none;
    }
    .mai-nav-tabs-sub .dropdown-menu {
        width: 100%;
    }
    .mai-nav-tabs-sub .dropdown-menu .dropdown-item {
        padding-left: 1.5rem;
    }
    .mai-nav-tabs-sub > .nav-item > .nav-link {
        border-right: none;
        border-left: none;
    }
    #cart-wrapper .col-md-5, #cart-wrapper .col-md-4 {
        width: auto;
    }
}
@media (max-width: 767px) {
    #cart-wrapper .col-md-5 {
        width: 100%;
        padding: 10px 15px;
    }
    #cart-wrapper .col-md-4 {
        width: auto;
    }
    #cart-wrapper .col-sm-1 {
        position: absolute;
        right: 10px;
        top: 20%;
        width: auto;
    }
    #cart-wrapper .row {
        position: relative;
    }
    #cart-wrapper .cart-article-content-right {
        text-align: left !important;
    }
    .form-horizontal .form-group.row .col-form-label {
        text-align: left;
    }

    #card-table, #card-table thead, #card-table tbody, #card-table th, #card-table td, #card-table tr {
        display: block;
    }
    #card-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
    #card-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}
    #card-table td:empty {
        display: none;
    }
    #card-table td.text-right {
        text-align: left !important;
    }
    #card-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

}
@media (max-width: 554px) {
    .cart-infobox-content .earnings-value .earnings-title {
        font-size: 0.8em;
    }
    .header .h-tools {
        position: relative;
        width: 100%;
        right: 0;
        margin-bottom: 15px;
    }
}

.table td {
    border-top: 0px !important;
}

.dt-buttons.btn-group button, .dt-buttons.btn-group a {
    border-radius: 0 !important;
}

i.btn-icon {
    line-height: 32px;
    padding: 0px 12px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-right: 0;
    color: #3e70ff;
}

.toolbar {
    padding: 13px 13px;
    margin: 0 -15px 20px -15px;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.toolbar .toolbar-header {
    margin-bottom: 0;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.toolbar .row {
    padding-left: 13px;
    padding-right: 13px;
}

.toolbar .row:not(:last-of-type) {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.widget.widget-tile.name-tile {
    padding: 30px 60px;
}

.icon.hide {
    display: none;
}

.indicator-item {
    padding: 12px 20px;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;

    border-right: 1px solid #cccccc;
}

.indicator-item-value.affiliate-link-container {
    flex-grow: 1;
}

.indicator-item-value.affiliate-link-container span {
    font-size: 1em;
}

/* Printable Changes */
.printables .contact-info strong,
.printables .delivery-info strong {
    font-weight: 700 !important;
}

.printables h1,
.printables h2,
.printables h3,
.printables h4,
.printables th,
.printables td.bold-text,
.printables-simple h1,
.printables-simple h2,
.printables-simple h3,
.printables-simple h4,
.printables-simple th,
.printables-simple td.bold-text {
    font-weight: 700 !important;
}

.printables.printables-fancy h1,
.printables.printables-fancy h2,
.printables.printables-fancy h3,
.printables.printables-fancy h4,
.printables.printables-fancy th,
.printables.printables-fancy td.bold-text {
    font-family: 'Akko Pro' !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

.printables.printables-fancy p,
.printables.printables-fancy .printable-content {
    font-family: 'Word Sans' !important;
}

.printables header {
    padding-top: 20px;
    margin-bottom: 20px;
}

.printables footer {
    padding-bottom: 20px;
}

.printables .printable-content {
    padding: 0.3em;
}

.printables header h1 {
    font-size: 42px;
}

.printables header p {
    font-size: 10px;
    font-weight: 600;
}

.printables .contact-info,
.printables .delivery-info,
.printables .table-sm td,
.printables .table-sm th {
    font-size: 10px;
}

.printables .printable-box {
    margin-bottom: 5px;
}

.printables .printable-box p {
    font-size: 10px !important;
}

.printables .invoice-header {
    margin-top: 10px;
    margin-bottom: 20px;
}

.printable-box .printable-head {
    display: flex;
    flex-direction: row;
}

.printable-box .printable-head .printable-icon {
    max-height: 42px;
    margin-right: 20px;
}

.printable-box .printable-head .printable-title {
    font-size: 24px;
    line-height: 40px;
}

.printable-box .printable-content {
    font-size: 10px;
    line-height: 1.3em;
}

.printables .invoice-header {
    margin-bottom: 30px;
}

.printable-information {
    margin-top: 50px;

    display: flex;
    flex-direction: row;
}

.printable-information h3 {
    font-size: 20px;
}

.printable-information p {
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}

.printable-information > div {
    width: 50%;
}

.printables .order-column {
    height: 14px;
    width: 14px;
}

.footer-logo {
  margin-top: 30px;
}

.printables .table-striped tbody tr:nth-of-type(odd),
.printables-simple .table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5 !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.printables .table-striped tbody tr:nth-of-type(even),
.printables-simple .table-striped tbody tr:nth-of-type(even) {
    background: #cccccc !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.printables-simple .printable-head .printable-title {
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
}

.printables-simple .contact-info strong,
.printables-simple .delivery-info strong {
    font-weight: 700;
}

.printables-simple .contact-info,
.printables-simple .delivery-info {
    line-height: 1.3em;
}

.printables-simple .contact-info,
.printables-simple .delivery-info,
.printables-simple .table-sm td,
.printables-simple .table-sm th {
    font-size: 10px;
}

.printables-simple .table-sm thead,
.printables .table-sm thead {
    border-bottom: 3px solid #101010;
    margin-bottom: 24px;
}

.printables-simple .table-sm td,
.printables-simple .table-sm th,
.printables .table-sm td,
.printables .table-sm th {
    padding: 0.3rem 0.3rem !important;
}

.printables-simple .table-sm tbody tr,
.printables .table-sm tbody tr {
    border-bottom: 3px solid #cccccc;
}

.printables-simple .printable-head {
    padding-top: 50px;
}

.printables-simple .invoice-header {
    margin-top: 20px;
    margin-bottom: 30px;
}

.printables-simple .printable-box {
    margin-bottom: 0;
}

/* Custom Form Group Styles */
.form-group label {
    font-size: 14px;
    font-weight: 700;
}

/** STYLE FOR USER INDEX */
.share-affiliate-container {
    margin: 50px 0;
}