@import "bootstrap.min.css";
@import "ui-lightness/jquery-ui-1.10.3.custom.min.css";

body {
	background: #f2f2f2;
	}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #1a6ba3;
	border-bottom: 2px solid #13527e;
	-webkit-box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.15);
	z-index: 10;
	}

#navigation {
	list-style-type: none;
	margin: 0;
	border-left: 1px solid #0d518b;
	}
	
#navigation li {
	float: left;
	}
	
#navigation a {
	display: block;
	padding: 0 10px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #0d518b;
	}
	
#navigation a:hover, #navigation a.active {
	background: #0f5795;
	}
	
#extra-links {
	font-weight: bold;
	line-height: 60px;
	}

#extra-links a {
	color: #fff;
	}
	
#page {
	margin-top:60px;
	}

#page-header {
	padding: 5px 0;
	background: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	}
	
#page-header .btn, #page-sub-header .btn {
	margin: 14px 0;
	}

#page-sub-header {
	padding: 2px 0;
	background: #fff;
	margin-top: -20px;
	margin-bottom: 20px;
	border-top: 1px dashed #ccc;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	}

#filters {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	color: #333;
	}

#filters a {
	color: #999;
	}

#filters a:hover, #filters a.active {
	text-decoration: none;
	color: #333;
	}

.box {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.15);
	}

#search {
	margin-bottom: 20px;
	width: 90%;
	height: 30px;
	background: #f2f2f2;
}

.search-list {
	margin: 0;
	list-style-type: none;
	}
	
.customer {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	color: #333;
	}

.customer.deleted .box {
	background: #f2f2f2;
	}

.customer:hover {
	color: #333;
	text-decoration: none;
	}

.customer:hover .box {
	border-color: #0f5795;
	}