body {
	padding-top: 55px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb {background: #fff; }
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\003E\00a0";}
.shop-phone, .shop-phone > i {
	color: #0067B2;
}
.navbar {
	background: #fff;
}
.navbar.navbar-light, .navbar .navbar-brand, .navbar-light .navbar-nav .nav-link {
	color: #0067B2;
	background: #fff;
	text-shadow: 0 -1px 0 #0058A6;
	border: 0
}
.navbar .navbar-brand:hover, .navbar .nav > li > a:hover {
	color: #0058A6
}
.btn-signup {
	background: #0067B2;
	color: #fff;
}
.btn-signup:hover {
	background: #0058A6;
	color: #fff;
	
}
.shop-phone {
	padding: 15px 0 15px 15px 
}
.nowrap {
	white-space: nowrap;
}
.page {
	background: #fff;
	padding: 20px 0 0 0;
}
.filter label.ib {
	display: inline-block;
	width: 40px;
	text-align: right;
}
.filter .hasDatepicker {
	width: 100px;
}
.border {
	border: 1px solid #ccc;
	padding: 15px;
}
.footer-container {
	min-height: 200px;
	margin: 50px 0 0 0;
	color: #9d9d9d
}
.footer-container h4, .white {
	color: #fff !important;
}
.footer-container > footer {
	padding: 30px 0;
}
.social-container {
	min-height: 50px;
	color: #fff;
}
.social-container .h4 {
	margin-right: 10px;
}
.social-container i {
	color: #9d9d9d;
	vertical-align: sub;
	padding: 10px 5px;
}
.bigicon i {
	border-right: 1px solid #fff;
    float: left;
    height: 30px;
    line-height: 32px;
    margin: -6px 10px -6px -5px;
    padding: 0 25px 0 0;
    width: 20px;
}
.fullwidth {
	width: 100%;
}
.dashbtn .btn i {
	color: #0067B2;
}
.dashbtn .btn {
	text-align: left;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
#logo {
	max-width: 150px;
}
@media print {
	.noprint {display: none}
	.table-responsive { overflow-x: visible; }
}
.sortable {
	cursor: pointer;
	position: relative;
}
.sortable:after, table.table thead .sortable:before, table.table thead .sortable.sorted.desc:before  {
    position: absolute;
    bottom: .5em;
    display: block;
    opacity: .3;
}
.sortable:before {
    right: 1em;
    content: "\f0de";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 1rem
	
}
.sortable:after {
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-weight: 900;
	right: 16px;
	font-size: 1rem
}
.sortable.sorted.desc:after, table.table thead .sorted:before  {
	opacity:1;
}
