html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

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

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    color: #95a5a6;
}

a.asc:after {
    content: "\f15e";
}

a.desc:after {
    content: "\f15d";
}

.sort-numerical a.asc:after {
    content: "\f162";
}

.sort-numerical a.desc:after {
    content: "\f163";
}

.sort-ordinal a.asc:after {
    content: "\f162";
}

.sort-ordinal a.desc:after {
    content: "\f163";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.spiral_preloader {
    height: 80px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.container-full-width {
  margin: 40px auto;
  padding: 20px 50px;
  width: 100%;
}*/

.chat_window {
    position: relative;
    width: 70%;
    /*height: 500px;*/
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.inquiry-chat-top-menu {
    width: 100%;
    padding: 20px 0 15px;
}

.inquiry-chat-top-menu .inquiry-chat-top-title {
    text-align: center;
    color: #bcbdc0;
    font-size: 20px;
}

.inquiry-chat-messages {
    position: relative;
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    /*height: 347px;*/
    overflow: auto;
}

.inquiry-chat-messages .inquiry-chat-message {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    opacity: 0;
}

.inquiry-chat-messages .inquiry-chat-message.left-message .inquiry-chat-avatar {
    background-color: #f5886e;
    float: left;
    background-image: url(../i/user-support-64.png);
    background-size: contain;
}

.inquiry-chat-messages .inquiry-chat-message.left-message .text_wrapper {
    background-color: #ffe6cb;
    margin-left: 20px;
}

.inquiry-chat-messages .inquiry-chat-message.left-message .text_wrapper::after, .inquiry-chat-messages .inquiry-chat-message.left-message .text_wrapper::before {
    right: 100%;
    border-right-color: #ffe6cb;
}

.inquiry-chat-messages .inquiry-chat-message.left-message .inquiry-chat-message-content {
    color: #c48843;
}

.inquiry-chat-messages .inquiry-chat-message.right-message .inquiry-chat-avatar {
    background-color: #fdbf68;
    float: right;
    background-image: url('../i/you-icon.png');
    background-size: contain;
}

.inquiry-chat-messages .inquiry-chat-message.right-message .text_wrapper {
    background-color: #c7eafc;
    margin-right: 20px;
    float: right;
}

.inquiry-chat-messages .inquiry-chat-message.right-message .text_wrapper::after, .inquiry-chat-messages .inquiry-chat-message.right-message .text_wrapper::before {
    left: 100%;
    border-left-color: #c7eafc;
}

.inquiry-chat-messages .inquiry-chat-message.right-message .inquiry-chat-message-content {
    color: #45829b;
}

.inquiry-chat-messages .inquiry-chat-message.appeared {
    opacity: 1;
}

.inquiry-chat-messages .inquiry-chat-message .inquiry-chat-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.inquiry-chat-messages .inquiry-chat-message .text_wrapper {
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
}

.inquiry-chat-messages .inquiry-chat-message .text_wrapper::after, .inquiry-chat-messages .inquiry-chat-message .text_wrapper:before {
    top: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.inquiry-chat-messages .inquiry-chat-message .text_wrapper::after {
    border-width: 13px;
    margin-top: 0px;
}

.inquiry-chat-messages .inquiry-chat-message .text_wrapper::before {
    border-width: 15px;
    margin-top: -2px;
}

.inquiry-chat-messages .inquiry-chat-message .text_wrapper .inquiry-chat-message-content {
    font-size: 18px;
    font-weight: 300;
}

.bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
}

.bottom_wrapper .message_input_wrapper {
    display: inline-block;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #bcbdc0;
    width: calc(100% - 160px);
    position: relative;
    padding: 0 20px;
}

.bottom_wrapper .message_input_wrapper .message_input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 40px);
    position: absolute;
    outline-width: 0;
    color: gray;
}

.bottom_wrapper .send_message {
    width: 140px;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    background-color: #a3d063;
    border: 2px solid #a3d063;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
    float: right;
}

.bottom_wrapper .send_message:hover {
    color: #a3d063;
    background-color: #fff;
}

.bottom_wrapper .send_message .inquiry-chat-message-content {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px;
    background: none;
    border: none;
    width: 100%;
    outline: none;
}

#chat_messages {
    padding-bottom: 80px;
}

.glyphicon {
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
}

.glyphicon-eye-open:after {
    content: "\f1e5";
}

.glyphicon-pencil:after {
    content: "\f5ad";
}

.glyphicon-trash:after {
    content: "\f2ed";
}

.page-size-dropdown {
    margin: 1px 0 6px 0;
    border-radius: 4px;
    padding: 3px;
    background-color: #fff;
    width: 76px;
    position: relative;
}

th.action-column {
    text-align: center;
}

th.action-column:after {
    content: "\f7d9";
    font-family: 'Font Awesome 5 Pro';
}

.grid-view td:last-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 80px;
    font-size: 22px;
}
div.grid-view {
  overflow-x: auto;
  display: block;
}

.input-empty {
    background-color: #FFECB3;
}

.has-error .form-control {
    border-color: #f44336;
    -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);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f44336;
    font-weight: bold;
}

