body :not(.btn):not(.badge) {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

body {
	padding-top: 55px;
}

.navbar .brand {
	padding: 5px 20px 5px;
}

.navbar-inner {
	min-height: 40px;
}

.navbar .nav>li>a {
	padding: 10px 7px;
}

.dropdown-backdrop {
	z-index: -1;
}

.breadcrumb {
	padding: 5px 10px;
	margin: 0 0 10px;
	background-color: #f5f5f5;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
}

.nav {
	margin-bottom: 10px;
	margin-top: 15px;
}

.nav-tabs>li>a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav-tabs>li>a,
.nav-pills>li>a {
	padding-right: 8px;
	padding-left: 8px;
}

.nav-sidenav {
	margin-top: 0;
	padding: 0;
}

.nav-sidenav>li>a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
}

.nav-sidenav>li>a>.icon-chevron-right {
	float: right;
	line-height: 20px;
}

.nav-sidenav>.active>a {
	position: relative;
	z-index: 2;
	border: 0;
}

.nav-sidenav>li>a:hover {
	background-color: #f5f5f5;
}

ul,
ol {
	padding: 0;
	margin: 2px 0 2px 25px;
}

.dropdown-menu {
	z-index: 99999;
}

.list-search {
	margin-bottom: 10px;
	padding: 5px 0 5px 5px;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.list-search>form {
	margin: 0;
	padding: 0;
}

.list-search .slide-toggle {
	font-size: 20px;
	color: green;
	cursor: pointer;
}

.list-search th {
	padding: 4px 0;
}

.list-search td {
	padding: 4px 3px;
}

.table {
	margin-bottom: 10px;
}

.table caption {
	background: #D9EDF7;
	text-align: left;
	padding: 5px 10px;
	color: #31708f;
	border: #BCE8F1 1px solid;
	border-bottom: 0px;
}

.table thead {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
			to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
}

.table thead th {
	text-align: center;
	vertical-align: middle;
}

.table th,
.table td {
	vertical-align: middle;
	word-break: break-all;
}

.child-table th {
	background-color: #FAFAFA;
}

.pagination {
	margin: 10px 0 8px;
}

.control-group {
	margin-bottom: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding: 2px 3px;
	margin-bottom: 0px;
}

select,
input[type="file"] {
	height: 26px;
	*margin-top: 2px;
	line-height: 30px;
}

select {
	width: 214px;
}

.radio.inline,
.checkbox.inline {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form-actions {
	padding: 10px 10px 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-append,
.input-prepend {
	margin-bottom: 0px;
}

.input-append .add-on,
.input-prepend .add-on {
	padding: 2px 3px;
}

.input-append .add-on i {
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.footer {
	text-align: center;
	padding: 5px 0;
	margin-top: 5px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

.footer p {
	margin-bottom: 0;
	color: #777;
}

.fee-table th {
	padding: 4px 0;
}

.fee-table td {
	padding: 4px 3px;
}

.modal {
	border-width: 0;
	background-color: #ffffff;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.modal-header {
	padding: 0 0 0 20px;
	margin-right: 1px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background-color: #f8f8f8;
}

.modal-header .close {
	margin: 10px 15px 0 0;
}

.modal-header h3 {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
}

.modal-body {
	padding: 10px;
	overflow-y: visible;
}

/* 大屏幕 */
@media (min-width : 1200px) {}

/* 普通屏幕 */
@media (max-width : 980px) {}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width : 768px) and (max-width: 979px) {
	body {
		padding-top: 0px;
	}
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width : 767px) {
	body {
		padding-top: 0px;
	}

	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width : 480px) {
	body {
		padding-top: 0px;
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* 工作台快捷方式按钮 */
.quick-link {
	margin-bottom: 10px;
}

.quick-link a {
	font-size: 28px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	height: 60px;
	text-decoration: none;
	margin-bottom: 10px;
}

.quick-link-primary {
	background-color: #007bff;
	border-color: #007bff;
	box-shadow: none;
}

.quick-link-primary:hover {
	background-color: #0069d9;
	border-color: #0062cc;
}

.quick-link-success {
	background-color: #28a745;
	border-color: #28a745;
	box-shadow: none;
}

.quick-link-success:hover {
	background-color: #218838;
	border-color: #1e7e34;
}

.quick-link-info {
	background-color: #17a2b8;
	border-color: #17a2b8;
	box-shadow: none;
}

.quick-link-info:hover {
	background-color: #138496;
	border-color: #117a8b;
}

.quick-link-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	box-shadow: none;
}

.quick-link-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
}

/* 工作台快捷方式按钮 */
.breadcrumb-quick-link {
	float: right;
	margin-top: -2px;
}

.breadcrumb-quick-link a {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	height: 24px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 3px;
}

.breadcrumb-quick-link-primary {
	border: #007bff 1px solid;
	box-shadow: none;
	color: #007bff;
}

.breadcrumb-quick-link-primary:hover {
	background-color: #007bff;
	border: #007bff 1px solid;
	color: #ffffff;
}

.breadcrumb-quick-link-success {
	border: #28a745 1px solid;
	box-shadow: none;
	color: #28a745;
}

.breadcrumb-quick-link-success:hover {
	background-color: #28a745;
	border: #28a745 1px solid;
	color: #ffffff;
}

.breadcrumb-quick-link-info {
	border: #17a2b8 1px solid;
	box-shadow: none;
	color: #17a2b8;
}

.breadcrumb-quick-link-info:hover {
	background-color: #17a2b8;
	border: #17a2b8 1px solid;
	color: #ffffff;
}

/* 排序图标 */
.icon-asc:before {
	content: "\f160";
}

.icon-desc:before {
	content: "\f161";
}

/* select chosen */
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 2px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #000;
	font-weight: bold;
}

.chosen-with-drop .chosen-drop {
	border: 2px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* typeahead dropdown-menu */
.typeahead.dropdown-menu {
	overflow: scroll;
	max-height: 200px;
}

/* 决策分析小漏斗 */
.dx-pivotgrid-fields-container .dx-header-filter {
	color: #337ab7 !important;
}
.dx-pivotgrid-fields-container .dx-header-filter-empty {
	color: #d9edf7 !important;
}
