.editView {
	
	border-top: 1px solid #e6e6e6;
	margin-top: 8px;
	padding-top: 16px;
}
.editView.animate-darken-background .row {

	background-color: transparent;
	transition: all 0.5s linear 0s;
}
.editView.animate-darken-background .row:hover {

	background-color: #e6e6e6;
	transition: all 0.5s linear 0s;
}
.booking-item {
	
	cursor: default;
}
.bg-shopcoupon { background-color: #dff0d8; }
.bg-shopoffer { background-color: #f2dede; }
.bg-shoparticle { background-color: #d9edf7; }
.input-group-addon[data-role="remove"] { cursor: pointer; }
.sortable-ghost { opacity: 0.33; }
.eventtag.accepted, .shoptag.accepted {	font-style: normal; }
.eventtag.rejected, .shoptag.rejected { text-decoration: line-through; }
.eventtag.waiting, .shoptag.waiting { font-style: italic; }
#eventtags li, #shoptags li {
	
	cursor: move;
	background-color: #bbb;
	border: #aaa solid 1px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	float: left;
	padding: 4px 8px;
	margin: 4px;
}/* begin: Address Card */
.address-thumb {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: block;
    height: 170px;
    padding: 15px 20px;
    position: relative;
}
.address-thumb .address-thumb-actions {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 7px;
}
.address-thumb .address-thumb-number {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-top: 27px;
}
.address-thumb .address-thumb-actions > li {
    display: inline-block;
    margin-right: 8px;
}
.address-thumb .address-thumb-valid {
    color: #888;
    font-size: 12px;
    margin-bottom:2px;
}
.address-thumb.address-thumb-primary {
    border-color: #ed8323;
}
.address-thumb .address-thumb-primary-label {
    background: #ed8323 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    left: 10px;
    line-height: 1em;
    padding: 4px 6px;
    position: absolute;
    top: 10px;
}
.address-thumb-primary > .address-thumb-primary-label {
    display: inline !important;
}
.address-thumb-primary-label {
    display: none !important;
}
.address-thumb .address-thumb-valid > span {
    color: #626262;
    font-size: 15px;
}
.address-thumb .address-thumb-actions > li > a {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #737373;
    color: #737373;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    opacity: 0.5;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 23px;
}
.address-thumb .address-thumb-actions > li > a:hover {
  background: #ed8323;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #d66f11;
  box-shadow: 0 0 0 1px #d66f11;
}
.address-thumb:hover .address-thumb-actions > li > a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.address-thumb h5 {
	font-size: 17.0px;
/* end: Address Card */