/************************************************************************/
/** UNITAR UC CART                                                     **/
/************************************************************************/

span.fee_waiver, span.fee_discounted, span.fee_original {
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
	margin-left: 5px;
	color: white;
}
span.fee_discounted{
	background-color: #56982A;
}
span.fee_waiver{
	background-color: #283891;
}
span.fee_original {
	background-color: #999999;
}

/*-----------------------------------------------------------------------------------*/
/*- EVENT SHOP CART                                                                 -*/
/*-----------------------------------------------------------------------------------*/
#uc-cart-view-form img {
	float:none;
	padding:0;
}
#uc-cart-view-form .form-actions .error-text a {
	float:none;
	margin: 0;
}
.page-cart div.cart_list {
	border-top:1px solid #ddd;
	color:#666;
	margin:25px 0;
}
.page-cart div.cart_list .cart_list_header { display:none; }
.page-cart div.cart_list .cart_item_row {
	display:table;
	width:100%;
	border-top: 1px dashed #ddd;
}
.page-cart div.cart_list .cart_list_header + .cart_item_row,
.page-cart div.cart_list .cart_item_row:last-of-type {
	border:none;
}
.page-cart div.cart_list .cart_item_row > div {
	display:table-cell;
	padding: 20px 10px;
	vertical-align:middle;
	text-align:left;
	font-size:15px;
}
.page-cart div.cart_list .form-group { margin:0; }

/* -- Item Columns -- */
.page-cart div.cart_list .cart_item_row .cart_item_remove { width:140px; }
.page-cart div.cart_list .cart_item_row .cart_item_remove button {
	font-size:15px;
	margin:0;
}
.page-cart div.cart_list .cart_item_row .cart_item_remove button span {
	display: none;
}
.page-cart div.cart_list .cart_item_row .cart_item_remove button::before {
	content:"\f00d";
}
.page-cart div.cart_list .cart_item_row .cart_item_img { width:60px; }
.page-cart form#uc-cart-view-form div.cart_list .cart_item_row .cart_item_img img {
	float:left;
	padding:0;
	border: 1px solid #ddd;
}
.page-cart div.cart_list .cart_item_row .cart_item_title {
	font-weight:lighter;
	font-size:19px;
}
.page-cart div.cart_list .cart_item_row .cart_item_date { width:120px; }
.page-cart div.cart_list .cart_item_row .cart_item_location { width:170px; }
.page-cart div.cart_list .cart_item_row .cart_item_qty { width:80px; }
.page-cart div.cart_list .cart_item_row .cart_item_qty input {
	text-align:right;
	padding:2px 5px
}
.page-cart div.cart_list .cart_item_row .cart_item_price {
	width:100px;
	text-align:right;
	color: #428BCA;
  font-size: 17px;
}

/* -- Subtotal -- */
.page-cart div.cart_list div.cart_item_row div.subtotal {
	width:100%;
	display:block;
	text-align:right;
	border-top:1px solid #ddd;
	margin-top:10px;
	font-size:18px;
	color:#777;
	padding-bottom: 10px;
}
.page-cart div.cart_list .subtotal #subtotal-title { font-weight:normal; }
.page-cart div.cart_list .subtotal .uc-price {
	color:#339933;
	font-weight:bold;
}

/* -- Hidden elements -- */
.page-cart div.cart_list .sticky-header,
.page-cart div.cart_list .sticky-table,
.page-cart div.cart_list .entity-uc-cart-item {
	display:none;
}

/* -- Action Buttons -- */
.page-cart div.cart_form_actions {
	text-align:right;
}
.page-cart div.cart_form_actions div.form-actions {
	border-top: none !important;
	padding-top: 0px;
}
.page-cart div.cart_form_actions button span {
	display: none;
}
.page-cart div.cart_list .continue_shop,
.page-cart div.cart_list button.form-submit {
	margin-left: 9px;
	margin-top:15px;
	font-size:1.3em;
}
.page-cart div.cart_list .continue_shop::before { content:"\f060"; }
.page-cart div.cart_list button.form-submit[name="update-cart"]::before { content:"\f021"; }
.page-cart div.cart_list button.form-submit[name="op"]::before { content:"\f00c"; }

