html,
body {
    height: 100%;
}
html.overflow-hidden {
    overflow: hidden;
}
body {
    overflow: auto;
    padding-right: 0 !important
}
.is_hidden {
    display: none;
}

/* unset bs3 setting */
.modal-open {
 overflow: auto; 
}
.navbar-fixed-top
{
    /*margin-left: calc(100vw - 100% - 20px);*/
    padding-right: 0 !important
}

.navbar-nav > li > a,
.navbar-nav > li button {
    color: #ffffff !important;
    font-weight: 600;
}

.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-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

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

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

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

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

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

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.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;
}

.body-content .btn {
    width: 100%;
    padding: 30px;
    font-size: 40px;
}
.body-content .col-lg-6 {
    text-align: center;
}
.body-content .row {
    margin-bottom: 15px;
}

#update_sale .modal-footer {
    border-top: none;
    padding-top: 0px;
}
input.hideCheckbox {
    display: none;
}

[id^=PrintThis] {
  text-align: center;
  font-size: 230%;
  color: #393431 !important;
  padding-top: 15px;
}

.brandTypePrintCtag {
  text-align: center;
  font-size: 80%;
  color: #393431 !important;
  padding-bottom: 4px;
}
.brandTypePrint {
  text-align: center;
  font-size: 40%;
  color: #393431 !important;
  padding-bottom: 4px;
}

.brandTypePrintS {
  text-align: center;
  font-size: 30%;
  color: #393431 !important;
  padding-bottom: 8px;
}

.brandTypePrintXS {
  text-align: center;
  font-size: 25%;
  color: #393431 !important;
  padding-bottom: 2px;
}

.tblPrint {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 20px;
  margin: auto;
}

.gradingPrint {
  text-align: center;
  font-size: 60%;
  color: #393431 !important;
}

.webLinkPrint{
  text-align: center;
  font-size: 20%;
  color: #393431 !important;
}

.confirmBox {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 335px;
    left: 50%;
    margin-left: -150px;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    top: 10px;
    z-index: 99999;
}
.confirmBox button {
    background-color: #337ab7;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    width: 149px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
}
.confirmBox button.yes { 
    background-color: #f36c6c;
}
.confirmBox button:hover
{
    background-color: #286090;
}
.confirmBox button.yes:hover { 
    background-color: #f13838;
}
.confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}
/*#pjax-grid-view {
    overflow-x: auto;
}
*/
/*FROM OLD*/
.site-print {
    page-break-after: always;
}

