/*Retal CSS*/


#contenainer{
    float: none;
    /*overflow: visible;
    height: auto;*/
    width: auto;
}

.dn {
	display: none;
}
.RetailForm {
	padding: 0 5px;
	position: fixed;
	width: 100%;
	margin-left: 5px;
	top: 40px;
	z-index: 15;
	background-color: #FFD584;;
	text-align: left;
	line-height: 30px;
	margin-bottom: 5px;
    white-space: nowrap;
}
.RetailForm div {
  display: inline-block;
}
.border{
    border: 1px solid #000;
    margin-top: 5px;
}
.service{
    line-height: normal;
}
.v-top{
    vertical-align: top;
}
.RetailForm .sort {
  cursor: pointer;
  vertical-align: top;
}
.RetailForm .left {
    width: 400px;
    padding-right: 10px;
}
input[type="checkbox"] {
	margin-top: 8px;
}
input.change, select.change {
	background-color: #FFD9FF;
}
hr {
  width: 96%;
  border: 1px solid #c7cbce;
}
label  {
  display: inline-block;
}

.table{
    display: table;
    width: 100%;
}
.min-h-150{
    min-height: 150px;
}
    
.OrderDateSearchList {
	flex: 0 0 153px;
}
.OrderDateButton {
	width: 80px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #c7cbce;
	background-color: #EFEFEF;
}
.OrderDateSearchButton {
	width: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #ff2a2a;
	background-color: #85db6d;
	margin-left:"40px"
}    

.RetailContainer {
	/*padding-top: 75px;*/
	position: fixed;
    top: 75px;
    width: 100%;
}
.RetailList {
    position: relative;
    overflow-y: overflow;
    overflow-x: hidden;
    height: 2750px;
    flex: 0 0 400px;
    height: calc(100vh - 80px);
    z-index: 11;
    border: 1px solid;
    margin: 0 5px;
}
.RetailContent {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.blue-border{
	border: 2px solid blue;
}
.red-border{
	border: 2px solid red;
}
.black-border{
	border: 2px solid black;
}
.red-font{
	color: red;
}
.table-list {
    flex: 1;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #757575 transparent;
}
.OrderListHeader {
    position: sticky;
    top: 0;
    background: white;
    background-color: #ccc;
    height: 25px;
}
.OrderListHeaderCol{
    padding-top: 5px;
	margin-left: 5px;
    text-indent: 10px;
    text-align: left;
    width: 48%;
    float: left;
    font-weight: bold;
}

.OrderListData {
    background-color: #ffffff;
}
.OrderListItemCol{
	padding-top: 5px;
	margin-left: 5px;
    text-indent: 10px;
    text-align: left;
    width: 48%;
    float: left;
}


.CustomerListHeader {
    position: sticky;
    top: 0;
    background: white;
    background-color: #ccc;
    height: 25px;
}
.CustomerListHeaderCol{
    padding-top: 5px;
    text-align: left;
    display: inline-block;
    font-weight: bold;
    width: 26px;
    float: left;
}
.CustomerListHeaderSearchCol{
    padding-top: 5px;
    text-indent: 0;
    text-align: left;
    float: left;
    font-weight: bold;
}
.col-name {
    width: 112px;
}

.col-name-sort span{
	position: absolute;
    top: 10px;
    left: 4px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 40px;
    height: 20;
}
.col-name-sort-desc span{
   background: url(../images/up-arrow.png) no-repeat !important;
}
.col-phone-sort span{
	position: absolute;
    top: 10px;
    left: 180px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 40px;
    height: 20;
}
.col-phone-sort-desc span{
    background: url(../images/up-arrow.png) no-repeat !important;
}
.col-email-sort span{
	position: absolute;
    top: 10px;
    left: 185px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 40px;
    height: 20;
}
.col-email-sort-desc span{
    background: url(../images/up-arrow.png) no-repeat !important;
}
.col-date-sort span{
	position: absolute;
    top: 10px;
    left: 141px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 40px;
    height: 20;
}
.col-date-sort-desc span{
    background: url(../images/up-arrow.png) no-repeat !important;
}

.totalsaleslist{
    border: 1px solid blue;
    text-align: center;
    color: blue;
    width: 74px;
    line-height: 15px;
    height: 18px;
    float: right;
    /*margin-left: 40px;*/
    margin-top: 2px;
    margin-right: 5px;
}

.CustomerListItemCol {
    padding-top: 5px;
    text-indent: 4px;
    text-align: left;
    float: left;
    width: 25%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    /*border: 1px solid red;*/
}
.CustomerListItemCol.total-item{
    width: 30px;
}
.CustomerListData {
    background-color: #ffffff;
}

/*Retal CSS END*/

    
.success {
  animation-name: success;
  animation-duration: 2s;
  color: green;
}
.msg {
  opacity: 0;
}
.dn {
display: none;
}
.center {
  text-align: center;
}
.blue {
  color: #00f;
}
.red {
  color: #f00;
}
.green {
    color: green;
  }
#getEbayOrder, #getEtsyOrder, #getAmazonOrder {
        border-radius: 7px;
	    height: 27px;
	    cursor: pointer;
	    float: left;
	    margin-left: 5px;
	    background-color: #cfffd4;
}
.onprocess {
    background-color: #FFCFCF!important;
}
.onhold {
    background-color: #b7b9b5!important;
}