.page-cart #uc-cart-view-form button#edit-continue-shopping {
	color: #428bca;
  border-color: #428bca;
  background-color: transparent;
}
.page-cart #uc-cart-view-form button#edit-checkout--2 {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.progress-tracker {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.progress-tracker .step {
    text-align: center;
    border-top: solid 2px #6eafe8;
    width: 25%;
    position: relative;
    display: inherit;
    padding-top: 10px;
    vertical-align: top;
}
.progress-tracker .step p {
    margin-top: 0 !important;
    font-size: 18px !important;
    font-weight:100;
}
.progress-tracker .step::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: #6eafe8;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 15px;
}
.progress-tracker .step.last::after {
    top: -7px;
    height: 12px;
    width: 12px;
}
.progress-tracker .step.bold {
	border-top: solid 3px #0caf0c;
}
.progress-tracker .step.bold p {
	color: #0caf0c !important;
	font-weight:bold;
	font-size:17px !important;
}
.progress-tracker .step.bold::after {
	background-color: #0caf0c;
	z-index: 1;
  top: -7px;
  height: 12px;
  width: 12px;
}
/*-----------------------------------------------------------------------------------*/
/*- CHECKOUT PAGE                                                      							-*/
/*-----------------------------------------------------------------------------------*/
.page-cart-checkout #checkout-instructions {
	color:#888;
	padding:0px 5px 15px;
}

.page-cart-checkout .uc-cart-checkout-form .form-item {
	margin:0 0 10px;
}

/* -- CART CONTENTS -- */
.page-cart-checkout .uc-cart-checkout-form table {
	font-size:15px;
	color:#777;
	margin:0;
}
.page-cart-checkout .uc-cart-checkout-form table.table thead tr th {
	border-bottom:1px solid #ddd;
	font-size:13px;
	color:#888;
	font-weight:normal;
}
.page-cart-checkout .uc-cart-checkout-form table.table thead tr th.price {
	text-align:center;
}
.page-cart-checkout .uc-cart-checkout-form table.table tbody tr td {
	border-top:1px dashed #ddd;
	background-color:transparent;
	padding:20px 8px;
}
.page-cart-checkout .uc-cart-checkout-form table.table tbody tr td:first-child {
	border:none;
}
.page-cart-checkout .uc-cart-checkout-form table.table tbody tr td.subtotal {
	border-top:1px solid #ddd;
	padding:20px 8px 0 0;
	font-weight:normal;
	font-size:18px;
}
.page-cart-checkout .uc-cart-checkout-form table.table tbody tr td.subtotal #subtotal-title {
	font-weight:normal;
	color:#666;
}
.page-cart-checkout .uc-cart-checkout-form table.table tbody tr td.subtotal .uc-price {
	color:#339933;
}

/* -- CUSTOMER INFORMATION -- */
.page-cart-checkout #customer-pane .panel-body > div {
	padding:4px 0;
	color:#555;
}

/* -- EXTRA INFORMATION -- */
.page-cart-checkout .extra-info .webform-component-radios > label {
  font-size: 14px;
  color: #428bca;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
}

/* PAYMENT PANEL */
.page-cart-checkout  #payment-pane #payment-details {
	color:#555;
	line-height:1.6em;
}
.page-cart-checkout  #payment-pane #line-items-div {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  float: right;
  margin: 0 0 1em 1em;
  padding: 6px 6px;
}
.page-cart-checkout  #payment-pane #line-items-div .price {
	color:#339933;
}
.page-cart-checkout  #payment-pane #edit-panes-payment-payment-method .ajax-progress{
	position:relative;
	left:-12px;
	color:#428bca;
}

/* BILLING PANE */
.page-cart-checkout .uc-cart-checkout-form #billing-pane .form-item input,
.page-cart-checkout .uc-cart-checkout-form #billing-pane .form-item select {
	width: 100%;
	height: 38px;
}
.page-cart-checkout .uc-cart-checkout-form .form-item-panes-billing-select-address .input-group {
	width: 100%;
}
.page-cart-checkout .uc-cart-checkout-form .form-item-panes-billing-select-address .input-group-addon {
	display: none;
}
.page-cart-checkout .uc-cart-checkout-form .form-item-panes-billing-select-address select {
	height: 38px;
}

/* COMMENTS PANEL */
.page-cart-checkout  #comments-pane .panel-heading .panel-title { font-weight:lighter; }