.separated-block {
    border: 1px dashed #ccc;
    width: fit-content;
    padding: 10px 20px 20px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

table .percent-val:after, table .percent-cell:after {
    content: '%';
}

.performance-report-table tbody tr {
    cursor: zoom-in;
}

.dataTable .wide-head {
    display: block;
    transform: rotate(-30deg);
    font-size: 0.7rem;
    text-align: center;
}

table .wide-name {
    font-size: 0.7rem;
    font-weight: bold;
    background-color: rgba(243, 229, 245, 1);
    cursor: help;
    text-decoration: underline dotted;
}

table .wide-copy {
    font-size: 0.7rem;
    font-weight: bold;
    background-color: rgba(243, 229, 245, 1);
}

.dataTable .percent-val {
    color: rgba(189, 189, 189, 1);
}

.dataTable .percent-val-1 {
    color: rgba(244, 67, 54, 1);
}

.dataTable .percent-val-1:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f165';
    padding-right: 5px;
    font-size: 0.7rem;
}

.dataTable .percent-val1 {
    color: rgba(76, 175, 80, 1);
}

.dataTable .percent-val1:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f164';
    padding-right: 5px;
    font-size: 0.7rem;
}

.dataTable .sortable {
    cursor: pointer;
    outline: none;
}

.dataTable .sortable:active {
    opacity: 0.8;
}

.dataTable .left-border {
    border-left: 3px solid #6c6e7e;
}

.dataTable .sorting_1, .dataTable .sorting_2, .dataTable .sorting_3 {
    background-color: rgba(224, 242, 241, 1);
}

.dataTable .table-h1 {
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
}

.show-columns label {
    cursor: pointer;
    padding: 0 10px 0 0;
}

.hide-show-columns-block {
    padding: 0;
    position: relative;
    top: 15px;
}

.performance_chart_card {
    min-width: 700px;
}

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

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

h1 {
    display: none;
}

.lightgreen-b-border {
    box-shadow: inset 0px -11px 4px -7px #2ecc71;
}
.lightgreen-b-border .nav-link.active {
    box-shadow: inset 0px -11px 4px -7px #2ecc71;
    border-bottom: 0;
}
.error-b-border {
    box-shadow: inset 0px -11px 4px -7px #e74c3c;
}
.error-b-border .nav-link.active {
    box-shadow: inset 0px -11px 4px -7px #e74c3c;
    border-bottom: 0;
}

.image-picker-preview img{
    max-width: 150px;
}

.image-picker-view {
    cursor: pointer;
    position: relative;
    height: auto;
}
.image-picker-view i{
    position: absolute;
    right: 5px;
    top: 3px;
}
img.img-preview {
    max-height: 128px;
    max-width: 128px;
}

img.img-view-preview, a img.img-view-preview, a.img-view-preview img {
    max-height: 512px;
    max-width: 512px;
}

.modal-header {
    align-items: center;
}

.modal-header .reload {
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #858796;
    border: none;
    outline: none;
    opacity: .5;
    background: transparent;
}

.modal-header .reload:hover {
    text-decoration: none;
    opacity: 1;
}

.modal-header .reload i.fa-sync-alt {
    font-size: 1.25rem;
}

.modal-footer a.btn.btn-success {
    margin-right: auto;
}

/* Fixed table header */
.fixed-header-table tbody {
    display:block;
    height:400px;
    overflow:auto;
}
.fixed-header-table td {
    padding: 8px 16px;
}
.fixed-header-table thead, .fixed-header-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.fixed-header-table thead {
    width: calc( 100% - 1em )
}
.language-tabs {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}
.language-tabs li.nav-item {
    line-height: 1;
}
.product-tabs-header {
    font-weight: bold;
    margin-bottom: 20px;
}
.product-tabs-header .nav-link {
    padding: 10px 20px;
    font-size: 1rem;
}
.column-md {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.column-sm {
    max-width: 100px;
}
.payment-api-form, .refund-form {
    width: 500px;
}

.order-6-months-ago-danger{
    margin-top: 15px;
    background-color: red;
    color: white;
}

/*affiliate product view page*/
.aff-product-view .param-div, .aff-product-select{
    margin-bottom: 15px;
}
.aff-product-view .add_param{
    font-size: 13px;
}
.aff-product-view .aff-product-image{
    max-width: 100%;
}
.aff-logo-image {
    max-width: 170px;
}
.aff-product-main-image {
    max-width: 300px;
}
.aff-product-view .param-checkbox{
    width: 120px;
}
.aff-product-view .param-checkbox > label:first-child {
    padding-right: 10px;
}
.aff-product-view .splash-checkbox {
    width: 122px;
}
.aff-product-view .splash-checkbox > label:first-child {
    padding-right: 10px;
}
.aff-product-view .promoad-checkbox {
    width: 250px;
}
.aff-product-view .promoad-checkbox > label:first-child {
    padding-right: 15px;
}
.aff-product-view #url, .aff-product-view #lp_url{
    height: 80px;
    padding: 15px;
}
.aff-product-view .aff-product-select{
    width: 161px;
}
.aff-product-view .aff-product-lng{
    margin-top: 22px;
}
.aff-product-view .center{
    width: 50%;
    margin: 0 auto;
}
.aff-product-view .center-row .form-control{
    display: inline;
}
.aff-product-view .center-row label{
    display: block;
}
.aff-product-view .center-row{
    text-align: center;
}
.commission-form{
    max-width: 705px;
}
.add-refund-skus, .add-refund-txns {
    float: right;
}
.nested_fields_container{
    padding-top: 15px;
}
.nested_fields_container button{
    margin-top: 30px;
}

