body {
  overflow-x: hidden;
}


#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background: #fff;

}

#sidebar-wrapper .sidebar-heading {
  padding: 10px 10px 10px 20px;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #555;
}

#sidebar-wrapper .list-group {
  width: 15rem;
  margin-top: 0px;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.top-nav-history{
  position: absolute; 
  right: 15px
}

.page_title{
  font-size: 24px;
  max-width: 95%;
  line-height: 24px;

}

@media (max-width: 812px) {
  .page_title{
    font-size: 20px!important;
  }
}

@media (max-width: 768px) {
  .page_title{
    /*padding-left: 20px;*/
    font-size: 14px!important;
    overflow: hidden;
    max-width: 90%;
  }
}

@media (max-width: 750px) {
  .page_title{
    max-width: 80%;
  }
}


@media (max-width: 575.98px) {
  .navbar{
    padding: 0;
    height: auto!important;
  }
  .page_title{
    /*padding-left: 20px;*/
    font-size: 14px!important;
    max-width: 60%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}


.navbar{
	height: 59px;
	border-bottom: 1px solid #dee2e6;
}

.list-group-item{
	background: transparent;
	color: #fff;
	border: none;
	font-weight: 600;

}

a.header-text{
  color: #fff;
  text-decoration: none;
}

.mainTable th{
  background: #343a40;
  color: #fff;
}

table.dataTable.no-footer{
  border-bottom: none!important;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after {
    content: ""!important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
        vertical-align: baseline;

}

table.dataTable thead th.sorting:after {
    content: "\2191\2193";
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
}
table.dataTable thead th.sorting_asc:after {
    content: "\2191";
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
}
table.dataTable thead th.sorting_desc:after {
    content: "\2193";
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
}

@media (max-width: 768px) {
  table.dataTable thead th.sorting:after {
      content: "";
  }
  table.dataTable thead th.sorting_asc:after {
      content: "\2191";
      font-size: 16px;
      padding-top: 4px;
  }
  table.dataTable thead th.sorting_desc:after {
      content: "\2193";
      font-size: 16px;
      padding-top: 4px;
  }
}

.navbar{
  padding: 0px;
}
.navbar > .container, .navbar > .container-fluid{
  justify-content: initial;
}

.topbar-padding{
  padding-left: 0px;
}

@media (max-width: 1400px) {

  .topbar-padding{
    padding-left: 0px;
  }
}

.btn-full{
  width: 100%;
}

.nav-tabs{
    border-bottom: 0;

}

.nav-tabs .nav-link{
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  border-left: 4px solid transparent;
  border-color: transparent;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

a.nav-link{
  color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border-left-color:#343a40;
}

.line-head{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.alert{
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align:center;
  border-radius: 0;
  font-size: 20px;
}

.serialTableValue{
  font-size: 13px;
} 

@media (max-width: 768px) {
  .alert{
    font-size: 16px;
  }
  .btn-full-mobile{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .alert{
    font-size: 16px;
  }
  .btn-full-mobile{
    width: 100%;
    margin-top: 10px;
  }
  /*
  .form-control{
    width: 100%!important;
  }
  */

  .mt-10{
    margin-top: 10px;
  }

  .serialTableValue{
    font-size: 11px;
  } 

}

.setting-body{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.setting-body:hover{
  background: #fbfbfb;
}

a.setting-link{
  text-decoration: none;
  color: #000;
}

.ui-heading {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #555;
  font-weight: 800;
}

.customer_notes{
  height: 85px!important;
}

.description{
  height: 130px!important;
}

.sidebarDropdown{
  background: transparent;
  border:none;
  color: #fff;
  font-size: 14px;
  outline: none;
  max-width: 75px;
}

.sidebarDropdown2{
  background: transparent;
  border:none;
  color: #fff;
  font-size: 14px;
  outline: none;
  max-width: 105px;
}

.sidebarDropdown3{
  background: transparent;
  border:none;
  color: #fff;
  font-size: 14px;
  outline: none;
  min-width: 130px;
  max-width: 150px;
  margin-top: 1px;
}

.register-sidebar{
  padding-top: 13px;
  padding-bottom: 13px;
}

.sidebarOption{
  background-color: #343a40;
  outline: none;
 }

 .addButton{
  font-size: 20px;
  cursor: pointer;
 }

 .showPointer{
  cursor: pointer;
 }

 .adjustInput{
  max-width: 75px;
 }

 .trVariant{
  background: #d4ece9!important;
 }

 .imageTile{
  min-height: 225px;
  max-height: 225px;
  height: 225px;
 }

 .modal-header{
  border-bottom: none;
 }

 .model-transparent{
  background: transparent!important;
  border:none!important;
 }

 .modal-header .close{
  background: #fff;
 }

 .left_right_arrows{
    font-size: 14px;
 }

 .left_arrow{
    opacity: .5;
    background: #fff;
    cursor: pointer;
 }

 .left_arrow:hover{
    opacity: .7;
    background: #fff;
 }

  .right_arrow{
    opacity: .5;
    background: #fff;
    cursor: pointer;
 }

 .right_arrow:hover{
    opacity: .7;
    background: #fff;
 }

 .imagedropform{
    min-height: 150px;
 }

 .dropzone{
  min-height: 150px!important;
 }

 .detailsImageHeight{
  height: 200px;
 }

.img-circle {
    border-radius: 50%;
    cursor: pointer;
}

.imageBackground{
  background: transparent;
}

.circletag {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.circletag img {
  width: 100%;
  height: 100%;
  line-height: 200px;
}

.img-icon{
  max-width: 100px;
  max-height: 150px;
  vertical-align: middle;
}

.trashImage{
  position: absolute;
  right: -4px;
}

.trashImageHome{
  position: absolute;
  right: 8px;
  z-index: 999;
}


.imageContentIcon{
  height: 150px;
  border: 1px solid #e5e5e5;
  margin: 5px;
  background: #fff;
  line-height: 125px;
  position: relative;
}

.imageContentIcon:hover{
  box-shadow: 1px 2px #ccc;
}

.imageContent{
  min-height: 300px;
}


@media (max-width: 768px) {
  .img-icon{
    max-width: 150px;
    max-height: 200px;
  }
  .imageContentIcon{
    height: 200px;
    float: none;
    line-height: 175px;
  }
}


.childImages{
  width: 100px;
  float: left;
  text-align: center;
}

.trash-btn{
  padding: 2px 5px;
  font-size: 11px;
}

.searchLeft{
  float: left!important;
}

.left{
  float: left;
}

.right{
  float: right;
}

.po-summary-container{
  width: 100%;
}

.costInput{
  width: 80px;
}


.transferQty{
  max-width: 50px;
}

.po-summary{
  padding: 25px 20px;
  border-top: 1px #dee2e6 solid;
  background: #e5e5e5;
  color: #343a40;
}

#shipping{
  width: 100%;
}

#discount-container{
  width: 100%;
}

.transfer-summary{
  padding: 25px 20px;
  border-top: 1px #dee2e6 solid;
  background: #e5e5e5;
  color: #343a40;
}


@media (max-width: 1024px) {
  .po-summary{
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 75px;
     z-index: 9999;
     border-top: 1px #999 solid;
  }
  .po-summary-container{
    width: 450px;
  }
  #shipping{
    width: 60%;
  }

  .costInput{
    width: 100;
  }
  .discount-container{
    width: 70%;
  }
}

@media (max-width: 768px) {
  .transfer-summary{
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 75px;
     z-index: 9999;
     border-top: 1px #999 solid;
  }
  .costInput{
    width: 100%;
  }

  .po-summary-container{
    width: 420px;
  }

}

@media (max-width: 400px) {
  .po-summary-container{
    width: 350px;
  }
}


.po-title{
  font-weight: 800;
  font-size: 20px;
}

.pagination{
  padding-bottom: 30px;
}

.summary-vertical-align{
  line-height: 35px
}

.discount-text{
  line-height: 105px;
}

.hidden{
  display: none;
}

.textExtraLarge{
  font-size: 26px;
}

.textLarge{
  font-size: 22px;
}

.textMedium{
  font-size: 18px;
}

.textNormal{
  font-size: 14px;
}

.textSmall{
  font-size: 12px;
}

.textExtraSmall{
  font-size: 8px;
}

.yearColor{
  width: 20px;
  height: 20px;
  border: 1px #e5e5e5 solid;
}

.sale-summary{
  padding: 15px;
  border-top: 1px #dee2e6 solid;
  background: #e5e5e5;
  color: #343a40;
  
}

.sale-summary table td, .sale-summary .table th{
  border-top:none!important;
}

.summary-table{
  width: 100%;
}

.summary-table td {
  padding: 4px;
}

@media (max-width: 768px) {
  .textMedium{
    font-size: 13px;
  }
  .deviceTable{
    width: 100%;
  }
}

@media (max-width: 375px) {
  .textMedium{
    font-size: 16px;
  }
  .summary-table td {
    font-size: 15px;
  }
}

.sale-address{
  font-size: 12px;
}

.register-selected{
  background: #888!important;
}
.deviceTable{
  width: 250px;
}
.registerCountTable{
  
}
.registerCountInput{
  width: 75px;
}

.list-dark{
  color: #444;
}

.giftCardResult{
  font-size: 18px;
}

.credit_swipe_box{
  padding: 40px;
  text-align: center;
  border: 1px #ccc solid;
  border-radius: 5px;
}

.cc_swipe{
  border: none;
  padding: 0;
  height: 1px;
  width: 1px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  outline: -webkit-focus-ring-color auto 0px;
}

.cc_swipe input:focus{
    outline: -webkit-focus-ring-color auto 0px;
}

.return-card{
  height: 187px;
}

.refundText{
  width: 100px;
}

.iconHeight{
  max-height: 35px;
}

.iconHeightMedium{
  max-height: 60px;
}

.reportColorOverride{
  color: #444444!important;
}

.queueResourceColumn{
  width: 30%;
}

.queueSelectMaxWidth{
  max-width: 768px;
}

@media (min-width: 768px) {
  .queueSelectMaxWidth{
    max-width: 140px;
  }
}

.navbar-toggler{
  margin-right: 15px;
}

.queueSaleNotes{
  border: 1px #e5e5e5 solid; 
  border-radius: 5px;
}

.jodit_tooltip{
  padding: 0px!important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before{
  /*line-height: 19px!important;*/
}

.tableNoWrap{
  white-space: nowrap;
}

.tableVerticalCenter{
  vertical-align: middle!important;
}

.select-menu, .select-menu:active, .select-menu:hover{
  background: #343a40;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  box-shadow: none;
  padding: 10px 10px;
  height: auto;
}

.adjustmentLocation{
  max-width: 130px;
}

.adjustmentWidth{
  max-width: 45%;
}

.dtr-title{
 min-width: auto!important;
}

table.dataTable>tbody>tr.child ul.dtr-details{
 display: block!important;
 padding: 10px 5px 10px 5px!important; 
}

.dtr-data{
  float: right;
  margin-right: 10px;
  max-width: 75%;
  /*overflow-x: scroll;*/
}

table#productPOLineTable th{
    font-size: 12px;
    text-align: center;
}



#productPOLineTable tr { border: 1px solid #ccc; margin-top: -30px; }

@media only screen and (max-width: 1024px) {
    .columnFieldCheckBoxes{
        display: none;
    }
    /* Force table to not be like tables anymore */
    #productPOLineTable table, 
    #productPOLineTable thead, 
    #productPOLineTable tbody, 
    #productPOLineTable th, 
    #productPOLineTable td, 
    #productPOLineTable tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #productPOLineTable thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #productPOLineTable tr { border: 1px solid #ccc; margin-top: 10px; }
 
    #productPOLineTable td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
 
    #productPOLineTable th { 
        color: #000;
    }

    #productPOLineTable 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;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #productPOLineTable td:before { content: attr(data-title); }
}


.saleAddProduct{
  width: 70%;
}

.reportSearch{
   width: 80px;
}

.skuMaxWidth{
  width: 115px!important;
}

.reportDate{
  max-width: 250px;
}

.reportDate2{
  max-width: 350px;
}

@media (max-width: 1000px) {
  .sale-summary{
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 75px;
     z-index: 9999;
     border-top: 1px #999 solid;
  }
  .summary-table{
    margin-top:50px!important;
    width: 50%;
  }

  .summary-table td {
    font-size: 18px;
  }

  .saleAddProduct{
    width: 75%;
  }
  .productleftColumn{
    border-right: none!important;
  }
}

@media (max-width: 737px) {
  .product_new, .giftcard_new{
    margin-top: 0px!important;
  }
  .product_new{
    margin-left: 8px!important;
  }

  .reportDate,.reportDate2{
    max-width: 100%;
  }

}

@media (max-width: 568px) {

  .product_new, .giftcard_new{
    margin-top: 10px!important;
  }
  .product_new{
    margin-left: 0px!important;
  }
  .cashButton{
    width: 60px;
    padding: 10px;
    font-size: 16px;
  }
  .giftCardAmount{
    width: 75%!important;
  }
  .giftCardScan{
   width: 85%!important; 
  }

  .credit_swipe_box{
    padding: 20px 20px 0px 20px;
  }
  .coinbase_amount_to_request_container{
    font-size: 11px;
  }
  .refundTitle{
    font-size: 20px;
  }
}


@media (max-width: 414px) {
  .addBalance{
    width: 100%!important;
    border-radius: 5px!important;
    margin-top: 5px;
  }
  .sale-summary{
     height: 60px;
  }
  .summary-table{
    margin-top:10px!important;
    width: 100%;
  }

  .summary-table td {
    font-size: 15px;
  }
  .summary-table td {
    padding:  0px 0px 0px 5px;
  }
  .paymentAmount{
    width: 50%!important;
  }
  .reportSearch{
    width: 98%;
  }
  .skuMaxWidth{
    width: 98%;
  }
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before{
  background: transparent!important;
  color:#222!important;
  box-shadow: none!important;
  border:none!important;
  font-weight: 600;
  opacity: .75;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color:#495057!important;
}

.btn-primary,.btn-secondary{
  color: #fff!important;
}
.queueCompleteText{
  color: #000!important;
}


@media (min-width: 1000px){
  .activityContainer{
    background: transparent;
    border: none;
    padding-left: 0px;
  }
  .activityChevron{
    float: left;
    font-size: 14px;
    padding-top: 3px;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 95%;
    line-height: 30px;
  }

}

@media (min-width: 1600px){
  .container{
    width: 90%;
    max-width: 1450px;
  }
  .setting-body{
    min-height:110px;
    line-height: 30px;
    font-size: 18px;
    padding-top: 25px;
  }
}

table.dataTable tbody th, table.dataTable tbody td{
  padding: 8px 15px!important;
}

.customerAttributeType{
  max-width: 150px;
}

.chevronLarge{
  font-size: 30px;
}

.productToolTip{
  text-align: left;
  margin-left: 5px;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.topAlert{
  z-index: 9999;
  text-align: left;
  font-size: 12px;
  top: 0px;
}

.removeDropDownClick{
  pointer-events: none;
}

.rowFriendlyLineHeight{
  line-height: 34px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
  font-size: 11px;
}

.dragClass{
  background-color: #ccc;
  background: #ccc;
  border: 1px #333 solid;
}

.control-small{
  width: 5px;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
