body {
	line-height: 1.5;
}
body.modal-open {
	padding-left: 11px;
}
.container {
	background-color: #FFF;
}
h4, h5, h6 {
	font-weight: bold;
}
h4 {
	font-size: 16px;
}
blockquote {
	font-size: 100%;
}
input::-ms-clear {
	display: none;
}
table th,
table td {
	empty-cells: show;
}
th.cell-filler,
td.cell-filler {
	background-color: #DDD!important;
}
th.negative,
td.negative {
	background-color: #EEE!important;
}
ul.list-thick li,
ol.list-thick li {
	margin-bottom: 4px;
}
.font-weight-normal {
	font-weight: normal;
}
.modal-body .form-horizontal {
	margin-bottom: -15px;
}
.form-horizontal .form-inline .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.form-group-parent {
	margin-bottom: 12px;
}
.form-group-parent .form-group {
	margin-bottom: 3px;
}
.text-top {
	vertical-align: top!important;
}
.text-middle {
	vertical-align: middle!important;
}
.text-bottom {
	vertical-align: bottom!important;
}
.text-disabled {
	color: #CCC;
}
.text-weight-normal {
	font-weight: normal;
}
.help-block-narrow {
	margin-bottom: 0px;
}
.help-block-side {
	margin-top: -3px;
	margin-bottom: -3px;
}
.help-block-side.single-row {
	height: 40px;
	line-height: 40px;
}
.panel-title {
	display: inline;
}
.page-transition {
	padding-left: 0px;
	list-style: none;
	text-align: center;
}
.modal-footer .page-transition {
	margin-top: -20px;
	margin-bottom: -10px;
}
.page-transition li {
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-transition li .btn {
	width: 360px;
}
#base_container {
	margin: auto;
}
#base_header .navbar {
	margin-bottom: 0px;
}
#base_header .navbar .navbar-header .navbar-brand img {
	position: relative;
	top: -6px;
	height: 32px;
}
#base_header .dropdown-menu>.active>a,
#base_header .dropdown-menu>.active>a:focus,
#base_header .dropdown-menu>.active>a:hover {
	color: #000;
	background-color: #e7e7e7;
	background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
	background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
	background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
}
#base_header #base_header_tabs {
	margin-top: 8px;
}
#base_footer hr {
	margin-top: 0;
}
div.section {
	margin-top: 16px;
	margin-bottom: 24px;
}
div.section h3 {
	font-size: 16px;
	padding: 10px 0 7px 10px;
	border-style: solid;
	border-width: 1px 0 0 6px;
	border-color: #337ab7;
	margin-top: 2px;
	margin-bottom: 8px;
	background-color: #f8f8f8;
}
#section_application_flow ol li.flow_item {
	padding: 4px 0;
}
#section_application_flow ol li.flow_item ul {
	padding-top: 4px;
}