/* CONDITIONS OF USE */
.page-cart-checkout .uc-cart-checkout-form  .form-item-use { margin-bottom:35px; }
.page-cart-checkout .uc-cart-checkout-form  .form-item-use p.help-block { margin-left: -10px; }

/* BUTTONS */
.page-cart-checkout .uc-cart-checkout-form .btn.form-submit { margin-right:10px; }


/*-----------------------------------------------------------------------------------*/
/*- CHECKOUT REVIEW PAGE                                                      			-*/
/*-----------------------------------------------------------------------------------*/

.page-cart-checkout-review #review-instructions {
	color:#666;
	margin-bottom:30px;
}
.page-cart-checkout-review .order-review-table {
	border-spacing: 5px;
  border-collapse: separate;
  border:1px solid #428bca;
  color:#666;
}
.page-cart-checkout-review .order-review-table tr td { padding:8px; }
.page-cart-checkout-review .order-review-table .pane-title-row td {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  background-color: #428bca;
  font-family: "Praxis";
  padding: 5px 10px;
  text-align: left;
}
.page-cart-checkout-review .order-review-table .cart-review thead th { color:#888; }
.page-cart-checkout-review .order-review-table .cart-review thead th.price { text-align:center; }
.page-cart-checkout-review .order-review-table .review-button-row td {
	background-color:#e4e4e4;
	padding:10px;
	text-align:center;
}
.page-cart-checkout-review .order-review-table .cart-review tbody .fee-reduction {
	color: #f0ad4e;
}
.page-cart-checkout-review .order-review-table .cart-review tbody .products {
	width: 75%;
}
.page-cart-checkout-review .order-review-table .review-button-row td button { margin-right:10px; }
.page-cart-checkout-review .order-review-table .review-button-row td button:last-child { margin-right:0px; }


/*-----------------------------------------------------------------------------------*/
/*- CHECKOUT COMPLETED PAGE                                                            -*/
/*-----------------------------------------------------------------------------------*/
.page-cart-checkout-complete #block-system-main .block-inner {
	color:#428BCA;
	font-size:22px;
	font-weight:lighter;
}
.page-cart-checkout-complete #block-system-main .block-inner p {
	color: #666;
	font-size:14px;
	font-weight:normal;
}
.page-cart-checkout-complete #block-system-main .block-inner p:first-child { margin-top:30px; }
.page-cart-checkout-complete #block-system-main .block-inner p + a {
	font-size:14px;
	font-weight:normal;
}


/*-----------------------------------------------------------------------------------*/
/*- TERMS AND CONDITIONS PAGE                                                       -*/
/*-----------------------------------------------------------------------------------*/
body.general-conditions-use .node-page .content > .field-name-body ol > li,
body.data-protection-and-privacy-policy .node-page .content > .field-name-body ol > li,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body ol > li,
body.cookie-policy .node-page .content > .field-name-body ol > li {
  font-size:16px;
  padding-bottom:20px;
}

body.general-conditions-use .node-page .content > .field-name-body ul > li,
body.data-protection-and-privacy-policy .node-page .content > .field-name-body ul > li,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body ul > li,
body.cookie-policy .node-page .content > .field-name-body ul > li {
  font-size:16px;
  padding-bottom:10px;
}

body.general-conditions-use .node-page .content > .field-name-body p,
body.data-protection-and-privacy-policy .node-page .content > .field-name-body p,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body p,
body.cookie-policy .node-page .content > .field-name-body p {
	margin-bottom:5px;
	margin-top:10px;
}

body.data-protection-and-privacy-policy .node-page .content > .field-name-body ul,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body ul,
body.cookie-policy .node-page .content > .field-name-body ul {
  margin-left: 30px;
}

body.data-protection-and-privacy-policy .node-page .content > .field-name-body a::before,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body a::before,
body.cookie-policy .node-page .content > .field-name-body a::before {
  content: none;
}