/* preloader */
#preloader {
	position: fixed;
	top: 40;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.9);
}

/**CSS From Order***/
#order {
    display: block;
    clear: both;
    width: 100%;
    overflow: auto;
    margin: 0;
    /*height: calc(100vh - 46px);*/
    /*height: calc(100vh - 190px);*/
    /* height: calc(100vh - 210px); */
    height: calc(100vh - 50px);
}
.RetailContainer .item-container {
    position: relative;
}
.addItemForm.row-personal {
    position: absolute;
    width: 100%;
    max-width: 760px;
    background-color: #fdf7c8;
    top: 0;
    left: 0;    
}
.item:first-child {
    margin-top: 35px;
}
.RetailContainer .LoadMoreDiv .LoadMore{
    height: 40px;
}

.row-personal {
    text-align: left;
    line-height: 30px;
    margin-bottom: 5px;
}
.row-personal.item {
    background-color: #D5CFC4;
}
.row-personal .row-1 {
    /*padding-left: 10px;*/
    background-color: #f4e48e;
}
.active {
    border: 1px solid #f00;
    background: #ffe0e0;
    line-height: 20px;
    height: 30px;
}
.row-personal .row-address {
    /*padding-left: 10px;*/
    background-color: #d3d3ff;
}
.row-personal.order-log {
    background-color: #FFD584;
}

.item-container {
    display: none;
}
.items-col {
      width: auto;
}

#OrderProductitemform{
    width: calc(90% - 300px);
}

