﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    background: #f1f5fb;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

/* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    height: calc(100vh - 50px);
    width:100%;
    position:relative;
}

    .body-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
        border: solid 1px #fff;
    }

    .body-content::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .body-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
        border: solid 1px #ccc;
    }


    .body-content .panel-primary > .panel-heading {
        background: #212982;
    }

.btn{
    border-radius:500px;
}
.btn:focus{
    outline:none !important;
}
.btn-squared {
    border-radius: 4px;
}
.btn-big{
    width:200px;
    height:50px;
}
.btn-wide {
    width: 200px;
}

.btn-default {
    background-image: none !important;
    background: #f7f7f7;
    box-shadow: none !important;
}
.btn-danger {
    background-color: #de4945;
}
.btn-warning {
    background-color: #f7a42f;
}

.btn-primary {
    background: rgb(38, 46, 128) !important;
    border-color: rgb(38, 46, 128) !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: rgb(53, 62, 185) !important;
        border-color: rgb(53, 62, 185) !important;
    }

.btn-success {
    background: #5cb85c !important;
    border-color: #5cb85c !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #61d261 !important;
        border-color: #61d261 !important;
    }

.btn-secondary {
    background: #1dc7b0 !important;
    border-color: #1dc7b0 !important;
    color: #fff;
    outline-color: #12ab95 !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background: #18d8be !important;
        border-color: #18d8be !important;
        color: #fff;
        outline-color: #12ab95 !important;
    }

#spreadsheet td {
    border: 0;
}

.jexcel > tbody > tr > td, .jexcel > thead > tr > td {
    border: 0;
}

.pagination > .active.disabled > span {
    color: white;
}

.btn-link {
    color: #212982;
}

.table-noborders {
    border-color: white !important;
}

thead.jexcel_label td {
    background: #C4C2C1;
    color: white;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #212982;
    background-image: none !important;
}

.input-help {
    color: #808488;
    font-size: .75em;
    margin: 0;
    text-align: left;
    font-weight: 300;
    line-height: 1.8;
    margin-top: -5px;
}

.dashboard-label {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.dashboard-label-positive {
    font-weight: bold;
    text-align: center;
    color: forestgreen;
}

.dashboard-label-negative {
    font-weight: bold;
    text-align: center;
    color: darkred;
}

.dashboard-sublabel {
    color: lightgray;
    font-size: 11px;
    text-align: center;
}

.dashboard-value {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.dashboard-value-positive {
    font-weight: bold;
    color: forestgreen;
    text-align: center;
    font-size: 25px;
}

.dashboard-value-negative {
    font-weight: bold;
    color: darkred;
    text-align: center;
    font-size: 25px;
}

.positive {
    color: forestgreen;
}

.negative {
    color: darkred;
}

.header-details div {
    padding-right: 2px;
    padding-left: 2px;
}

.header-details-label {
    text-align: right;
    font-weight: bold;
    padding-left: 32px;
}

.header-details {
    background-color: #f5f5f5;
}

.header td {
    padding: 3px !important;
}

.listing-title {
    white-space: nowrap;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}
.modal-header .close {
    z-index: 5;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
}

.purchase-item {
    color: forestgreen;
    font-size: 24px;
}

.remove-order {
    color: darkred;
    font-size: 24px;
}

.vertical-align {
    display: flex;
    align-items: center;
}


.box {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.icon-small {
    height: 18px;
    width: 26px;
    margin: 0;
    padding: 0;
}

.table-row {
    display: table;
}

    .table-row .panel {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.quick-price-editor {
    cursor: pointer;
}

.relist-item-icon {
    cursor: pointer;
}

.offer {
    color: forestgreen;
}


.view-list-cell {
    padding: 0;
    text-align: right;
    font-size: 12px;
}

.view-list-cell-value {
    line-height: 20px;
    font-style: italic;
}

.progress-log {
    margin-bottom: 2px
}

.progress-logs {
    display: none;
    overflow-y: scroll;
    max-height: 120px
}

#smartwizard li {
    width: 33%
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
}

.browser-image {
    width: 80px;
    height: 80px;
}

.product-thumbnail {
    margin-bottom: 0;
    padding: 0 !important;
    height: 300px;
    overflow: hidden;
}

.vignette {
    position: relative;
    /*box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;*/
}

    .vignette img {
        margin-top: -15px;
    }

    .vignette:after {
        content: "";
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        color: #f00;
        bulksubmitbutton font-size: 25px;
        height: 100%;
        width: 100%;
        /* background-color: rgba(255,0,0,0.3); */
        box-shadow: 0 0 33px 2px rgba(0,0,0,0.4) inset;
        z-index: 1000;
    }