body.data-protection-and-privacy-policy .node-page .content > .field-name-body a,
body.policy-payment-cancellation-and-refunds .node-page .content > .field-name-body a,
body.cookie-policy .node-page .content > .field-name-body a {
  font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*- INVOICES: VIEW AND EDIT INVOICES                                                -*/
/*-----------------------------------------------------------------------------------*/
.orders .order-pane {
	width:100%;
	margin-left:0;
}
.orders .order-pane.pos-left {
	width:23%;
	margin:0 1%;
	min-height:135px;
	line-height:1.3em;
	border:1px solid #ddd;
	color:#555;
	background-color:#f9f9f9;
}
.orders .order-pane.pos-left .order-pane-title {
  font-weight: normal;
  padding-bottom: .6em;
  font-size: 12px;
  color: #468847;
}
.orders .order-pane.abs-left {
	margin-bottom:15px;
}
.orders .order-pane.abs-left .order-pane-title {
  color: #428BCA;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.orders #order-pane-print_button {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #428BCA;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  float: left;
  padding:10px 22px;
  margin-left:1%;
}
.orders #order-pane-print_button a {
	color:#fff;
	font-size:1.1em;
}
.orders #order-pane-print_button + div { clear:left; }
.orders #order-pane-products {
	padding-top:50px;
	margin-bottom:-10px;
}
.orders .order-pane#order-pane-line_items {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	padding-bottom:22px;
}
.orders .order-pane table.order-pane-table,
.orders .order-pane table.uc-order-comments {
	border:1px solid #ddd;
}
.orders .order-pane table.order-pane-table th,
.orders .order-pane table.uc-order-comments th {
	color:#444;
}
.orders .order-pane table.order-pane-table td,
.orders .order-pane table.uc-order-comments td {
  color:#666;
}
.orders .order-pane .line-item-table {
	float:right;
	font-size:16px;
	width:auto;
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:8px 0 8px 8px;
	display:inline-block;
}
.orders .order-pane .line-item-table .li-title {
  font-weight: normal;
  color: #888;
  padding:5px 0;
  font-size:14px;
  width:auto;
  white-space:nowrap;
}
.orders .order-pane .line-item-table tr td { vertical-align:middle; }
.orders .order-pane .line-item-table .li-amount {
  font-weight: bold;
  color:#999;
  padding:8px 8px 8px 15px;
}
.orders .order-pane .line-item-table .form-remove {
  margin-right: 10px;
  margin-left: 5px;
  top: 4px;
  position: relative;
}
.orders .order-pane .line-item-table .form-group {
	width:auto;
	display:inline-block;
}
.orders .order-pane .line-item-table tr:last-child .li-amount { color: #468847; }
.orders .order-pane .line-item-table .li-amount .form-item input {
	text-align:right;
	padding-right:5px;
}
.orders .form-item-notify {
	width:100%;
	display:block;
	padding-bottom:20px;
}
.orders #edit-actions .form-submit {
	background-color: #428BCA;
	border-color: #357ebd;
}

/*-----------------------------------------------------------------------------------*/
/*- INVOICES: EDIT INVOICES                                                         -*/
/*-----------------------------------------------------------------------------------*/
#uc-order-edit-form > div {
	display:flex;
	flex-flow: row wrap;
}
#uc-order-edit-form .order-pane.pos-left {
  width:48%;
  margin:0 1% 20px;
  min-height:140px;
}
#uc-order-edit-form .order-pane.pos-left .form-group {
	border:none;
	margin-top:2px;
	margin-bottom:5px;
	padding:0;
}
#uc-order-edit-form .order-edit-table { width:100%; }
#uc-order-edit-form .order-pane.pos-left .form-group label,
#uc-order-edit-form .order-pane.pos-left .oet-label {
	text-align:left;
	font-size:12px;
	width:12em;
	color:#428BCA;
	text-transform: uppercase;
	font-weight: normal;
	padding: 2px 4px;
}
#uc-order-edit-form .order-pane.pos-left .address-select-box,
#uc-order-edit-form .order-pane.pos-left .customer-select-box {
  background-color: #eee;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  box-shadow: inset -1px -1px 10px 0 rgba(0,0,0,0.05);
}
#uc-order-edit-form .order-pane.pos-left .address-select-box label,
#uc-order-edit-form .order-pane.pos-left .customer-select-box label {
  color:#999;
}
#uc-order-edit-form .order-pane.pos-left .address-select-box { padding-bottom:0; }
#uc-order-edit-form .order-pane.pos-left .address-select-box .form-group { padding-top:5px; }
#uc-order-edit-form .order-pane.pos-left .address-select-box .btn {
  float: right;
  margin-top: 9px;
  margin-right: 10px;
}
#uc-order-edit-form .order-pane.pos-left .address-select-box form > div > div {
  max-width: calc(100% - 125px);
}
#uc-order-edit-form .order-pane.pos-left .customer-select-box .form-group { padding-top:10px;}
#uc-order-edit-form .order-pane.pos-left .customer-select-box .form-group + .form-group { padding-top:0; }
#uc-order-edit-form .order-pane.pos-left .customer-select-box button {
	margin-top:10px;
	margin-right:5px;
}

