#pod-signature-wrapper {
    border-right: 2px solid #d2d2d2;
}
#pod-signature-wrapper #pod-signature{
	background-color: #eee;
}
#signature-pad .wpc-signature-actions,
.pod-status .status-btn {
    text-align: right;
}
.wpc-signature-actions .btn {
    padding: 10px 15px;
}
#pod-images-wrapper #pod-images,
#signature-pad .m-signature-pad--body {
    text-align: center;
}
.signaturePad-bodyWrap {
    background-color: #f1f1f1;
}
.signaturePad-bodyWrap #pod-canvas {
    background-color: #fff;
}
#wpcargo-signature-img .signature-generated-img {
    width: 100%;
}
canvas#pod-canvas {
    width: 100%;
    height: 300px;
	border: 1px solid #cecece;
}
section#signature-display img {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #000;   
}
.wpcargo-pod-results .pod-title {
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    text-transform: uppercase;
}
.wpcargo-pod-results .pod-title, .wpcargo-pod-details p {
    font-weight: 700;
}
#pod-signature img,
.wpcargo-pod-signature img {
	max-height: 250px;
}
#images-section .gallery-thumb,
#wpcargo-pod-images .gallery-thumb {
	float: left;
	margin: 1%;
	position: relative;
	min-height: 250px;
}
.gallery-thumb .remove-gallery-img{
	display: none;
	position: absolute;
    background-color: #f00;
    right: -10px;
    top: -10px;
    cursor: pointer;
    color: #ffffff;
    padding: 0 8px;
    border-radius: 100%;
}
.gallery-thumb:hover .remove-gallery-img {
    display: block;
}
#images-section {
	padding: 10px 0px;
    overflow: hidden;
}
.pod-details .wpcargo-pod-location,
.pod-details .wpcargo-pod-notes {
    width: 100%;
    border: 1px solid #cecece;
    padding: 6px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
/* loader */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  