.col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    border: 1px solid #c7cbce;
    padding: 15px 5px;
    box-sizing: border-box;
    background-color: #fdf7c8;
}
.OrderProductFull {
    width: 150px;
}
.OrderProduct {
    width: 415px;
}
.attribute {
    width: 40px;
}
.OrderPrice {
    width: 55px;
    text-align: right;
}
.OrderItemDiscount {
    width: 30px;
    text-align: center;
    color: red;
}
.OrderQuantity, .OrderCost {
    width: 40px;
    text-align: center;
}
.OrderQuantityMissing {
    width: 30px;
    text-align: center;
}
.close {
    cursor: pointer;
    padding-left: 5px;
}
.close img {
    width: 20px;
}
.MergeUnit {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
.MergeUnit img {
    width: 20px;
}
.MergeExpDate {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
.MergeExpDate img {
    width: 20px;
}
.tracking-col {
  width: 240px;
}
.addresses-col {
  width: 198px;
}
.addresses-col input[type=text]{
    width: 100%;
} 
.addresses-col textarea{
    height: 50px;
    width: 100%;
}
.address-row p {
  margin: 0;
}
.address-row {
  margin-bottom: 10px;

}
.address-col {
  /*float: left;*/
  width: 98%;
  padding: 5px 0;
}
.address-col textarea {
  width: 80%;
}
.address-col input,  .address-col select{
  width: 165px;
}
.addresses-col .row {
    clear: both;
}
.orderDetailsWidth1 {
    display: inline-block;
    margin: 0 2px;
    width: 100%;
    min-height: 10px;
    padding: 0 !important;
}
.orderDetailsWidth {
    display: inline-block;
    margin: 0 2px;
    width: 65px;
    min-height: 54px;
    padding: 0 !important;
}
.orderDetailsWidth.total {
  border: 2px solid #00f;
  /*padding: 0 10px;*/
}
.orderDetailsWidth.total .red-bold, .orderDetailsWidth.total .blue-bold{
    padding-top: 5px;
}
.orderDetailsWidth.costShow{
    border: 2px solid #000;
    cursor: default;
    /*background-color: lightgray;*/
}
.orderDetailsWidth.costShow:hover{
    background-color: lightgray;
}
.orderDetailsWidth.costShow .blue-bold, .orderDetailsWidth.costShow .red-bold{
    padding-top: 5px;
}
.orderDetailsWidth.profitshow{
    border: 2px solid green;
    cursor: default;
    background-color: lightgray;
}
.orderDetailsWidth.costShow:hover{
    background-color: lightgray;
}
.orderDetailsWidth.profitshow .green-bold{
    padding-top: 5px;
}
.orderDetailsWidth.profitshow:hover{
    color: #000;
}
/*.orderDetailsWidth.costShow:hover .cost{
    color: #000;
}*/
/*.flexible-width{
    width: calc(100vw - 1180px);
}*/
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    background-color: #C8F79A;
    border-color: #C8F79A;
}
.btn:hover {
    background-color: #FFF0F0 !important;
}
.dn{
	display: none;
}
.btn-paid{
    background-color: #D5CFC4 !important;
    border-color: #3020F4 !important;
    cursor: auto !important;
}
.btn-paid:hover {
    background-color: #D5CFC4 !important;
}
.btn-paidcost{
    background-color: #D5CFC4 !important;
    border-color: #000 !important;
    cursor: auto !important;
}
.btn-paidcost:hover {
    background-color: #D5CFC4 !important;
}

.btn-loader{
    background-color: #ffd584 !important;
    border-color: #ffd584 !important;
    cursor: auto !important;
}
.btn-loader:hover {
    background-color: #ffd584 !important;
}

.OrderPaid {
	font-weight: bold;
}
.unpaid{
	/*color: #ff0000;*/
	color: blue;
	cursor: pointer;
    font-size: 16px;
    line-height: 23px;
}
.no-wrap{
    white-space: nowrap !important;
}
.paid{
    /*color: #199f20;*/
    color: blue;
    font-size: 16px;
    line-height: 23px;
}
.cost{
    font-size: 16px;
    line-height: 23px;
}
.profit{
    font-size: 16px;
    line-height: 23px;
}
.center {
  text-align: center;
}
.orderDetailsWidth input{
	width: 50px;
}
.orderDetailsWidth .shippingInputWidth{
	width:50px !important;
}
@keyframes success {
  from {opacity: 1;}
  to {opacity: 0;}
}

.row-card {
	/*padding-left: 10px;*/
	width: 100%;
	float: left;
	background-color: #DFC1E1;
	text-align: left;
	line-height: 30px;
	margin-bottom: 4px;
}
.OrderLastUpdate, .OrderDate, .OrderStatus, .OrderDeliveryDate, .OrderStore, .OrderId, .OrderPaidStatus {
    min-width: 65px; /*131px*/
    display: inline-block;
}
.OrderTracking {
    min-width: 150px;
    display: inline-block;
}
.OrderItemTotal {
    /*min-width: 40px;*/
    display: none;
}
.edited, .error {
    background: #FFD9FF;
}
.ui-autocomplete {
    max-height: 500px;
}

.ShowInfo:hover {
    background-color: #EFEFEF;
}
.CustomerListItem{
	display: flex;
}
.blue-bold {
	font-weight: bold;
	color: blue;
}
.red-bold {
	font-weight: bold;
	color: red;
}
.green-bold {
	font-weight: bold;
	color: green;
}
.orange-bold {
	font-weight: bold;
	color: orange;
}
.purple-bold {
	font-weight: bold;
	color: #cd1bff;;
}

.blue-bg {
	background-color: #c2e6f0 !important;
}
.red-bg {
	background-color: #fbc6c3  !important;
}
.green-bg {
	background-color: #d8eed4 !important;
}
.orange-bg {
	background-color: #f9e0af !important;
}
.purple-bg {
	background-color: #deb3df !important;
}
.gray-bg {
	background-color: #dddcdc !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.9);
}
#preloaderstatus {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 2.000em;
}

.CustomerStoreList {
	width: 55px;
}
.CustomerNameList {
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemCounter {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    padding: 0 5px;
    cursor: all-scroll;
}
.UpdateSingleOrder{
    background-color: #C0C0C0;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    width: 60px;
    background: #ffb3b3;
}
.DublicateOrder{
    background-color: #C0C0C0;
    float: right;
    margin-top: 4px;
    margin-right: 1px;
    width: 60px;
    background: #e99bff;
}
.print-single-invoice{
    background-color: #C0C0C0;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    width: 50px;
    background: ##c0ffb3;;
}
.print-packingslip{
    background-color: #FFFFCC;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    width: 50px;
    background: ##c0ffb3;;
}
.priceBreakup{
    background-color: #C0C0C0;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    width: 62px;
    background: ##c0ffb3;;
}
.breakupModel table {
	display: table;
    width: 100%;
    border: 1px solid #000000;
}
.breakupModel table td{
	padding: 5px;
	text-align: center;
}
.t-left {
	text-align: left !important;
}
.t-right {
	text-align: right !important;
	
}
.ShowInfo {
    background-color: #C0C0C0;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    background: #fff;
}
.service_type ul, .service_type ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.service_type ul li{
 	margin-left: 0;
 	text-align: left;
}
.service_type ul li input{
 	padding: 0;
 	margin: 0;
    vertical-align: bottom;
    width: 22px;
    height: 16px;
}
.PrintOrderTracking {
	padding: 0px 1px !important;
}
.OrderTrackingInput{
	width: 85% !important;
}