#uc-order-edit-form .order-pane.pos-left .form-item-delivery-postal-code input,
#uc-order-edit-form .order-pane.pos-left .form-item-delivery-phone input,
#uc-order-edit-form .order-pane.pos-left .form-item-billing-postal-code input,
#uc-order-edit-form .order-pane.pos-left .form-item-billing-phone input
{ width:50%; }

#uc-order-edit-form .uc-webform-edit-table td {
	height:40px;
	padding: 3px 0 7px;
	vertical-align: middle;
}
#uc-order-edit-form .uc-webform-edit-table td.uwet-label {
  padding-right:20px;
  color: #666;
}
#uc-order-edit-form .uc-webform-edit-table .form-item { display:block; }
#uc-order-edit-form #order-pane-products {
	padding-top: 30px;
	width:100%;
}
#uc-order-edit-form #order-pane-products #order-edit-products {
  border:1px solid #ddd;
  background-color:#f8f8f8;
  margin-bottom:20px;
  padding:20px;
}
#uc-order-edit-form #order-edit-products tr td {
	vertical-align:middle;
	text-align:center;
}
#uc-order-edit-form #order-edit-products .form-remove:before {
  content: "";
}
#uc-order-edit-form #order-pane-line_items #edit-add-line-item {
	padding-top:25px;
	padding-bottom:0px;
	text-align:right;
}
#uc-order-edit-form #order-pane-line_items #edit-add-line-item .form-item {
	width:auto;
	border:none;
	padding-bottom:0;
}
#uc-order-edit-form #order-pane-line_items #edit-add-line-item .form-item label {
	width:auto;
	padding-right:30px;
	padding-left:5px;
	color:#999;
}
#uc-order-edit-form .order-pane.abs-left .form-submit { margin-bottom:20px; }
#uc-order-edit-form #order-pane-line_items #edit-add-line-item .form-submit {
	margin-top:0;
	color: #428bca;
  background-color: #fff;
  border-color: #428bca;
}
#uc-order-edit-form #order-pane-admin_comments { margin-bottom:-5px; }
#uc-order-edit-form #order-pane-admin_comments .order-pane-title { display:none; }
#uc-order-edit-form #order-pane-admin_comments li {
	color:#777;
	margin:15px 5px;
	display:none;
}
#uc-order-edit-form  div#webform-client-form-472 {
	width:100%;
	margin-right: 0.5em;
	display:none;
}
#uc-order-edit-form .order-pane:last-child{
	border-top:1px solid #ddd;
	padding-top:20px;
}
#uc-order-edit-form button#edit-add-product-button {
  background-color: #428bca;
  border-color: #357ebd;
}
#uc-order-edit-form button#edit-add-blank-line-button {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
}
#uc-order-edit-form #product-controls {
  background-color: #eee;
  border: 1px solid #ddd;
  padding:15px;
  width: 100%;
  margin: 10px 0 20px;
  box-shadow: inset -1px -1px 10px 0 rgba(0,0,0,0.05);
}
#uc-order-edit-form #product-controls .form-item-product-controls-product-search,
#uc-order-edit-form #product-controls .form-type-uc-quantity {
	border:none;
	margin-bottom:0;
}
#uc-order-edit-form #product-controls button#edit-product-controls-actions-select {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
}
#uc-order-edit-form #product-controls h3 {
  font-size: 1.3em;
  color: #666;
  margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*- INVOICES: PAYMENTS                                                              -*/
