body {
	background: white;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.428;
	border: 0px;
	padding-top: 72px;
}

input[type="text"]:read-only {
    background: #dddddd;
}

input[type="password"]:read-only {
    background: #dddddd;
}

body > nav,
ng-view > * {
	display: block;
	left: 0px;
	right: 0px;
	min-width: 768px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%; /* REQUIRED FOR IE! */
}

.container {
	margin-top: 72px;
}

table.stripes tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

table.stripes tbody tr td {
    border-top: 2px solid #ccc;
}
table.stripes {
    border-collapse: collapse;
    width: 100%;
}

table.stripes.clickable-rows tbody tr:hover td {
    /* background-color: #cce5ff !important; */
    cursor: pointer;
}

table col.narrow {
	width: 10%;
}

table col.normal {
	width: 20%;
}

table col.quarter {
	width: 25%;
}

table col.medium {
  	width: 30%;
}

table col.wide {
	width: 40%;
}

table thead th.sortable {
	cursor: pointer;
}

.sortable.up:after {
	content: '\25B2';
	padding-left: 4px;
}
.sortable.down:after {
	content: '\25BC';
	padding-left: 4px;
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.arrow-up {
	transform: rotate(-135deg);
}

.arrow-down {
	transform: rotate(45deg);
}

.link {
	color: #444;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.amendment-cell {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow-wrap: anywhere;
}

nav img.bca-logo {
	height: 40px;
}

nav.main-menu {
	background: white;
	position: fixed;
	top: 0px;
	height: 72px;
}

.ui-dialog {
	position: fixed !important;
}

.user-menu {
	float: right;
}

.clue-prompt {
	color: #001a72;
	font-size: 48px;
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

.info-line1, .info-line2 {
	font-size: 16px;
	margin: 20px auto;
	width: 650px;
}

.reallocate-dialogue table,
.reallocate-dialogue tr,
.reallocate-dialogue td,
.reallocate-dialogue th {
	border: none !important;
}

a.create-user-link {
	color: #2196f3;
}

.text-centre {
    text-align: center;
}

.clue-arrow-icon {
    background: url(../images/clue-arrow.png) no-repeat;
    display: inline-block;
    width: 80px;
    height: 102px;
}

.create-user-icon {
    background: url(../images/create-user.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.navbar-logo {
	border: 0px;
	float: left;
	padding: 15px 15px;
}

.field-prompt {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #222222;
}



.field-input {
	height: 44px;
	font-family: Arial, sans-serif;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

.field-input-checkbox {
	width: 24px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

.field-input-select {
	height: 34px;
	font-family: Arial, sans-serif;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

.lol-multiselect-header {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}

.lol-multiselect {
	display: inline-flex;
}

nav.header {
	position: fixed;
	top: 72px;
	height: 72px;
	line-height: 70px;
	background: white;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

nav.header .title-bar {
    float: left;
    margin-top: 1px;
}

nav.header .nav-item {
	float: right;
    margin-top: 1px;
	display: inherit;
	padding-left: 1em;
}

nav.header .nav-item input[type=file] {
    display: none;
}

nav.header .nav-item .button {
    line-height: 1.25em;
    vertical-align: middle;
}

nav.header .nav-item .button:hover {
    cursor: pointer;
}

nav.header .nav-item.loading {
	background: url(../images/ajax-loader.gif) center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
}

nav.header .sale-details {
	text-align: left;
	float: left;
	display: inherit;
	font-size: 15px;
	font-weight: bold;
	color: #001a72;
	overflow: hidden;
}

.status {
	color: #2196f3;
}

.sub-heading {
	font-size: 20px;
	font-weight: bold;
	color: #001a72;
}

.lotSub-heading {
	font-size: 17px;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}

.sale {
	margin-top: 71px; /* one up to cover space */
	height: 72px;
	background: white;
	padding-top: 0.5em;
	line-height: 1em;
}

.sale > h1 {
	margin: 0;
	font-size: 1.25em;
}

.dateSub-heading {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.date-value {
	font-size: 15px;
	font-weight: normal;
	color: black;
}

.back-icon {
	display: block;
	float: left;
	height: 1.5em;
	margin-top: 21px;
}

.button-divider {
	width: 5px;
	height: auto;
	display: inline-block;
}

.field-validation {
	display: inline-block;
}

.field-validation .field-error {
	background: url(../images/triangle.png) no-repeat;
	padding-left: 25px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71;
	color: #fb8c00;
	display: inline-block;
}

.field-validation .field-ok {
	background: url(../images/green-tick.png) no-repeat;
	height: 25px;
	width: 25px;
	display: inline-block;
}

.field-validation .field-pending {
	background: url(../images/ajax-loader.gif) no-repeat;
	height: 25px;
	width: 31px;
	display: inline-block;
}

.user-form table,
.user-form tr,
.user-form td,
.user-form th {
	border: none !important;
}

.user-form {
	margin-top: 72px;
}

.user-form th {
	width: 25%;
}

.user-form td {
	width: 75%;
}

.srs-routing-form table,
.srs-routing-form tr,
.srs-routing-form td,
.srs-routing-form th {
	border: none !important;
}


.srs-routing-form th {
	width: 25%;
}

.srs-routing-form td {
	width: 75%;
}

.user-privileges, .user-statuses, .user-group-codes {
	float: left;
	padding-right: 10px;
}

.nav--user {
	float: right;
	display: table-cell;
	width: 200px;
}

.nav--user .nav__link {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

.nav--user .nav__link--drop-down {
    line-height: 51px;
    padding: 0 1em 9px 1em;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 2px 2px 0 0;
    border: 1px solid transparent;
    border-bottom: 0;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav.search .input-group {
	float: left;
	margin: 20px;
}

nav.search .input-group.focused {
	border-bottom: 1px solid black;
}

nav.search span.search-icon,
nav.search span.clear-icon {
    display: inline-block;
    vertical-align: middle;
	height: 28px;
	width: 28px;
	cursor: pointer;
}

nav.search span.clear-icon {
	font-weight: bold;
	font-size: 22px;
}

nav.search input {
	font-size: 17px;
	border: none !important;
	width: 200px;
}

/* Stop IE adding an extra X to the search box */
nav.search input::-ms-clear {
    display: none;
}

nav.search-results {
	position: fixed;
	top: 72px;
	height: 72px;
	background: white;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

nav.search-results p {
	line-height: 72px;
}

nav.search-results .search-result-count {
	float: left;
}

nav.search-results .create-user {
	float: right;
}

section.view.searching {
	height: 72px;
	background: url(../images/ajax-loader.gif) center 25px no-repeat;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

section.view.search-results {
	margin-top: 120px;
	margin-bottom: 72px;
}

section.view.search-results.header {
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 143px; /*Up one to cover line */
	height: 50px;
	display: block;
}

section.view.search-results table {
	table-layout: fixed;
}

section.view.search-results table,
section.view.search-results tr,
section.view.search-results td,
section.view.search-results th {
	border: none;
}

section.view.search-results th,
section.view.search-results td {
	width: 16%;
	word-wrap: break-word;
}

section.view.search-results th:nth-child(2),
section.view.search-results td:nth-child(2) {
	width: 5%;
	white-space: nowrap;
}

section.view.search-results th:last-child,
section.view.search-results td:last-child {
	width: 15%;
	word-wrap: break-word;
}

section.view.search-results tr:first-child {
	background-color: #eee;
}

section.view.search-results tr {
	border-bottom: 1px solid #eee;
}

section.view.no-search-results {
	margin-top: 72px;
	margin-bottom: 72px;
}

section.view.no-search-results p,

section.view.error {
	margin-top: 72px;
}

section.view.error p {
	padding-top: 1em;
	padding-bottom: 1em;
}

.user-status > * {
	vertical-align: middle;
	display: inline-block;
}

span.user-status span.bullet {
	font-size: 45px;
	line-height: 1.2rem;
	height: 1rem;
	overflow: hidden;
	margin-right: 0.1em;
}

span.user-status.inactive span.bullet {
	color: #ccc;
}

span.user-status.active span.bullet,
span.user-status.open span.bullet {
	color: #4caf50;
}

span.user-status.closed span.bullet {
	color: #ed1c24;
}

span.user-status.first-login span.bullet {
	color: #fb8c00;
}

span.user-status.disabled span.bullet {
	color: black;
}

.context-menu a:hover,
.context-menu a:focus {
	text-decoration: none;
}

.context-menu > div {
	position: absolute;
}

.context-menu ul {
	position: absolute;
	right: -2.5em;
	top: 1.5em;
	padding: 0;
	margin: 0;
	background: #fefefe;
	border: 2px solid #ddd;
}

.context-menu ul:after,
.context-menu ul:before {
	bottom: 100%;
	right: 1.25em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.context-menu ul:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ddd;
	border-width: 13px;
	margin-right: 0;
}

.context-menu ul:after {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #fefefe;
	border-width: 10px;
	margin-right: 2px;
}

.context-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.context-menu ul li:last-child {
	border-bottom: none;
}

.context-menu ul li a {
	padding: 0.25em 0.5em;
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

/* JQuery UI */
.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("/webjars/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% 50% repeat-x;
	color: #222;
}

.ui-widget-content .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	color: #555;
}

.ui-widget-content .ui-state-hover {
	border: 1px solid #999;
	background: #dadada;
	color: #212121;	
}

/* Lots */

section.view.lots {
	margin-top: 184px;
    margin-bottom: 72px
}

section.view.lots.header {
	margin-top: 28px;
    margin-bottom: 0px;
    position: fixed;
    top: 184px;
    height: 50px;
    display: block;
}

section.view.lots table {
	table-layout: fixed;
}

section.view.lots table,
section.view.lots tr,
section.view.lots td,
section.view.lots th {
	border: none;
}

section.view.lots th,
section.view.lots td {
	width: 14%;
}

section.view.lots th:nth-child(1),
section.view.lots td:nth-child(1),
section.view.lots th:nth-child(2),
section.view.lots td:nth-child(2) {
	width: 19%;
}

section.view.lots th:last-child,
section.view.lots td:last-child {
	width: 6%;
	white-space: nowrap;
}

section.view.lots tr {
	border-bottom: 1px solid #eee;
}

section.view.lots tr {
	max-height: 100px;
	padding: 10px 10px;
	transition: max-height 0.6s, padding 0.6s;
}

section.view.lots thead {
	background: #BEBEBE;
}

/* Sales */

section.view.totalLots {
	float: left;
	padding: 0.7rem;
	margin: 0rem 0.3rem 0.3rem 0.3rem;
	text-align: left;
	font-size: 1.6rem;
}

section.view.sales {
	margin-top: 117px;
	margin-bottom: 72px;
}

section.view.sales.header {
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 143px; /*Up one to cover line */
	height: 50px;
	display: block;
}

section.view.sales table {
	table-layout: fixed;
}

section.view.sales table,
section.view.sales tr,
section.view.sales td,
section.view.sales th {
	border: none;
}

section.view.sales th,
section.view.sales td {
	width: 14%;
}

section.view.sales th:nth-child(1),
section.view.sales td:nth-child(1),
section.view.sales th:nth-child(2),
section.view.sales td:nth-child(2) {
	width: 19%;
}

section.view.sales th:last-child,
section.view.sales td:last-child {
	width: 6%;
	white-space: nowrap;
}

section.view.sales tr {
	border-bottom: 1px solid #eee;
}

section.view.sales tr {
	max-height: 100px;
	padding: 10px 10px;
	transition: max-height 0.6s, padding 0.6s;
}

section.view.sales thead {
	background: #BEBEBE;
}

/* Halls */

.hall-form table,
.hall-form tr,
.hall-form td,
.hall-form th {
	border: none !important;
}

.hall-branch {
	font-size: 1.5em;
}

.hall-selects {
	height: 2em;
}

nav.halls p {
	line-height: 72px;
}

section.view.halls {
	margin-top: 120px;
	margin-bottom: 72px;
}

section.view.halls.header {
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 143px; /*Up one to cover line */
	height: 50px;
	display: block;
}

section.view.halls table {
	table-layout: fixed;
}

section.view.halls table,
section.view.halls tr,
section.view.halls td,
section.view.halls th {
	border: none !important;
}

section.view.halls th,
section.view.halls td {
	width: 14%;
	word-wrap: break-word;
}

section.view.halls th:nth-child(1),
section.view.halls td:nth-child(1),
section.view.halls th:nth-child(2),
section.view.halls td:nth-child(2) {
	width: 19%;
}

section.view.halls th:last-child,
section.view.halls td:last-child {
	width: 6%;
	white-space: nowrap;
}

section.view.halls tr:first-child {
	background-color: #eee;
}

section.view.halls tr {
	border-bottom: 1px solid #eee;
}

/* VIDEO CONTEXT */

section.view.video-contexts {
	margin-top: 120px;
	margin-bottom: 72px;
}

section.view.video-contexts.header {
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 143px; /*Up one to cover line */
	height: 50px;
	display: block;
}

section.view.video-contexts table {
	table-layout: fixed;
}

section.view.video-contexts table,
section.view.video-contexts tr,
section.view.video-contexts td,
section.view.video-contexts th {
	border: none;
}

section.view.video-contexts th,
section.view.video-contexts td {
	word-wrap: break-word;
	width: 32%;
}

section.view.video-contexts th:last-child,
section.view.video-contexts td:last-child {
	width: 6%;
	white-space: nowrap;
}

section.view.video-contexts tr:first-child {
	background-color: #eee;
}

section.view.landing-page > div.container {
	display: grid;

	/* 3 columns - gaps are 45px*2=90px / 3 columns = 30px per column */
	grid-template-columns: calc(33% - 30px) calc(33% - 30px) calc(33% - 30px);
	gap: 45px;

	/* 1 row which is 200px high */
	grid-template-rows: 230px;

	/* Center the grid with some spacing either side */
	margin: 72px auto;
	width: 90%;
}

section.view.landing-page div.landing-page-card {
	background: white;
	box-shadow: 4px 4px 25px -1px rgba(0, 0, 0, 0.15);
	border-radius: 8px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
}

section.view.landing-page div.landing-page-card div.header {
	background: #091535;
	height: 70px;
	line-height: 70px;
	border-radius: 8px 8px 0px 0px;
	text-indent: 20px;
	background-image: none;
	background-position: calc(100% - 20px);
	background-repeat: no-repeat;
	background-size: 24px;
}

section.view.landing-page div.landing-page-card.customers div.header {
	background-image: url("../images/icon-people.svg");
}

section.view.landing-page div.landing-page-card.sales div.header {
	background-image: url("../images/icon-hammer.svg");
}

section.view.landing-page div.landing-page-card.settings div.header {
	background-image: url("../images/icon-cog.svg");
}

section.view.landing-page div.landing-page-card div.header span {
	font-size: 20px;
	color: white;
}

section.view.landing-page div.landing-page-card ul {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}

section.view.landing-page div.landing-page-card ul a {
	font-size: 16px;
	line-height: 2em;
}

/* User Groups */

nav.halls p {
	line-height: 72px;
}

section.view.user-groups {
	margin-top: 120px;
	margin-bottom: 72px;
}

section.view.user-groups.header {
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 143px; /*Up one to cover line */
	height: 50px;
	display: block;
}

section.view.user-groups table {
	table-layout: fixed;
}

section.view.user-groups table,
section.view.user-groups tr,
section.view.user-groups td,
section.view.user-groups th {
	border: none;
}

section.view.user-groups th,
section.view.user-groups td {
	width: 14%;
	word-wrap: break-word;
}

section.view.user-groups th:nth-child(1),
section.view.user-groups td:nth-child(1),
section.view.user-groups th:nth-child(2),
section.view.user-groups td:nth-child(2) {
	width: 19%;
}

section.view.user-groups th:last-child,
section.view.user-groups td:last-child {
	width: 6%;
	white-space: nowrap;
}

section.view.user-groups tr:first-child {
	background-color: #eee;
}

section.view.user-groups tr {
	border-bottom: 1px solid #eee;
}

/* Review Proxy bid */

.reviewSub-heading {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.reviewMessage {
	font-size: 15px;
	font-weight: normal;
	color: #2196f3;
}

.reviewBid-dialogue  {
	overflow-y: auto;
	width: auto;
	height: 300px;
	max-width: 600px;
}

table.reviewBidtable{
	table-layout: fixed;
	word-wrap: break-word;
}

.reviewBidtable thead th {
	font-weight: bolder;
	background: #CCCC;
	font-size: 15px;
}

.reviewBidtable td {
	font-size: 15px;
}

.review {
	margin-top: 20px;
	margin-bottom: 20px;
	position: sticky;
}

/*  BID ON BEHALF */

nav.bid-on-behalf table {
	border: none;
	table-layout: fixed;
}

nav.bid-on-behalf table tr td,
nav.bid-on-behalf table tr th {
	border: none;
	text-align: center;
	padding: 0;
}

nav.bid-on-behalf table span {
	display: inline;
	font-weight: bold;
}

nav.bid-on-behalf button.clear-all {
	padding-left: 2em;
	background-repeat: no-repeat;
	background-size: 1.5em;
	background-image: url("../images/icon-delete.svg");
	background-position: 0.5em center;
}

nav.bid-on-behalf.user-details {
	top: 143px;
}

nav.bid-on-behalf.user-details div.currencies {
	display: inline;
}

section.view.bid-on-behalf {
	margin-top: 0px;
	margin-bottom: 0px;
	top: 215px;
	height: 50px;
	display: block;
	position: absolute;
	margin-bottom: 20px;
}

section.view.bid-on-behalf.header {
	position: fixed;
}

section.view.bid-on-behalf table {
	text-align: left;
	border: none;
	table-layout: fixed;
}

section.view.bid-on-behalf table tr td,
section.view.bid-on-behalf table tr th {
	border: none;
}

section.view.bid-on-behalf table tr th {
	font-weight: bold;
}

section.view.bid-on-behalf tr.bid-header {
    background: #eee;
    border-bottom: 1px solid #eee;
}

section.view.bid-on-behalf .add-line:before {
    content: url(../images/add-btn.png);
    margin-right: 5px;
}

section.view.bid-on-behalf button {
	width: 10em;
}

section.view.bid-on-behalf button.remove-line {
	width: 2em;
	height: 2em;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 1.75em;
	background-image: url("../images/icon-delete.svg");
	background-position: center center;
}

section.view.bid-on-behalf .proxy-bid-error,
section.view.bid-on-behalf .validation-error {
    color: #EDA737;
}

/* JQUERY timepicker */

/*
.ui-timepicker-container {
    z-index: 200 !important;
}
*/

.sale-number-input {
    width: 80% !important;
}

input[type="time"]:invalid{
    background-color: #ee9795;
}

#ChangeStartTimeDialogue_Button1:disabled,
#DeleteCatalogueDialogue_Button1:disabled {
    color: #9c9b98;
}

#ChangeStartTimeDialogue_Button1:disabled:hover,
#DeleteCatalogueDialogue_Button1:disabled:hover {
    cursor: default;
}

/*
section.view.bid-on-behalf .nav-item label:hover {
    cursor: pointer;
}

section.view.bid-on-behalf .bulk-bidding {
	float: right;
    -webkit-appearance: none;
    position: absolute;
    bottom: 10px;
    right: 200px;
    color: #2196f3;
    border: 0px;
    background: none;
}
*/

/*
section.view.bid-on-behalf .bid-on-behalf-sub-heading {
	color: black;
	margin-bottom: 5px;
	padding: 5px 5px;
}

section.view.bid-on-behalf .bid-on-behalf-sub-heading.heading-label {
	font-weight: bold;
	border: none;
}

section.view.bid-on-behalf .bid-on-behalf-sub-heading.heading-value {
	font-weight: normal;
	color: black;
	border: none;
	padding-left: 25px;
}

section.view.bid-on-behalf .bid-on-behalf-sub-heading.heading-label.currency {
    padding-left: 150px;
}

section.view.bid-on-behalf .clear-all {
    -webkit-appearance: none;
    position: absolute;
    bottom: 10px;
    right: 100px;
    color: #2196f3;
    border: 0px;
    background: none;
}


section.view.bid-on-behalf .bulk-bidding input[type=file] {
    display:none;
}

section.view.bid-on-behalf .bulk-bidding label {
    color: #2196f3;
    padding: 1px;
}

section.view.bid-on-behalf .bulk-bidding label:hover {
    cursor: pointer;
}


section.view.bid-on-behalf .bid-cell {
    border: none;
}

section.view.bid-on-behalf .bid-header .bid-cell {
    font-weight: bold;
}

section.view.bid-on-behalf .bid-field {
    width: 180px;
    padding: 0px 8px;
}

section.view.bid-on-behalf .bid-field input {
    margin: 10px 0px;
    border-radius: 3px;
}

section.view.bid-on-behalf .field-input.field-error {
    background-color: rgba(255, 0, 0, 0.8);
    text-align: center;
    border: 2px solid black;
    border-radius: 2px;
}

section.view.bid-on-behalf .proxy-bid-error.field-error {
    background-color: rgba(255, 0, 0, 0.7);
    padding: 5px;
    width: max-content;
}

section.view.bid-on-behalf .proxy-bid-error {
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}

section.view.bid-on-behalf .validation-error {
    font-size: 9px;
    font-weight: bold;
    margin-left: 20px;
    height: 10px;
}

section.view.bid-on-behalf .remove-line,
section.view.bid-on-behalf .add-line {
    border: none;
    background: none;
}

section.view.bid-on-behalf .remove-line {
    font-weight: bold;
    margin-bottom: 10px;
}

section.view.bid-on-behalf .add-line {
    text-decoration: underline;
    color: #2196f3;
}

section.view.bid-on-behalf #confirmBidsSubmitButton {
    -webkit-appearance: none;
    width: 180px;
    height: 50px;
    background-color: #48e;
    border-bottom: 2px solid #3473ba;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.08);
    margin-top: 10px;
}

section.view.bid-on-behalf #confirmBidsSubmitButton.disabled {
    -webkit-appearance: auto;
    width: 180px;
    height: 50px;
    background-color: grey;
    border-bottom: 2px solid black;
}

section.view.bid-on-behalf .failedProxyBids {
    background-color: #EDA737;
}

section.view.bid-on-behalf .successfulProxyBids.success {
    background-color: rgba(30, 255, 30, 0.8);
}
*/

/* END BID ON BEHALF */


.lot-amendment-field-input {
  width: 100%;
  min-height: 120px;
  max-height: 500px;
  resize: horizontal;
  box-sizing: border-box;
}