html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #f3f3f3;
	color: #444;
	font: 14px/18px 'Open Sans', sans-serif;
	min-height: 100%;
	min-width: 300px;
	width: 100%;
	overflow-x: auto;
	overflow-y: scroll;
}

.wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	max-width: 1260px;
	background: #fff;
	position: relative;
}

@media (max-width: 767px){
	.wrapper {
		height: auto !important;
	}
}

/* resets */
/* -------------------------------------------------------------------------- */
fieldset,img {
	border:0;
	outline: none;
}

form{
	display: inline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a:hover,
a:active {
	outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input[type=submit],
input[type=button]{
	overflow: visible;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

p, h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	line-height: 1.3;
}

h1{
	font-size: 22px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
	font-weight: bold;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

ol {
	margin: 10px 0;
	padding: 0 0 0 15px;
}

ol li {
	padding-bottom: 5px;
}

/* -------------------------------------------------------------------------- */

/* Tags  */
/* -------------------------------------------------------------------------- */

input, textarea, button{
	color: #4C4C4C;
	font-size: 12px;
}

a,
a:active{
	color:#428bca;
	text-decoration: none;
}

a:hover {
	color:#2a6496;
}

input[type=text],
input[type=password],
select,
textarea{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	display: inline-block;
	height: 28px;
	padding: 0 5px;
	font-size: 13px;
	color: #555555;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=text]:focus,
textarea:focus{
	border-color: #c7c7c7;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 188, 188, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 188, 188, 0.6);
}

input.fr-input-lg,
input.fr-input-lg{
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

input.submitButton,
.proceed input,/* Регистрация */
.buttonsRow input,/* Напомнить пароль */
input.btn{
	cursor:pointer;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	position:relative;
	text-align: center;
	background: #2B9A02;
	text-decoration: none;
	border: none;
	border-radius: 0;
}

input.submitButton:active,
.proceed input:active,/* Регистрация */
.buttonsRow input:active,/* Напомнить пароль */
input.btn:active{
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
	color: #555;
}

input.submitButton:hover,
.proceed input:hover,/* Регистрация */
.buttonsRow input:hover,/* Напомнить пароль */
input.btn:hover{
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	background: #258502;
	color: #fff;
}

.parent-block p {
	margin:0 0 8px;
}

.parent-block .breadcrumb .divider {
  display: none;
}

.main-page-block {
  font-size: 12px;
}

.main-page-block h1 {
	font: 24px/28px 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	color: #3B4A55;
  font-weight: bold;
  line-height: 40px;
  font-size: 22px;
}

.rubSymbol {
	font-family: "PT Sans";
}

/* Menu (top) */
/* ------*/
.navbar{
	margin: 0;
}

/* The main part */
/* -------------------------------------------------------------------------- */
.parent-block {
	clear: both;
	padding: 80px 20px 0;
}

@media (max-width: 767px){
	.parent-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

div.baseContent {
	clear: both;
	margin: 0 auto 0;
	max-width: 1260px;
	position: relative;
}

.mainColumn{
	float: left;
	width: 100%;
}

.mainArticle{
	padding: 0 0 0 210px;
}

/* Menu (left) */
/* -------------------------------------------------------------------------- */
.mainAside{
	position: relative;
	z-index: 1;
	width: 200px;
	margin:0 -210px 0 10px;
	float: left;
}

/* Content (main page) */
/* -------------------------------------------------------------------------- */
.articleColumn{
	float: left;
	width: 99.9%;
	max-width: 1260px;
}

div.article {
	padding: 0 197px 0 0;
}

div.aside {
	float: right;
	width: 177px;
	margin-left: -177px;
}


/* Главная */
/* -------------------------------------------------------------------------- */

.mainTable{
	border-collapse: collapse;
	width: 700px;
	margin: 0 auto;
}

.mainTable tr td{
	vertical-align: top;
	padding: 0;
}

.mainTable tr td form{
	display: block;
	margin: 10px 0 20px;
}

.mainTable tr td input[type="email"]{
	border: 1px solid #A6A6A6;
	background: #fff;
	box-shadow: none;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	width: 180px;
}

.mainTable tr td input[type="submit"]{
	background: #19AE2E;
	border: 1px solid #19AE2E;
	color: #fff;
	height: 22px;
	padding: 0 10px;
}

.mainTable tr td div.greenText{
	margin: 10px 0 20px;
}

.greenText{
	color: #19AE2E;
	font-weight: bold;

}

/* Footer */
/* -------------------------------------------------------------------------- */

.pusher{
	clear:both;
	height: 65px;
}

.foot {
	clear: both;
	height: 65px;
	margin: -65px auto 0;
	position: relative;
}

.foot .footer{
	padding: 10px 20px;
	max-width: 1260px;
	margin: 0 auto;
}

@media (max-width: 767px){
	.pusher {
		height: auto;
	}

	.foot {
		margin-top: 0;
		background: #fff;
		height: auto;
	}

	.foot .footer {
		padding: 30px 10px;
		height: auto;
	}
}

.foot .copy {
	float: left;
	text-align: left;
	padding: 10px 0 0 10px;
	color:#4C4C4C;
	font:14px Arial;
}

.foot .footInfo {
	padding: 10px 0 0;
}

.foot .footInfo a{
	font-size: 13px;
	text-decoration: underline;
}

.foot .counters{
	float: right;
	padding: 10px 3px 0 0;
}

.foot .counters a{
	text-decoration: none;
	margin-left: 3px;
}

/* paginator */
/* -------------------------------------------------------------------------- */

.paginator {
	padding: 4px 0;
}
.paginator a{
	color: #4A86CE;
	text-decoration: none;
	font: normal normal 9pt/14px 'Open Sans', sans-serif;
}
body > div.jGrowl.center{
	width:50% !important;
	height:50% !important;
	top:25% !important;
	left:25% !important;
}

/* Deployment  */
/* -------------------------------------------------------------------------- */
.list-header h4 a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

/* 404  */
/* -------------------------------------------------------------------------- */
#wrapper{
	background: #fff !important;
	height: 500px;
}

#header{
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

#footer{
	margin: 0 5px;
	border-top: 1px solid #CCCCCC;
}

#footer .banners{
	padding: 10px 10px 0 0;
	float: right;
}

/*Corrections*/
.textRegContainer{
	border: 1px solid #D0D0D0;
}

.registration_fields td{
	font-size: 12px !important;
	padding-top: 3px;
}

.filter_right_column input{
	margin-bottom: 5px;
}

#filterBlock{
	margin-bottom: 10px;
}

.registration_info_attention{
	color:#C62F2F !important;
}

/*переопределение глобальных стилей*/
.documentsAlarm{
	position: relative !important; /* стили для окошка с предупреждением для новых сайтов*/
	opacity: 1;
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.head.head-loading {
	position: relative;
}
.head.head-loading .headCont {
	position: relative;
	z-index: 2;
}
.head.head-loading .head-loading-squares-wave-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	top: 60px;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave {
	position: absolute;
	top: 0;
	background-color: #f1f1f1;
	height: 10px;
	-webkit-animation-name: bounce_squaresWaveG_head;
	-moz-animation-name: bounce_squaresWaveG_head;
	-o-animation-name: bounce_squaresWaveG_head;
	-ms-animation-name: bounce_squaresWaveG_head;
	animation-name: bounce_squaresWaveG_head;
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	-ms-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-moz-animation-direction: linear;
	-o-animation-direction: linear;
	-ms-animation-direction: linear;
	animation-direction: linear;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-1 {
	width: 12%;
	left: 0;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-2 {
	width: 10%;
	left: 12%;
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	-o-animation-delay: 0.05s;
	-ms-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-3 {
	width: 8%;
	left: 22%;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-4 {
	width: 6%;
	left: 30%;
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	-o-animation-delay: 0.15s;
	-ms-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-5 {
	width: 5%;
	left: 36%;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-6 {
	width: 4%;
	left: 41%;
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-7 {
	width: 3%;
	left: 45%;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-8 {
	width: 3%;
	left: 48%;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-9 {
	width: 3%;
	left: 49%;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-10 {
	width: 3%;
	left: 52%;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-11 {
	width: 4%;
	left: 55%;
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-12 {
	width: 5%;
	left: 59%;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-13 {
	width: 6%;
	left: 64%;
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	-o-animation-delay: 0.15s;
	-ms-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-14 {
	width: 8%;
	left: 70%;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-15 {
	width: 10%;
	left: 78%;
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	-o-animation-delay: 0.05s;
	-ms-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.head.head-loading .head-loading-squares-wave-wrapper .squares-wave.squares-wave-16 {
	width: 12%;
	left: 88%;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
@-moz-keyframes bounce_squaresWaveG_head {
	0% {
		background-color: #19ae2e;
	}

	100% {
		background-color: #f1f1f1;
	}
}
@-webkit-keyframes bounce_squaresWaveG_head {
	0% {
		background-color: #19ae2e;
	}

	100% {
		background-color: #f1f1f1;
	}
}
@-o-keyframes bounce_squaresWaveG_head {
	0% {
		background-color: #19ae2e;
	}

	100% {
		background-color: #f1f1f1;
	}
}
@-ms-keyframes bounce_squaresWaveG_head {
	0% {
		background-color: #19ae2e;
	}

	100% {
		background-color: #f1f1f1;
	}
}
@keyframes bounce_squaresWaveG_head {
	0% {
		background-color: #19ae2e;
	}

	100% {
		background-color: #f1f1f1;
	}
}

.additional-feedback-block {
  position: absolute;
  bottom: 0;
  padding: 4px;
  width: 100%;
  text-align: center;
  color: #179628;
  background: #ffffff;
}
.additional-feedback-block .additional-feedback-link {
  color: #179628;
  text-transform: uppercase;
}
.additional-feedback-block .additional-feedback-link .glyphicon {
  margin-right: 10px;
}

.page-header.landing-page-header {
	font-size: 27px;
	text-align: center;
	border-bottom: none;
	color: #212121;
	text-transform: uppercase;
	margin: 30px;
	line-height: 1.5;
}

@media (max-width: 576px) {
	.page-header.landing-page-header {
		font-size: 18px;
		margin: 20px;
	}
}

.page-header.landing-page-header span {
  color: #169027;
}

.page-header.landing-page-header small {
	font-size: 100%;
	color: #212121;
}

.page-text {
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.5;
}

.currentBalance-block{
	padding: 20px 10px;
	background: #EBEBEB;
	border: 10px solid #fff;
	box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.3);
}

.top-clients-currentBalance{
	float: right;
	text-align: center;
}

@media (max-width: 890px) {
	.top-clients-currentBalance{
		float: none;
	}
}

.top-clients-currentBalance > a{
	display: block;
	margin: 20px auto 0;
	text-align: center;
	background: #2B9A02;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}

.top-clients-currentBalance > a:hover{
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	background: #258502;
}

@media (min-width: 768px) {
	.top-clients-currentBalance {
		width: 240px;
	}

	.top-clients-currentBalance > a {
		width: 150px;
	}
}

#startBalanceRecharge{
	margin: 20px 0 0;
}

.top-clients-wrapper table{
	font-size: 12px !important;
	width: auto !important;
	margin: 10px 0;
}

@media (max-width: 767px) {
	.top-clients-wrapper table {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	#startBalanceRecharge input.btn {
		width: 100%;
	}
}

.billing-api-filter{
	margin-bottom: 20px;
}

.billing-api-filter .filters_report_type{
	padding-left: 10px;
}

.billing-api-filter input,
.billing-api-filter select{
	margin: 0 3px;
	min-width: 110px;
}

.billing-api-filter  input.btn{
	margin: 0 0 0 10px;
}

.billing-api-filter table .ui-datepicker-trigger{
	position: absolute;
	margin: 4px 0 0 -20px;
	cursor: pointer;
}

.billing-paginator:not(:empty) {
	padding: 10px 0;
}

@media (max-width: 767px) {
	.billing-api-filter table.billingFilterTable > tbody,
	.billing-api-filter table.billingFilterTable,
	.billing-api-filter .billingFilterTableTr,
	.billing-api-filter .billingFilterTableTr > td {
		display: block;
	}

	.billing-api-filter td {
		margin-bottom: 10px;
	}

	.billing-api-filter td.filters_report_type {
		padding-left: 0;
		margin-bottom: 0;
	}

	.billing-api-filter input.btn {
		margin: 0;
		width: 100%;
	}

	.billing-api-filter input[type=text],
	.billing-api-filter select {
		width: 100%;
		box-sizing: border-box;
		height: 35px;
		margin: 0;
		display: block;
	}
}

/*Оплата*/
.paymentMethods {
	list-style: none;
	padding-left: 0;
	margin: 20px 0 0;
}
.paymentMethodLogo {
	vertical-align: top;
	padding: 0 0 10px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.paymentMethodLogo:last-child {
	padding-right: 0;
}

.paymentMethodLogo .paymentMethodCheckbox {
	vertical-align: middle;
}

.paymentMethodLogo input:checked + label .paymentMethodCont {
	border-color: #e3e3e3;
	opacity: 1;
	background: #f5f5f5;
}

.paymentMethodLogo .paymentMethodCheckbox {
	display: none;
}

.paymentMethodLogo > label {
	display: block;
}

.paymentMethodLogo .paymentMethodCont {
	max-width: 468px;
	padding: 5px;
	color: #656565;
	font: 13px/13px Arial, sans-serif;
	background: #fafafa;
	border: 1px solid #EFEFF1;
	cursor: pointer;
	box-sizing: content-box;
	opacity: 0.6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.paymentMethodLogo .paymentMethodCont div:last-child {
	margin-left: auto;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.paymentMethodLogo .paymentMethodCont > div:not(last-child) {
	margin-right: 5px;
}
@media (max-width: 515px) {
	.paymentMethodLogo .paymentMethodCont > div:last-child {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	.paymentMethodLogo .paymentMethodCont > div:last-child .fr-input-group {
		margin-top: 5px;
	}
	.paymentMethodLogo .paymentMethodCont > div:last-child .fr-input-group,
	.paymentMethodLogo .paymentMethodCont > div:last-child input.bilAmount {
		width: 100%;
		margin-left: 0;
	}
}

.paymentMethodLogo .paymentMethodCont img {
	padding: 2px 0;
	vertical-align: middle;
	height: 32px;
}
#paymentProcessAmount {
	display: none;
}
.paymentMethodLogo {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.payment-wrapper {
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.paymentMethodLogo input.bilAmount {
	width: 75px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 10px;
}


.fr-pagination{
	margin: 0;
}

.fr-pagination > .active > span{
	z-index: 1;
}

.fr-pagination > .active > span,
.fr-pagination > .active > span:hover,
.fr-pagination > .active > span:focus{
	background: #EBEBEB;
	border-color: #DDDDDD;
	color: #444;
}

/*Переопределение bootstrap.css*/
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

button.site-connect-hash-refresh{
	padding: 3px 12px;
}

.input-sm, .form-horizontal .form-group-sm .form-control{
	font-size: 11px;
}

/*Главная страница*/
a.autoexpert-btn,
a.automag-btn{
	height: 140px;
	margin-bottom: 10px;
	display: block;
	box-shadow: 0 4px 4px -3px rgba(0,0,0,0.2);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.autoexpert-btn{
	text-align: right;
	padding: 30px 40px 10px 0;
	background: #f3f3f3 url(../img/autoexpert-btn.png) no-repeat 50px 5px;
}

a.automag-btn{
	padding: 30px 0 10px 40px;
	background: #f3f3f3 url(../img/automag-btn.png) no-repeat 85% 100%;
}

@media (max-width: 576px) {
	a.autoexpert-btn,
	a.automag-btn {
		background-image: none;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
	}
}

.autoexpert-btn:hover,
.automag-btn:hover{
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
	background-color: #f7f7f7;
}

.autoexpert-btn h3,
.automag-btn h3{
	text-transform: uppercase;
	font-size: 20px;
}

a.autoexpert-btn h5,
a.automag-btn h5 {
	font-size: 16px;
	color: #5f5e5e;
}

.vinqu-settings-page {
	padding-bottom: 60px;
	line-height: 1.5;
}

.vinqu-settings-page-block {
	margin-bottom: 30px;
}

.vinqu-settings-page p {
	line-height: 1.5;
}

.vinqu-settings-page h2 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	margin: 0 -20px 30px;
	padding: 0 20px 15px;
}

@media (max-width: 767px) {
	.vinqu-settings-page h2 {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 576px) {
	.vinqu-settings-page h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

.vinqu-settings-page .vinqu-settings-page-host-remove {
	padding: 0;
	background: transparent;
	vertical-align: top;
	position: absolute;
	right: 5px;
	top: 9px;
}

.vinqu-settings-page .vinqu-settings-page-hosts {
	margin: 20px 0;
}

.vinqu-settings-page .vinqu-settings-page-hosts,
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item,
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child .form-group,
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child .input-group {
	max-width: 331px;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child .form-group .help-block {
	display: none;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child .form-group.has-error .help-block {
	display: block;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item a {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item {
	padding-right: 8px;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item.list-group-item-uniq .vinqu-settings-page-host-remove {
	display: none;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child .form-group {
	margin: 0;
}
.vinqu-settings-page .vinqu-settings-page-hosts .list-group-item:last-child {
	padding: 0;
	border: 0;
}
.vinqu-settings-page .vinqu-settings-page-hosts input[type=text] {
	height: 34px;
	border-top-left-radius: 0;
	padding-left: 15px;
}
.vinqu-settings-page .vinqu-settings-page-hosts .input-group-btn .btn {
	border-top-right-radius: 0;
}
.vinqu-settings-page .vinqu-settings-page-host-remove .input-group-btn {
	border: 0;
}
.vinqu-settings-page .vinqu-settings-page-host-remove .btn {
	border-radius: 10px;
	padding: 0px 3px;
}

.vinqu-settings-page .vinqu-settings-page-host-remove .btn:focus {
	outline: none;
}
.vinqu-settings-page .vinqu-settings-page-code {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	resize: none;
}

.wVinquInfo h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.wVinquInfo .back-link-list-wrapper {
    margin-bottom: 15px;
}
.wVinquPrice * {
    font-size: 12px;
}

.vinqu-content-page-block {
	clear: both;
	padding-bottom: 30px;
}

/*landing*/
.landingBlock{
	padding: 0 0 20px 0;
}

.landingBlock img{
	border: 1px solid #fff;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	width: 280px;
	max-width: 100%;
	margin-bottom: 20px;
}

.landingBlock h2{
	margin-bottom: 25px;
	font-weight: bold;
}

.landingBlock button{
	margin-top: 20px;
}

@media (max-width: 480px) {
	.landingBlock button {
		width: 100%;
		margin-top: 0;
	}

	.landingBlock img {
		margin: 0 auto 20px;
		display: block;
	}
}

.landingBlock p{
	color: #656565;
	font: 16px/25px "Open Sans";
}

.landingBlockDigit {
	text-align: center;
	font-size: 50px;
	line-height: 1;
	color: #ececec;
	font-weight: bold;
	text-shadow: 1px 1px #dadada;
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.landingBlockDigit {
		font-size: 80px;
		margin-bottom: 0;
	}
}

.siteLanding .landingBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	min-height: 200px;
}

.siteLanding .landingBlock:last-of-type {
	 border-bottom: 0;
}

.landingTopBlock {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.landingTopBlock h2 {
	border-bottom: 1px solid #ddd;
	margin: 0 -20px 15px;
	padding: 0 20px 15px;
	font-size: 16px;
}

.landingTopBlock ul {
	margin: 0;
	padding: 9px;
	list-style: none;
}

.landingTopBlock li {
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 10px 30px;
	position: relative;
}

.landingTopBlock li:before {
	content: "\e116";
	font-family: 'material-feather-entypo' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	color: #ccc;
	font-size: 16px;
}

.landingTopBlock h2 span {
	color: #2b9a01;
}

@media (min-width: 576px) {
	.siteLanding .landingBlock {
		margin-left: -20px;
		margin-right: -20px;
	}

	.landingTopBlock h2 span {
		font-size: 20px;
		display: block;
	}
}

/*auth.page.tpl*/
.vinquAuthPage {
	max-width: 350px;
	margin: 50px auto 0
}

.vinquAuthPage .fr-alert {
	margin: 5px 0 0;
	padding: 5px 10px;
}

.vinquAuthPage .fieldRow {
	position: relative;
}

.vinquAuthPage .input-group-addon + .fr-form-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.vinquAuthPage #restorePass {
	position: absolute;
	top: 14px;
	right: 10px;
	z-index: 2;
	font-weight: 600;
}

.vinquAuthPage .fr-input-group {
	width: 100%;
}

.vinquAuthPage .input-group-addon {
	font-size: 18px;
	width: 45px;
	text-align: center;
}

.vinquAuthPageLabel {
	white-space: nowrap;
	margin-right: 10px;
}

.vinquAuthPageButton {
	margin-top: 10px;
	text-align: right;
}

.vinquAuthPageButton input {
	min-width: 130px;
}

.vinquAuthPage h1 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.billingDateWrapper {
	position: relative;
}

.billing-api-filter table .billingDateWrapper .ui-datepicker-trigger {
	position: absolute;
	margin: 0;
	cursor: pointer;
	bottom: 6px;
	right: 10px;
}

@media (max-width: 767px) {
	.billing-api-filter table .billingDateWrapper .ui-datepicker-trigger {
		bottom: 9px;
	}

	.navbar.navbar-vinqu .navbar-nav.expertNavLeft > li.nav-action > a > span > span,
	.navbar.navbar-vinqu .navbar-nav.expertNavLeft > li.nav-action > a > span:last-child > span:last-child {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		margin-right: 5px;
	}
}

/* view.list.tpl */
.vinqu-expert-list {
	font-size: 12px;
}
.vinqu-expert-list h1 {
	font-size: 22px;
	margin-bottom: 20px;
}

.table > thead.panel-heading > tr > td{
	vertical-align: middle;
}

.viewlistTable input{
	width: 130px;
}

.viewlistTable input.hasDatepicker{
	width: 70px;
	font-size: 11px;
}

.viewlistTable .datepicker-wrapper {
	clear: both;
}

.vinqu_tbody {
	background-color: #ffffff;
}
.vinqu_tbody TR:hover {
	background-color: #fdffe6;
}

.multiselect input{
	width: auto;
	margin: 0 10px 0 3px;
	vertical-align: top;
	top:4px !important;
}

.vinqu_tbody_td {
	cursor: pointer;
}

.vinqu_tbody_td .date-wrapper {
	width:150px;
}
.vinqu_tbody_td .vinqu-query-car,
.vinqu_tbody_td .vinqu-query-manager,
.vinqu_tbody_td .vinqu-query-user {
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 150px;
	display: inline-block;
}
.client-last-comment-wrap{
	display: inline-block;
}
.vinqu_tbody_td .query-string-td {
	max-width: 200px;
	min-width: 80px;
}
.vinqu_tbody_td .query-string-wrapper .query-string-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 60px;
	width: 200px;
	height: 20px;
}
.vinqu_tbody_td .query-string-wrapper .query-string-content {
	white-space: nowrap;
}
.vinqu_tbody_td .query-string-wrapper .query-string-count-comment {
	float: right;
	position: relative;
	right: -50px;
	top: -17px;
	width: 48px;
}

.vinqu_tbody_td.vinquery-status-completed td > *{
	opacity: 0.4;
}

.viewlistTable input.car-filter {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.viewlistTable .datapicker-head {
	min-width: 125px;
	max-width: 220px;
}
.viewlistTable .datapicker-head .input-group-addon,
.viewlistTable .datapicker-head .form-control {
	padding-left: 5px;
	padding-right: 5px;
}

.viewListDateFields .input-group{
	margin: 3px;
}

@media (min-width: 1101px) {
	.viewListDateFields {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1100px) {
	.viewlistTable input.hasDatepicker {
		width: 100%;
	}

	.viewlistTableButtons .btn {
		width: 100%;
		margin: 3px 0;
	}
}

/*settings.tpl*/
@media (max-width: 480px) {
	.vinqu-settings-page .btn,
	.vinqu-settings-page-options .btn {
		width: 100%;
	}
}

.brandsSettingsComment {
	margin-bottom: 20px;
}

/* style fixes */
.ui-multiselect-checkboxes label input,
.ui-multiselect-checkboxes label input[type=checkbox] {
	vertical-align: top !important;
}

/* */
.vinquLstSite .vinquLeft{
	float: left;
	width: 100%;
}

.vinquLstSite .vinquLeft table.viewlistTable * {
	font-size: 12px;
}

.vinquLstSite .vinquBanner {
	background: url("//astatic.nodacdn.net/common.images/cp.icon/vinquBanner.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 242px;
	margin: 14px 0 0 -230px;
	padding: 20px 19px 0 26px;
	width: 185px;
}

.vinquLstSite .vinquBanner > a{
	color: #FFFFFF;
	font: 24px/30px Arial;
	text-decoration: none;
	float: right;
}

.vinquLstSite .vinquBanner > a span{
	color: #5C5C5C;
}

.vinquLstSite .vinquBanner > p{
	color: #3C3C3C;
	font: 12px Verdana;
	margin: 50px 0 8px;
}

.vinquLstSite .vinquBanner > p a{
	color: #49ABCA;
	font: 12px/12px Verdana;
	text-decoration: underline;
}

.vinquLstSite .viewlistTable {
	font-size: 12px;
}

.vinquLstSite .viewlistTable select,
.vinquLstSite input[type=text] {
	height: 23px;
	line-height: 23px;
}

.vinquLstSite .viewlistTable input.hasDatepicker{
	width: 75px;
}

.vinquLstSite .viewlistTable input.hasDatepicker{
	width: 75px;
}

.vinquLstSite .viewlistTable .for-datepicker-label {
	float: left;
	min-width: 20px;
}

.vinquLstSite .viewlistTable .datepicker-wrapper {
	clear: both;
	line-height: 28px;
}

.vinquLstSite .status-completed{
	background-color: #d9ead3 !important;
}

.vinquLstSite .status-canceled{
	background-color: salmon !important;
}

.vinquLstSite .status-processing{
	background-color: #92c47d !important;
}

.vinquLstSite .paginator td {
	text-align: left;
}

.vinquLstSite .paginator p {
	color: Blue;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
}

.vinquLstSite .paginator p:hover {
	text-decoration: underline;
}

.vinquLstSite .loader {
	width: 20px;
	height: 20px;
	display: none;
	margin: 0;
	padding: 0;
}

.vinquLstSite .vinqu_tbody {
	background-color: #ffffff;
}
.vinquLstSite .vinqu_tbody TR:hover {
	background-color: #fdffe6;
}

.vinquLstSite .multiselect input{
	width: auto;
	margin: 0 10px 0 3px;
	vertical-align: top;
	top:4px !important;
}

.vinquLstSite .viewlistTable td{
	padding: 5px;
}

.vinquLstSite .vinqu_tbody_td {
	cursor: pointer;
}
.vinquLstSite .vinqu_tbody_td .vinqu-query-car,
.vinquLstSite .vinqu_tbody_td .vinqu-query-manager,
.vinquLstSite .vinqu_tbody_td .vinqu-query-user {
	overflow-x: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	width: 100px;
	display: inline-block;
}
.vinquLstSite .client-last-comment-wrap{
	display: inline-block;
}
.vinquLstSite .vinqu_tbody_td .query-string-td {
	width: 180px;
}
.vinquLstSite .vinqu_tbody_td .query-string-wrapper .query-string-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 50px;
	width: 125px;
	height: 20px;
	position: relative;
}
.vinquLstSite .vinqu_tbody_td .query-string-wrapper .query-string-content {
	white-space: nowrap;
}
.vinquLstSite .vinqu_tbody_td .query-string-wrapper .query-string-count-comment {
	float: right;
	position: absolute;
	right: 0px;
	top: -1px;
	width: 48px;
}

.vinquLstSite .stock-error {
	background: #F0D3D6;
	padding: 5px 10px;
	border: 1px dashed #E5E5E5;
	line-height: 24px;
	margin-bottom: 10px;
}
.vinquLstSite .stock-info {
	background: #95d8f0;
	padding: 5px 10px;
	border: 1px dashed #E5E5E5;
	line-height: 24px;
	margin-bottom: 10px;
}
.vinquLstSite #check_price_for_all {
	float: right;
	margin: 3px;
}
.vinquLstSite .table th,
.vinquLstSite .table td {
	border-top: 1px solid #bbbbbb;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	min-width: 20px;
}

.vinquLstSite .input-small {
	width: 70px;
}

.vinquLstSite a.btn {
	color: #333333;
	line-height: 23px;
	padding: 0 5px;
	text-decoration: none;
}
.vinquLstSite a.btn-primary, .vinquLstSite  a.btn-success {
	color: #fff;
}
.vinquLstSite .viewlistTable input.hasDatepicker {
	width: 80px;
	padding: 1px 6px;
}

.vinquLstSite .viewlistTable.table.table-bordered > thead > tr:first-child > td {
	border-bottom-width: 1px;
}

.vinquLstSite .vinquLeft button.ui-multiselect {
	min-width: 100%;
}

.wVinquInfo .car-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

.wVinquInfo .comment-block {
	margin-top: 10px;
}

button.expert-comment-button {
	background: #fff;
}

.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoClaimCol .wQueryDowncounter {
	pointer-events: none;
}

@media (max-width: 1260px) {
	.wVinquInfo .content-wrap {
		display: block;
		width: 100%;
	}

	.wVinquInfo .content-wrap tbody {
		display: block;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow {
		display: block;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoClientCol,
	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoStatusesCol {
		display: block;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoClaimCol {
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow #articles-table,
	.wVinquInfo .content-wrap .vinquInfoBottomRow .expert-reply-block {
		width: auto !important;
	}

	.wVinquInfo .client-tr,
	.wVinquInfo .client-tr .query {
		width: 100%;
		display: block;
	}

	.wVinquInfo .comment-block,
	.wVinquInfo .claim-block {
		width: auto;
	}

	.wVinquInfo .dialog-block {
		max-width: 250px;
	}
}

@media (max-width: 1000px) {
	.wVinquInfo .dialog-block {
		max-width: 100%;
	}

	.vinquInfoTopRow {
		width: 100%;
		display: block;
	}

	.vinquInfoTopRow td {
		display: inline-block;
		padding-right: 10px;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow #articles-table,
	.wVinquInfo .content-wrap .vinquInfoBottomRow .expert-reply-block {
		margin-right: 0;
		margin-left: 0;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoClientCol,
	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoStatusesCol {
		margin-top: 10px;
	}

	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoClientCol,
	.wVinquInfo .content-wrap .vinquInfoBottomRow .vinquInfoStatusesCol,
	.wVinquInfo .status-block,
	.wVinquInfo .dialog-block,
	.wVinquInfo .client-block,
	.wVinquInfo .expert-block,
	.wVinquInfo .attach-block {
		width: 100%;
	}

	.wVinquInfo .expert-block {
		margin-bottom: 10px;
	}

	.wVinquInfo .comment-block {
		margin-right: 0;
	}

	.wVinquInfo .expert-action-tr {
		height: auto;
	}

	.wVinquInfo .expert-tr input[type="text"].autocomplete_brand {
		width: 100%;
		margin-bottom: 8px;
	}

	.wVinquInfo .expert-tr input[type="text"] {
		width: 100%;
	}

}

@media (max-width: 480px) {
	.wVinquInfo h5 {
		font-size: 18px;
	}

	.vinquInfoTopRow td {
		display: block;
		padding-right: 0;
	}

	.wVinquInfo .btn.stock-off {
		margin-bottom: 20px;
		display: block;
	}

}

@media (min-width: 1100px) {
	.vinqu-expert-list_date .input-group {
		width: 46%;
	}
}

.dialog-submit {
	margin-top: 10px;
}

.customLuxuryToggler {
	position: relative;
	width: 95px;
	height: 24px;
	text-align: center;
}
.customLuxuryToggler .stat-viewswitcher-wrapper {
	height: 28px;
	padding-bottom: 15px;
}
.customLuxuryToggler .stat-viewswitcher {
	position: absolute;
	right: 0;
	-webkit-user-select: none;
	user-select: none;
}
.customLuxuryToggler .stat-viewswitcher-status,
.customLuxuryToggler .stat-viewswitcher-block {
	width: 95px;
	height: 24px;
	font-weight: 400;
}
.customLuxuryToggler .stat-viewswitcher-status {
	position: absolute;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	cursor: pointer;
}
.customLuxuryToggler .stat-viewswitcher-status:not(:checked) + .stat-viewswitcher-block .stat-viewswitcher-block-state {
	left: -70px;
}
.customLuxuryToggler .stat-viewswitcher-status:not(:checked) + .stat-viewswitcher-block {
	background-color: #ffffff;
}
.customLuxuryToggler .stat-viewswitcher-status:checked + .stat-viewswitcher-block {
	background-color: #2B9A02;
}
.customLuxuryToggler .stat-viewswitcher-block {
	position: relative;
	overflow: hidden;
	display: inline-block;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.125), 0 3px 10px 0 rgba(255, 255, 255, 0.125);
	background-color: #2B9A02;
	font-family: sans-serif;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.customLuxuryToggler .stat-viewswitcher-block-state {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 1px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.customLuxuryToggler .stat-viewswitcher-block-state-off,
.customLuxuryToggler .stat-viewswitcher-block-state-on {
	display: inline-block;
	height: 24px;
	vertical-align: top;
}
.customLuxuryToggler .stat-viewswitcher-block-state-off {
	width: 72px;
	padding-left: 5px;
	color: #cccccc;
}
.customLuxuryToggler .stat-viewswitcher-block-state-on {
	width: 72px;
	padding-left: 11px;
	color: #e0e9eb;
}
.customLuxuryToggler .stat-viewswitcher-block-state-slider {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	border-radius: 80px;
	background-color: #ccc;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 0 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.customLuxuryToggler.customLuxuryTogglerBlue .stat-viewswitcher-status:checked + .stat-viewswitcher-block {
	background-color: #0480be;
}
.customLuxuryToggler.customLuxuryTogglerBlue .stat-viewswitcher-block {
	background-color: #0480be;
}
.customLuxuryToggler.loading .stat-viewswitcher-block-state-slider-content {
	background: url(/images/loader.gif) 0 0;
	width: 20px;
	height: 20px;
}

/* стили из corrections.css */
/* начало файла captcha.tpl */
span.captcha {
	font-size: 12px;
	text-align: left;
}
/* конец файла captcha.tpl */

/*класс используется в __('search_page:limitExceededRequestsMessage')*/
.limitExceededRequestsMessage{
	color: red;
	font-weight: bold;
}

/* увеличен z-index для fancybox чтобы он перекрывал всплывающие на сайте подсказки qtip */
.fancybox-overlay {
	z-index: 16010;
}

.fancybox-wrap {
	z-index: 16020;
}

.fancybox-opened {
	z-index: 16030;
}

#fancybox-loading {
	z-index: 16060;
}

a.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
	z-index: 16040;
}

.fancybox-title,
.fancybox-title-float-wrap {
	z-index: 16050;
}
/* END увеличен z-index для fancybox чтобы он перекрывал всплывающие на сайте подсказки qtip */

/* Стили с визуального редактора */

span.grey-word {
	color: #888;
}

span.red-word {
	color: #E30613;
}

span.green-word {
	color: #00E000;
}

span.darkGrey {
	color: #333;
	text-decoration: underline;
	font: normal normal 9.2pt/14px Arial;
	outline: none;
}

a.httpLink,
a.httpLink:visited,
a.exeLink,
a.exeLink:visited,
a.pdfLink,
a.pdfLink:visited,
a.rarLink,
a.rarLink:visited,
a.xlsLink,
a.xlsLink:visited,
a.docLink,
a.docLink:visited,
a.pptLink,
a.pptLink:visited,
a.txtLink,
a.txtLink:visited,
a.fileLink,
a.fileLink:visited {
	vertical-align: text-bottom;
	padding: 5px 0 5px 22px;
}

a.httpLink,
a.httpLink:visited {
	background: url('/common.images/html.gif') no-repeat left center;
}

a.exeLink,
a.exeLink:visited {
	background: url('/common.images/exe.gif') no-repeat left center;
}

a.pdfLink,
a.pdfLink:visited {
	background: url('/common.images/pdf2.gif') no-repeat left center;
}

a.rarLink,
a.rarLink:visited {
	background: url('/common.images/rar2.gif') no-repeat left center;
}

a.xlsLink,
a.xlsLink:visited {
	background: url('/common.images/excel.gif') no-repeat left center;
}

a.docLink,
a.docLink:visited {
	background: url('/common.images/doc.gif') no-repeat left center;
}

a.pptLink,
a.pptLink:visited {
	background: url('/common.images/ppt.gif') no-repeat left center;
}

a.txtLink,
a.txtLink:visited {
	background: url('/common.images/txt.gif') no-repeat left center;
}

a.fileLink,
a.fileLink:visited {
	background: url('/common.images/file.png') no-repeat left center;
}
table.contentClassic {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.contentClassic tr th,
table.contentClassic tr td {
	border: 1px solid #ccc;
	padding: 5px;
}

img.imageLeft {
	float: left;
	margin: 0 10px;
}

img.imageRight {
	float: right;
	margin: 0 10px;
}

/* END: Стили с визуального редактора */