/*-----------------------------------------------------------------------------------*/
#uc-payment-by-order-form .form-item-payments-new-received {
	min-width:200px;
	white-space:nowrap;
}
#uc-payment-by-order-form .form-group .uc-price { font-size:17px; }
#uc-payment-by-order-form .form-group#edit-order-total .uc-price { color: #468847; }
#uc-payment-by-order-form table .form-actions {
  padding:0;
  border:none !important;
}
#uc-payment-by-order-form table .form-actions button {
  background-color: #428bca;
  border-color: #357ebd;
  color:#FFF;
}



/******************************************************************************************************/
/** RESPONSIVE RULES **********************************************************************************/
/******************************************************************************************************/

/*-----------------------------------------------------------------------------------*/
/*- Medium Devices, Desktops                                                        -*/
/*-----------------------------------------------------------------------------------*/
@media (max-width : 1199px) {

	/** -- SHOPPING CART -- */
	.page-cart div.cart_list .cart_item_row .cart_item_remove { width: 120px; }
	.page-cart div.cart_list .cart_item_row .cart_item_remove button { padding: 6px 10px; }
  .page-cart div.cart_list .cart_item_row .cart_item_date { width:110px; }
  .page-cart div.cart_list .cart_item_row .cart_item_location { width:130px; }
	.page-cart div.cart_list .cart_item_row .cart_item_qty { width:60px; }
	.page-cart div.cart_list .cart_item_row .cart_item_qty input { width:60px; }
	.page-cart div.cart_list .cart_item_row .cart_item_price { width:70px; }

}

/*-----------------------------------------------------------------------------------*/
/*- Small Devices, Tablets                                                          -*/
/*-----------------------------------------------------------------------------------*/
@media (max-width : 991px) {

	/** -- SHOPPING CART -- **/
	.page-cart div.cart_list .cart_item_row .cart_item_remove { width: 108px; }
	.page-cart div.cart_list .cart_item_row .cart_item_remove button { padding: 4px 4px; }
	.page-cart div.cart_list .cart_item_row .cart_item_title { font-size:18px; }
  .page-cart div.cart_list .cart_item_row .cart_item_location { width:110px; }
	.page-cart div.cart_list .cart_item_row .cart_item_qty { width:50px; }
	.page-cart div.cart_list .cart_item_row .cart_item_qty input { width:50px; }


	/** -- EDIT INVOICE -- **/
	#uc-order-edit-form .order-pane.pos-left {
	  width:100%;
	  margin:0 0 20px;
	  min-height:0;
	}

}

/*-----------------------------------------------------------------------------------*/
/*- Extra Small Devices, Phones                                                     -*/
/*-----------------------------------------------------------------------------------*/
@media (max-width : 767px) {

	/** -- SHOPPING CART -- **/
	.page-cart div.cart_list { text-align:center;}
	.page-cart div.cart_list .cart_item_row .cart_item_remove { width:30px; }
	.page-cart div.cart_list .cart_item_row .cart_item_remove button {
		width: 25px;
		white-space:nowrap;
		overflow:hidden;
    padding: 1px 6px;
  }
  .page-cart div.cart_list .cart_item_row .cart_item_date { display:none; }
  .page-cart div.cart_list .cart_item_row .cart_item_location { display:none; }
  .page-cart div.cart_form_actions { text-align:left; }


  /** -- PROGRESS TRACKER -- */
  .progress-tracker .step p {
    font-size: 17px !important;
    padding-left:5px;
    padding-right:5px;
  }
  .progress-tracker .step.bold p {
    font-size:16px !important;
  }

  /** -- INVOICES: VIEW AND EDIT INVOICES -- */
  #uc-order-edit-form .order-pane.pos-left .form-item-delivery-street2 label { display:none; }
  #uc-order-edit-form .order-pane.pos-left .form-item-delivery-street2 input { margin-top:15px; }
  #uc-order-edit-form .order-pane.pos-left .form-item-billing-street2 label { display:none; }
  #uc-order-edit-form .order-pane.pos-left .form-item-billing-street2 input { margin-top:15px; }

  #uc-order-edit-form #order-pane-line_items #edit-add-line-item .form-item { display:table; }
	#uc-order-edit-form #order-pane-line_items #edit-add-line-item .form-item label {
	  display:table-cell;
	}

	#uc-payment-by-order-form .form-item-payments-new-received .form-type-select {
	  display:inline-block;
	  width:auto;
	}



}



