/*
 * Copyright 2020 Waer Systems Ltd. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are strictly prohibited.
 * 
 * CSS to override the unified view master file.
 * 
 * Author: Daniel Stanley
 */

.modal-waer-image {
	width: 100%;
}

.pack-bay-location {
	border-top: 1px solid #e5e5e5;
}

.pack-bay-location .btn-link {
	padding: .5rem .75rem;
}

.pack-bay-location p {
	padding: .5rem 0 .5rem 1.25rem;
	background: url("../img/Icons/icon-location.svg") no-repeat left;
}

.modal .pack-bay-location {
	border-top: 0;
}

.panel--link {
  padding-bottom: 1rem;
  color: #232323;
}

.modal-item-scan .custom-select {
	max-width: none !important;
}

.panel--link img {
  margin-right: 1rem;
}

.panel--link:hover {
  text-decoration: none;
  color: inherit;
}