.alert-black-friday {
    border: 5px solid #060;
    color: white;
    text-align: center;
    animation-name: color;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

    .alert-black-friday a, .alert-black-friday a:visited {
        color: #fff
    }

@keyframes color {
    0% {
        background-color: forestgreen;
    }

    50% {
        background-color: #49aa49;
    }

    100% {
        background-color: forestgreen;
    }
}


.row-striped:nth-of-type(odd) {
    background-color: #efefef;
    padding: 5px;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    padding: 5px;
}










svg.loading_spinner {
    width: 40px;
    height: 40px;
    x: 0px;
    y: 0px;
    viewBox: 0 0 40 40;
}

    svg.loading_spinner circle {
        fill: transparent;
        stroke: #5a65bb;
        stroke-width: 4;
        stroke-linecap: round;
        stroke-dasharray: 125.6;
        -webkit-transform-origin: 20px 20px 0;
        -moz-transform-origin: 20px 20px 0;
        -ms-transform-origin: 20px 20px 0;
        -o-transform-origin: 20px 20px 0;
        transform-origin: 20px 20px 0;
        -webkit-animation: spinner 2s linear infinite;
        -moz-animation: spinner 2s linear infinite;
        -ms-animation: spinner 2s linear infinite;
        -o-animation: spinner 2s linear infinite;
        animation: spinner 2s linear infinite;
    }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        stroke-dashoffset: 26.4;
    }

    50% {
        -webkit-transform: rotate(720deg);
        stroke-dashoffset: 125.6;
    }

    100% {
        -webkit-transform: rotate(1080deg);
        stroke-dashoffset: 26.4;
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        stroke-dashoffset: 26.4;
    }

    50% {
        -moz-transform: rotate(720deg);
        stroke-dashoffset: 125.6;
    }

    100% {
        -moz-transform: rotate(1080deg);
        stroke-dashoffset: 26.4;
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        stroke-dashoffset: 26.4;
    }

    50% {
        -ms-transform: rotate(720deg);
        stroke-dashoffset: 125.6;
    }

    100% {
        -ms-transform: rotate(1080deg);
        stroke-dashoffset: 26.4;
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        stroke-dashoffset: 26.4;
    }

    50% {
        -o-transform: rotate(720deg);
        stroke-dashoffset: 125.6;
    }

    100% {
        -o-transform: rotate(1080deg);
        stroke-dashoffset: 26.4;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        stroke-dashoffset: 26.4;
    }

    50% {
        transform: rotate(720deg);
        stroke-dashoffset: 125.6;
    }

    100% {
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4;
    }
}


.lds-ripple {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}
    .lds-ripple div {
        position: absolute;
        border: 4px solid #262e80;
        opacity: 1;
        border-radius: 50%;
        -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        -moz-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        -ms-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        -o-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }
    .lds-ripple div:nth-child(2) {
        animation-delay: -0.5s;
    }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.source-card {
    padding: 6px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.source-card-inner {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}


.source-card-image-block {
    text-align: center;
}

.source-card-section-margin {
    padding-top: 0px;
    padding-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
}

    .source-card-section-margin + .source-card-section-margin {
        padding-top: 3px;
    }

.source-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    margin-left: 8px;
}

.source-card-subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -10px;
    font-size: 13px;
    color: grey;
    margin-bottom: 0;
    margin-left: 8px;
}

.source-image {
    max-height: 230px;
    max-width: 100%;
    width: 80%;
    padding-left: 3px;
    object-fit: contain;
    border-top-right-radius: 3%;
    border-top-left-radius: 3%;
    padding-top: 3px;
}
/*
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
*/

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



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

.scrollStyle::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.jexcel.bossanova-ui {
    width: 100%;
}
#bulksubmitbutton{
    width:200px;
}

.input-group-double .form-control {
    width:50%;
}
.register-page .register-wrapper .register-form {
    margin-bottom: 0;
}