table .dashboard-tooltip {
    text-decoration: underline dotted;
    cursor: help;
    font-size: 0.8rem;
}

.prices-correction-row {
    display: flex;
    align-items: flex-start;
}
.prices-correction-row .form-group {
    margin-right: 5px;
}

.w-40 {
    width: 40%;
}

.prices-correction-delete-button {
    color: red;
    margin-top: 36px;
    font-size: 32px;
}
.prices-correction-display-percent {
    margin-top: 40px;
    margin-right: 10px;
}
.alert-radius-block {
    padding: 10px;
    border-radius: .35rem;
}

.title-tooltip {
    text-decoration: underline dotted;
    cursor: help;
    text-underline-position: under;
}
.chargeback-index .target {
    display: none;
}
.chargeback-index .open {
    display: block!important;
}
.chargeback-index .btn-open {
    background-color: #dde2f1;
    border-color: #d4daed;
}

.play-icon {
    position: relative;
    min-width: 50px;
    text-align: right;
    float: right;
    cursor: pointer;
    padding-right: 10px;
    margin-top: -27px;
}

.float-to-bottom {
    position: absolute;
    bottom: 0px
}

.td-last-icon {
    background: #f8f9fc !important;
    border: none !important;
}

.picker-icon-only {
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
}

.order-list-paused {
    color: #7f8c8d;
    font-style: italic;
}
.order-list-new {
    color: #03A9F4;
}
.order-list-paid, .order-list-halfpaid {
    font-weight: bold;
    color: #2196F3;
}
.order-list-delivered {
    font-weight: bold;
    color: #4CAF50;
}
.order-list-exported {
    font-weight: bold;
    color: #673AB7;
}
.order-list-shipped {
    font-weight: bold;
    color: #795548;
}
.order-list-error {
    font-weight: bold;
    color: #f44336;
}
.order-list-cancelled {
    color: #FF9800;
}
.order-list-merged {
    color: #bdc3c7;
}
.prober-input {
    max-width: 90px;
    display: inline;
    margin-left: 20px;
    height: 1.5rem;
}

.font-13rem {
    font-size: 1.3rem;
}

#probermodel-notify_minutes {
    width: 290px;
}

.data-picker {
    width: 290px;
}

div#product-smartwizard.sw-theme-default>ul.step-anchor>li.done>a::after {
    background: none;
}

div#product-smartwizard.sw-theme-default>ul.step-anchor>li.done>a::after {
    background: none;
}


table.invoice-view thead tr {
    background-color: #5a5c69;
    color: #ffffff;
}

table.invoice-view tfoot tr {
    background-color: #eaecf4;
    color: #6e707e;
}

td.editing-cell {
    text-decoration: none;
    cursor: pointer;
}

td.editing-cell:hover i {
    display: inline;
    position: absolute;
    margin-right: 20px;
}

td.editing-cell i {
    display: none;
}

.billing-details-block {
    border: 1px solid lightgrey;
    padding: 10px;
}

.billing-details-block div {
    padding-bottom: 5px;
}

.sidebar-top-logo {
    width: 180px;
}

.clean-translations {
    position: relative;
    top: 12px;
    cursor: pointer;
}

.empty-result-header {
  text-align: center;
  padding: 30px 0 20px 0;
}

.form-500 {
  max-width: 500px;
}
.form-600 {
  max-width: 600px;
}
.form-700 {
  max-width: 700px;
}
.form-800 {
  max-width: 800px;
}
.form-900 {
  max-width: 900px;
}
.form-1000 {
  max-width: 1000px;
}
.form-1100 {
  max-width: 1100px;
}
.form-1200 {
  max-width: 1200px;
}

.language-tabs .nav-link {
  display: block;
  padding: 0.5rem 0.28rem;
}
.placeholder-example {
  font-family: monospace;
}

.listing-error {
  color: #e74c3c;
  font-weight: bold;
}
.listing-inactive-error {
  color: #fab1a0;
  font-weight: normal;
}
.listing-perfect {
  color: #27ae60;
  font-weight: bold;
}
.listing-inactive {
  color: #95a5a6;
  font-weight: normal;
}

.listing-bg-fresh {
  background-color: rgba(116, 185, 255, 0.1);
  border-radius: 5px;
  padding: 3px 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.listing-bg-inactive {
  background-color: rgba(255, 234, 167, 0.2);
  border-radius: 5px;
  padding: 3px 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.selected-payout-row {
  border-left: 5px solid #858796;
  border-right: 5px solid #858796;
}

.payout-table {
  border-bottom: 1px solid #e3e6f0;
}