/* TPL */
body {
	font-size: 12px;
	padding: 51px 0 71px;
}

.h1, .h2, .h3, .h4, .h5, .h6{
	margin: 0;
}

.container-fluid {
	/*max-width: 1400px;*/
}

.navbar-fixed-top {
	margin: 0 !important;
}
.navbar-brand {
	margin-left: 0 !important;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	z-index: 99;
}
#footer p {
	line-height: 40px;
	margin: 0;
}
.affix-section {
	padding-top: 51px;
}
/* Scroll Spy */
.scrollspy .nav.affix {
	top: 120px;
}
/* Bootstrap */
.dropdown-menu li .label {
	padding: .2em .4em .1em !important;
}
.link-help {
	cursor: help;
	text-decoration: none !important;
}
.panel-heading .link-help {
	font-size: 22px;
	float: right;
}
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-right: 60px;
	padding-left: 60px;
}
.list-group-item .checkbox {
	margin: 0;
}
.page-header .label {
	font-size: 14px;
	margin-top: 10px;
}
.table-noborder td, .table-noborder th, .table-noborder tbody, .table-noborder thead, .table-noborder tfoot {
	border: none !important;
}
.table-v-condensed>thead>tr>th, .table-v-condensed>tbody>tr>th, .table-v-condensed>tfoot>tr>th, .table-v-condensed>thead>tr>td, .table-v-condensed>tbody>tr>td, .table-v-condensed>tfoot>tr>td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.input-group-addon.white {
	background: #FFFFFF;
}
.badge-primary {
	background-color: #428bca
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
	background-color: #3071a9
}
.badge-success {
	background-color: #5cb85c
}
.badge-success[href]:hover, .badge-success[href]:focus {
	background-color: #449d44
}
.badge-info {
	background-color: #5bc0de
}
.badge-info[href]:hover, .badge-info[href]:focus {
	background-color: #31b0d5
}
.badge-warning {
	background-color: #f0ad4e
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
	background-color: #ec971f
}
.badge-danger {
	background-color: #d9534f
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
	background-color: #c9302c
}
.nomargin {
	margin: 0
}/*
tr ul {
	list-style-position: inside;
}*/
.well code {
	background-color: #EAD3DA !important;
	color: #9D1235 !important;
}
th.small:after {
	float: none !important;
	margin-left: 2px;
}
/* ���� */
.plan-dataTable {
	margin: 8px 0 14px !important;
}
th.col-sort-nofloat:after {
	float: none !important;
}
/* ���������� */
.ac_results {
	padding: 0px;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.ac_results li {
	border-bottom: 1px solid #e5e5e5;
}
.ac_results li:last-child {
	border-bottom: none;
}
.ac_results div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
}
.ac_results div:hover, .ac_results div:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

/* ����� */
#form-signin {
	max-width: 270px;
	padding: 15px;
	margin: 40px auto;
}
#form-signin .form-heading {
	margin-bottom: 10px;
}
#form-signin .checkbox {
	font-weight: normal;
	margin-bottom: 10px;
}
#form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

#form-signin .form-control:focus {
	z-index: 200;
}

#form-signin input.email {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#form-signin input.pass {
	margin: -1px 0 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#goodsFilters h4 {
	margin: 5px 0;
}

.badge.price {
	font-size: 17px;
}
/* MY MANAGER */
@media (max-width: 768px) {
	.mymanager-avatar {
		float:left;
	}
}

.input-sm {
	height: 28px;
}

.alert-fixed {
	z-index: 10000;
	position: absolute;
	display: block;
	top: 60px;
	right: 10px;
}