html {
	font-size: 14px;
}
.header-container .modal-content {
	box-shadow: none;
}
.page {
    background-color: #ffffff;
    margin-top: 69px;
    padding-top: 50px;
    padding-bottom: 230px;
    color: #3E4146;
}
.fade.in {
    opacity: 1 !important;
}
.main-alert-container .alert {
    margin-top: 89px;
    position: relative;
	margin-bottom: -50px;
}
.not-found-win {
	font-weight: bold;
	margin: 15px 0;
	text-align: left
}
.btn-found {
	padding-top: 10px;
}
.user-nav .dropdown-footer {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.user-nav .dropdown-footer a.btn-green-light{
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.user-nav .dropdown-footer a.btn-green-light:hover{
	color: #ffffff;
	text-decoration: none;
}
.affiliate-btn a.btn-signup {
	padding-top: 12px;
}
.affiliate-btn a.btn-signup:hover {
	color: #ffffff;
	text-decoration: none;
}
.help-block-error {
	color: #ff4751;
}
.checking .report-item {
	height: auto;
}
.cabinet .my-reports-message {
	margin: 20px 0;
}

.pagination > li > a {
  padding: 6px 12px;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 3px;
}
.pagination > .active > a {
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination {
	margin-top: 40px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #ffffff;
  background-color: #02b09f;
  border-color: #02b09f;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
	    padding: 6px 12px;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin: 0 3px;
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;

}
.checking .report-title {
	min-height: 75px;
}
.checking .report-content {
	min-height: 185px;
}
.report-content.active {
	cursor: pointer;
}
.report-content .report-price-desc {
	margin-top: 5px !important;
}
.found .found-records .records__car .car-logo img {
	height: auto;
}
a.btn-auth {
	line-height: 40px;
}
a.btn-auth:hover {
	color: #ffffff;
	text-decoration: none;
}
.u-d-but {
	display: block !important;
}