#previewImageDiv img {
    max-width: 100%;
}

#previewImageDiv {
    max-width: 25%;
}
#previewCatImageDiv {
    max-width: 15%;
}
#previewCatImageDiv {
    max-width: 15%;
}
#previewCatImageDiv img {
    max-width: 100%;
}
.minusImage{
    margin-top: -55px !important
}
#previewAdminImage {
    max-width: 100%;
}

.tableImage {
    max-width: 40%;
}
.customerTableImage {
    max-width: 100%;
    max-height: 50px;
}
.userIdImageTd{
    height: 350px;
}
.userIdImage {
    max-width: 100%;
    max-height: 250px;
    margin: auto
}
.idImage{
    max-width: 100%;
    max-height: 100px;
    margin: auto
}
.custName label{
    background-color: #cccecf;
}
.tableAdminImage {
    max-width: 80%;
}

li.nav-item ul {
    padding-left: 10% !important;
}
#viewImageDiv {
    max-width: 35%;
}
#viewImageDiv img {
    max-width: 100%;
}

.preview{
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}
.modal-lg{
	max-width: 1000px !important;
}

img {
  	display: block;
  	max-width: 100%;
}

#previewCoverImageDiv {
    max-width: 30%;
}

/* table meta & balance */

table.balance { float: right; width: 100% }
table.balance th, table.balance td { width: 50%;  padding: 1px 10px}
table.balance td { text-align: right; }
.aside h5 { border: none; border-width: 0 0 1px; font-weight: 700;}
.aside h5 { border-color: #999; border-bottom-style: solid; }
.page-item.active .page-link {
    background-color: lightgrey !important;
    border: 1px solid black;
}
.page-link {
    color: black !important;
}
#countNewOrder{
    border:1px solid transparent;
    margin-top: -40px;
    height:38px
}
#countNewOrder p{
    font-weight: 600;
    padding-top: 6px
}
#countReadyDelivery{
    border:1px solid transparent;
    margin-top: -40px;
    height:38px
}
#assign{
    display: none
}
#countReadyDelivery p{
    font-weight: 600;
    padding-top: 6px
}
#countAvailable{
    border:1px solid transparent;
    margin-top: -40px;
    height:38px
}
#countAvailable p{
    font-weight: 600;
    padding-top: 6px
}
#countDelivery{
    border:1px solid transparent;
    margin-top: -40px;
    height:38px
}
#countDelivery p{
    font-weight: 600;
    padding-top: 6px
}
.mySlides,.column img {
    vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    height:450px;
    padding: 10px
  }
   .mySlides img{
    width:85%;
    margin:auto;
    height: 100%;
  }
  .activeSlide{
    display: block;
  }
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prevBtn,
  .nextBtn {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .nextBtn {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prevBtn:hover,
  .nextBtn:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 5;
  }
  
  .column{
    height:150px;
  }
  .column img{
    width: 100%;
    height: 100%;
  }
  .activeColumn{
    opacity: 1 ;
  }
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  /* success payment */
  .cardPayment h1 {
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .cardPayment p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
  }
  .cardPayment i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
  }
  .cardPayment {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
  }
  .cardPayment span {
    font-size: 100px;
    line-height: 200px;
    margin-left:-8px;
  }
.merchHide{
    display: none;
}
.hide{
  display: none;
}