.w-100pc {
	width: 100% !important;
}

.ip-remove-photo-icon {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    color: #333;
    cursor: pointer;
}

.ip-remove-photo-icon:hover {
    color: red;
}

#webcam video {
	width: 100%;
	height: 100%;
}

.parcelImageWrapper {
  opacity:0.5;
}
.parcelImageWrapper.activeParcelItem {
  opacity: 1;
}

.file-upload {
	position:relative;
	overflow:hidden;
	width:100px;
	height:34px;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	padding: 6px 12px;
	margin-top:20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	border-radius:4px;
	float:right;
}
.file-upload:hover {
	background-color: #449d44;
    border-color: #398439;
}
.file-upload label {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	font-weight:400;
	font-size:14px;
}
.file-upload span {
	line-height:36px;
}
.file-upload input[type="file"] {
	display:none;
}
.uploadFileName {
	background: #fff;
	border: 0;
}
.fileUploader .progress-bar {
	background-color:#449d44;
}
.fileUploaderList {
	overflow:hidden;
}

.b-c-red {
	border-color: #a94442;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.workQueueFilter {
   background: #fbfbfb;
}
#work-queue-pagination .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0 0 0;
	border-radius: 4px;
}
.shipment-tab-error .nav-link {
	border-color: #d9534f !important;
	box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
	-webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
}