a  {color:#0056b3}
ul.Points li {
	margin-left: 30px;
}
ul.Files li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.button.disabled {
	background: #D0D0D0;
}
.ShopContactEditor .Buttons {
	margin: 0 10px 10px 10px;
	text-align: right;
}
.ShopContactEditor .Loading {
	text-align:center;
}
.company-table {
	width:100%;
}
.ListFlatten label {
	margin-right:10px;
}
.Flatten .BootFieldBody .BootList .checkbox {
	margin-left:10px;
}
.Flatten input {
	display:none;
}
.Flatten input + label:after {
	border: 1px solid #BBB;
	width: 16px;
	height: 16px;
	margin: 3px auto 1px auto;
	font-size: 7px;
	line-height: .8;
	content: "\e116";
	color: #FFF;
	font-family: 'lined-icons';
	background: none;
	display: block;
	vertical-align: middle;
	padding: 4px;
	text-align: center;
}
.Flatten input:checked + label:after {
	content: "\e116";
	background: #004896;
	color: #FFF;
}
.ShopMultiField .BootFieldBody .BootList .Hidden label {
	color: #aaa;
}
.ShopMultiField .BootFieldBody .BootList .Deleted label {
	color: #aaa;
	text-decoration: line-through;
}

/* lista placówek */

.ShopList tr.disabled {opacity:0.5;}
.ShopWindow dd {margin-bottom:0.5rem;}
.ShopWindow dl {margin-bottom:0.5rem;}

/* popover */

/*.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}*/