.site-print.container {
    padding: 0px 40px 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.site-shipping-print.container {
    padding: 0px 40px 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.site-print .row {
    font-size: 12px;
}
.site-print .header {
    text-align: center;
}
.site-print h1.title-1, .site-print h2.title-2, h1.title-1 {
    text-decoration: underline;
}
.site-print .row.second .col-lg-6 > * {
    margin-bottom: 20px;
}
.site-print p.subheading {
    font-size: 15px;
    margin-top: -10px;
}
.site-print p.invoice-number {
    font-size: 25px;
}
.site-print .row.second {
    display: flex;
}
.site-print .row.second .col-lg-6:first-child {
    margin-right: 2%;
}
.site-print .row.second .col-lg-6 {
    width: 49%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0px 25px 0px;
}
.site-print .row.third {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0px 25px 25px 25px;
    margin-top: 20px;
}

.site-print .row.third .col-lg-12:nth-child(2) {
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
}
.site-print .row.third .col-lg-12:nth-child(2) > .row:not(:first-child) {
    margin-left: -10px;
}
.site-print .row.fourth {
    font-size: 15px;
    padding-left: 15px;
    display: flex;
}
.site-print .row.fourth .col-lg-6 {
    margin-top: 10px;
    width: 50%;
}

.site-print .row.fifth {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0px 25px 25px 25px;
    margin-top: 20px;
}

.site-print .row.fifth .qr_images_container {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.site-print .row.fifth .qr_img {
    width: 20%;
}

.site-print .row.fifth .qr_img img {
    width: 100%;
} 

.site-print h2.title-2 {
    font-size: 20px;
    background: #F5F5F5;
    margin: 0px;
    padding: 10px;
    margin-right: -25px;
    margin-left: -25px;
    border-bottom: 1px solid #DDDDDD;
}
.site-print h3.title-3 {
    font-size: 17px;
}
.site-print table.table-content tr {
    line-height: 15px;
}
.site-print table.table-content tr:first-child {
    font-size: 15px;
    line-height: 30px;
}

.site-print table.table-content {
    width: 100%;
}
.site-print .address img {
    width: 150px;
}
.site-print .row.third h2 {
    /* margin-top: 14px; */
    margin-bottom: 25px;
}
.site-print table.table-content tr:first-child > td:first-child {
    width: 10%;
}
.site-print table.table-content tr:first-child > td:nth-child(2) {
    width: 15%;
}
.site-print table.table-content tr:first-child > td:nth-child(3) {
    width: 40%;
}

.site-print .row.fourth .col-lg-6:last-child {
    padding: 0px;
    margin-left: -8px;
}

h5.warning-unshipped, h5.warning-onhold, h5.warning-unblock, .warning-paidweek {
    text-align: center;
    color: red;
    cursor: pointer;
    padding: 20px;
    border: 2px solid;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(255,0,0, 0.8);
    animation: warning-unshipped 2s infinite;
    border-radius: 5px;
}

h5.warning-duplicate {
    text-align: center;
    color: blue;
    cursor: pointer;
    padding: 20px;
    border: 2px solid;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.warning-unshipped:hover, .warning-onhold:hover, h5.warning-unblock:hover, .warning-paidweek:hover {
  animation: none;
}

@-webkit-keyframes warning-unshipped {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

@keyframes warning-unshipped {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(255,0,0, 0);
      box-shadow: 0 0 0 15px rgba(255,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
      box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

h5.glow_box-warning {
    text-align: center;
    color: orange;
    cursor: pointer;
    padding: 20px;
    border: 2px solid;
    display: block;
    cursor: pointer;
    animation: animate-glow_box-warning 2s infinite;
    border-radius: 5px;
}

@-webkit-keyframes animate-glow_box-warning {
    0% {
      -webkit-box-shadow: 0 0 0 0 orange;
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,0,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
  }
  
  @keyframes animate-glow_box-warning {
    0% {
      -moz-box-shadow: 0 0 0 0 orange;
      box-shadow: 0 0 0 0 orange;
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(255,0,0, 0);
        box-shadow: 0 0 0 15px rgba(255,0,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
  }


/*Shipping Instruction*/
h1.title-1, .title-2 {
    text-decoration: underline;
}
.site-shipping-print.container {
    text-align: center;
    padding: 20px 40px;
    margin-top: 20px;
    height: 89vh;
    display: flex;
    flex-direction: column;
    /* page-break-after: always;  HAPPS-1  */
}
.site-shipping-print.container {
    text-align: center;
}
.site-shipping-print .row.second .col-lg-12 span {
    font-size: 20px;
}
.site-shipping-print .second .col-lg-12 {
    text-align: left;
    width: 97% !important;
    
}
.site-shipping-print .second .col-lg-12 > .row {
    display: flex;
}

.site-shipping-print .row.second {
    display: flex;
    justify-content: center;
}
.site-shipping-print h1.title-3, .title-4 {
    font-size: 22px;
    line-height: 12px;
}
.site-shipping-print.container > .row {
    padding-bottom: 15px;
}
.site-shipping-print.container > .row.first {
    padding-bottom: 40px;
}
.site-shipping-print .second .col-lg-2 .box {
    position: relative;
    top: -15px;
    border: 1px solid #4A4D50;
    height: 40px;
    width: 40px;
}
.site-shipping-print .second .col-lg-2 .box:last-child {
    margin-top: 20px;
}
.site-shipping-print span.tracking-number,.items-number {
    font-size: 20px !important;
}

.site-shipping-print .second .col-lg-12 > .row:first-child {
    padding-bottom: 20px;
}
.site-shipping-print .second .col-lg-12 > .row {
    padding: 25px;
}
.site-shipping-print table.table-content {
    width: 100%;
}

.site-shipping-print .row.third > div {
    border: 1px solid #DDDDDD;
    padding: 15px 25px 15px;
    border-radius: 5px;
}
.site-shipping-print .row.fourth {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.site-shipping-print .row.fifth {
    text-align: left;
    padding-bottom: 0px !important;
}
.site-shipping-print .box {
    border: 1px solid #4A4D50;
    height: 20px;
    width: 20px;
}
.site-shipping-print .row.fifth .col-lg-8 span {
    position: relative;
    top: 20px;
}
.site-shipping-print .row.fifth {
    display: flex;
}
.site-shipping-print .row.fifth .col-lg-8 {
    display: flex;
}
.site-shipping-print table.table-content td {
    padding-top: 5px;
    text-align: left;
}
.site-shipping-print table.table-content tr:first-child td {
    font-weight: 700;
}

.form-group.field-invoiceform-itemtype label,.ui.search.selection.dropdown {
    width: 100%;
} 

.site-shipping-print table.table-content tr:nth-child(2) td {
    padding-top: 10px;
}
span.items-number {
    font-size: 40px !important;
}
.site-shipping-print .row.fifth {
    /* margin-top: auto !important;   */
    position: relative;
}
.screenload {
    background-color: #ffffffde;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    display: none;
    background-image: url(/images/loading_1.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.screenload-inner {
    background-color: #ffffffde;
    z-index: 99;
    display: block;
    background-image: url(/images/loading_1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 0 auto;
}
.screenload-inner-shipping {
    background-color: #ffffffde;
    height: 300px;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 9999999;
    display: none;
    background-image: url(/images/loading_1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -85px;
}
.screenload-return {
    display: none;
    background-color: #ffffffde;
    z-index: 99;
    background-image: url(/images/loading_1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 0;
    margin-left: -15px;
}
.tinyscreenload {
    background-color: #ffffffde;
    height: 5%;
    position: absolute;
    width: 5%;
    z-index: 99;
    display: none;
    background-image: url(/images/loading_1.gif);
    background-repeat: no-repeat;
}
@media(max-width: 1100px) {
    .col-lg-5.col-md-5 {
        width: 40%;
    }
    .site-shipping-print .second .col-lg-12 > .row:first-child:after {
        display: block;
        position: absolute;
        width: 70%;
        border-top: 3px solid black;
        bottom: 100px;
    }
    .site-shipping-print .fifth .col-lg-4:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100px;
        left: 100px;
        border-top: 2px solid #dddddd;
    }
    .site-shipping-print .row.second .col-lg-5:nth-child(2) {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*.site-shipping-print table.table-content tr:not(:first-child) td:nth-child(5):before {
        border-bottom: 2px solid #dddddd;
        content: '';
        position: relative;
        display: block;
        top: 7px;
        margin-right: 40px;
    }*/
}

.planned_special {
    font-size: 18px;
    text-align: center;
    background-color: DeepSkyBlue !important ;
    font-weight: bold;
}

.editable {
	color: black;
}

.break-column {
    padding: 0px !important;
    border-color: #91A3FF !important;
    border-width: 2px !important;
    border-bottom: #DDDDDD !important;
    background: #91A3FF !important;
}
tr.self_checkout > td {
  background-color: #E8CFE8;
}
@keyframes sale-in-progress {
  from {background-color: #EDFF91;}
  to {background-color: #FFBB91;}
}
tr.sale-in-progress > td {
  background-color: #EDFF91;
  animation-name: sale-in-progress;
  animation-duration: 4s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
tr.first_sale > td {
  background-color: #ddbcf4;
}
.flashingDD{
  background-color: #EDFF91;
  animation-name: sale-in-progress;
  animation-duration: 4s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.field-itemform-id {
    display: none;
}
tr.ready-to-ship > td {
    background: #337ab742;
}
tr.grey > td {
    background: #8f919342;
}

tr.light-green > td {
    background: #b1ff9e;
}
.sales-details:not(.status-3):not(.status-0):not(.status-1) .ui-datepicker-header,
.sales-details:not(.status-3):not(.status-0):not(.status-1) .ui-datepicker-calendar {
    pointer-events: none;
    background: #cccccc;
}

.addItemContainer.disabled {
    cursor: wait !important;
}
.addItemContainer.disabled a {
    pointer-events: none;
    opacity: 0.65;
}
.addon-text{
    float: right;
    padding: 5px 10px;
    margin-top: -6px;
}
.addons-button {
    float: right;
    font-size: 10px;
    padding: 5px 10px;
    margin-top: -5px;
    color: #fff !important;
}
.cancel-package {
    float: right;
}
.float-right {
    float: right;
}
.right-5 {
    margin-right: 5px;
}
table.repair-history td, table.item-history td , table.invoice-item-details td, table.invoice-ed-details td,  table.invoice-package-details td, .fedex-item-details td, #PackageDetailsModal .item-details td{
    padding: 3px 5px;
    border: 1px solid;
}
table.repair-history, table.item-history, table.invoice-item-details, table.invoice-ed-details td, table.invoice-package-details ,  table.fedex-item-details,  #PackageDetailsModal .item-details table {
    width: 100%;
}
table.fedex-item-details {
	 width: 130%;
	 margin-left: -15%;
}
.items_grid td:last-child {
    width: 90px;
    font-size: 13px;
}
form#upload_consignment {
    float: right;
}
.site-logo {
    width: 30px;
    float: left;
    position: relative;
    left: -7px;
    top: -4px;
}
.hide-this {
    visibility: hidden;
}
.package-content {
    width: 100%;
}
/*.package-content tr td:nth-child(1), .package-content tr td:nth-child(2) {
    width: 20%;
}*/
body:not(.status-0) .field-sales-use_self_checkout .toggle.btn {
    pointer-events: none;
}
body:not(.status-0) .field-sales-use_chatbox .toggle.btn {
    pointer-events: none;
}
body:not(.status-0) .field-sales-use_auction .toggle.btn {
    pointer-events: none;
}

#upload_consignment_trr {
    float: right;
}

a.link {
    color: #23527c;
    text-decoration: underline;
}

#add_labels [type="submit"] {
    margin-top: 25px;
}
.sum-container {
    float: right;
}
/*.ui-accordion-content {
    height: 100% !important;
}*/
input#sold-product {
    width: 50%;
    float: left;
}
.soldProductButton {
    float: right;
}
.almost-full > .wrap > .container {
    width: 95%;
}
.full > .wrap > .container {
    width: 100%;
}
.customer-management.almost-full .table {
    table-layout: fixed;
}

.customer-management.almost-full .table th,.customer-management.almost-full .table td {
    white-space: -o-pre-wrap; 
    word-wrap: break-word;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap;
}
.customer-management table th:nth-last-child(-n+2) {
    width: 5%;
}
span.lower {
    color: red;
    font-weight: 700;
}
span.upper {
    font-weight: 700;
    color: green;
}
.lower-upper-container {
    display: flex;
    padding: 0px 15px;
}
.lower-upper-container h3 {
    width: 100%;
}
table.appraisal-list {
    width: 100%;
}
table.appraisal-list th, table.appraisal-list td {
    width: 50%;
    padding: 5px 15px;
}
table.appraisal-list, table.appraisal-list tr {
    border: 1px solid #f1f1f1;
}
.modal-title {
    float: left;
}

label.control-label{
    width: 100% !important;
}
.appraisal-container {
    margin-top:25px;
}
.sales-details .table > colgroup + thead > tr:first-child > th {
    position: sticky;
    top: 48px;
    background: #fff;
    box-shadow: 0px 1px 0px 0px #c5c4c4;
	z-index: 2;
}

.form-horizontal .control-label {
    text-align: left 
}

.sms-loading, .loading-none {
    display: none;
}

/*//
// Rotating border
//*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: $spinner-width;
  height: $spinner-height;
  vertical-align: text-bottom;
  border: $spinner-border-width solid currentColor;
  border-right-color: transparent;
  // stylelint-disable-next-line property-blacklist
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}

/*//
// Growing circle
//*/

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: $spinner-width;
  height: $spinner-height;
  vertical-align: text-bottom;
  background-color: currentColor;
  // stylelint-disable-next-line property-blacklist
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.site-shipping-print.container .first-col {
    display: flex;
}

.site-shipping-print.container .align-left{
    text-align:left;
}
.site-shipping-print.container .align-left .item-number, .mid-content{
    display: flex;
}
.site-shipping-print h3.tag-number {
    margin-top: 0px;
    position: relative;
}
.mid-content span:first-child, .item-number span:first-child{
    width: 90px;
}

.site-shipping-print .box {
    border: 1px solid #4A4D50;
    height: 40px;
    width: 40px;
}
.w800 {
    width: 350px;
}.w200 {
    width: 240px;
}
.float-left {
    float: left;
}
.clear-both {
    clear: both;
}
.field-invoicedetails-on_hold > label{
    display: none;
}
.field-invoicedetails-on_hold {
    float: left;
    position: relative;
    left: 8px;
    top: 20px;
}
.grid-view .summary {
    margin-bottom: 13px;
}
.field-invoicedetails-on_hold:before {
    content: 'Hold Invoice: ';
}
.field-itemdetails-id {
    display: none;
}

div#pjax-grid-view > label {
    position: relative;
    margin-left: 150px;
    top: 30px;
}

.site-shipping-print.container .tag-number {
    letter-spacing: 1.5px;
}
span.total-price {
    float: right;
    margin-right: 54px;
}
.site-shipping-print .row.fifth .col-lg-8 span {
        width: 100% !important;
    }
@media print {
    .col-lg-4 {
        width: 33.33% !important;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .w800 {
        width: 350px;
    }
    .col-lg-3 {
        width: 25%;
    }
    .mid-content span:first-child, .item-number span:first-child {
        flex: 0 0 90px;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    hr {
        margin-top: 10px; 
        margin-bottom: 10px;
    }
    .col-lg-8 {
        flex: 0 0 72% !important;
    }
}

.sales_details_grid.plan-or-cancel .summary {
    display: inline-block;
}
.sales_details_grid.plan-or-cancel .summary > label {
    margin-left: 15px;
}
.suspension-warning, .form-warning {
    color: #c55;
}
.field-customersuspensionmodal-is_banned .toggle {
    width: 130px !important;
}


/*Mobile STS*/
.site-dialpad h3.tag-number {
    font-size: 40px;
    text-align: center;
}
.site-dialpad > div {
    width: 700px;
    margin: 0 auto;
}
.site-dialpad .col-sm-4.btn.btn-sm {
    color: #121212;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.site-dialpad .btn.btn-sm {
    padding: 10px 0px;
    font-size: 30px;
    margin-bottom: 10px;
}
.site-dialpad p {
    font-size: 20px;
}
.site-dialpad .back-button {
    color: #121212;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    margin-right: 10px;
}
.col-sm-4 {
    width: calc(33.33333333% - 10px);
}
.site-dialpad .col-sm-4.btn.btn-sm:not(:last-child) {
    margin-right: 10px;
}
.ctag-textfield {
    padding: 10px;
    font-size: 30px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.site-dialpad .container {
    text-align: center;
    width: 100%;
}
.number.container {
    width: 90%;
}
.container.event-button .btn:first-child {
    color: #121212;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.site-dialpad .col-sm-6 {
    width: calc(50% - 7.5px);
}
.site-dialpad .col-sm-6:first-child {
    margin-right: 10px;
}
.container.event-button .btn:last-child {
    color: #fff;
    background-color: #C82333;
    border-color: #C82333;
}
.container.event-button {
    width: 95%;
}
.container.bottom {
    width: 80%;
    margin-top: 20px;
}
.container.check .btn { 
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}
.container.bottom .btn {
    width: 100%;
}
.container.header {
    text-align: center;
}
.stocktake .confirmBox {
    margin-left: -170px;
}

/* Return Page*/
.return-container {
    text-align: center;
}

.return-container .btn.return-button {
    background: #C82333;
    border: #C82333;
    color: #fff;
}

/*Response Page*/
.response-container {
    text-align: center;
} 
.response-container .col-sm-6.btn.btn-sm {
    padding: 50px 0px;
}
.response-container .col-sm-6.btn.btn-sm:first-child {
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}

/*Retag*/ 
.retag-container .message {
    text-align: left;
}

.alert-ctag {
	position: absolute;
	width: 100%;
}
.alert-return {
	position: absolute;
	width: 100%;
}
@media all and (min-width: 700px) { 
    .site-dialpad {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

@media all and (max-width: 700px) { 
    .site-dialpad > div {
        width: 100%;
        padding: 10px;
    }
    
}


.field-itemform-is_retag > label, .field-itemdetails-is_retag > label {
    display: none;
}
.form-group.field-itemdetails-is_retag {
    margin-top: 24px;
}


/*Modal Image*/

* {
  box-sizing: border-box;
}

#item-images .row > .column {
  padding: 0 8px;
}

#item-images .row:after {
  content: "";
  display: table;
  clear: both;
}

#item-images .column {
  float: left;
  width: 25%;
}

#item-images {
  font-family: Verdana, sans-serif;
  margin: 0;
}

#item-images * {
  box-sizing: border-box;
}

/* The Modal (background) */
#item-images.modal {
    display: none;
    position: fixed;
    /* z-index: 1; */
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     overflow: auto; 
    background-color: black;
}

/* Modal Content */
#item-images .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
#item-images .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#item-images .close:hover,
#item-images .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#item-images .mySlides {
  display: none;
}

#item-images .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#item-images .prev,
#item-images .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#item-images .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#item-images .prev:hover,
#item-images .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#item-images .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#item-images img {
  margin-bottom: -4px;
}

#item-images .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#item-images .demo {
  opacity: 0.6;
}

#item-images .active,
#item-images .demo:hover {
  opacity: 1;
}

#item-images img.hover-shadow {
  transition: 0.3s;
}

#item-images .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sold-download select {
    height: 35px;
    width: 100px;
    margin-left: 5px;
} 
.sold-download #month {
    width: 130px;
} 
.sold-download a {
    margin-left: 5px;
} 
.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.btn-grey {
    background: grey;
    color: #fff;
}
.mySlides {
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin: 0;
}
#item-images .modal-content {
    background-color: #9694949e;
}
#item-images img {
    margin-bottom: -4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45% !important;
}
#item-images .cursor {
    cursor: pointer;
    z-index: 99;
    opacity: 1;
}

.image-container img {
    width: 40px !important;
    height: 40px;
    margin-right: 15px;
}

.image-container {
    padding: 10px 5px;
}

#ViewImageModal .modal-body {
    padding: 0px 15px;
}

.image-container:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
.form-group.field-itemform-is_retag, .field-itemform-gen_ae_label {
    margin-top: 25px;
}

.field-itemform-gen_ae_label > label {
    display: none;
}
.retag-qr-holder {
    display: flex;
    align-content: space-evenly;
}
.retag-qr-holder > div {
    width: 50%;
}

 .retag-qr-holder .form-group .toggle {
    width: 90% !important;
 } 

select.disabled {
    pointer-events: none;
}
.field-paypal_ipn_csv-invoice_id label {
    display: none;
}

.warning-block {
    color: #a94442;
    display: none;
    margin-bottom: 10px;
}

.item-details {
    margin-bottom: 25px;

}

.shipping-get-rate {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.shipping-details-holder {
    height: 400px;
}
.purchase-shipping-label-button {
    margin-bottom: 15px;
    position: relative;
    top: 13px;
}

#FedexDetailsModal .modal-dialog {
    width: 50vw;
}

.disable-click {
    pointer-events: none;
    background: #A94442;
    border-color: #ebccd1;
}

.ebth-report {
    width: 500px;
    left: calc(50% - 82.5px);
    height: 500px;
    overflow: auto;
}
.message-show {
    text-align: left;
}

/*#AddonText .form-group > label {
    display: block;
    position: relative;
    width: 20% !important;
    float: left;
    padding: 10px 0px;
    margin-bottom: 0px;
}

#AddonText .form-group > div, #AddonText .form-group > input {
    display: block;
    position: relative;
    width: 80% !important;
    float: left;
}*/

/*#AddonText .modal-footer {
    border-top: none;
}
*/

#AddonText .modal-dialog {
    width: 900px;
}
span.addon_text {
    display: block;
    overflow: hidden;
    width: 55px;
    float: left;
    margin-right: 15px;
    text-overflow: ellipsis;
}

.print-shipping-row{
    margin-bottom: -25px;
}

@media print
{

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

/* SWAL */
.swal2-content {
    font-weight: bold !important;
    font-size: 17px !important;
}
.swal2-popup{
    padding: 1.50em !important;
    width: 32em !important;
    font-size: 1.6rem !important;
}
.swal2-popup.swal2-toast {
    box-shadow: 0 0 0.625em #bdbdbd !important;
}

.swal2-html-container{
    font-weight: normal !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { 
    height: 100% !important; 
    overflow-y: visible !important; 
}

.d-none{
    display: none;
}
.loadingoverlay{
    background: rgb(255 255 255 / 71%);
}

.img_ctnr {
    width: 100%;
    height: 25vh;
    text-align: center;
}

.img_ctnr img {
    max-height: 100%;
}

/* custom alert */
.custom_alert {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.custom_alert.danger {
    background-color: #e99a9a;
}

.custom_alert.warning {
    background-color: #fad086;
}

.custom_alert .ca_component {
    padding: 2px 0;
}

.custom_alert .header {
    font-weight: 700;
    /* border-bottom: 2px solid rgb(0 0 0 / 35%); */
}