/*шрифт для подсказок*/
@import url(https://fonts.googleapis.com/css?family=Bad+Script);

/* -- Roboto -- */

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoThin.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoThin.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoThin.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoThin.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoLight.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoLight.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoLight.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoLight.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoLightItalic.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoLightItalic.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoLightItalic.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoLightItalic.eot") format("opentype"),
		 local('☺');
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoRegular.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoRegular.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoRegular.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoRegular.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoMedium.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoMedium.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoMedium.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoMedium.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoBold.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoBold.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoBold.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoBold.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Roboto";
	src: url("/css/fonts/Roboto/RobotoBlack.woff") format("woff"),
		 url("/css/fonts/Roboto/RobotoBlack.woff2") format("woff2"),
		 url("/css/fonts/Roboto/RobotoBlack.ttf") format("truetype"),
		 url("/css/fonts/Roboto/RobotoBlack.eot") format("opentype"),
		 local('☺');
	font-style: normal;
	font-weight: 900;
}

/* -- End of  Roboto -- */

/** Generated by FG **/

@font-face {
	font-family: "Pt-mono";
	src: url("/css/fonts/tc/PtMono/pt-mono.woff") format("woff"),
		 url("/css/fonts/tc/PtMono/pt-mono.ttf") format("truetype"),
		 url("/css/fonts/tc/PtMono/pt-mono.eot") format("opentype"),
		 url("/css/fonts/tc/PtMono/pt-mono.svg") format("svg"),
		 local('☺');
	font-weight: normal;
	font-style: normal;
}

/*
html, body {
	height: 100%;
}
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-size: 100%;
	background: #e6e8ef;
	min-width: 700px;
	font-family: Roboto, Arial, Helvetica, FreeSans, sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: none;
}

input, select, textarea, button {
	font-family: inherit;
}

li {
	position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%
}

p {
	font-size: 0.875em;
	margin: 0.25em 0;
}

a {
	font-size: 14px;
	text-decoration: none;
	/*-webkit-transition: all 0.2s ease-in;*/
	/*-moz-transition: all 0.2s ease-in;*/
	/*-o-transition: all 0.2s ease-in;*/
	/*transition: all 0.2s ease-in;*/
	color: #25acff;
	outline: none;
}

a:hover {
	color: #236D9A;
}

.infoblock table.default.search-result tr th a:visited, .infoblock table.default.search-result tr td a:visited, .infoblock table a.visited {
	color: #800080 !important;
}

/*
table.default.application tr td.ticket-tender-table-column a span, table.default.favorit tr td.tender-name a span, table.default.search-result tr td.search_name a span, table.default.tenders-new .tender_name a span:visited {
	color: #800080 !important;
}
*/

.no-dislpay {
	display: none;
}

.accept {
	color: white;
	background-color: #36C051;
}

.cancel {
	color: black;
	background-color: #eed8da;
}

.fixed-top {
	position: fixed !important;
	z-index: 1000;
	top: 0;
}

.break-words {
	white-space: normal!important;
}

.overflow-hidden {
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch;
}

.scroll-stub {
	padding-right: 17px;
	box-sizing: border-box;
}

.footer-print-block {
    float:right;
    padding:20px;
    display:none;
}
.footer-print-block p b {
	font-size: 16px;
}
.site-print {
	font-family: 'Roboto', sans-serif!important;
	display: none;
}
.footer-print-block p span {
	font-size: 14px;
}
.heder-for-print {
	overflow: hidden;
	padding: 20px;
	display: none;
}
.heder-for-print .img {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	margin: 0 30px 0 0;
}
.heder-for-print .title {
	display: inline-block;
	vertical-align: middle;
}
.heder-for-print .title p {
	
	font-size: 20px;
}
.heder-for-print .title span {
	font-size: 14px;
}

.pointer {
	cursor: pointer;
}
.plashka-title .pointer {
	display: inline-block;
	min-height: 80px;
}

.logout_image{
	background:url(/img/logout.png) no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
}

.logout_image:hover{
	background:url(/img/logout-blue.png) no-repeat;
	background-size: contain;
}

.infoblock table.default tr td a{
	transition: 0.2s;
}

.infoblock table.default tr td a:visited{
	font-size:16px;
	color: #800080 !important;
}

.infoblock table.default tr td a:hover{
	color: #236D9A;
}

.infoblock table.default tr td a:active{
	font-weight: 700;
	color: #e6005e !important;
}
.infoblock table.default tr td a:focus {
	color: #236D9A;
	font-weight: 700;
}

/*fluid grid*/

.container {
	width: 100%;
}
#container .cols {
	float: left;
	margin: 0 0;
	padding: 0;
}
#container .cols.col-1 {
	width: 8.333333333333333%;
}
#container .cols.col-2 {
	width: 16.66666666666667%;
}
#container .cols.col-3 {
	width: 25%;
}
#container .cols.col-4 {
	width: 33.33333333333333%;
}
#container .cols.col-5 {
	width: 41.66666666666667%;
}
#container .cols.col-6 {
	width: 50%;
}
#container .cols.col-7 {
	width: 58.33333333333333%;
}
#container .cols.col-8 {
	width: 66.66666666666667%;
}
#container .cols.col-9 {
	width: 75%;
}
#container .cols.col-10 {
	width: 83.33333333333333%;
}
#container .cols.col-11 {
	width: 91.66666666666667%;
}
#container .cols.col-12 {
	width: 100%;
}
input[type=submit]:disabled {
	opacity: 0.3;
	cursor: default;
}
a.link-base {
	font-weight:700;
	text-decoration: underline;
}
#savefavcontent #namefav, #savesubscribecontent #namesubscribe {
	display: inline-block;
}
#content .swith-presentation-link {
	position: relative;
	margin-left: 30px;
}
#savefavcontent .error-block, #savesubscribecontent .error-block {
	margin-left: 10px;
	display: inline-block;
	color: #bb0010;
	font-size: 13px;
}
.error-field, .controls.check-error input, .controls.check-error textarea {
	border: 1px dotted #bb0010!important;
}
.controls.check-success input {
	border: 1px solid #00aa00!important;
}
.controls.check-status:after {
	content: attr(data-content);
	display: inline-block;
	/*width на задается потому, что в js для :after content присваивается текст и блок не должен быть ограничен*/
	width: 34px;
	height: 32px;
	position: relative;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: 2px;
}
.controls.check-masked-field.check-status:after {
	height: 23px;
	width: 23px;
}
.controls.check-error:after {
	background: url('/img/delete.gif') center center no-repeat, #fff;
	color: #FF0000;
}
.controls.check-preloader:after {
	background: url('/i/loading_small.gif') center center no-repeat, #fff;
}
.controls.check-success:after {
	background: url('/img/check16.png') center center no-repeat, #fff;
	color: #00aa00;
}
tr.small-numeric th {
	padding: 2px 10px!important;
	text-align: center!important;
}
table.default.statistic tr td.summ {
	text-align: Left;
}
/*fluid grid*/

/*Глобальный прелоадер с затемнением*/

#global-preloader {
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('/i/ajax-loader.gif') no-repeat 0 0;
	display: none;
}
#veil {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	display: none;
}
/*структура страницы*/

#container {
	padding: 9px 7px 0 9px;
	/*padding:0px 0px 30px 0px;
	min-height: 100%;*/
	width: 100%;
}
/*#wrap #container {overflow:hidden!important;}*/

#wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	/*padding-bottom:50px;*/
}

/*Сообщение об ошибке на форме*/

form .submit-form-error-text {
	margin-left: 10px;
	color: #BB0010;
	font-size: 14px;
}
a.big-logo {
	display: none;
}
.hidden {
	display: none;
}
.global-hidden {
	display: none!important;
}
.invisible {
	display: none!important;
}
.default.add-employee td .add-employee-form-container {
	font-size: 14px;
}
.required .labels label:after {
	color: #f17062;
	content: "*";
	position: absolute;
}
/**********************************************        Стили оформления меню      *************************************************/

.clear:after, .clear:before, .clear {
	clear: both;
	display: block;
	content: "";
}
.main {
	min-height: 100%;
	width: 100%; /* was 75%*/
 	min-width: 691px;
	background-color: #e8f3ff!important;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	position: relative;
}
.mainwrapper {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
}
.sidebar {
	position: relative;
	width: 25%;
	max-width: 350px;
	min-width: 290px;
	background: #fff;
	z-index: 2001;
	flex-shrink: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
}
.mainwrapper.sbar-hidden .sidebar,
.mainwrapper.sbar-hidden .sidebar-menu.fixed,
.mainwrapper.sbar-hidden .sidebar:after {
	width: 85px;
	max-width: none;
	min-width: 0;
}
.mainwrapper.sbar-hidden .sidebar-menu.fixed {
	overflow: visible;
}
.mainwrapper.sbar-hidden .sidebar:after {
	padding-right: 0;
}
.mainwrapper.sbar-hidden .main {
	/*
	width: calc(100% - 100px);
	*/
}
.sidebar:after {
	content: '';
	position: fixed;
	height: 100%;
	top: 0;
	width: 25%;
	min-width: 290px;
	max-width: 350px;
	background: #fff;
	z-index: 2000;
	/*-webkit-transition: all 0.2s ease-in;*/
	/*-moz-transition: all 0.2s ease-in;*/
	/*-o-transition: all 0.2s ease-in;*/
	/*transition: all 0.2s ease-in;*/
}
.sidebar-account {
	background: #F2F8FF;
	position: relative;
	z-index: 9998;
	padding: 13px 15px 15px 0;
}

/*
.sidebar-account__heading {
	display: inline-block;
	margin: 20px 0;
}
*/
.mainwrapper.sbar-hidden .sidebar-account {
	padding: 20px 0;
}
.sidebar-account__photo {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto 5px;
	overflow: hidden;
}
.sidebar-account__photo img {
	border-radius: 50%;
	min-width: 100%;
}
.sidebar-account__name {
	color: #000;
	text-align: center;
	clear: both;
	padding:10px 0 10px 0;
	font-size: 15px;
	line-height: 15px;
}
.sidebar-account__login {
	color: #000;
	text-align: center;
	clear: both;
	padding:0  0 10px 0;
	font-size: 13px;
	line-height: 12px;
}
.sidebar-account__product {
	text-align: center;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}
.sidebar-account__product-list {
	overflow: hidden;
	text-align: center;
}
.sidebar-account__product-main {
	display: none;
}
.sidebar-account__product-main-btn {
	display: inline-block;
	background: #36C051;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 25px;
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	vertical-align: middle;
}
.sidebar-account__product-main-arr {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
	content: "";
	vertical-align: middle;
	margin-left: 10px;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}
.sidebar-account__product-main-arr.open {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.sidebar-account__product-list {
	display: none;
	background: #fff;
	z-index: 9;
	width: 60%;
	margin: 0 auto 0 -30%;
	border-radius: 3px;
	padding-bottom: 5px;
	position: absolute;
	left: 50%;
	top: 30px;
}
.sidebar-account__product-list-item {
	padding: 10px 0 5px;
	font-size: 11px;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}
.sidebar-account__product-list-item:hover {
	color: #36C051;
}
.sidebar-account__product-date {
	font-size: 12px;
	line-height: 15px;
	color: #727272;
	text-align: center;
	margin-top: 10px;
}
.sidebar-account__price {
	font-size: 12px;
	color: #000;
	text-align: center;
	position: relative;
	margin-top: 10px;
	display: none;
}
.sidebar-account__price span {
	font-weight: 700;
	font-size: 28px;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
	position: relative;
	padding-left: 40px;
}
.sidebar-account__price span:before {
	content: "";
	background: url("/img/tc/sidebar__bicorubl.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}
.sidebar-account__logout .logout_left {
	padding: 0;
}
.sidebar__main {
	text-align: left;
	float: right;
	width: 50%;
	padding-right: 20px;
}
.sidebar-account__aviable {
	color: #000;
	text-align: left;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 15px;
}
.sidebar-account__access-date{
	padding: 0 10px;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
.sidebar-account__logout-wrap {
	/*margin:10px 0;*/
	text-align: center;
}
.sidebar-account__logout {
	display: inline-block;
	vertical-align: middle;
}
.sidebar-account__logout:hover {
	color: #fff;
}
.index_grafic_wrap .new_diagramm {
	display: inline-block;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.index_grafic_wrap .new_diagramm {
	cursor: pointer;
}
.index_grafic_wrap .new_diagramm .filter_tab {
	height: 45px;
	position: relative;
}
.index_grafic_wrap .new_diagramm .filter_tab .diagram_wrap {
	position: absolute;
	bottom: 0;
	height: 100%;
	right: 0;
	left: 0;
}
.index_grafic_wrap .new_diagramm .filter_tab .diagram_wrap div {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*зеленая*/

.tabs_block_filter .addTicket-event-block .unread-column-part {
	background: #3c905e;
}
.tabs_block_filter .addTicket-event-block .unread-column-part:hover {
	background: #2d9c67;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='addTicket'] {
	background: #3d785a;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='addTicket']:hover {
	background: #318060;
}
/*желтая*/

.tabs_block_filter .changeTicket-event-block .unread-column-part {
	background: #cba92d;
}
.tabs_block_filter .changeTicket-event-block .unread-column-part:hover {
	background: #ceb211;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='changeTicket'] {
	background: #7a9447;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='changeTicket']:hover {
	background: #a19026;
}
/*красная*/

.tabs_block_filter .ticketEnd-event-block .unread-column-part {
	background: #c83126;
}
.tabs_block_filter .ticketEnd-event-block .unread-column-part:hover {
	background: #cd3e3a;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='ticketEnd'] {
	background: #71486c;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='ticketEnd']:hover {
	background: #a24041;
}
/*синия*/

.tabs_block_filter .newMsg-event-block .unread-column-part {
	background: #3876a9;
}
.tabs_block_filter .newMsg-event-block .unread-column-part:hover {
	background: #257ec2;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='newMsg'] {
	background: #37678f;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='newMsg']:hover {
	background: #1c6dac;
}
/*серая*/

.tabs_block_filter .other-event-block .unread-column-part {
	background: #9fa6ae;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='other'] {
	background: #818892;
}
.tabs__title__items .event-new-application.tab-filter[data-informer-type='other']:hover {
	background: #868d97;
}
.tabs_block_filter .other-event-block .unread-column-part:hover {
	background: #a8afb7;
}
.diagram_wrap .read-column-part {
	/*
		background:#414956;
		background: #39414e;
	*/
		background: #278CFA;
}
#content .tabs_block_filter .egoist-event-column {
	width: 100%;
}
#content .tabs_block_filter .selected-informer .unread-text {
	text-shadow: 0px 0px 5px #313943;
}
#content .js-show-all-event {
	cursor: pointer;
}
#content .js-show-all-event.disabled {
	border-bottom: none !important;
}
.sidebar-menu {
	padding: 10px 0 10px 15px;
	margin-right: 25px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 49999;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}
.sidebar-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	/*width: 326px;*/
	width: 25%;
	max-width: 350px;
	min-width: 290px;
	padding-right: 30px;
	overflow-y: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.sidebar-menu::-webkit-scrollbar {
	width: 0 !important;
}
.sidebar-menu-item {
	margin-bottom: 10px;
	position: relative;
	background-color: #e8f3ff!important;/*#F2F8FF;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 0 10px 10px;
	overflow: hidden;
	min-height: 36px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}
.sidebar-menu__item-main-text {
	padding-right: 30px;
}
.sidebar-menu-item-wrap-title {
	display: block;
	position: relative;
	padding: 13px 40px 10px 5px;
	
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

.sidebar-menu-item-wrap-title:hover{
	color: #25acfe;
}

.sidebar-menu__item-drop {}
.sidebar-menu__item-drop:before {
	content: "";
	width: 36px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	/*background-color: #f2f8ff;*/
}
.sidebar-menu__item-drop:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 46%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 5px solid #25acfe;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}
.sidebar-menu-item.opened .sidebar-menu__item-drop:after {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	top: 45%;
}
.sidebar-menu__item-info {
	display: inline-block;
	
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #777;
	padding: 0 20px 0 10px;
}
.sidebar-menu__item-info-text{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.mainwrapper.sbar-hidden .sidebar-menu__item-list {
	background-color: #F2F8FF;
}
.sidebar-menu__item-list {
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	display: none;
}
.sidebar-menu__item-list-item {
	margin-bottom: 5px;
	position: relative;
}
.sidebar-menu__item-list-item a {
	font-size: 14px;
	line-height: 15px;
	color: #000;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}

.sidebar-menu__item-list-item.current:before {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: -15px;
	top: 6px;
	background-color: #278CFA;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "";
}
.sidebar-menu__item-list-item.current a, .sidebar-menu__item-list-item a:hover {
	
	font-weight: 700;
}
.sidebar-menu-item__icon {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	background-image: url("/img/tc/sidebar-menu.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 16px;
}
.sidebar-menu-item .sidebar-menu__item-main-title span {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	margin-left: 15px;
}
.sidebar-menu-item:nth-child(1) .sidebar-menu-item__icon {
	background-position: 0 0;
	height: 21px;
	margin-top: 16px;
}

.sidebar-menu-item:nth-child(2) .sidebar-menu-item__icon {
	background-position: 0 -21px;
	height: 21px;
	margin-top: 16px;
}

.sidebar-menu-item:nth-child(3) .sidebar-menu-item__icon {
	background-position: 0 -42px;
	height: 15px;
	margin-top: 16px;
}
.sidebar-menu-item:nth-child(4) .sidebar-menu-item__icon {
	background-position: 0 -57px;
	height: 24px;
	margin-top: 16px;
}
.sidebar-menu-item:nth-child(5) .sidebar-menu-item__icon {
	background-position: 0 -81px;
	height: 23px;
}
.sidebar-menu-item:nth-child(6) .sidebar-menu-item__icon {
	background-position: 0 -104px;
	height: 23px;
	margin-top: 12px;
}
.sidebar-menu-item:nth-child(7) .sidebar-menu-item__icon {
	background-position: 0 -127px;
	height: 28px;
	margin-top: 12px;
}
.sidebar-menu-item:nth-child(8) .sidebar-menu-item__icon {
	background-position: 0 -155px;
	height: 28px;
	margin-top: 12px;
}
.sidebar-menu-item:nth-child(9) .sidebar-menu-item__icon {
	background-position: 0 -183px;
	height: 21px;
}
.sidebar-menu-item:nth-child(10) .sidebar-menu-item__icon {
	background-position: 0 -204px;
	height: 20px;
	margin-top: 13px;
}
.sidebar-menu-item:nth-child(11) .sidebar-menu-item__icon {
	background-position: 0 -224px;
	height: 21px;
}
.sidebar-menu-item:nth-child(12) .sidebar-menu-item__icon {
	background-position: 0 -245px;
	height: 22px;
}
.sidebar-menu-item:nth-child(13) .sidebar-menu-item__icon {
	background-position: 0 -267px;
	height: 19px;
}
.sidebar-menu-item:nth-child(14) .sidebar-menu-item__icon {
	background-position: 0 -286px;
	height: 25px;
}

/*Hover properties*/
.sidebar-menu-item:nth-child(1) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(2) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(3) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(4) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(5) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(6) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(7) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(8) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(9) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(10) .sidebar-menu-item__icon:hover {
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(11) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(12) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sidebar-menu-item:nth-child(13) .sidebar-menu-item__icon:hover{
	background-image: url("/img/tc/sidebar-menu-1.png");
	transition: ease 0.3s;
}

.sbar-hidden .sidebar-menu-item:nth-child(1) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(2) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(3) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(4) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(5) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(6) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(7) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(8) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(9) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(10) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(11) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(12) .sidebar-menu-item__icon,
.sbar-hidden .sidebar-menu-item:nth-child(13) .sidebar-menu-item__icon{
	margin-top: 8px!important;
}

.sidebar-menu-item__wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 35px);
}
.sidebar-hide {
	width: 14px;
	height: 100%;
	background-color: rgb(202, 202, 202);
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
.sidebar-hide-arr {
	height: 7px;
	width: 7px;
	border: 1px solid #fff;
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
	display: block;
	position: fixed;
	top: calc(30vh - 15px);
	margin: -5px 0 0 -2px;
}

.clear.mainwrapper .sidebar-hide-arr {
	margin-left: 5px!important;
}

.clear.mainwrapper.sbar-hidden .sidebar-hide-arr {
	margin-left: 3px!important;
}

.mainwrapper.sbar-hidden .sidebar-hide-arr {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-left: -6px;
}

.sidebar-account__photo {
	background: url(/img/tc/plashka-employee.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 90px;
	float: left;
	clear: both;
	display: inline-block;
	margin-left: 11%;
}

.mainwrapper.sbar-hidden .sidebar-account__name,.mainwrapper.sbar-hidden .sidebar-account__login,.mainwrapper.sbar-hidden .sidebar__main , .mainwrapper.sbar-hidden .sidebar-account__product, .mainwrapper.sbar-hidden .sidebar-account__price, .mainwrapper.sbar-hidden .sidebar-account__aviable, .mainwrapper.sbar-hidden .sidebar-account__logout-wrap {
	 display: none;
}

.mainwrapper.sbar-hidden .sidebar-account__photo {
	width: 60px;
	height: 60px;
}
.mainwrapper.sbar-hidden .sidebar-menu-item__wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 9999999;
	background-color: #F2F8FF;
	min-width: 300px;
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-webkit-transition: .2s all ease;
}
.mainwrapper.sbar-hidden .sidebar-menu-item:hover {
	overflow: visible;
}
.mainwrapper.sbar-hidden .sidebar-menu-item:hover .sidebar-menu-item__wrap {
	opacity: 1;
	visibility: visible;
	left: 45px;
/*	margin-left:5px*/
}
.mainwrapper.sbar-hidden .sidebar-menu.fixed .sidebar-menu-item {
	width: 45px;
}
.mainwrapper.sbar-hidden .sidebar-menu-item:hover .sidebar-menu-item-wrap-title, .mainwrapper.sbar-hidden .sidebar-menu-item:hover .sidebar-menu__item-list {
	padding-left: 35px;
}
.mainwrapper.sbar-hidden .sidebar-menu-item:hover .sidebar-menu__item-list {
	padding-left: 35px;
}
/**********************************************        Стили оформления меню      *************************************************/

/*****************************************/

.btn-default, .table-footer p a, .infoblock .destination form .control-group .labels, .infoblock .destination form .control-group.no-label a, .infoblock .more-maps .inform-edit-block #create-tc-ticket-for-me, .infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other, .client-list-manage .add-new-client-button .btn-default, .infoblock .tab-block .left_column .ticket_form_wrapper_block .submit-block input[type="submit"], .bottom-btn-block, .big-button-add a, .add-plashka-block .add-employee .add-employee-button, .add-employee-fast form .control-group .controls input.filter-button, #container .AddTender a.button, .extra-buttons .extra-button span, form input[type="submit"], input.js-action-add, .message-block input[type='submit'], .message-block input[type='button'], .settings-block form input[type="submit"], .submit-block.save input[type="submit"], #nextStep, .no-match-count-block button, .add_task_button, .button_toParticipate, .close_add_task_form_button, .add-status button, .analytics-form .form-buttons-block a, input[type="submit"], input[type="button"], .button-type, input.js-action-add, #nextStep, .ui-dialog-buttonset button, .no-match-count-block button, .add_task_button, .close_add_task_form_button, .js-add-new-tag, button.js-crop-img-done, .sidebar-account__logout {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 8px 16px 9px;
	background: #25acfe;
	font-size: 14px;
	color: white;
	cursor: pointer;
	font-weight: 700;
	
	border: 0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	vertical-align: middle;
}
.tenderCard__tabs {
	float: right;
}
.button_toParticipate {
	margin-top: -7px;
	background: #9bd08c;
}
.button_toParticipate:hover {
	background: #7EA972;
}
.js-add-new-tag {
	padding: 8px 16px 9px!important;
}
.analytics-form .form-buttons-block a {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}
.extra-buttons .extra-button span {
	display: inline-block;
	vertical-align: middle;
}
.table-footer p a {
	text-decoration: none;
	vertical-align: middle;
	margin: 0 10px;
}
.infoblock .destination form .control-group .labels, .infoblock .destination form .control-group.no-label a {
	display: inline-block;
}
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-me, .infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other, .client-list-manage .add-new-client-button .btn-default, .infoblock .tab-block .left_column .ticket_form_wrapper_block .submit-block input[type="submit"] {
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.bottom-btn-block {
	float: right;
	width: 33.6%;
	text-align: center;
	padding: 17px 15px;
	right: 0;
	z-index: 99;
}
.group-btn input[type="submit"], div.title.settings .submit-block input[type="submit"], .button-type, .message-area .submit-block input[type="submit"] {
	padding: 8px 16px 9px;
	background: #25acfe;
	font-size: 14px;
}
.big-button-add a {
	width: 100%;
	border-radius: 0;
	font-size: 30px;
	padding: 25px 0;
	margin: 0 0 20px 0;
	display: block;
	text-align: center;
	text-decoration: none;
}
.add-plashka-block .add-employee .add-employee-button, .add-employee-fast form .control-group .controls input.filter-button {
	text-decoration: none;
	outline: none;
}
.msg .message-item.incoming div p>a:hover, .msg .message-item.sent div b>a:hover {
	background: #25acfe;
}
.left_column .tags-manage-block input[type="button"].js-add-new-tag {
	width: 39%;
	display: inline-block;
	margin-left: 1%;
}
.print-block .print a {
	background: #25acfe;
}
.print-block .print a:hover,
.message-area .submit-block input[type="submit"]:hover,
.btn-default:hover, .table-footer p a:hover,
.add-status button:hover,
.analytics-form .form-buttons-block a:hover,
.big-button-add a:hover,
.bt-metka:hover,
div.title.settings .submit-block input[type="submit"]:hover,
.button-type:hover, .group-btn input[type="submit"]:hover,
.search-field input[type="submit"]:hover,
.bottom-btn-block:hover,
.client-list-manage input[type="button"]:hover,
.ui-dialog-buttonset button:hover,
.add_task_button:hover,
.infoblock .destination form .control-group.no-label a:hover,
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-me:hover,
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other:hover,
.client-list-manage .add-new-client-button .btn-default:hover,
.infoblock .tab-block .left_column .ticket_form_wrapper_block .submit-block input[type="submit"]:hover,
form input[type="submit"]:hover, .message-block input[type='submit']:hover,
.message-block input[type='button']:hover,
.settings-block form input[type="submit"]:hover,
.submit-block.save input[type="submit"]:hover,
#nextStep:hover, .close_add_task_form_button:hover,
.extra-buttons .extra-button span:hover,
.extra-buttons .extra-button:hover span,
.ui-datepicker button.ui-datepicker-current:hover,
#container .AddTender a.button:hover,
.group-button .bt.view:hover,
.add-plashka-block .add-employee .add-employee-button:hover,
.add-employee-fast form .control-group .controls input.filter-button:hover,
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive span.open-dostup:hover,
.ui-dialog-buttonset button.yes-button:hover, button.js-crop-img-done:hover,
.sidebar-account__logout:hover {
	background: #236D9A;
}

/*****************************************/

/****************************************   Стили оформления контентной части      *************************************************/

#content {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	/*padding:0 0 0 18.4375em;*/
	min-height: 100%;
}
#content.hide {
	padding: 0px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#header {
	position: relative;
	z-index: 10;
	background-color: #278CFA;
	-webkit-transition: .5s position ease;
	-moz-transition: .5s all ease;
	-ms-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header-left {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	/*-webkit-flex: 4 1 auto;
	-ms-flex: 4 1 auto;
	flex: 4 1 auto;*/
	flex: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-top: 10px;
}
.header-left_top {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header-right {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	/*-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;*/
	flex: auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.header-left_button{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/img/tc/setting-icon.png) no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
	background-position: 0px 0px;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/* -- Блок с подсказками --*/

.header__help {
	color:white!important;
	text-decoration: none!important;
}

.hidden {
	display: none;
}

.logo {
	padding: 30px 0 0 30px;
	margin-right: 20px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.logo-pic {
	background: url("/img/tc/logo_bico_white.png") no-repeat;
	width: 140px;
	height: 36px;
	display: block;
}
.logo-slogan {
	font-size: 12px !important;
	line-height: 15px !important;
	color: #fff;
	margin-top: 10px;
}

.heading-panel-searchform-bottom {
	margin: 0 0 20px 15px;
}
.heading-panel-title {
	font-size: 28px;
	line-height: 37px;
	font-weight: 700;
	color: #fff;
	margin: 15px 15px 15px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 4 1 auto;
	-ms-flex: 4 1 auto;
	flex: 4 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.heading-panel-title span {
	display: block;
}

@media screen and (min-width:1600px) {
	.heading-panel-title span{
		display: inline!important;
	}
}
.heading-panel-searchform {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px 3px 15px;
	position: relative;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 4 1 auto;
	-ms-flex: 4 1 auto;
	flex: 4 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	/*width: 55%;*/
}

.h-panel-sf-btn {
	background: url("/img/tc/zoom.png") no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	border: none;
}
.h-panel-sf-btn-do {
	background-color: #278CFA;
	border: none;
	width: 60px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 9px;
	border-radius: 2px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.h-panel-sf-btn-do:hover {
	border-width: 4px;
	
	font-weight: 700;
}
.heading-panel-searchform.active .h-panel-sf-btn-do {
	opacity: 1;
	visibility: visible;
}
.h-panel-sf-input[type="text"] {
	background: none;
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin-left: 5px;
}
.h-panel-sf-input[type="text"]::placeholder {
	color: #fff;
}
.h-panel-sf-input[type="text"]:focus {
	outline: none;
	border: none;
}
.h-panel-sf-input[type="text"]:-webkit-autofill,
.h-panel-sf-input[type="text"]:-webkit-autofill:hover,
.h-panel-sf-input[type="text"]:-webkit-autofill:focus,
.h-panel-sf-input[type="text"]:-webkit-autofill:active {
	transition: all 5000s ease-in-out 0s;
	transition-property: background-color, color;
}
.heading-panel-searchform.active .h-panel-sf-input[type="text"]{
	width: calc(100% - 100px);
}
.heading-panel-searchform-bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.quality-service {
	height: 45px;
	margin-left: 40px;
	width: 245px;
	/*display: none;*/
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.heading-panel .quality-service{
	flex:none!important;
	margin-right: 10px;
}
.quality-service a {
	height: 42px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	color: #ffffff;
	font-size: 14px;
	line-height: 39px;
	font-weight: 400;
	transtition: .2s all ease;
	-moz-transtition: .2s all ease;
	-webkit-transtition: .2s all ease;
	padding: 0 20px;
}
.quality-service a:hover {
	background-color: #fff;
	color: #278CFA !important;
}
/*
.manager-wrapper {
	display: flex;
	padding: 7px 20px 0 20px;
	text-align: right;
	margin-bottom: 20px;
}
*/
#header .top-group {
	position: absolute;
	top: 0;
	right: 0;
	height: 59px;
}
#header .top-group .show-page-tip {
	float: right;
}
#header .top-group .quality-service {
	position: relative;
	display: inline-block;
	padding: 11px 30px 0 0;
	float: right;
}
#header .top-group .quality-service a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px 0 34px;
	position: relative;
}
#header .top-group .quality-service a:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 24px;
	top: 5px;
	left: 9px;
	background: url(/img/tc/cheklist_icon.png) 0 0 no-repeat;
}
.quality-service-window {
	position: relative;
	display: block;
}
.quality-service-window .ui-dialog-buttonset button {
	margin: 0 25px;
	padding: 10px 50px !important;
	text-align: center;
}
.quality-service-window .ui-dialog-buttonset button span {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}
span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
	position: absolute;
	display: block;
	width: 20px !important;
	height: 20px !important;
	overflow: hidden;
	right: 0;
	margin-left: -15px;
	top: 15px;
	cursor: pointer;
	background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin: 5px auto 10px;
}
.ui-dialog-buttonset button:nth-child(3) {
	margin-top: 20px;
}
span.ui-button-icon-primary.ui-icon.ui-icon-closethick:before,
span.ui-button-icon-primary.ui-icon.ui-icon-closethick::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #B7B7B7;
}
span.ui-button-icon-primary.ui-icon.ui-icon-closethick::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
span.ui-button-icon-primary.ui-icon.ui-icon-closethick::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.quality-service-title {
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.quality-service-wrap {
	text-align: center;
}
.quality-service-wrap:after {
	content: "";
	display: block;
	width: 75%;
	height: 1px;
	margin: 30px auto 0;
	background-color: #D2D9E1;
}
.quality-service-wrap-left,.quality-service-wrap-content {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.quality-service-wrap-left {
	text-align: center;
}
.quality-service-wrap-photo {
	width: 90px;
	height: 90px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.quality-service-wrap-photo img {
	max-width: 100%;
}
.quality-service-wrap-name {
	color: #000000;
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 10px;
}
.quality-service-wrap-post {
	text-align: right;
	color: #A5A5A5;
	font-weight: 300;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
.quality-service-wrap-content {
	background-color: #278CFA;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	max-width: 474px;
	margin-left: 30px;
	position: relative;
}
.quality-service-wrap-content:after {
	content: "";
	width: 0;
	height: 0;
	border: 23px solid transparent;
	border-top-color: #278CFA;
	border-bottom: 0;
	border-right: 0;
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
}
.quality-service-wrap-content strong {
	
	font-weight: 700;
}
.quality-service-window .quality-good {
	position: relative;
	background: #36C051;
	border: none;
	padding: 8px 16px 9px 16px;
}
.quality-service-window .quality-good:hover {
	background: #77b864;
}
.quality-service-window .quality-bad {
	position: relative;
	background: #EB2C2C !important;
	border: none !important;
	padding: 8px 16px 9px 16px !important;
	color: #fff !important;
}
.quality-service-window .quality-bad:hover {
	background: #c25454 !important;
}
.quality-service-window .quality-comment-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	
	font-weight: 500;
	margin: 15px 0 10px 0;
}
.quality-service-window .quality-comment {
	border: 1px solid #B7B7B7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 75%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	height: 100px;
	resize: none;
	font-size: 14px;
	color: #B7B7B7;
	display: block;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.quality-service-window .quality-comment:focus {
	color: #000;
	border-color: #000;
}
.quality-service-window .br-theme-fontawesome-stars .br-widget {
	margin: 15px 0 0 0;
	height: auto;
	text-align: center;
}
.quality-service-window .br-theme-fontawesome-stars .br-widget a {
	display: inline-block;
	width: 20px;
	text-align: center;
	margin: 0 2px;
	font-size: 14px;
	
	color: #212121!important;
}
.quality-service-window .br-theme-fontawesome-stars .br-widget a:after {
	font-family: "FontAwesome" !important;
	font-size: 18px;
	display: block;
	margin: 7px 0 0 0;
}
.quality-service-window .manager-rating-title {
	position: relative;
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 20px;
	
	font-weight: 500;
	margin: 15px 0 0 0;
}
.quality-service-window .quality-thanks {
	position: relative;
	display: block;
	text-align: center;
	margin: 30px 0 20px 0;
}

.quality-service-window.quality-status__bad .quality-thanks {
	display: none;
}

.quality-service-window.quality-service-window__small.quality-status__bad {
	width: 300px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

/*.quality-service-window.quality-status__bad {*/
	/*width: 300px !important;*/
	/*left: 50% !important;*/
	/*transform: translateX(-50%) !important;*/
/*}*/

.quality-service-window .quality-thanks div {
	
	font-weight: 500;
	font-size: 24px;
	margin: 20px 0 0 0;
}
.quality-service-window .send_btn {
	position: relative;
	display: block;
	margin: 20px 0 -10px 0;
}
.quality-service-window .send_btn a {
	display: block;
	background: #36C051;
	border-radius: 2px;
	width: 220px;
	height: 38px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff !important;
	margin: 0 auto;
	text-decoration: none;
}
.quality-service-window .send_btn a:hover {
	background-color: #3ae25b;
}
.quality-service-grade-stars-wrap {
	margin-bottom: 15px;
}
.quality-service-window .quality-service-grade-rate,
.quality-service-window .quality-service-grade-stars-wrap,
.quality-service-window .quality-bad-text,
.quality-service-window .quality-comment,
.quality-service-window .send_btn {
	display: none;
}
.quality-bad-text {
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0;
}
.quality-service-window.quality-status__bad .quality-bad-text,
.quality-service-window.quality-status__bad .quality-comment,
.quality-service-window.quality-status__bad .send_btn,
.quality-service-window.quality-status__bad .quality-service-grade-rate,
.quality-service-window.quality-status__bad .quality-service-grade-stars-wrap,
.quality-service-window.quality-status__good .quality-service-grade-rate,
.quality-service-window.quality-status__good .quality-service-grade-stars-wrap,
.quality-service-window.quality-status__good .quality-bad-text,
.quality-service-window.quality-status__good .quality-comment,
.quality-service-window.quality-status__good .send_btn {
	display: block;
}
.quality-service-window.quality-status__good .quality-bad-text {
	display: none;
}
.quality-service-window .quality-service-grade-rate-info {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
.quality-service-grade-rate-digit {
	background: url("/img/tc/manager-rate.png") center top no-repeat;
	padding-top: 25px;
	margin-top: 15px;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin: 0;
}
.quality-service-grade.best .quality-service-grade-rate-digit,
.quality-service-grade.best .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.quality-service-grade.best .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #36C051;
}
.quality-service-grade.bad .quality-service-grade-rate-digit,
.quality-service-grade.bad .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.quality-service-grade.bad .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #c03636;
}
.quality-service-grade.good .quality-service-grade-rate-digit,
.quality-service-grade.good .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.quality-service-grade.good .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #FFBA00;
}
.quality-service-grade .br-theme-fontawesome-stars .br-widget a {
	margin-right: 6px;
}
.quality-service-grade.text .quality-service-grade-rate-digit {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
}
.quality-service-grade.text .quality-service-grade-rate-info {
	display: none;
}
.quality-service-grade {
	margin-top: 10px;
}
.infoblock .left_column .control-group.tags-manage-block .tree-popup .tree_items_wrapper {
	z-index: 999;
}
.manager-wrapper {
	z-index: -1;
}
#header .manager {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
}

@media screen and (max-width:980px){
	#header .manager{
		margin-top: 0!important;
	}

}

@media screen and (min-width:1366px) and (max-width:1490px) {
	#header .manager .name-manager{
	float:none!important;

	}
	#header .manager{
		text-align: center;
		margin-bottom: 20px;
	}

}
.manager-wrapper .manager {
/*	padding-left: 20px;*/
}
.manager-wrapper .manager .photo {
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.manager-wrapper .manager .photo img {
	min-width: 100%;
	max-width: 100%;
}
#header .manager .name-manager {
	font-size: 0.75em;
	display: inline-block;
	height: auto;
	vertical-align: middle;
/*	margin: 0 30px;*/
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
#header .manager .name-manager-data {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}
#header .manager .name-manager-label {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin-top: 5px;
	line-height: 1.5;
}
.name-manager-rate {
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	word-break: break-word;
}
.name-manager-rate span {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}
.manager-open {
	background-color: rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.manager-open-arr {
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px;
}
#content .border {
	min-height: 4em;
	background: #f6f6f6;
}
#container .infoblock:last-child {
	margin-bottom: 0;
}
#container .infoblock {
	background: white;
	position: relative;
	padding: 20px 20px 0 20px;
}

@media screen and (min-width:1381px) {
	#container .infoblock.calendar {
		padding-bottom: 20px;
	}
}


.infoblock table {
	width: 100%;
	/*margin: 0.625em 0 20px 0;*/
	/*padding-bottom: 20px;*/
	/*padding-bottom: 20px;  01.09 */
}

.tc-page-search-advanced .form-hint.form-hint--sorting,
.tc-page-search-personal .form-hint.form-hint--sorting {
	margin-bottom: 20px;
}

.tc-page-tender-calendar #footer .contractor_support {
	display: inline-block;
}

.tc-page-ticket-list .infoblock table {
	padding-bottom: 20px;
}

.tc-page-tender-index .infoblock .form-hint {
	padding-bottom: 20px;
}

.infoblock.favorite-page .title.settings {
	padding: 0!important;
}
.infoblock table tr th, .infoblock table tr td {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	padding: 0 2em 0 2em;
	text-align: left;
}
.infoblock table tr th {
	font-size: 15px;
	font-weight: 400;
}
.infoblock table tr td {
	font-size: 15px;
	position: relative;
	line-height: 1.5;
}

.infoblock table tr td span{
	font-size: 14px;
	font-weight: 500;
}

.infoblock table tr td:nth-of-type(1) {
	font-weight: 400;
}

.infoblock table tr td b {
	font-weight: 700;
	font-size: 15px!important;
}

.infoblock table tr td .text-green-done {
	color: #a3db92;
}

.infoblock table tr th:nth-of-type(1), .infoblock table tr td:nth-of-type(1) {
	border-left: none;
	padding: 0 0.4em 0 0.4em;
}
.infoblock table tr td.planing {
	
}
.infoblock table tr td.planing i, .infoblock .default.history tr td .mes-wrap i {
	content: '';
	border-radius: 50%;
	background: #cccccc;
	width: 9px;
	height: 9px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	margin: -1px 10px 0 0px;
	vertical-align: middle;
	display: inline-block;
}
.infoblock table.default.new-events tr:hover td {
	background: transparent;
}
.infoblock table tr.new_msg_line td.planing .mes-wrap, .infoblock .default.history tr.new_msg_line td .mes-wrap {
	position: relative;
	display: inline-block;
}
.infoblock table tr.new_msg_line td.planing .mes-wrap .tooltip.fade.in.top .tooltip-inner, .infoblock .default.history tr.new_msg_line td .mes-wrap .tooltip.fade.in.top .tooltip-inner {
	background: #2b333e!important;
	border-radius: 5px!important;
	-o-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	color: white!important;
	padding: 5px!important;
	border: none!important;
	font-size: 14px!important;
	line-height: 16px!important;
}
.infoblock table tr.new_msg_line td.planing .mes-wrap .tooltip.fade.in.top, .infoblock .default.history tr.new_msg_line td .mes-wrap .tooltip.fade.in.top {
	top: -105px!important;
	left: -90px!important;
	display: block!important;
	position: absolute!important;
	text-align: center!important;
	z-index: 9999;
}
.infoblock table tr td.planing .mes-wrap .tooltip.fade.in.top, .infoblock .default.history tr td .mes-wrap .tooltip.fade.in.top {
	display: none!important;
}
.infoblock table tr.new_msg_line td.planing .mes-wrap .tooltip.fade.in.top .tooltip-arrow, .infoblock .default.history tr.new_msg_line td .mes-wrap .tooltip.fade.in.top .tooltip-arrow {
	border-top-color: #2b333e!important;
	border-width: 9px 9px 0px;
	left: 85px;
	z-index: 99999;
	bottom: -102px;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	/* left: 100%; */
	right: 100%;
}
.infoblock table tr td.planing .bg-shadow {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/tc/shadow.png) repeat-y;
	background-position: right top;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.infoblock table tr.new_msg_line td.planing i, .infoblock .default.history tr.new_msg_line td .mes-wrap i {
	background: #f1886f;
	cursor: pointer;
}
.infoblock .default.history tr td .informer-msg {
	
	width: 95%;
	overflow: hidden;
	height: 15px;
}
.infoblock .default.history tr td .informer-msg {
	height: auto!important;
	width: 90%!important;
	overflow: visible!important;
}
.infoblock table tr td.planing .informer-msg .ov {
	overflow: hidden;
	width: 100%;
}
.infoblock table tr td.planing div, .infoblock .default.history tr td .informer-msg {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	word-break: normal !important;
}
.infoblock table tr td.planing .tooltip.fade.in.top .tooltip-arrow {
	left: 12%;
}
.infoblock .default.history tr.new_msg_line td .informer-msg {
	cursor: pointer;
}
.infoblock table tr td.planing div.group-button {
	display: inline-block;
	float: none;
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
}
.infoblock table tr td.planing div.group-button .bt {
	width: 26px!important;
	display: inline-block;
}
.infoblock table tr:hover td.planing div.group-button .bt {
	opacity: 1;
}
.infoblock table tr td.planing .group-button .bt.edit:after {
	background: url(/img/tc/eye_i2.png) center center no-repeat;
	height: 100%;
	width: 100%;
}
.infoblock table tr td.planing div a {
	word-break: break-word;
}
.table-footer {
	position: relative;
	/*line-height:3.125em; 01.09 */
	line-height: normal;
	font-size: 14px;
	
}
.table-footer span {
	color: rgba(43, 51, 62, .5);
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.table-footer span:before {
	content: '';
	border-radius: 50%;
	width: 9px;
	height: 9px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	margin: 0px 5px 0 5px;
	vertical-align: middle;
	display: inline-block;
	top: -1px;
}
.table-footer span.new_msg:before {
	background: #f1886f;
}
.table-footer span.read_msg:before {
	background: #cccccc;
}
.table-footer span.read_msg {
	margin-left: 20px;
}
.table-footer p {
	margin: 20px 0 0 0;
}
.infoblock p a {
	display: inline-block;
	/*  01.09  */
}
.extra-buttons {
	padding: 0px 50px 27px;
}
.extra-buttons .show_extra_lines {
	display: block;
}
table.analytics_table.analytics_table.floating-head {
	border-collapse: collapse!important;
}
/*
table.default.search-template td.name_subscribe_autor {
	white-space: initial!important;
}
*/
.tabs_block_filter ul li.no-border-left div.filter_tab {
	padding-left: 0px!important;
}
.tabs_block_filter ul li.no-border-left:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: transparent;
	bottom: 100%;
	left: 0;
}
/*
.tabs_block_filter ul li.no-border-left.active:before,
.tabs_block_filter ul li.no-border-left:hover:before {
	background:#25acfe;
	content:'';
	position:absolute;
	width:100%;
	height:108px;
	background:#2b333e;
	bottom:100%;
	left:0;
}
*/

.tabs_block_filter ul li.no-border-left.egoist-event-column:before {
	display: none !important;
}
.tabs_block_filter ul li div.filter_tab {
	line-height: 40px;
	padding: 0 20px 0 10px;
	text-align: center;
	position: relative;
	z-index: 5;
}
.tabs_block_filter ul li div span.number_scroll {
	font-size: 34px;
	color: #555c65;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	min-width: 40px;
	text-align: right;
	
	font-weight: 700;
}
.tabs_block_filter ul li div span.informer-count {
	border-radius: 22px;
	-o-border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-ms-border-radius: 22px;
	height: 22px;
	background: #f1886f;
	color: white;
	position: absolute;
	top: -8px;
	right: 0px;
	font-size: 12px;
	line-height: 20px;
	min-width: 22px;
	padding: 0 3px;
}
.title_tab .count-container {
	line-height: 1;
	display: none;
	vertical-align: middle;
	margin-left: 4px;
	font-size: 13px;
	color: #fff;
}
.extra-buttons .extra-button {
	text-align: center;
	padding: 20px 0;
}
#container .infoblock.index_page.upper .extra-buttons .extra-button {
	padding: 20px 0 0 0;
}
.index_grafic_wrap .title.settings {
	margin: 0 0 5px 0!important;
}
#container .infoblock .title.settings.empty_count {
	margin: 0!important;
	padding-bottom: 25px!important;
	border: none!important;
}
#container .infoblock .title.settings.empty_count p {
	border: none!important;
	padding-left: 5px;
	padding-top: 15px;
}
#container .infoblock .title.settings.empty_count p a {
	color: #fff;
	/*font-weight: 700;*/
	font-size: 24px;
	text-decoration: underline;
}
#container .infoblock .title.settings.empty_count p a:hover {
	text-decoration: none;
}
.count_link {
	color: #fff;
}
.count_link:hover {
	color: #25acfe;
}
.infoblock table.default.favorit tr td.flag-favorite span, .infoblock table.default.favorit tr th.flag-favorite span {
	background: url(/img/tc/flag.png) center center no-repeat;
	top: -2px;
	position: relative;
	opacity: 0.4;
	width: 15px;
	height: 15px;
	display: block;
}
.infoblock table.default.favorit tr td:nth-of-type(1):hover span, .infoblock table.default.favorit tr.selected td:nth-of-type(1) span {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.infoblock table.default.favorit tr td:nth-of-type(1) {
	vertical-align: middle;
}
td.hide-for-print.helpers-view.chan.view {
	background-color: #fff;
}
.infoblock table.default.new-events tr th:nth-of-type(1) {
	width: 1%
}
.infoblock table.default.new-events tr th:nth-of-type(3), .infoblock table.default.new-events tr td:nth-of-type(3) {
	width: 5%!important
}
.infoblock table.default.new-events tr th:nth-of-type(2), .infoblock table.default.new-events tr td:nth-of-type(2) {
	width: 94%!important;
	text-align: left;
}
.infoblock table.default.new-events tr th, .infoblock table.default.new-events tr td {
	text-align: center;
	width: 1%!important;
;
}
.infoblock table.default.new-events tr.small-numeric th {
	text-align: center;
}
.infoblock .new-events-empty {
	padding: 20px;
}
.violet-informer {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 5px 20px;
}
.swiper-container {
	width: 100%;
	padding-top: 100px;
	margin-top: -100px!important;
	height: 100%;
	overflow: visible!important;
}
.swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
#palisade {
	width: 100%!important;
	padding-top: 33px;
	position: relative;
	display: table;
	height: 400px;
	vertical-align: bottom;
}
.reg_wrap {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
.wrap_grafick_top_index #legend {
	padding-top: 10px;
	margin-left: 0px;
	display: table;
	width: 100%;
	z-index: 2;
	background: white;
	position: relative;
}
.wrap_grafick_top_index {
	width: 25%!important;
	display: inline-block;
	margin-left: 36px;
	vertical-align: bottom;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 1px;
}
.wrap_grafick_top_index #legend .legend-item {
	display: table-cell;
	width: 20%;
	text-align: center;
	font-size: 12px;
	margin-left: 0px;
	text-transform: uppercase;
	position: relative;
}
.wrap_grafick_top_index #legend .legend-item:nth-of-type(1):before {
	border-left: 1px solid #cecece;
}
.palisade-row {
	display: table-cell;
	width: 20%;
	padding: 0 1%;
	position: relative;
	vertical-align: bottom;
}
#palisade .palisade-row {
	width: 20%;
	z-index: 1;
	display: table-cell;
	vertical-align: bottom;
	padding-top: 35px;
	padding: 0 1%;
	position: relative;
}
.wrap_grafick_top_index #legend .legend-item:before {
	content: '';
	z-index: 4;
	top: -9px;
	left: 3px;
	position: absolute;
	width: 100%;
	height: 4px;
	margin-top: 2px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin-left: -3px;
}
#palisade .palisade-row .region-block {
	display: block;
	width: 100%;
	border-bottom: 0.45em solid #fff;
	padding-bottom: 0.45em;
	font-size: 1px;
}
#map {
	width: 69%!important;
	float: right;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#map svg {
	height: 100%!important;
}
.pix_diapo .slider-grafick {
	width: auto;
	margin: auto;
	text-align: center;
	height: 400px!important;
	overflow: hidden;
}
.pix_diapo .slider-grafick img {
	height: 92%;
}
.maps_wrap {
	position: relative;
}
.competitor_wrap {
	width: 59%;
	height: 92%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 35px;
}
#competitor-graphic {
	display: table;
	width: 100%;
	height: 100%;
}
#competitor-list {
	min-height: 300px;
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	text-align: left;
	padding: 0 50px 0 15px;
}
.competitor_wrap .legend-competitor {
	text-align: center;
	width: 100%;
	background: white;
	display: block;
	position: relative;
	padding: 10px 0 40px;
}
.competitor_wrap .legend-competitor ul {
	list-style-type: none;
}
.competitor_wrap .legend-competitor ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	margin: 0 5px;
}
.competitor_wrap .legend-competitor ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 36px;
	height: 16px;
}
.competitor_wrap .legend-competitor ul li.win:before {
	background: #4F85A7;
}
.competitor_wrap .legend-competitor ul li.ticket:before {
	background: #79B6D5;
}
#competitor-list h4 {
	
	font-weight: 700;
	font-size: 18px;
	text-align: center;

}
#competitor-list p {
	border-bottom: 1px dashed #e7e7e7;
	padding: 5px 0;
	font-size: 14px;
	
}
#competitor-list p span {
	display: block;
	overflow: hidden;
}
#competitor-list p span.numbs {
	float: left;
	margin: 0 5px 0 0;
}
#competitor-graphic .graphic-row-item {
	display: table-cell;
	height: 100%;
	width: 25%;
	vertical-align: bottom;
}
#competitor-graphic .graphic-row-item .graphic-row-name {
	width: 100%;
	height: 24px;
	padding: 15px 0 0px 0;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	box-sizing: content-box;
	background: white;
}
#competitor-graphic .graphic-row-item .grafick_name_wrap {
	position: relative;
}
#competitor-graphic .graphic-row-item .grafick_name_wrap .tooltip.fade.top.in {
	top: -130px!important;
	left: 0px!important;
}
#competitor-graphic .graphic-row-item .grafick_name_wrap .tooltip.fade.top.in .tooltip-arrow {
	display: none;
}
#competitor-graphic .graphic-row-group {
	height: 70%;
	position: relative;
}
#competitor-graphic .graphic-row-group:nth-of-type(1):after {
	border-left: 1px solid #cecece;
}
#competitor-graphic .graphic-row-group:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -5px;
	margin-top: 2px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin-left: -3px;
	left: 2%;
	z-index: 99;
}
#competitor-graphic .graphic-row-group .graphic-row-full {
	display: inline-block;
	height: 100%;
	width: 50px;
	position: relative;
}
#competitor-graphic .graphic-row-group .graphic-row {
	position: relative;
	height: 100%;
	width: 50px;
}
#competitor-graphic .graphic-row-group .graphic-row .graphic-row-value {
	
	font-weight: 700;
	font-size: 10px;
	width: 100%;
	position: absolute;
	top: -14px;
	left: 0px;
	text-align: center;
}
#competitor-graphic .graphic-row-group .graphic-row-participation {
	background: #79B6D5;
}
#competitor-graphic .graphic-row-group .graphic-row-win {
	background: #4F85A7;
}
.swiper-container .swiper-slide {
	height: auto;
}
.violet-informer.violet {
	background: #7266ba;
}
.violet-informer.green {
	background: #e3a041;
}
.violet-informer.yellow {
	background: #dd5858;
}
.violet-informer p {
	color: #fff;
	font-size: 14px;
	
	display: inline-block;
	margin: 0;
	padding: 5px 0;
}
.violet-informer span {
	display: inline-block;
	width: 35px;
	height: 22px;
	vertical-align: middle;
	background: url(/img/tc/small-logo.png) no-repeat;
	background-position: 0px 0px;
	margin-right: 20px;
}
.violet-informer:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 13px;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.sidebar .employee .information .tenders-left-auth-block {
	margin-top: 5px;
	color: rgba(247, 248, 251, .3);
}
.sidebar .employee .information .tenders-left-auth-block span, .sidebar .employee .information p.dostup-date {
	font-size: 11px;
	color: rgba(247, 248, 251, .3);
}
.sidebar .employee .information .tenders-left-auth-block, .sidebar .employee .information p.dostup-date span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
.sidebar .employee .information p.dostup-date a {
	font-size: 12px;
	color: #25acfe;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	margin: 3px 0 0 0;
}
.sidebar .employee .information p.dostup-date a:hover {
	color: #236D9A;
}
.infoblock table.default.new-events tr td.planing {
	
}
.infoblock table.default.new-events tr td:nth-of-type(2) {
	text-align: left
}
.infoblock table.default.new-events tr td:nth-of-type(3) {
	font-size: 14px
}
.infoblock table.default.favorit tr th:nth-of-type(6) {
	width: 15%
}
.infoblock table.default.favorit tr th:nth-of-type(7) {
	width: 10%
}
.infoblock table.default.favorit tr:hover td .group-btn .bt {
	opacity: 1
}
.infoblock table.default.favorit tr td:nth-of-type(1):hover span, .infoblock table.default.favorit tr.selected td:nth-of-type(1) span, .infoblock .tenders-new tr td:nth-of-type(2):hover span, .infoblock .tenders-new tr.selected td:nth-of-type(2) span {
	background-position: 0px 0px;
}
.infoblock table.default.new-events tr td p span.pure {
	color: #8C8C8C;
	font-family: 'Pt-mono';
}
td.hide-for-print.helpers-view.chan.view>span {
	background-position: 0px 0px!important;
}
.infoblock table.default.favorit tr td:nth-of-type(1) {
	cursor: pointer
}
.infoblock table.default.favorit tr:hover td:nth-of-type(2):before, .infoblock table.default.favorit tr.selected td:nth-of-type(2):before {
	opacity: 1
}
.infoblock .tenders-new tr td:nth-of-type(2):hover span, .infoblock .tenders-new tr.selected td:nth-of-type(2) span {
	background-position: 0px 0px;
}
.infoblock table tr:nth-of-type(1) th {
	border-top: none
}
#container .infoblock .title {
	font-size: 0.875em;
	text-transform: uppercase;
	
	line-height: 1.125em;
	margin: 0 0 12px 0;
	font-weight: 500;
}
.index_grafic_wrap .title.settings {
	color: #fff;
	padding: 6px 0 0 0!important;
	z-index: 2;
}
.index_grafic_wrap {
	background: #278CFA;
}
.event-new-application.tab-filter {
	padding-left: 30px;
}
.index_grafic_wrap .title.settings p {
	margin: 0 0 0 15px!important;
}
.index_grafic_wrap .title.settings p, #container .infoblock .settings.index-page p {
	text-transform: none;
	font-size: 24px;
	padding: 0px 0 0px 0px;
	
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted!important;
	line-height: 1;
}
#container .infoblock small.informer {
	font-size: 13px;
	
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	line-height: 1;
	font-weight: 400;
}
#container .infoblock small.informer i {
	font-size: 23px;
	margin-top: -1px;
	display: inline-block;
}
#container .infoblock small.informer a {
	text-decoration: none;
	/*color:#fff;*/
	font-size: 14px;
	display: inline-block;
}
#container .infoblock .table td p {
	font-size: 13px;
}
#container .infoblock.index_page .table {
	padding: 30px 6px 0;
}
#container .infoblock.index_page .table.paddinger {
	padding-bottom: 0 !important;
}
#container .infoblock.index_page .table-footer {
	padding: 0 20px 30px;
}
#container .infoblock .department-title {
	text-align: left;
	color: #000000;
}
#container .infoblock.department-client-list {
	padding: 20px;
	margin: 0;
	border: none;
}
.quick_info {
	display: inline-block;
	margin: 1em 0 1em 3.4375em;
}
.quick_info span {
	
	font-weight: 700;
	font-size: 1.125em;
	display: inline-block;
	margin: 0 1em 0 0;
	vertical-align: middle;
}
.quick_info .quick-event {
	display: inline-block;
	vertical-align: middle;
}
.quick_info .quick-event p {
	
	font-size: 0.75em;
}
div.message-box {
	width: 30.625em;
	padding: 1.25em;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #efefef;
	z-index: 101;
	display: none;
}
.message-box .avatar-message {
	overflow: hidden;
	width: 4.6875em;
	height: 4.6875em;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	-ms-border-radius: 50%;
	vertical-align: middle;
}
.message-box .left-area {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}
.message-box .message-title {
	
	font-size: 0.875em;
	line-height: 30px;
}
.message-box .message-title:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	margin: 0 0.625em 0 0;
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
	background-position: -8px -96px;
}
.message-box .close, .infoblock .info-user .close, .settings-block .close, .popup-informer .close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -4px -69px;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}
.message-box .left-area .message {
	
	font-size: 12px;
}
/*new design index_page tabel events*/

.infoblock table.new-events.list-index-page {
	margin: 0 auto 0!important;
	border-collapse: collapse;
}
.infoblock table.new-events.list-index-page tr:nth-of-type(1) td {
	padding-top: 0px!important;
}
.infoblock table.new-events.list-index-page tr td {
	border: none;
	vertical-align: top;
}
.infoblock table.new-events.list-index-page tr td.date_view {
	padding-right: 0!important;
}
.infoblock table.new-events.list-index-page tr td.date_view p {
	margin: 0;
}
.infoblock table.default.new-events tr td.date_view span {
	font-size: 12px;
	line-height: 1;
	color: #fff!important;
	padding: 1px 5px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}
.infoblock table.default.new-events tr.new_msg_line[data-informer-type="other"] td.date_view span {
	background: #bfbebc;
	color: #fff!important;
}
.infoblock table.default.new-events tr[data-informer-type="other"] td.date_view span {
	color: #bfbebc!important;
	background: transparent;
}
.infoblock table.default.new-events tr.new_msg_line[data-informer-type="changeTicket"] td.date_view span {
	background: #fccc22;
	color: #fff!important;
}
.infoblock table.default.new-events tr[data-informer-type="changeTicket"] td.date_view span {
	color: #fccc22!important;
	background: transparent;
}
.infoblock table.default.new-events tr.new_msg_line[data-informer-type="addTicket"] td.date_view span {
	background: #3eac65;
	color: #fff!important;
}
.infoblock table.default.new-events tr[data-informer-type="addTicket"] td.date_view span {
	color: #3eac65!important;
	background: transparent;
}
.infoblock table.default.new-events tr.new_msg_line[data-informer-type="ticketEnd"] td.date_view span {
	background: #e34730;
	color: #fff!important;
}
.infoblock table.default.new-events tr[data-informer-type="ticketEnd"] td.date_view span {
	color: #e34730!important;
	background: transparent;
}
.infoblock table.default.new-events tr.new_msg_line[data-informer-type="newMsg"] td.date_view span {
	background: #3786c8;
	color: #fff!important;
}
.infoblock table.default.new-events tr[data-informer-type="newMsg"] td.date_view span {
	color: #3786c8!important;
	background: transparent;
}
#container .infoblock.index_page {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#container .infoblock.index_page .title.settings.index-page p {
	margin-bottom: 3px;
	margin-top: 0;
	border-bottom: none!important;
}
#container .infoblock.index_page .title.settings.index-page small.informer {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tabs__title__items li, .tab_controls ul li {
	position: relative;
	width: 20%;
	display: inline-block;
	float: left;
	z-index: 1;
}
.tab_controls ul li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: transparent;
	bottom: 0;
	left: 0;
}
/*
.tab_controls ul li:hover:after {
	content:'';
	position:absolute;
	width:100%;
	height:108px;
	background:#2b333e;
	bottom:0;
	left:0;
	z-index:0;
}
	*/

table.tenders-new tr.post td.add_to_favorite .tooltip.fade.in.top {
	top: -12px!important;
	left: -7px!important;
}
.index_blcok_default_info {
	width: 100%;
	margin: 0!important;
	padding: 0;
}
.index_blcok_default_info tr:hover td {
	background: none;
}
.index_blcok_default_info td {
	border: none!important;
}
.index_blcok_default_info {
	padding: 0!important;
}
.index_blcok_default_info td.longer {
	width: 60%;
	text-align: left!important;
	color: #fff!important;
	line-height: 1.4;
	font-size: 20px;
	padding-left: 0!important;
	vertical-align: top;
}
.index_blcok_default_info td.longer table {
	padding-bottom: 7px;
	margin: 0;
}
.index_blcok_default_info td.longer table tr td.date_view {
	width: 1%;
	color: #fff;
	vertical-align: middle;
	padding-left: 0!important;
	padding-bottom: 0!important;
}
.index_blcok_default_info td.longer table tr td.planing {
	font-size: 18px;
	vertical-align: middle;
	padding-left: 0!important;
}
.index_blcok_default_info td.longer table tr td.date_view span.pure {
	color: #39414e;
	font-size: 12px;
	font-family: 'Pt-mono';
	background: #fff;
	line-height: 1;
	padding: 1px 5px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}
#container .infoblock.index_page .settings.index-page {
	padding: 20px 19px 15px!important;
}
.index_blcok_default_info td.longer p {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400;
}
.index_blcok_default_info td.short {
	width: 40%;
	padding-left: 10%!important;
}
.index_blcok_default_info td.short.tenders {
	vertical-align: top;
}
.index_blcok_default_info td.short.tenders span {
	margin-left: 0px;
	color:black;
	font-weight: 400;
}

td.short.tenders{
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.index_blcok_default_info td.short.tenders, .index_blcok_default_info td.longer {
	padding-top: 0px!important;
}
.empty-comments.main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
}
.index_blcok_default_info td.short span {
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 0;
	display: block;
	line-height: 1.4;
	font-weight: 300;
/*	width: 260px; */
/*	margin-top: 7px;*/
}
.index_blcok_default_info td.short i.star {
	background: url(/img/tc/stars3.png) no-repeat;
	background-position: -34px 0px;
	top: 0px;
	position: relative;
	opacity: 1;
	width: 15px;
	height: 20px;
	display: block;
	transition: none;
	margin-right:3%;
}
.tab_controls {
	/*margin-top:20px;*/
}
.tabs__title__items {}
.tabs_block_filter {
	position: relative;
}
.tab_controls .title_tab {
	position: relative;
	display: block;
	/*padding:0px 0 25px 0px;*/
	width: 100%;
	z-index: 1;
}
.tab_controls .read_msg .title_tab a, .tabs__title__items .title_tab a {
	color: #fff!important;
}
.tab_controls .read_msg.active.selected-informer .title_tab a, .tab_controls .read_msg.active.selected-informer .title_tab a:hover {
	border-bottom: none !important;
}
.tabs__title__items .read_msg .title_tab:hover a, .tab_controls .title_tab:hover a {
	color: #fff;
	border-bottom: none;
}
.tab_controls .title_tab:hover a, .tab_controls .title_tab a, .tabs__title__items .read_msg .title_tab a {
	color: #fff;
	/*border-bottom:1px dotted transparent*/
;
}
.tab_controls .title_tab:hover a, .tab_controls .title_tab:hover i.count {
	color: #a2a2a2;
}
.tab_controls .read_msg .title_tab:hover a {
	text-shadow: 0 0 5px #282e37, 0 0 5px #282e37;
}
.tab_controls .read_msg .title_tab i.count {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.tab_controls .read_msg .title_tab:hover i.count {
	color: #fff;
	text-shadow: 0px 0px 5px #282e37, 0px 0px 5px #282e37;
}
.tabs__title__items .event-new-application.tab-filter {
	padding: 8px 0 8px 16px;
}
/*new design index_page tabel events*/

.infoblock table.default.tenders-new {
	margin-top: -10px
}
.infoblock table.default.tenders-new tr td:nth-of-type(1) {
	font-size: 10px;
	text-align: center;
}
.infoblock table.default.tenders-new tr th:nth-of-type(3) {
	/*width: auto;*/
}
.infoblock table.default.tenders-new tr th:nth-of-type(3) {
	text-align: left;
}
.infoblock table.default.tenders-new tr th {
	text-align: center;
	vertical-align: top;
}
.infoblock table.default.tenders-new tr td {
	font-size: 13px;
	text-align: center;
}
.infoblock table.default.tenders-new tr td:nth-of-type(3) {
	text-align: left;
	font-size: 12px;
}
.infoblock table.default.tenders-new tr td i {
	font-size: 13px;
}
.infoblock table.default.tenders-new tr td, .infoblock table.default.tenders-new tr th {
	border: none;
	text-align: left;
	white-space: normal;
}
.infoblock table.default.tenders-new tr th {
	color: #000000;
}
.infoblock table.default.tenders-new tr td.period_date {
	white-space: nowrap;
}
.infoblock table.default.tenders-new tr td.add_to_favorite span {
	display: inline-block;
	cursor: pointer;
}
.infoblock table.default.tenders-new tr th.price_col {
	text-align: center;
}
.infoblock table.default.tenders-new tr td.price_col {
	text-align: left;
	font-weight: 700;
}

.infoblock table.default.tenders-new tr td.add_to_favorite span:before {
	content: '';
	background: url(/img/tc/stars3.png) no-repeat;
	top: 0px;
	position: relative;
	opacity: 1;
	width: 15px;
	height: 20px;
	display: block;
	background-position: 0px 0px;
	transition: none;
}
.infoblock table.default.tenders-new tr.selected td.add_to_favorite span:before, .infoblock table.default.tenders-new tr.selected:hover td.add_to_favorite span:before {
	background-position: -34px 0px;
}
.infoblock table.default.tenders-new tr:hover td.add_to_favorite span:before {
	background-position: -18px 0px;
}
.infoblock table.default.tenders-new tr:hover td {
	background: #f6f6f6;
}

.infoblock table.default.tenders-new tr td.tender_name:visited{
	color:#2926af;
}
.infoblock table.default.tenders-new tr td.tender_name:active {
	color:#4eaeff;
}
.infoblock table.default.tenders-new tr td.tender_name {
	width: 40%;
}

/* Адаптивность для карточки тендера */

@media screen and (max-width:700px) {
	.infoblock table.default.tenders-new tr td.tender_name {
		width: 100%;
		font-size: 15px!important;
	}
}

/************scroll-bar***************/

.infoblock .mCSB_scrollTools .mCSB_draggerRail {
	width: 14px;
	border-radius: 0;
}
.infoblock .mCSB_scrollTools .mCSB_buttonUp, .infoblock .mCSB_scrollTools .mCSB_buttonDown, .infoblock .mCSB_scrollTools .mCSB_buttonLeft, .infoblock .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(/img/tc/sprite.png);
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #f6f6f6;
}
.infoblock .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -60px -147px;
}
.infoblock .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -73px -147px;
}
.popup_bico:not(.tc-page-subscribe-list) .infoblock .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.popup_bico:not(.tc-page-subscribe-list) .infoblock .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	/*width: 14px;*/
}

.infoblock .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.infoblock .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #25acfe!important;
	border-radius: 0;
}

.infoblock .mCSB_scrollTools .mCSB_draggerRail {
	background: #f6f6f6;
}
/************scroll-bar***************/

/**********************правая колонка календарь событий на 7 дней************************************/

table.calendar {}
table.calendar tr td b {
	font-size: 18px;
}
table.calendar tr td {
	height: 80px;
	vertical-align: middle;
}
table.calendar tr:nth-of-type(1) td {
	border-top: none;
}
table.calendar tr td span {
	display: block;
	font-size: 14px;
	
}
table.calendar tr td.planing:before {
	background: #f05050;
}
table.calendar tr.weekend td:first-child {
	color: #f05050;
}
table.calendar tr.today p {
	font-size: 14px;
	
}
table.calendar tr.today {
	border: 5px solid #f05050;
}
.table-footer.calendar p:before {
	background: #f05050;
}
#container .infoblock .settings {
	text-transform: none;
	font-size: 24px;
	padding: 0px 0 0px 10px;
	
	font-weight: 700;
	position: relative;
}
#container .infoblock .settings.group {
	padding: 0px 0 0px 0px!important;
}
#container .infoblock .settings span {
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	line-height: 16px;
	margin-right: 10px;
}
#container .infoblock .settings span.worked-tender, #container .infoblock .settings span.rejected-tender, #container .infoblock .settings span.need-approve-tender {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -1px;
	font-size: inherit;
	line-height: inherit;
}
#container .infoblock .settings span.worked-tender .tooltip.fade.in.top, #container .infoblock .settings span.rejected-tender .tooltip.fade.in.top, #container .infoblock .settings span.need-approve-tender .tooltip.fade.in.top {
	top: -95px!important;
	left: auto!important;
	right: 90px!important;
}
#container .infoblock .settings span.worked-tender i, #container .infoblock .settings span.rejected-tender i, #container .infoblock .settings span.need-approve-tender i {
	display: inline-block;
	margin: 0;
}
#container .infoblock .settings span.worked-tender:before, #container .infoblock .settings span.rejected-tender:before, #container .infoblock .settings span.need-approve-tender:before {
	display: none;
}
#container .infoblock .settings span:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
/************Стили оформления формы********************/

.vertical {
	height: auto;
	overflow: auto;
	position: relative;
}
.vertical.calendar {
	height: 500px;
}
.vertical.message {
	height: 400px;
}
.message-block.infoblock {}
form .control-group .labels {
	display: inline-block;
	min-width: 165px;
	/*width:26%;*/
	padding: 0 10px;
	vertical-align: middle;
}
form .control-group .controls.bigger {
	width: 73%;
	vertical-align: top;
	margin: 5px 0 10px 0;
}
form .control-group .controls.bigger trextarea {
    resize:none;
    height:65px;
}
form .control-group .controls {
	display: inline-block;
	min-width: 300px;
	width: 55%;
	vertical-align: middle;
}
form .control-group. .controls.middle {
	width: 25%;
	min-width: 200px;
}
form .control-group.field-name-dateTrade .controls, form .control-group.field-name-dateReview .controls, form .control-group.field-name-finishProtocolDate .controls {
	width: 25%;
	min-width: 200px;
}
form .control-group .controls b {
	font-size: 13px;
	font-weight:700;
	
	padding: 0 0 0 7px;
	line-height: 20px;
}
form .control-group .controls textarea {
	padding: 0.5em 0 0 0.5em;
	
}
form .control-group .controls input {
	width: 100%;
	padding: 0 0 0 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tc-page-settings-index .infoblock .js-widget-Form .control-group .controls input {
    margin-top: 0;
}

.tc-page-settings-index #company #confirmationableTasks,
.tc-page-settings-index #employee #resetPassword,
.tc-page-task-list .filter-block.task_filter_block_wrapper #justExpired {
    margin-top: 10px;
}

.comment-list-block .message-item {
	font-size: 13px;
}
input#reset:hover {
	background: #25acfe;
	color: #fff;
}
input#reset {
	border: none;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #25acfe;
	/*font-size: 0.875em;*/
	
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: none;
	padding: 6px 12px 7px;
	background: #fff;
	font-weight: 700;
	border: 2px solid #25acfe;
}

.submit-block {
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	min-height: 46px;
}

.tc-page-subscribe-list .infoblock .title.settings.sub .helps-visual .submit-block {
	min-height: auto;
}

.submit-block.trans {
	background-color: transparent !important;
}

.submit-block input {
	font-size: 14px;
	line-height: normal;
	vertical-align: middle;
}

.submit-block input:not(:last-child) {
	margin-right: 15px;
}

form .submit-block,
.submit-block.save {
	background: #f6f6f6!important;
	padding: 16px 30px;
	border-top: 1px solid #efefef!important;
	position: relative;
	z-index: 1;
	/*margin-top:30px;*/
}

.tc-page-ticket-edit .add_task_form .add_task_form_block_wrapper .submit-block {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
	form .submit-block,
	.submit-block.save {
		margin-left: -10px;
		margin-right: -10px;
	}

	.tc-page-search-personal.tc-page-search-personal--has-tender .infoblock #tenderSearch .submit-block {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 1025px) {
	form .submit-block,
	.submit-block.save {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.tc-page-search-advanced.tc-page-search-advanced--has-tender #tenderSearch .submit-block,
.tc-page-search-personal.tc-page-search-personal--has-tender #tenderSearch .submit-block.trans,
.tc-page-tender-index.tc-page-tender-index--has-tender #tender_search .submit-block,
.tc-page-task-list .task_main_wraper .submit-block,
.tc-page-subscribe-edit .add-new-subscribe .js-widget-Form .submit-block {
	margin-left: 0;
	margin-right: 0;
}

.tc-page-settings-index .infoblock .js-widget-Form .layout-zone,
.tc-page-settings-index .infoblock .js-widget-Form .user-notice-table,
.tc-page-ticket-status-add .infoblock .layout-zone {
	padding-bottom: 30px;
}

.infoblock .tab-block[data-tab="tasks"] .task_list {
	padding-bottom: 20px;
}

.tc-page-task-list .infoblock .task_main_wraper {
	padding-top: 10px;
	padding-bottom: 20px;
}

/*.tc-page-ticket-edit .task_main_wraper .submit-block {*/
	/*box-sizing: border-box;*/
	/*height: 46px;*/
/*}*/

.tc-page-tender-index #tender_search .submit-block {
	margin-top: 30px;
}

.subform.field-name-subFormTags.field-type-subform .control-group.tags-manage-block .js-add-new-tag {
    margin-bottom: 0;
    /*margin-left: 10px;*/
}

.informer-list > .submit-block {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width:981px) {
	.favorite-page #tender_search .submit-block {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.ticket-task-comment-form .submit-block,
.ticket-comment-form .submit-block {
	padding-left: 20px;
	padding-right: 20px;
}

#contractor[data-section="arbitration"] .submit-block {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 40px;
	padding-right: 40px;
}

.settings-block .personal-search .submit-block {
	margin-left: -25px;
	margin-right: -25px;
}

.settings-block .personal-search .submit-block.floating-block {
	margin: 0;
}

.cs-skin-border.quadro>span::after, .cs-skin-border.quadro .cs-selected span::after {
	background-position: -8px -160px;
}

.infoblock .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 0
}
.infoblock small {
	
	font-size: 12px;
	display: block;
}
.infoblock table tr td small {
	font-size: 13px;
}
form .submit-block:before, .submit-block.save:before {
	top: -1px;
	left: -20px;
}
form .submit-block:after, .submit-block.save:after {
	top: -1px;
	right: -20px;
}
form .submit-block:before,
	/*.infoblock*/

form .submit-block:after, .submit-block.save:before, .submit-block.save:after {
	content: '';
	background: #f6f6f6;
	border-top: 1px solid #efefef;
	position: absolute;
	height: 100%;
	width: 20px;
	z-index: -1;
}

.settings-block form .submit-block:after, .submit-block.save:before, .submit-block.save:after{
	background: none!important;
}
.left_column form .submit-block:before,
	/*.infoblock*/

.left_column form .submit-block:after {
	display: none;
}
.intro-page {
	padding: 15px 0 0 15px;
}
.steps {
	
	font-size: 11px;
}
.intro-page p {
	
	font-size: 12px;
	line-height: 18px;
}
.steps {
	margin: 0 0 10px 0;
}
.intro-page p b, .steps b {
	font-weight:700;
	
}
/****страница сообщений****/

.message-block {
	border: 1px solid #e8e8e8;
	position: relative;
	min-height: auto;
}
.message-block h3 {
	
	font-size: 30px;
	padding: 20px;
}

.message-block .contakts-list {
	background: #f6f6f6;
	width: 230px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid #e8e8e8;
}

.message-block .contakts-list .contakts-list-sidebar {
	display: none;
}

.message-block .contakts-list .list ul li {
	height: 75px;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 15px 15px;
}
.message-block .contakts-list .list ul li.employee-dep-name {
	height: auto;
	background-color: #dbedff;
	padding: 5px 1px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.message-block .contakts-list .list ul li.employee-dep-name i {
	display: inline-block;
	width: 85%;
	vertical-align: middle;
	line-height: 16px;
}
.message-block .contakts-list .list ul li.employee-dep-name.wrapped {
	background: rgba(93, 128, 160, 0.7);
	border-bottom: 1px solid #fff;
	color: white;
}
.message-block .contakts-list .list ul li.selected, .message-block .contakts-list .list ul li:hover {
	background: #ffffff;
}
.message-block .contakts-list .list ul li.employee-dep-name:before {
	content: '';
	background: url(/img/tc/plus-minus-msg.png) -12px 0px no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
}
.message-block .contakts-list .list ul li.employee-dep-name.wrapped:before {
	content: '';
	background: url(/img/tc/plus-minus-msg.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
}
.message-block .contakts-list .list ul li span b {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	line-height: auto;
	width: 50px;
	font-weight: normal;
	
	font-size: 26px;
	color: white;
}
.message-block .contakts-list .list ul li span.green {
	background: #60ea24;
}
.message-block .contakts-list .list ul li span.red {
	background: #ff6c00;
}
.message-block .msg-avatar i, .comment-list-block .message-item .msg-avatar i {
	display: block;
	
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
	color: #A5A5A5;
	font-weight: 400;
}
.message-block .msg-avatar, .comment-list-block .message-item .msg-avatar {
	float: left;
	text-align: center;
}
.message-block .msg-avatar span, .comment-list-block .message-item .msg-avatar span {
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover!important;
}
.message-block .contakts-list .list ul li span {
	background: white;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e7e7e7;
	background-size: cover!important;
}
.message-block .contakt-employee {
	margin-bottom: 20px;
}
.message-block .contakt-employee .img {
	background: white;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover!important;
}
.message-block .contakt-employee div p {
	font-size: 18px;
	
	display: inline-block;
	width: 49%;
	margin-left: 1%;
	vertical-align: middle;
}
.message-block .img-wrap {
	display: inline-block;
	width: 1%!important;
}
.message-block .contakt-employee div {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}
.message-block .contakt-employee div span {
	display: inline-block;
	width: 49%;
	text-align: right;
	vertical-align: middle;
}
.message-block .contakt-employee div span a {
	color: #25acff;
	text-decoration: none;
	font-size: 14px;
	
	line-height: 1.5;
}
.message-block .contakt-employee div span i {
	font-size: 14px;
	
	line-height: 1.5;
}
.message-block .contakts-list .list ul li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	
	padding: 0 0 0 20px;
	width: 135px;
}
.message-block .contakts-list .list ul li.selected p {
	
}
.message-block .message-list {
	margin-right: 230px;
	background: #fff;
	display: block;
	min-height: 100%;
}
.message-block .message-list .message-item, .comment-list-block .message-item {
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	min-height: 72px;
	box-sizing: content-box;
}
.message-block .message-list .message-item:nth-of-type(1), .comment-list-block .message-item:nth-of-type(1) {
	padding-top: 0;
	border-top: 1px solid transparent;
}
.message-block .message-list .message-item div b, .comment-list-block .message-item div b {
	
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 7px;
	display: block;
}
.message-block .message-list .message-item .time, .comment-list-block .message-item .time {
	font-size: 10px;
	
	font-weight: 400;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fad57d;
	padding: 4px 9px;
	color: rgba(0, 0, 0, 0.5);
	float: left;
}
.message-block .contakts-list .js-employee-show-msgs.active {
	background-color: #DBEDFF;
}
.message-block .contakts-list .js-employee-show-msgs.deactivated {
	background-color: #DDDDDD;
}
.message-block .message-list .message-item.sent .msg-avatar {
	float: right;
}
.message-block .message-list .message-item.sent div {
	padding: 0 50px 0 20px
}
.message-block .message-list .message-item div, .comment-list-block .message-item div {
	overflow: hidden;
	padding-left: 30px;
}
.message-block .message-list .message-item div p, .comment-list-block .message-item div p {
	font-size: 12px;
	
	line-height: 18px;
	margin: 0;
}
.message-block textarea {
	border: none;
	resize: none;
	width: 70%;
	min-height: 80px;
	font-size: 14px;
	
}
.message-block textarea:focus {
	border: none;
}
.message-block .input-area {
	padding: 20px;
	position: relative;
	border-top: 1px solid #25acfe;
	border-bottom: 1px solid #25acfe;
	margin: 0 19px;
}
.message-block .input-area:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: -1px;
	background: white;
	width: 20px;
	height: 100%;
	border-top: 1px solid #25acfe;
	border-bottom: 1px solid #25acfe;
	border-left: 1px solid #25acfe;
}
.message-block .input-area:after {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: -1px;
	background: white;
	width: 20px;
	height: 100%;
	border-top: 1px solid #25acfe;
	border-bottom: 1px solid #25acfe;
	border-right: 1px solid #25acfe;
}
.message-block .submit-block:before, .message-block .submit-block:after {
	border: none;
}
.message-block .red-star {
	color: #ff3015;
}
.input-area .control-group.files {
	display: inline-block;
	width: auto!important;
	float: right!important;
	margin-top: 30px;
}
.message-block .js-employee-show-msgs {
	position: relative;
}
.message-block .js-new-msg-counter {
	position: absolute;
	top: 13px;
	left: 51px;
	background: #D13A47;
	min-width: 16px;
	height: 16px;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 8px;
	padding: 1px;
	text-align: center;
}
.input-area .control-group.files .controls {
	width: auto;
	min-width: auto;
}
.input-area .control-group.files .file_upload>mark {
	border: none;
	width: 70px;
	white-space: normal;
	text-align: center;
	overflow: hidden;
}
.message-block .submit-block {
	float: right;
	padding: 0px 0 20px 0;
	background: transparent!important;
	border: none;
	margin: 20px 0 0 0;
}
.message-block .submit-block:before, .message-block .submit-block:after {
	background: transparent;
}
.contakts-list .mCSB_inside>.mCSB_container {
	margin-right: 10px;
}
.contakts-list .mCSB_scrollTools {
	width: 15px;
	opacity: 1;
	background: #f6f6f6;
}
.contakts-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 15px;
}
.contakts-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .contakts-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #25acfe;
}
/****страница сообщений****/

/****************Мой тендерный отдел**********/

.tabs-group {
	margin: 0px 0 20px 0;
	padding: 0 0px;
}
.tabs-group ul li {
	float: left;
	width: 33%;
	text-align: center;
	border: 2px solid #25acff;
	
	font-weight: 500;
	margin: 0 0.25%;
	font-size: 18px;
	padding: 19px 0;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.tabs-group ul li:nth-of-type(3) {
	margin-right: 0;
}
.tabs-group ul li:nth-of-type(1) {
	margin-left: 0;
}
.tabs-group ul li a {
	text-decoration: none;
	color: #000
}
.tabs-group ul li a span, span.count-unreaded-comments, span.count-unreaded-documents {
	line-height: 1;
	color: white;
	font-size: 12px;
	font-weight:700;
	
	background: #25acff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 0 5px;
	margin-left: 10px;
}
.tabs-group ul li:hover, .tabs-group ul li.active {
	background: #25acff;
	color: white;
}
.tabs-group ul li:hover a, .tabs-group ul li.active a {
	color: white;
}
.item table.information tr td {
	border: none;
	text-align: left;
	font-size: 13px;
	
	font-weight: 400;
}
.item table.information tr td:nth-of-type(1) {
	width: 180px;
	font-size: 13px;
}
.item table.information tr td a {
	color: #25acff;
	font-size: 13px;
	text-decoration: underline;
}

.item table.information tr td a:visited{
	color:#1b00ec;
}

.tab-block h3, .all-items h3 {
	
	font-size: 24px;
	padding: 0 0 10px 0;
	font-weight: 400;
}
.all-items h3 {
	padding-top: 10px;
}
.tab-block .item {
	padding: 20px 0 6px 0;
	border-top: 1px solid #e7e7e7;
	
}
.item table.information.docs tr td:nth-of-type(1) {
	font-size: 13px;
}
.item table.lots tr td, .item table.lots tr th {
	text-align: center;
	padding: 0 1em;
}
table.information.docs .document__title {
	padding: 15px 10px 15px 0px!important;
	color: #000!important;
	width: 100%!important;
}
.document__title:hover {
	background: transparent!important;
}
table.information.docs {
	margin: 0 0 0 0;
}
.item table.information i {
	color: #a7a7a7;
}
.item table.lots tr th.ten, .item table.lots tr td.ten, table.add-employee tr th.ten, table.add-employee tr td.ten {
	width: 10%!important;
}
table.add-employee tr th.twenty, table.add-employee tr td.twenty {
	width: 12%!important;
}
table.add-employee tr th.firty, table.add-employee tr td.firty {
	width: 17%!important;
}
table.add-employee tr td.emails {
	text-align: left!important;
}
table.add-employee tr td.twenty.wsp {
	white-space: normal!important;
}
.item table.lots tr th.one-percent, .item table.lots tr td.one-percent, table.add-employee tr th.one-percent, table.add-employee tr td.one-percent {
	width: 1%!important;
}
.item table.lots tr th.fifty-percent, .item table.lots tr td.fifty-percent, table.add-employee tr th.fifty-percent, table.add-employee tr td.fifty-percent {
	width: 59%!important;
}
table.add-employee tr th.fourty-percent, table.add-employee tr td.fourty-percent {
	width: auto!important;
}
.item table.lots tr td:nth-of-type(3), .item table.lots tr td:nth-of-type(4), .item table.lots tr td:nth-of-type(5) {
	font-size: 12px;
}
.item table.lots tr td {
	font-size: 13px;
	
	font-weight: 400;
}
.item table.lots tr th {
	font-size: 11px;
	font-weight:700;
	
}
.item table.lots tr td:nth-of-type(2), .item table.lots tr th:nth-of-type(2) {
	text-align: left;
	width: 70%;
}
.item .info-lots, .infoblock .info-lots {
	display: inline-block;
	border-top: 1px solid #e7e7e7;
	padding: 30px 0 20px 0;
	width: 100%;
}
.item .info-lots:nth-of-type(1) {
	padding-top: 0;
	border-top: 0;
}
.item .info-lots div, .infoblock .info-lots div {
	display: inline-block;
	font-size: 13px;
	
	margin-left: 10px;
	vertical-align: middle;
	width: 90%;
}
.item .info-lots>span {
	font-weight:700;
	
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
/*.infoblock .tab-block .right_column:after {
    content:'';
    background: #f6f6f6;
    position:absolute;
    width:100%;
    height:100%;
    bottom:-100%;
    left:-1px;
    border-left:1px solid #e7e7e7;

}*/

#content .infoblock.stt .destination {
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999999;
}
.mainwrapper .more-maps .destination {
	padding: 0 0 0 350px;
}
.mainwrapper.sbar-hidden .more-maps .destination {
	padding: 0 0 0 100px;
}
.mainwrapper .destination.no-padding {
	padding: 0;
}
.infoblock .tab-block .right_column {
	border-left: 1px solid #e7e7e7;
	float: right;
	width: 27.75%;
	background: #f6f6f6;
	min-height: 100px;
	position: absolute;
	margin: 8px 0 0 0;
	height: 100%;
	right: -20px;
	top: -8px;
	max-width: 300px;
	padding: 17px 1.3% 0px 0px;
	z-index: auto;
}
.infoblock .tab-block .right_column .settings {
	border: none!important;
	padding: 0px 30px 2px!important;
}
.infoblock .tab-block .left_column {
	width: 72.25%;
	float: left;
}
#container .infoblock .settings.free-icons {
	padding-bottom: 8px!important;
	padding-left: 8px;
	margin: 0;
}
.column-wrap {
	position: relative;
	margin-top: 8px;
}
.column-wrap .control-group.field-name-status_div_start {
	margin-top: 0;
}
.infoblock .tab-block .right_column ul.status {
	position: relative;
	overflow: hidden;
	z-index: 8;
	padding: 0 30px;
}
.infoblock .tab-block .right_column ul.status li {
	margin-bottom: 15px;
	position: relative;
	z-index: 9;
}
.infoblock .tab-block .right_column ul.status li p {
	text-align: left;
}
.deadline-limit-exited {
	font-size: 12px;
	line-height: 12px;
	
}
.infoblock .tab-block .right_column ul.status li span img {
	margin-top: 3px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 33px;
}
.infoblock .tab-block .right_column ul.status li:hover span img {
	width: 53px;
	margin-top: 0;
}
.infoblock .tab-block .right_column ul.status li:hover span.no-border img {
	width: 57px;
	margin: 0;
}
.infoblock .tab-block .right_column ul.status li span.no-border img {
	width: 45px
}
.infoblock .tab-block .right_column ul.status li span {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 2px solid #e8e8e8;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background: url(/img/tc/status-sprite+.png) no-repeat, #f6f6f6;
}
/*Назначена*/

.st_1 {
	background-position: -171px -4px!important;
}
.st_1:hover, .st_1.passed {
	background-position: -107px -4px!important;
}
/*Назначена*/

/*На утверждении*/

.st_3 {
	background-position: -172px -82px!important;
}
.st_3:hover, .st_3.passed {
	background-position: -108px -82px!important;
}
/*На утверждении*/

/*Подтверждена*/

.st_2 {
	background-position: -172px -160px!important;
}
.st_2:hover, .st_2.passed {
	background-position: -108px -160px!important;
}
/*Подтверждена*/

/*Анализ заявки*/

.st_4 {
	background-position: -171px -236px!important;
}
.st_4:hover, .st_4.passed {
	background-position: -107px -236px!important;
}
/*Анализ заявки*/

/*Подготовка заявки*/

.st_5 {
	background-position: -171px -315px!important;
}
.st_5:hover, .st_5.passed {
	background-position: -107px -315px!important;
}
/*Подготовка заявки*/

/*Заявка подана*/

.st_6 {
	background-position: -171px -392px!important;
}
.st_6:hover, .st_6.passed {
	background-position: -107px -392px!important;
}
/*Заявка подана*/

/*Заявка допущена*/

.st_7 {
	background-position: -171px -469px!important;
}
.st_7:hover, .st_7.passed {
	background-position: -106px -469px!important;
	border: none!important;
}
/*Заявка допущена*/

/*Торги*/

.st_8 {
	background-position: -172px -546px!important;
}
.st_8:hover, .st_8.passed {
	background-position: -108px -546px!important;
}
/*Торги*/

/*Заявка отклонена*/

.st_9 {
	background-position: -171px -953px!important;
}
.st_9:hover, .st_9.passed {
	background-position: -106px -953px!important;
}
/*Заявка отклонена*/

/*Не участвовали*/

.st_10 {
	background-position: -169px -1033px!important;
}
.st_10:hover, .st_10.passed {
	background-position: -106px -1033px!important;
}
/*Не участвовали*/

.st_11 {
	background-position: -172px -701px!important;
}
.st_11:hover, .st_11.passed {
	background-position: -104px -1116px!important;
	border: none!important;
	width: 65px!important;
	height: 65px!important;
	margin-left: -2px;
}
/*Отменена*/

.st_12 {
	background-position: -172px -1205px!important;
}
.st_12:hover, .st_12.passed {
	background-position: -108px -1205px!important;
}
/*Отменена*/

/*Выиграли*/

.st_13 {
	background-position: -168px -623px!important;
	border: none!important;
	width: 65px!important;
	height: 65px!important;
	margin-left: -2px;
}
.st_13:hover, .st_13.passed {
	background-position: -104px -623px!important;
	border: none!important;
	width: 65px!important;
	height: 65px!important;
	margin-left: -2px;
}
/*Выиграли*/

/*Заключение контракта*/

.st_14 {
	background-position: -172px -701px!important;
}
.st_14:hover, .st_14.passed {
	background-position: -108px -701px!important;
}
/*Заключение контракта*/

/*Контракт заключен*/

.st_15 {
	background-position: -168px -777px!important;
	border: none!important;
	height: 65px!important;
	width: 65px!important;
	margin-left: -2px;
}
.st_15:hover, .st_15.passed {
	background-position: -104px -777px!important;
	border: none!important;
	height: 65px!important;
	width: 65px!important;
	margin-left: -2px;
}
/*Контракт заключен*/

/*Подготовка жалобы в ФАС*/

.st_16 {
	background-position: -171px -1286px!important;
}
.st_16:hover, .st_16.passed {
	background-position: -106px -1286px!important;
}
/*Подготовка жалобы в ФАС*/

/*Жалоба в ФАС на рассмотрении*/

.st_17 {
	background-position: -171px -1376px!important;
}
.st_17:hover, .st_17.passed {
	background-position: -106px -1376px!important;
}
/*Жалоба в ФАС на рассмотрении*/

/*Заявка закрыта*/

.st_18 {
	background-position: -172px -1465px!important;
}
.st_18:hover, .st_18.passed {
	background-position: -107px -1465px!important;
}
/*Заявка закрыта*/

/*клиентский статус*/

.st_19 {
	background-position: -172px -1553px!important;
}
.st_19:hover, .st_19.passed {
	background-position: -108px -1553px!important;
}
/*клиентский статус*/

/*Не подтверждена*/

.st_20 {
	background-position: -171px -870px!important;
}
.st_20:hover, .st_20.passed {
	background-position: -106px -870px!important;
}
/*Не подтверждена*/

.st_7.active {
	background-position: -10px -461px!important
}
.st_9.active {
	background-position: -10px -461px!important
}
.st_11.active {
	background-position: -10px -461px!important;
	height: 76px!important;
}
/*.infoblock .tab-block .right_column ul.status:after {
    content:'';
    background: #e8e8e8;
    width:2px;
    height:100%;
    position:absolute;
    display:block;
    left:58px;
    top:-60px;
    z-index:8;


}
*/

span.close_deadline_span {
	color: #ff9103;
	width: 100% !important;
	padding-left: 28px;
}
span.end_deadline_span {
	color: #ea2222;
	width: 100% !important;
	padding-left: 28px;
}
.infoblock .tab-block .right_column ul.status li.worked span {
	background: url(/img/tc/status/back-status.png) top center no-repeat;
	border: none;
	width: 76px;
	height: 76px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	left: -8px;
	display: inline-block;
	float: left;
	padding: 10px 0;
}
.infoblock .tab-block .right_column ul.status li.worked div {
	padding-left: 17px;
	padding-top: 10px;
}
.infoblock .tab-block .right_column ul.status li span.no-border.active {
	border: none;
	vertical-align: top;
	width: 80px;
	height: 77px;
	position: relative;
	left: -10px
}
.infoblock .tab-block .right_column ul.status li span.no-border {
	border: none;
}
.infoblock .tab-block .right_column ul.status li div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	/* width:65%;*/
}
.infoblock .tab-block .right_column ul.status li div p.info-status {
	font-size: 12px;
	line-height: 16px;
	
	color: #000;
	margin-top: 10px;
}
.infoblock .tab-block .right_column ul.status li div p.info-status a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	
}
.infoblock .tab-block .right_column ul.status li div i {
	font-size: 13px;
	
	text-decoration: none;
}
.infoblock .tab-block .right_column ul.status li div p {
	font-size: 12px;
	color: #9c9c9c;
	
}
form .control-group .controls {
	width: 53%;
}
form .controls div.after-img {
	width: 100%;
	z-index: 5;
}
form .controls .after-img.cs-skin-border.cs-active {
	z-index: 6;
}
form .controls .cs-skin-border.quadro>span::after, .cs-skin-border.quadro .cs-selected span::after {
	background-position: -9px -162px;
}
.control-group .add {
	display: inline-block;
	border: 2px solid #25acff;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: transparent;
	font-size: 14px;
	font-weight:700;
	
	color: #25acff;
	padding: 9px 10px 9px;
	position: relative;
	top: 1px;
	margin: 0 0 0 13px;
}
form .metka {
	color: #25acff;
	
	font-size: 11px;
	margin: 0 20px 0 170px;
	padding-bottom: 13px;
	text-align: left;
}
#comment {
	padding: 10px 15px;
	width: 100%;
	height: 90px;
}
form .control-group .controls.hight {
	width: 70%!important;
	margin: 10px 0;
}
.control-group textarea {
	width: 100%;
	height: 90px;
}
.control-group .add:hover {
	color: white;
	background: #25acff;
}
.infoblock .info-user .close {
	opacity: 0.5
}
.infoblock .info-user, .informer-wrapper .info-block {
	padding: 10px 15px 10px 10px;
	background: #fff2d2;
	position: relative;
	margin: 0px 0 20px;
}
.infoblock .info-user p, .informer-wrapper .info-block .text {
	font-size: 14px;
	font-weight:700;
	
	line-height: 16px;
	display: inline-block;
	width: 85%;
	vertical-align: middle;
}
.infoblock .info-user p span {
	overflow: hidden;
	display: block;
}
.infoblock .info-user:before, .informer-wrapper .info-block:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -44px -5px;
}
..message-block-wrapper .informer-message-container, .informer-wrapper .tc-informer-wraper, .informer-wrapper .success-block {
	padding: 10px 30px 10px 10px;
	background-color: #fff2d2;
	position: relative;
	margin: 0px 0 20px;
}
.widget-informer-newDesign {
	margin-bottom: 15px;
}
.widget-informer-newDesign .tc-informer-wraper {
	position: relative;
}
.widget-informer-newDesign,.message-block-wrapper .success-block, .tc-informer-wraper.info-block, .message-block-wrapper .informer-message-container.info-block, .message-block-wrapper .informer-message-container.alert-block, .informer-wrapper .success-block {
	background-color: #9bd08c;
}
.widget-informer-newDesign .text,.message-block-wrapper .success-block .text, .message-block-wrapper .error-block .text {
	font-size: 16px;
	color: white;
}
.tc-informer-wraper .text {
	padding: 10px 20px;
}
.message-block-wrapper .success-block .text strong, .message-block-wrapper .error-block .text strong {
	
	font-weight:700;
}
.message-block-wrapper .success-block .text p a {
	color: white;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 16px;
}
.message-block-wrapper .success-block .text p a:hover, .message-block-wrapper .error-block .text p a:hover {
	color: #236D9A;
}
.message-block-wrapper .error-block, .informer-wrapper .error-block {
	background-color: #B22222;
}
.no-match-count-block {
	background: #f28870!important;
	padding: 10px;
	margin: 0 0 20px 0;
}
.message-block-wrapper .success-block.informer-message-container:before, .informer-wrapper .success-block:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	background: url(/img/tc/success-icon.png) center center no-repeat;
}
.message-block-wrapper .error-block.informer-message-container:before, .cant-send-deactive:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	background: url(/img/tc/error-icon.png) center center no-repeat;
}
.message-block-wrapper .informer-message-container:before, .informer-wrapper .tc-informer-wraper:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -44px -5px;
}
.informer-wrapper .tc-informer-wraper .text {
	display: inline-block;
}
.widget-informer-newDesign .icon-close,.message-block-wrapper .informer-message-container.alert-block .icon-close, .message-block-wrapper .icon-close, .tc-informer-wraper .icon-close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -64px -228px;
	position: absolute;
	right: 3px;
	top: -3px;
}
.message-block-wrapper .text {
	font-size: 12px;
	
	line-height: 16px;
	display: inline-block;
	width: 85%;
	vertical-align: middle;
}
/****************Мой тендерный отдел**********/

/****************Стилизация поля input[type="file"]************************/

.control-group.files {
	width: 35%;
	position: relative;
}
.control-group.files .controls {
	width: auto!important;
	min-width: auto!important;
	margin: 0!important;
}
.control-group.files .labels {
	display: none;
}
.control-group.files {
	float: right!important;
	width: auto!important;
	max-width: 100%!important;
	margin: 5px 20px 0 0;
}
.infoblock.support .control-group.files {
	float: none!important;
}
.control-group.files .labels {
	line-height: 24px;
}
.control-group.files .file_upload {
	line-height: 17px;
}
.control-group.files .file_upload>mark {
	float: none;
	line-height: 24px;
	background: transparent;
	border: 2px solid #25acfe;
	color: #25acfe;
	font-size: 14px;
	
	padding: 4px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.control-group.files .file_upload>mark:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -65px -66px;
	display: inline-block;
	width: 21px;
	height: 24px;
	vertical-align: middle;
	margin-left: 10px;
}
.control-group.files .file_upload .buttons {
	float: left;
	margin-right: 10px;
}
.file_upload input[type=file] {
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: -1;
	left: 0;
	min-width: auto;
	width: auto;
}
.remove-user-image, .recrop-user-image {
	color: #25ACFE;
	display: block;
	margin: 0 0px;
	cursor: pointer;
	padding: 5px 0;
	position: relative;
	z-index: 9;
}
.remove-user-image:hover, .recrop-user-image:hover {
	cursor: pointer;
	text-decoration: underline;
}
.control-group .subform {
	display: inline-block;
}
/****************Стилизация поля input[type="file"]************************/

/****************************************   Стили оформления контентной части      *************************************************/

#footer {}
.group:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
b {
	
}
/**********История событий*****************/

.infoblock table.default tr td, .infoblock table.default tr th {
	padding: 0 1em;
}
.infoblock table.default tr td {
	font-size: 15px;
	
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 400;
}
.infoblock table.default tr td a {
	
	text-decoration: underline;
	font-size: 15px;
	font-weight: 400;
}
.infoblock table.default.statistic {
	margin-bottom: 10px;
}
.title.settings .long-title {
	display: inline-block;
	width: 45%;
}
.infoblock table.default.statistic tr th {
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}
.infoblock table.default.statistic tr td {
	font-size: 12px;
}
.infoblock table.default.statistic tr td a {
	
}
.filter-block.statistic form.line-controls .submit-block {
	display: block;
	position: static;
	border-top: 1px solid #efefef!important;
	background: #f6f6f6!important;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.filter-block.statistic form.line-controls .control-group {
	float: none;
	padding-bottom: 10px;
}
.filter-block.statistic .layout-zone {
	width: 100%!important;
	display: table-row;
	margin-bottom: 10px;
}
.filter-block.statistic .layout-zone .control-group {
	display: table-cell!important;
	vertical-align: middle;
}
.filter-block.statistic form.line-controls .submit-block:before, .filter-block.statistic form.line-controls .submit-block:after {
	content: '';
	background: #f6f6f6!important;
	border-top: 1px solid #efefef!important;
	position: absolute;
	height: 100%;
	width: 20px;
	z-index: -1;
}
.infoblock table.default.history tr td.word_wrap {
	word-wrap: break-word;
	word-break: normal !important;
}
.infoblock table.default.status tr td:nth-of-type(4) {
	white-space: normal;
	word-break: break-word;
}
.infoblock table.default.status tr td.name-wrap-empty {
	white-space: normal;
	word-break: normal;
}
.infoblock table.default tr th, .infoblock table.default.history tr th {
	width: 1%;
}
.infoblock table.default.history tr th, .infoblock table.default.history tr td {
	text-align: center;
}
.infoblock table.default.history tr td.author {
	white-space: normal;
}
.infoblock table.default.history tr th:nth-of-type(2) {
	width: auto;
}
.infoblock table.default.history tr th:nth-of-type(2), .infoblock table.default.history tr td:nth-of-type(2) {
	text-align: left;
}
.infoblock table.default.status tr th:nth-of-type(4) {
	width: auto;
}
.infoblock table.default.history tr td:nth-of-type(3), .infoblock table.default.history tr td:nth-of-type(4) {
	font-size: 13px;
}
tr td {
	background: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
tr:hover td {
	background: #f6f6f6
}
.group-btn, .group-btns {
	display: inline-block;
	border: 2px solid #25acff;
	/*overflow:hidden;*/
	float: right;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-left: 15px;
	position: relative;
	top: -6px;
}
.group-btn {
	box-sizing: border-box;
	/*margin-top: 3px;*/
}
.group-btn ul li,
.group-btns ul li {
	float: left;
	width: 140px;
	text-align: center;
	cursor: pointer;
	color: #25acff;
	
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	border-left: 2px solid #25acff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: relative;
	z-index: 2;
}
.group-btns ul li a {
	height: 32px;
	display: flex;
	padding: 0px 10px;
	align-items: center;
	justify-content: center;
}
.favorite-page .print-block div {
	height: 32px !important;
}
.favorite-page .print-block div a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.favorite-page .group-btn ul li {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.group-btn ul li:nth-of-type(1), .group-btns ul li:nth-of-type(1) {
	border: none;
}
.group-btn ul li:hover, .group-btn ul li.active, .group-btns ul li:hover, .group-btns ul li.active {
	color: white;
	background: #25acff;
}
.flex-group {
	display: flex;
	align-items: center;
}
.filter-block form.mini .control-group:nth-of-type(3) .controls, .filter-block form.mini .control-group:nth-of-type(4) .controls {
	width: 70%;
}
.filter-block form.mini .control-group:nth-of-type(3) {
	margin-left: -50px;
}
.filter-block form.mini .control-group:nth-of-type(4) {
	margin-left: -25px;
}
.filter-block form.mini .submit-block {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	float: right;
}
/*.filter-block form.mini {display:table-row;}*/

.filter-block form.mini .control-group {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	white-space: nowrap;
}
.filter-block form.mini .control-group.date {
	width: 18%;
}
.filter-block form.mini {
	position: relative;
}
.filter-block form.mini .control-group {
	width: 25%;
}
.filter-block form.mini .control-group .labels {
	width: auto;
	text-align: right;
	padding: 0 5px;
	min-width: auto;
}
.filter-block form.mini .control-group .controls {
	min-width: auto;
	width: auto;
}
.filter-block form.mini .control-group .controls input {
	width: 75%;
}
.filter-block form.mini .control-group .controls.small {
	min-width: auto;
}
.filter-block form.mini .submit-block {
	text-align: right;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.filter-block {
	padding: 0px 0 12px 0;
	border-bottom: 1px solid #efefef;
	position: relative;
}
.filter-block.report-filter form .control-group .controls input{
	margin-top: 0;
}
.filter-block:before, .filter-block:after {
	content: '';
	border-bottom: 1px solid #efefef;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
}
.filter-block:after {
	right: 100%;
	left: auto;
}
.filter-block form.mini .submit-block:before, .filter-block form.mini .submit-block:after {
	background: transparent;
}
/**********История событий*****************/

.infoblock table tr td:nth-of-type(1) {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
}
/************Статусы заявок***********************/

.infoblock table.default.status tr td:nth-of-type(3) {
	vertical-align: middle
}
 .infoblock table.default.application tr td span {
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.group-btn.application_page {
	top: 16px;
	margin-right: 10px;
}
.group-btn.application_page ul li {
	min-width: 110px;
}
.group-btn.application_page ul li a {
	display: inline-block;
}
.infoblock table.default.status.subscribe tr td span.italic, .infoblock table.default.status.subscribe tr td span.link, .infoblock table.default.status.subscribe tr td span.sub_new_tdrs {
	display: inline;
	border-radius: 0!important;
	width: auto;
	height: auto;
}
.infoblock table.default.status.subscribe tr td span.link {
	text-decoration: underline;
}
.infoblock table.default.status.subscribe tr td span.italic {
	text-decoration: none;
	color: black;
	font-style: italic;
}
.infoblock table.default.application tr td a span {
	height: auto;
	width: auto!important;
	position: relative;
}

.infoblock table.default.application tr td a span:visited{
	color: #800080 !important;
	
	font-weight: 700;
}
	/*
	.infoblock table.default.status tr td:nth-of-type(1):before{
		content:'';
		opacity:0;
		background:url(/img/tc/white-close.png) center center no-repeat, #ff3300;
		-webkit-transition: opacity 0.4s ease-in;

		-moz-transition: opacity 0.4s ease-in;
		-o-transition: opacity 0.4s ease-in;
		transition: opacity 0.4s ease-in;
	}*/

.infoblock table.default.status tr:hover td:nth-of-type(1):before {
	content: '';
	opacity: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.status_1 {
	border: 5px solid #fad57d;
}
.status_2 {
	border: 5px solid #ff9933
}
.status_3 {
	border: 5px solid #ff6600
}
.status_4 {
	border: 5px solid #ff3300
}
.status_5 {
	border: 5px solid #a3db92
}
.status_6 {
	border: 5px solid #66cc66
}
.status_7 {
	border: 5px solid #339933
}
.status_8 {
	border: 5px solid #66ccff;
}
.status_9 {
	border: 5px solid #3399cc
}
.status_10 {
	border: 5px solid #006699
}
.status_11 {
	border: 5px solid #cc99ff
}
.status_12 {
	border: 5px solid #cc66ff
}
.status_13 {
	border: 5px solid #cc33ff
}
.status_14 {
	border: 5px solid #c78ee3
}
.status_15 {
	border: 5px solid #cc3399
}
.status_16 {
	border: 5px solid #993366
}
.status_17 {
	border: 5px solid #660033
}
.status_18 {
	border: 5px solid #330033
}
.infoblock table.default.status tr:hover td .status_1 {
	background: #fad57d;
}
.infoblock table.default.status tr:hover td .status_2 {
	background: #ff9933
}
.infoblock table.default.status tr:hover td .status_3 {
	background: #ff6600
}
.infoblock table.default.status tr:hover td .status_4 {
	background: #ff3300
}
.infoblock table.default.status tr:hover td .status_5 {
	background: #a3db92
}
.infoblock table.default.status tr:hover td .status_6 {
	background: #66cc66
}
.infoblock table.default.status tr:hover td .status_7 {
	background: #339933
}
.infoblock table.default.status tr:hover td .status_8 {
	background: #66ccff;
}
.infoblock table.default.status tr:hover td .status_9 {
	background: #3399cc
}
.infoblock table.default.status tr:hover td .status_10 {
	background: #006699
}
.infoblock table.default.status tr:hover td .status_11 {
	background: #cc99ff
}
.infoblock table.default.status tr:hover td .status_12 {
	background: #cc66ff
}
.infoblock table.default.status tr:hover td .status_13 {
	background: #cc33ff
}
.infoblock table.default.status tr:hover td .status_14 {
	background: #c78ee3
}
.infoblock table.default.status tr:hover td .status_15 {
	background: #cc3399
}
.infoblock table.default.status tr:hover td .status_16 {
	background: #993366
}
.infoblock table.default.status tr:hover td .status_17 {
	background: #660033
}
.infoblock table.default.status tr:hover td .status_18 {
	background: #330033
}
/************Статусы заявок***********************/

.title.settings p {
	margin-top: 6px;
	font-size: 18px;
	
}
.group-btn li a, .group-btns li a {
	
	color: #25acff;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	display: block;
}
.infoblock.favorite-page .group-btn li a {
	z-index: -1;
	display: inline-block;
}
.group-btn li:hover a, .group-btn li.active a, .group-btns li:hover a, .group-btns li.active a {
	color: white;
}
.tab-block.map .item {
	border: none!important;
}
.destination form {
	position: relative;
}
.destination form:before {
	content: '';
	width: 20px;
	position: absolute;
	height: 100%;
	left: -20px;
	top: -2px;
	background: #fff;
	z-index: 2;
	/*
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	*/
	border-top: 2px solid #25acfe;
	border-bottom: 2px solid #25acfe;
}

.destination.no-before form:before {
	content: none;
}

.infoblock .tab-block .left_column .ticket_form_wrapper_block .submit-block input[type="submit"] {
	padding: 12px 16px 11px;
}
.client-list-manage .add-new-client-button {
	float: none;
}
.client-list-manage ul {
	width: 100%;
}
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other {
	position: relative;
	padding: 14px;
}
.save_tenders a {
	padding: 1px 8px 2px;
}
.ui-dialog .save_tenders {
	left: auto;
	width: auto;
	padding: 0;
	background: transparent;
}
.ui-dialog .save_tenders a {
	background: transparent;
	padding: 0;
}
.save_tenders {
	left: -100%;
	position: relative;
	padding: 20px;
	background: #fff;
	width: 200%;
}
/*.infoblock .destination  form .control-group.no-label a,
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-me,
.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other
  {
	display:inline-block;
	text-decoration:none;
	
	font-size:14px;
        -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}*/

/*.infoblock .destination  form span#create-tc-ticket-for-me,
.infoblock .destination  form span#create-tc-ticket-for-other {
    display:none;
}*/

table.default.statistic tr td.stat_name span.deactivated-employee-icon:before {
	display: none;
}
.infoblock .destination form .control-group.no-label {
	float: left;
	width: auto!important
}
.infoblock .destination form .control-group.no-label .controls span {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
.infoblock.stt .destination.no-padding form .control-group.no-label .controls span {
	padding: 0 0 0 0;
}
.infoblock .destination form .control-group.no-label .controls {
	width: auto;
	min-width: auto;
}
.infoblock .destination form .control-group.no-label a:hover:after, .infoblock .more-maps .tender_buttons .inform-edit-block #create-tc-ticket-for-me:hover:after, .infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other:hover:after, .infoblock .more-maps .inform-edit-block #create-tc-ticket-for-me:hover:after {
	border-left: 14px solid #236D9A;
}
.infoblock .destination .form-element-tree {
	margin: 0px 0 0 0;
	box-sizing: content-box;
}
.infoblock .destination form .control-group>.labels {
	display: none;
}
.infoblock .destination form .control-group {
	display: inline-block;
	max-width: 60%;
}
.infoblock .destination form .controls .cs-skin-border.quadro>span::after, .cs-skin-border.quadro .cs-selected span::after {
	background-position: -9px -188px;
}
.infoblock .destination form .control-group>.controls {
	min-width: 420px;
}
.add-favorit {
	/* display:inline-block;*/
	display: none;
	font-size: 14px;
	color: #25acff;
	
	border: 2px solid #25acff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 4px 15px 3px;
	float: right;
	cursor: pointer;
	margin-top: 4px;
}
.add-favorit:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 30px;
	background-position: -9px -221px;
	vertical-align: middle;
	padding-right: 10px;
}
.more-maps {
	padding: 20px 0;
	background: #f6f6f6;
	position: relative;
	border-top: 1px solid #e8e8e8;
	z-index: auto;
}
.more-maps:before, .more-maps:after {
	content: '';
	height: 100%;
	width: 20px;
	border-top: 1px solid #e8e8e8;
	background: #f6f6f6;
	position: absolute;
	top: -1px;
	z-index: 1;
}
.more-maps:after {
	right: -20px;
}
.more-maps:before {
	left: -20px;
}
.tender-title {
	background: white;
	padding: 20px;
}
.tender-title h2 {
	
	font-size: 20px;
	padding: 0px 0px 10px;
	line-height: 1.5;
	font-weight: 500;
}
.tender-title p {
	font-size: 14px;
	
	padding: 0 0px;
}
#portamento_container {
	position: absolute;
	left: 0;
	top: 0;
}
.more-maps.fixed {
	position: fixed;
}
/*****************************Форма обратного звонка************************************/

.calback-wrap {
	display: block;
	position: relative;
	/*height: 640px;*/
	padding: 50px 15px 0;
}
#callback-form {
	position: fixed;
	right: -24.125em;
	top: 0;
	height: 100%;
	width: 21.875em;
	background: #F2F8FF;
	text-align: center;
	box-sizing: content-box;
	padding-bottom: 20px;
	border: 1px solid #e8e8e8;
	/* -webkit-box-shadow: -8px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -8px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: -8px 0px 5px rgba(0, 0, 0, 0.5);*/
	z-index: 999999999999;
	overflow-y: auto;
}
#callback-form .close, .top-graphik-block .close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -4px -69px;
	position: absolute;
	right: 0.5em;
	z-index: 99;
	top: 0.5em;
}
.top-graphik-block .close {
	opacity: 0.5;
}
#callback-form .personal-manager {
	/* padding:10.625em 0 7.8125em 0;*/
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom: 50px;
}
#callback-form .personal-manager .photo {
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
}
#callback-form .personal-manager .photo img {
	min-width: 100%;
	max-width: 100%;
}
#callback-form .personal-manager .information p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
#callback-form .personal-manager .information .info-email a {
	color: #278CFA;
}
#callback-form .personal-manager .information .info-mob a {
	color: #000;
}
#callback-form .personal-manager .information span {
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
}
.personal-manager-bottom {
	display: none;
}
#callback-form .contakts {
	margin: 0 0 0 0;
}
#callback-form form {
	text-align: left;
}
#callback-form .control-group.cls-btn {
	text-align: center;
	margin-top: 20px;
}
#callback-form .control-group.cls-btn .js-order-callback {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #FF971D;
}
#callback-form .control-group.cls-btn .js-order-callback:hover {
	background-color: #ffa740;
}
#callback-form .controls {
	min-width: 1%;
	width: 100%;
}
#callback-form .control-group .labels {
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
	text-align: center;
}
#callback-form .contakts .logos {
	margin: 10px 0 0 0;
	display: none;
}
#callback-form .contakts p a {
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}
#callback-form .contakts a {
	color: #278CFA;
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}
#callback-form .control-group {
	padding: 0 0 0px 0;
	margin: 8px 0 0 0;
}
#callback-form label {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
#callback-form input[type="text"] {
	text-align: left;
}
.manager-callback-btn {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	background-color: #FF971D;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0 40px;
	cursor: pointer;
}
.manager-callback-btn:hover {
	background-color: #ffa740;
}
/*------- Оценка менеджера -------*/

.manager-this-rate {
	border-top: 1px solid #D2D9E1;
	border-bottom: 1px solid #D2D9E1;
	padding: 0 20px 15px 20px;
}
.manager-this-rate-title {
	background: url("/img/tc/manager-rate.png") center top no-repeat;
	padding-top: 25px;
	margin-top: 15px;
}
.manager-this-rate-btn {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #278CFA;
	padding: 5% 0;
	border: 1px solid #278CFA;
	display: block;
	width: 210px;
	border-radius: 5px;
	margin: 10px auto;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.manager-this-rate-btn:hover {
	background-color: #278CFA;
	color: #fff;
}
.manager-this-rate-title-value {
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin: 0;
}
.manager-this-rate.best .manager-this-rate-title-value, .manager-this-rate.best .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-this-rate.best .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #36C051;
}
.manager-this-rate.bad .manager-this-rate-title-value, .manager-this-rate.bad .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-this-rate.bad .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #c03636;
}
.manager-this-rate.good .manager-this-rate-title-value, .manager-this-rate.good .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-this-rate.good .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #FFBA00;
}
.manager-this-rate .br-theme-fontawesome-stars .br-widget a {
	margin-right: 6px;
}
.manager-this-rate.text .manager-this-rate-title-value {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
}
.manager-this-rate.text .manager-this-rate-title-info {
	display: none;
}
.manager-this-rate-title-value-empty {
	display: none;
}
.manager-this-rate.text .manager-this-rate-title-value-empty {
	display: block;
}
.manager-this-rate.text .manager-this-rate-title-value-digit {
	display: none;
}
.manager-this-rate-btn-empty {
	display: none;
}
.manager-this-rate.text .manager-this-rate-btn-empty {
	display: block;
}
.manager-this-rate.text .manager-this-rate-btn-digit {
	display: none;
}
.manager-this-rate.text .manager-this-rate-stars-wrap {
	display: none;
}
.manager-this-rate-title-info-informer {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	position: relative;
}
.manager-this-rate-title-info-informer-trigger {
	background: url("/img/tc/manager-rate-warning.png") no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	cursor: pointer;
}
.manager-this-rate-title-info-informer-text {
	position: absolute;
	right: 15px;
	bottom: 30px;
	display: block;
	background-color: #278CFA;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 235px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.manager-this-rate-title-info-informer-text:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #278CFA;
	border-bottom: 0;
	border-right: 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: -6px;
}
.manager-this-rate-title-info-informer.active .manager-this-rate-title-info-informer-text {
	opacity: 1;
	visibility: visible;
}
.manager-this-rate-stars-wrap {
	margin-top: 10px;
}
.manager-this-rate-title-value-title,
.manager-other-grade-title-value-title{
	font-size: 12px;
	color: #636363;
	margin: 5px 0;
}

/* оценка другого менеджера */

.manager-other-rate-btn {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	background-color: #278CFA;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
}
.manager-other-rate-btn:hover {
	background-color: #6eb2fc;
}
.manager-other-rate {
	display: none;
	background-color: #fff;
	padding: 20px 15px;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}
.sRight-wrap-close {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.sRight-wrap-close::before, .sRight-wrap-close::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #C4C4C4;
}
.sRight-wrap-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sRight-wrap-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.manager-other-rate-wrap {}
.manager-other-rate-select {}
.manager-other-rate-select-title {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.manager-other-rate-select-list {
	margin: 10px 0 20px;
	position: relative;
}
.manager-other-rate-select-list-title {
	border: 1px solid #B7B7B7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	padding: 8px 20px 8px 8px;
	cursor: pointer;
	text-align: left;
	position: relative;
}
.manager-other-rate-select-list-title:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.manager-other-rate-select-list-title.open:after {
	transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
}
.manager-other-rate-select-list-drop {
	/*display: none;*/
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	display: none;
}
.manager-other-rate-select-list-drop-item {
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 20px 8px 9px;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: relative;
}
.manager-other-rate-select-list-drop-item:hover {
	background-color: rgba(39, 140, 250, 0.2);
	color: #000000;
}
.manager-other-rate-select-list-drop-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.manager-other-rate-select-list-drop-item.bad:after {
	background-color: #c03636;
}
.manager-other-rate-select-list-drop-item.good:after {
	background-color: #FFBA00;
}
.manager-other-rate-select-list-drop-item.best:after {
	background-color: #36C051;
}
.manager-other-rate-select-list-drop-item.text:after {
	background-color: #d5d5d5;
}
.manager-other-rate-item {
	display: none;
}
.manager-other-rate-info {}
.manager-other-rate-info-name {
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
.manager-other-rate-info-post {
	color: #BDC5CD;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.manager-other-grade-title {
	background: url("/img/tc/manager-rate.png") center top no-repeat;
	padding-top: 25px;
	margin-top: 15px;
}
.manager-other-grade-title-value-digit {
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin: 0;
}
.manager-other-rate-item.best .manager-other-grade-title-value, .manager-other-rate-item.best .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-other-rate-item.best .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #36C051;
}
.manager-other-rate-item.bad .manager-other-grade-title-value, .manager-other-rate-item.bad .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-other-rate-item.bad .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #c03636;
}
.manager-other-rate-item.good .manager-other-grade-title-value, .manager-other-rate-item.good .br-theme-fontawesome-stars .br-widget a.br-selected:after, .manager-other-rate-item.good .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #FFBA00;
}
.manager-other-rate-item .br-theme-fontawesome-stars .br-widget a {
	margin-right: 6px;
}
.manager-other-rate-item.text .manager-other-grade-title-value-empty {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
}
.manager-other-rate-item.text .manager-this-rate-title-info {
	display: none;
}
.manager-other-grade-title-value-empty {
	display: none;
}
.manager-other-rate-item.text .manager-other-grade-title-value-empty {
	display: block;
}
.manager-other-rate-item.text .manager-other-grade-title-value-digit {
	display: none;
}
.manager-other-rate-grade-btn {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #278CFA;
	padding: 5px 0;
	border: 3px solid #278CFA;
	display: block;
	width: 210px;
	border-radius: 5px;
	margin: 10px auto;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.manager-other-rate-grade-btn:hover {
	background-color: #278CFA;
	color: #fff;
}
.manager-other-rate-grade-btn-empty {
	display: none;
}
.manager-other-rate-item.text .manager-other-rate-grade-btn-empty {
	display: block;
}
.manager-other-rate-item.text .manager-other-rate-grade-btn-digit {
	display: none;
}
.manager-other-rate-item.text .manager-other-rate-grade-stars-wrap {
	display: none;
}
.manager-this-rate-title-info-title {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
#callback-form .js-callback-form {
	display: none;
	background-color: #fff;
	padding: 20px;
	position: relative;
	top: -105px;
}
.js-callback-form-select {
	margin: 10px 0 20px;
	position: relative;
}
.js-callback-form-select-title {
	border: 1px solid #B7B7B7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	padding: 8px 20px 8px 8px;
	cursor: pointer;
	text-align: left;
	position: relative;
}
.js-callback-form-select-title:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.js-callback-form-select-title.open:after {
	transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
}
.js-callback-form-select-list {
	/*display: none;*/
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	display: none;
	z-index: 99;
}
.js-callback-form-select-list-item {
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 20px 8px 9px;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: relative;
}
.js-callback-form-select-list-item:hover {
	background-color: rgba(39, 140, 250, 0.2);
	color: #000000;
}
js-callback-form-select-list-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.overlay, .overlay__popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100000;
	display: none;
}
.copy {
	padding: 0px 0 0 20px;
	position: absolute;
	bottom: 15px;
}
.copy p {
	
	font-weight: 700;
	font-size: 0.8125em;
	color: #a2a2a2;
}
.copy p span {
	
}
form.checkbox-group table tr td, form.checkbox-group table tr th {
	text-align: center;
}
form.checkbox-group table tr td:nth-of-type(1) {
	text-align: left;
	font-size: 14px;
	color: black;
}
/****************Список заявок******************/

.settings-block .title {
	font-size: 24px;
	
	padding: 20px 0;
}
.settings-block {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 20px 15px 20px;
	margin: 0 0 20px 0;
	position: relative;
	display: none;
}

form .submit-block:before, form .submit-block:after,
.submit-block.save:before, .submit-block.save:after{
	display: none;
}

.settings-block .close {
	opacity: 0.6;
}
.settings-block ul {
	overflow: hidden;
}
.settings-block ul li {
	width: 20%;
	float: left;
}
.settings-block form input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 15px;
}
.print-block {
	display: inline-block;
	/* overflow: hidden;*/
	vertical-align: middle;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	position: relative;
	top: -6px;
}

.print-block div {
	float: left;
	height: 36px;
	text-align: center;
	margin: 0 3px;
	width: 50px;
	display:inline-block;
}

.print-block .xls a {
	background: #9bd08c;
}

.print-block .xls button {
	background:#9bd08c;
	text-decoration: none;
	color: white;
	font-size: 12px;
	
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 23px;
	padding: 0 5px;
}
.print-block .xls a:hover{
    background:#7EA972;
}
.print-block.application_block div a {
	line-height: 23px;
	padding: 0 8px;
}
.print-block.application_block div {
	height: 23px;
}
.print-block.application_block {
	margin-right: 2px;
}
.print-block a {
	padding: 0;
	text-decoration: none;
	color: white;
	font-size: 12px;
	
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	line-height: 36px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 5px;
}
table.default.application tr th, table.default.application tr td {
	text-align: left;
	border: none;
}
table.default.application tr th.price_col, table.default.application tr td.price_col {
	text-align: right;
}

.infoblock table.default.application thead tr th a, table.documentation_list tr th a, .task_list_header .sorting_task_table {
	font-size: 13px;
	border-bottom: 1px dashed #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.infoblock table.default.application thead tr th a {
	white-space: nowrap;
}
table.default.application tr td.status-cell {
	white-space: normal;
	min-width: 170px;
}
table.default.application tr td:nth-of-type(2) {
	font-size: 10px;
	color: #a7a7a7;
}
table.default.application tr td {
	font-size: 13px;
}
table.default.application tr th:nth-of-type(5) {
	width: 1%;
}
table.default.application tr th {
	line-height: 1.4em;
	position: relative;
	vertical-align: top;
}
table.default.application tr th .sorting, .infoblock.favorite-page table.default.favorit tr th .sorting {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.group-btn.application_block {
	margin-left: 5px;
	margin-right: 5px;
}
.group-btn.application_block li, .group-btns.application_block li {
	line-height: 21px;
}
table.default.application tr td {
	vertical-align: top;
}
table.default.application tr td.autor_name, table.default.application tr td.otdel_name {
	white-space: normal;
}
table.default.application tr td a {
	
	font-size: 13px;
}
table.default.application tr td a.comments {
	display: inline-block;
	width: 40px;
	height: 25px;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -58px -100px;
	vertical-align: middle;
}
table.default.application .deadline-icons {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
	text-align: center;
}
table.default.application .deadline-icons img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
table.default.application .deadline-icons .tender_with_changes {
	right: 10px!important;
	z-index: 10;
}
table.default.application tr td.ticket-tender-table-column {
	min-width: 300px;
}
table.default.application tr td.ticket-tender-table-column a{
	
}
table.default.application tr td.customer {
	max-width: 400px;
	white-space: normal!important;
}
table.default.application tr td.delivery-date {
	white-space: normal;
}
table.default.application thead tr:nth-of-type(1) th, .infoblock.favorite-page table.default.favorit thead tr:nth-of-type(1) th {
	padding-bottom: 15px!important;
}
.sorting a {
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 12px;
	opacity: 0.4;
}
.sorting a:hover {
	opacity: 1;
}
.sorting a.up {
	background-position: -186px -22px;
}
.sorting a.down {
	background-position: -186px -36px;
}
table.default.application tr td.approved span, table.default.application tr th.flag i {
	background: url(/img/tc/flag_sprite2.png) no-repeat;
	margin: 0 auto;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 0;
	display: block;
	-webkit-transition: all 0.01s ease-in;
	-moz-transition: all 0.01s ease-in;
	-o-transition: all 0.01s ease-in;
	transition: all 0.01s ease-in;
	background-position: -20px 0px;
}
table.default.application tr td.approved {
	cursor: pointer;
}
table.default.application tr:hover td.approved span {
	background-position: -40px 0px;
}
table.default.application tr.selected td.approved span {
	background-position: 0px 0px;
}
table.default.application tr td:nth-of-type(1):hover i {}
table.default.application tr td.no-yellow:hover, table.default.application tr.selected td.no-yellow {
	background: transparent;
}
table.default.application tr td:nth-of-type(1):hover i, table.default.application tr.selected td:nth-of-type(1) i {
	background-position: 0px 0px;
}
/***************Список заявок****************/

/***************Статистика участий*********************/

table.default.statistic tr th:nth-of-type(5) {
	width: 1%
}
table.default.statistic tr th:nth-of-type(2), table.default.statistic tr td:nth-of-type(2) {
	width: auto;
	text-align: left;
}
table.default.statistic tr td:nth-of-type(1) {
	font-size: 10px;
}
table.default.statistic tr td:nth-of-type(2) {
	font-size: 13px;
}
table.default.statistic tr td {
	text-align: left;
}
.filter-block form.mini .submit-block:before, .filter-block form.mini .submit-block:after {
	background: transparent;
	border: none;
}
table.default.statistic tr td.stat_name, table.default.statistic tr th.stat_name {
	white-space: normal;
	background: #fff;
	z-index: 2;
	border-right: 1px solid #efefef;
}
table.default.statistic tr:hover td.stat_name {
	background: #f6f6f6;
}
.add-employee-fast .tree_info_block .selected-item {
	line-height: 27px;
}
table.default.statistic tr td.stat_name+td, table.default.statistic tr th.stat_name+th {
	border-left: none;
}
.add-employee-fast form .control-group .controls .tree_info_block .selected-item.last {
	height: 27px;
}
/***************Статистика участий*********************/

.form-buttons-block .show-report-sample {
	display: none!important;
}
/*******************Страница аналитики главная************************/

#analitica {
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-bottom: 28px;
	border-bottom: 1px solid #e8e8e8;
}
#analitica .wrap {
	margin: auto;
	width: 90%;
}
#analitica .head-block {
	overflow: hidden;
	width: 100%;
}
#analitica .head-block li:nth-of-type(2) p {
	font-size: 12px;
	color: #a7a7a7;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
#analitica .head-block li {
	width: 50%;
	float: left;
	padding: 20px;
}
#analitica .head-block.index-page li {
	float: none;
	width: auto;
}
#analitica .head-block.index-page li p {
	font-size: 16px;
	text-align: left;
}
#analitica p {
	font-size: 14px;
	
	overflow: hidden;
	line-height: 1.5;
	font-weight: 400;
}
#analitica .head-block li span {
	width: 35px;
	height: 48px;
	text-align: center;
	margin: 5px 10px;
	display: inline-block;
	vertical-align: middle;
}
.infoblock .head-block.analytic li span {
	width: 35px;
	height: 48px;
	text-align: center;
	margin: 5px 10px;
	display: inline-block;
	vertical-align: middle;
}
#analitica .head-block li span a:hover, .infoblock .head-block.analytic li span a:hover {
	background: #d00442;
}
#analitica .head-block li span a, .infoblock .head-block.analytic li span a {
	text-decoration: none;
	background: #ff004e;
	color: white;
	font-size: 12px;
	
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#analitica .head-block li span a:before, .infoblock .head-block.analytic li span a:before {
	background: transparent!important;
}
#analitica h2 {
	
	font-size: 45px;
	text-align: center;
}
.analitica-menu ul {
	overflow: hidden;
}
.analitica-menu ul li {
	width: 33%;
	float: left;
	padding: 0 40px;
}
.analitica-menu ul li ul li {
	float: none;
	padding: 0;
	width: 100%;
	margin: 10px 0;
}
.analitica-menu ul li .img {
	display: block;
	text-align: center;
}
#analitica .analitica-menu ul li .analityc-title p, .analitica-menu ul li .analityc-title b {
	font-size: 24px;
}
#analitica .analitica-menu ul li .analityc-title {
	padding: 0px 0 17px 0px;
}
#analitica .analitica-menu ul li .analityc-title p {
	margin: 0;
}
.analitica-menu ul li ul li a {
	text-decoration: none;
	font-size: 14px;
	
	color: #25acff;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.analitica-menu ul li ul li a:hover {
	color: #236D9A;
}
.analitica-menu ul li .img {
	text-align: center;
	max-width: 255px;
	margin: 0 auto;
}
.analitica-menu ul li ul {
	padding: 0 0 0 0px;
}
.analitica-menu ul li ul li:hover a, .analitica-menu ul li ul li:before:hover a {
	color: #236D9A;
}
.analitica-maps, .analitics-more {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	overflow: hidden;
}
#analitica h3 {
	display: inline-block;
	font-size: 30px;
	
	padding: 0 0 0 40px;
}
.analitica-maps {
	overflow: visible!important;
}
.analitica-maps .select-year {
	
	font-size: 40px;
	color: #ebeced;
	display: inline-block;
	float: right;
	padding-right: 40px;
	margin-bottom: -15px;
	position: relative;
	cursor: pointer;
	font-weight:700;
}
.analitica-maps .select-year ul {
	position: absolute;
	top: 100%;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	background: white;
	right: 0;
	left: 0;
	display: none;
	width: 100%;
}
.analitica-maps .select-year ul li {
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: transparent;
	padding: 5px 0;
}
.analitica-maps .select-year ul li:hover {
	background: #e3e3e3;
}
.analitica-maps .select-year ul li a {
	font-size: 24px;
	
	color: #a2c6de;
	display: block;
}
.analitica-maps span:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 6px solid #a2c6de;
	position: absolute;
	right: 20px;
	top: 16px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.analitica-maps span.active:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 6px solid #a2c6de;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.analitica-block-map {
	margin: 20px 0 0 0;
}
#analitica .block-tree .grafic-head {
	text-align: center;
	min-height: 37px;
}
#analitica .block-tree .grafic-head p, .block-tree .grafic-head b {
	font-size: 18px;
	margin: 0;
}
.block-tree {
	padding: 0 20px;
	overflow: hidden;
	margin: 20px 0;
}
.block-tree.more ul li {
	padding: 0 70px;
}
.block-tree ul li {
	width: 33%;
	float: left;
}
.block-tree ul li .img {
	text-align: center;
	padding: 20px 0;
}
.block-tree.more {
	padding: 20px 0 20px 0;
	margin: 0 0 50px 0;
}
.wrap .block-two #charts {
	border: none;
}
span.analytics-no-reports-span, span.analytics-no-reports-found {
	margin: 20px 0;
	display: block;
}
/*******************Страница аналитики главная************************/

.infoblock .analityc-title p, .infoblock .analityc-title b {
	font-size: 36px;
}
.infoblock .analityc-title p {
	
	margin: 0;
}
.infoblock .head-block.analytic li p {
	font-size: 14px;
	
}
.infoblock .head-block.analytic:nth-of-type(2) li p {
	color: #a7a7a7;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.infoblock .head-block.analytic {
	padding: 20px 0px 10px;
}
.infoblock .head-block.analytic.pdfs {
	width: 41.66666666666667%;
}
.analytika-menu-block ul li a {
	font-size: 14px;
	
	text-decoration: none;
	color: #25acff;
	line-height: 24px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.analytika-menu-block ul li:hover a {
	color: #236D9A;
}
.analytika-menu-block {
	padding: 0px;
	/* border-bottom:1px solid #e8e8e8;*/
	width: 50%;
}
.analytika-menu-block ul {
	list-style-type: disc;
	padding-left: 40px;
}
.analytika-menu-block ul li {
	color: #25acff;
}
.analityc-title {
	text-align: center;
}
#container .infoblock.second {
	margin: 0 0 20px 0;
	padding: 20px;
}
.infoblock .block-tree .grafic-head {
	text-align: center;
	min-height: 37px;
}
.infoblock .block-tree .grafic-head b, .infoblock .block-tree .grafic-head p {
	font-size: 18px;
}
#container .infoblock.a1 {
	background: url(/img/tc/backa1.png) right bottom no-repeat, #fff;
	background-size: auto 85%;
}
#container .infoblock.a2 {
	background: url(/img/tc/backa2.png) right bottom no-repeat, #fff;
	background-size: auto 85%;
}
#container .infoblock.a3 {
	background: url(/img/tc/backa3.png) right bottom no-repeat, #fff;
	background-size: auto 85%;
}
.add-new-subscribe .control-group.field-name-multifields.field-type-checkbox {
	margin-top: 10px;
}
/*****************Элементы формы***********************/

td, th {
	padding: 10px!important;
	vertical-align: middle;
	line-height: 14px;
}
.checkbox {
	position: relative;
	height: 25px;
	display: inline-block;
}
.checkbox label, .checkbox input[type="checkbox"] {
	cursor: pointer;
	font-size: 12px;
}
input[type="checkbox"] {
	/*opacity:0;
    position: absolute;
    top: auto;
    height:auto;
    left: 5px;
    cursor:pointer;
    width:100%;*/
	width: 15px!important;
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	cursor: pointer;
}
.field-type-checkbox label {
	cursor: pointer;
}
.subform .controls.small, .control-group.phone input.phone-extension {
	margin-left: 10px;
}
form .control-group .controls.small, .control-group.phone input.phone-extension {
	min-width: 129px;
	width: 30%!important;
	float: none;
	/*margin-top:10px;*/
}
.control-group.phone .controls label {
	margin: 0 1%;
	width: 9%;
	text-align: right;
	display: inline-block;
}
form .control-group .controls.small-x, .control-group.phone input {
	min-width: 160px;
	width: 50%!important;
}
.plus-button, .add-button-group .controls input {
	display: inline-block;
	width: 26px!important;
	height: 26px;
	background: url(/img/tc/sprite.png) no-repeat, transparent;
	background-position: -9px -261px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 0px;
	border: none;
	text-indent: -9999px;
	outline: none;
}
.infoblock.client-data.employee-date .informer-wrapper .error-block {
	margin: 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: transparent;
}
.infoblock.client-data.employee-date .layout-zone .informer-wrapper .error-block {
	padding: 3px 30px 3px 10px;
	background: transparent!important;
}
.infoblock.client-data.employee-date .layout-zone .informer-wrapper .error-block .text {
	color: #f28870!important;
}
.infoblock.client-data.employee-date .layout-zone .informer-wrapper .error-block:before {
	display: none;
}
.infoblock.client-data .tabs.subform-list-phones, .infoblock.client-data .tabs.subform-list-emails {
	position: relative;
	display: block;
	min-width: auto;
	/*overflow: hidden;*/
	width: 670px;
	min-height: 52px;
}
.infoblock.client-data .controls {
	width: initial;
	display: block;
	margin-left: 165px;
	
}
.infoblock.client-data .labels {
	width: 165px;
	float: left;
}
.infoblock.client-data .layout-zone {
	max-width: 1000px;
}
.infoblock.client-data .control-group {
	width: 75%;
	line-height: 1.5;
}
.infoblock.client-data .control-group.field-name-isActive label span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.infoblock.client-data .setDepartmentHead, .infoblock.client-data .changeActive {
	cursor: pointer;
	position: relative;
}
.infoblock.client-data .tooltip.fade.in.top {
	top: -5px!important;
	left: -200px!important;
}
.infoblock.client-data .tooltip.fade.in.top .tooltip-inner {
	width: auto!important;
	white-space: nowrap;
	left: 190px;
}
.infoblock.client-data .tooltip.fade.in.top .tooltip-arrow {
	left: 260px!important;
}
.infoblock.client-data .tabs.subform-list-phones .control-group .controls {
	width: 380px;
}
.infoblock.client-data .tabs.subform-list-phones .control-group, .infoblock.client-data .tabs.subform-list-email .control-group {
	width: 100%;
	display: inline-block;
}
.infoblock.client-data .tabs.subform-list-phones .control-group.add-button-group .controls, .infoblock.client-data .tabs.subform-list-email .control-group.add-button-group .controls {
	margin: 0;
}
.infoblock.client-data .item-control-block {
	display: inline-block;
	position: relative;
	top: 14px;
}
.infoblock.client-data .item-body {
	display: inline-block;
	width: 560px;
	float: left;
	max-width: 560px;
}
.infoblock.client-data .tabs.subform-list-emails .item.item-emails .control-group {
	width: 100%;
}
.tabs.subform-list-emails .email_item_primary .control-group .controls input {
	border: 2px solid #ffb74f;
}
.tabs.subform-list-emails .primary-mail-title {
	font-size: 11px;
	color: #777777;
	position: absolute;
	width: 100%;
	bottom: -12px;
	left: 0;
}
#container .infoblock .settings span.informer_add_otdel {
	display: inline-block;
	position: initial;
	width: 55%;
	vertical-align: middle;
	font-size: 14px;
	float: right;
	margin-top: -10px;
}
#container .infoblock .settings span.informer_add_otdel p {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 90%;
}
#container .infoblock .settings span.informer_add_otdel:before {
	display: none;
}
#container .infoblock .settings span.informer_add_otdel i {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 45px;
	background: url(/img/tc/plashka-otdel.png) center center no-repeat;
	background-size: contain;
}
.infoblock.client-data .tabs, .item.deleted span.delete  {
    display:none;
}
.infoblock.client-data .tabs .item.deleted span.delete, .infoblock.client-data .tabs .item.deleted span.primary, .infoblock.client-data .tabs .item span.restore {
	display: none;
}
.infoblock.client-data .tabs .item .item-control-block {
	display: none;
}
.infoblock.client-data .tabs .item.deleted .item-control-block {
	display: inline-block;
}
.infoblock.client-data .tabs .item .item-control-block.active {
	display: inline-block;
}
.infoblock.client-data .tabs .item.deleted span.restore {
	display: block;
}
.infoblock.client-data .tabs .item.deleted input {
	background: #e2e2e2;
	color: #AB9E9E;
}
.infoblock.client-data .tabs .item.deleted .labels label, .infoblock.client-data .tabs .item.deleted .labels label:after, .infoblock.client-data .tabs .item.deleted .controls label {
	color: #AB9E9E;
}
.infoblock.client-data .control-group.add-button-group .controls {
	width: auto!important;
	min-width: auto!important;
	max-width: initial;
	margin: 0;
}
.infoblock.client-data .tabs.subform-list-websites .item.item-websites .control-group {
	width: 100%;
}
.tabs.subform-list-websites {
	position: relative;
	display: inline-block;
	min-width: auto;
	width: 670px;
}
.tabs.subform-list-emails {
	position: relative;
	display: block;
	min-width: auto;
	width: 670px;
	min-height: 52px;
}
.tabs.subform-list-websites .item.item-websites .control-group .labels {
	opacity: 0;
}
.tabs.subform-list-websites .item.item-websites:nth-of-type(1) .control-group .labels {
	opacity: 1;
}
.tabs.subform-list-emails .item.item-emails .item-body .layout-zone .control-group .labels,
.tabs.subform-list-phones .item.item-phones .item-body .control-group.phone .labels {
	opacity: 0;
}
.tabs.subform-list-emails .item.item-emails.email_item_primary .item-body .layout-zone .control-group .labels,
.tabs.subform-list-phones .item.item-phones .item-body .control-group.phone.required .labels,
.tabs.subform-list-emails .item.item-emails:nth-of-type(1) .item-body .control-group.email .labels
{
	opacity: 1;
}
.tabs.subform-list-emails .control-group .controls, .tabs.subform-list-websites .control-group .controls {
	width: 30%!important;
	min-width: 378px!important;
	max-width: 378px;
}
.tabs.subform-list-emails .add-button-group {
	right: 0px;
}
.add-button-group {
	width: 26px!important;
	position: absolute;
	right: 0px;
	bottom: 3px;
	display: inline-block;
}
.tabs.subform-list-emails .add-button-group .controls {
	margin: 0;
}
.add-button-group .labels {
	display: none!important;
}
.add-button-group .controls {
	width: 26px!important;
	min-width: auto!important;
}
.control-group {
	margin: 8px 0;
	display: inline-block;
	width: 100%;
}
input[type="text"] {
	height: 36px;
	border: 1px solid #e2e2e2;
	margin: 0;
	font-size: 13px;
	outline: none;
	
	padding: 0 0 0 5px;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 2px solid #b9b9b9;
}
input[type="password"] {
	outline: none;
	height: 36px;
	border: 1px solid #e2e2e2;
	margin: 0;
}
label {
	font-size: 14px;
	
	margin: 0.625em 0;
	white-space: wrap;
	font-weight: 400;
	color:#000;
}
label.tree_item_data {
	white-space: normal !important;
}
.no-match-count-block p {
	display: inline-block;
	width: auto!important;
}
.no-match-count-block {
	overflow: hidden;
}
.no-match-count-block button:hover {
	background: #7EA972!important;
}
.no-match-count-block button {
	background: #9bd08c!important;
	float: right;
}
.client-list-manage input[type="button"], .ui-dialog-buttonset button {
	width: auto;
	height: auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #25acfe;
}

.ui-dialog-buttonset button:nth-child(3) {
	margin-top: 10px;
}

textarea {
	border: 1px solid #e2e2e2;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	resize: none;
	box-sizing: border-box;
}
.checkbox label {
	white-space: normal;
}
input {
	box-sizing: border-box;
}
.control-group.date input[type="text"] {
	content: '';
	background: url(/img/tc/quadro.png) 95% center no-repeat;
}
.control-group textarea.resizable-field {
	resize: vertical;
	height: 27px;
	min-height: 27px;
	padding-top: 2px!important;
	
	line-height: 1.5;
	font-size: 13px;
}
.control-group textarea.resizable-field:focus {
	padding-top: 2px!important;
}
.ctr.date.cs-skin-border.quadro>span::after, .ctr.date.cs-skin-border.quadro .cs-selected span::after {
	background-position: -8px -160px;
}
.cs-skin-border.cs-active>span:after {
	top: 3px;
}
.horizontal .analytics_table {
	overflow: auto;
	position: relative;
}
form.settings input[type="checkbox"] {
	top: 5px;
	float: left;
	margin-right: 5px;
}
.infoblock table {
	border-collapse: separate;
}
form.settings .submit-block {
	margin: 0;
	background: transparent!important;
	padding: 0;
}
form.settings .submit-block:before, form.settings .submit-block:after {
	background: transparent;
}
/*************form.settings .submit-block****************Форма обратного звонка************************************/

.ctr {
	display: inline-block;
	width: 25%;
	margin: 5px 0.2% 0;
	vertical-align: middle;
}
.ctr.date .contrs {
	position: relative;
}
.ctr.date .contrs:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	background-position: -11px -165px;
	top: 8px;
}
.ctr div.cs-skin-border {
	width: 100%;
	margin: 0;
}
.ctr input {
	width: 100%;
	margin: 0;
	padding: 0 0 0 5px;
	position: relative;
}
.ctr.date {
	width: 15%;
}
.ctr.big {
	width: 40%
}
table.default.status tr:hover td .group-button .bt, table.default.search-template tr:hover td .group-button .bt, table.default.subscribe tr:hover td .group-button .bt {
	opacity: 1;
}
.group-button {
	float: right;
	width: 140px;
}
.group-button .bt {
	display: inline-block;
	position: relative;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 12px;
	font-weight:700;
	padding: 7px 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0
}

.group-button .edit--add-comments{
	width: initial;
	display: flex;
	align-items: center;
}

.group-button .bt:last-child {
	margin: 0
}

.group-button .bt:after{
	content: '';
	background: url(/img/tc/sprite.png?v=2019_11_08) no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.group-button .edit--add-tags.bt:after{
	display: none;
}
.group-button .edit--add-tags:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 20px;
	background-image: url(/img/tc/sprite.png);
	background-repeat: no-repeat;
	background-position: -67px -209px;
	position: relative;
}
.group-button .bt.share {
	background: #a3db92;
}
.group-button .bt.share:after {
	background: url(/img/tc/sliv1.png) center center no-repeat;
	height: 26px;
	width: 26px;
}
.group-button .bt.add:after {
	background-position: -70px -175px;
}
.group-button .bt.delete:after {
	background-position: -69px -232px;
}
.group-button .bt.edit:after {
	background-position: -69px -204px;
}
.group-button .bt.edit-title:after {
	background-position: -107px -175px;
}
.group-button .bt.add {
	background: #a3db92;
}
.group-button .bt.delete {
	background: #dd5858;
}
.group-button .bt.edit {
	background: #92a3db;
}
.group-button .bt.edit-title {
	background: #92a3db;
}
.group-button .bt.add:hover {
	background: #91C581
}
.group-button .bt.delete:hover {
	background: #AE5252
}
.group-button .bt.edit:hover {
	background: #536293
}
.group-button .bt.edit-title:hover {
	background: #536293
}
option.def, .cs-skin-border>span.cs-placeholder {
	color: #A5A5A5;
}
.period .control-group {
	display: inline-block;
	width: auto;
}
.period.checkbox-group .control-group .controls {
	vertical-align: top;
}
.period .control-group:nth-of-type(2) .labels {
	min-width: auto;
}
.period.checkbox-group .control-group .controls b {
	padding: 10px 0 15px;
	display: inline-block;
}
.period.checkbox-group .controls.small {
	margin: 0 40px 0 0
}
form.search .control-group .controls.bigger {
	width: 60%;
	position: relative;
}
.period.date .controls {
	position: relative;
}
.period.date .controls:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	background-position: -11px -165px;
	top: 18px;
}
form.search .control-group i {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
form.search .control-group .controls.bigger:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -162px;
	width: 27px;
	margin-right: 2px;
	height: 27px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
form.search .control-group .labels {
	min-width: 270px;
}
.left_block {
	display: inline-block;
	width: 67%;
	border-right: 1px solid #e7e7e7;
	padding: 0 30px 0 0;
	position: relative;
}
.left_block:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 0;
	border-right: 1px solid #e7e7e7;
}
.right_block {
	display: inline-block;
	width: 33%;
	float: right;
	padding: 0 0px 0 30px;
	min-height: 100%;
}
.left_block .submit-block:after {
	width: 30px!important;
	right: -30px!important;
}
#container .right_block ul li {
	border-top: 1px solid#e7e7e7;
}
#container .right_block ul li a {
	font-size: 14px;
	
	color: #25acfe;
	text-decoration: none;
	display: block;
	padding: 17px 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#container .infoblock .right_block .title.settings {
	margin: 0
}
#container .right_block ul li:hover a {
	color: #236D9A;
}
.semple-report {
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #e7e7e7;
	padding: 20px 20px 0 20px;
	border-bottom: 0;
}
.semple-report h3 {
	font-size: 30px;
	
}
.semple-report .btn:hover {
	color: white;
	background: #25acff;
}
.semple-report .btn {
	cursor: pointer;
	font-size: 14px;
	
	font-weight: 500;
	display: inline-block;
	color: #25acff;
	border: 2px solid #25acff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 15px 20px;
	margin: 20px 0
}
.left_block .control-group:nth-of-type(2) {
	margin-bottom: 7px;
}
.table-report-title {
	border-bottom: 2px solid #efefef;
	display: inline-block;
	font-size: 18px;
	
	padding: 10px 0;
	margin: 10px 0 -4px 0;
}
#container .right_block ul li:first-child {
	border-top: none;
}
.bottom-btn-block p {
	
	font-size: 24px;
	margin: 0 0 5px 0;
}
.bottom-btn-block b {
	
}
table.default.report tfoot tr td {
	font-size: 12px;
	color: #000;
	
	text-align: center;
	font-weight:700;
}
table.default.report tr th {
	text-align: center;
}
table.default.report tbody tr td:nth-of-type(1), table.default.report tfoot tr:nth-of-type(2) td:nth-of-type(1) {
	font-size: 10px;
}
table.default.report tbody tr td {
	text-align: center;
	font-size: 12px;
}
table.default.report tfoot tr:nth-of-type(1) td {
	text-align: left
}
table.default.full-reports tbody tr td {
	text-align: center;
	font-size: 12px;
}
table.default.full-reports tbody tr td:nth-of-type(2) {
	text-align: left;
	white-space: normal;
}
table.default.full-reports tbody tr td:nth-of-type(1) {
	font-size: 10px
}
table.default.full-reports tbody tr td:nth-of-type(2) a {
	font-size: 14px;
}
table.default.full-reports tbody tr td a {
	
}
table.default.full-reports tr th:nth-of-type(2) {
	width: auto;
	min-width: 300px;
}
.infoblock #analitica {
	border-bottom: none;
	margin: 0
}
/******************Мои отчеты***************************/

.infoblock table.default.my-otchet tr td i {
	display: inline-block;
	margin-left: 5px;
}
.infoblock table.default.my-otchet tr td:nth-of-type(5), .infoblock table.default.my-otchet tr th:nth-of-type(5) {
	text-align: center;
}
.infoblock table.default.my-otchet tr th {
	text-align: center;
}
.infoblock table.default.my-otchet tr th:nth-of-type(5) {
	width: 1%;
}
.infoblock table.default.my-otchet tr th:nth-of-type(1) {
	border-left: none;
}
.infoblock table.default.my-otchet tr th:nth-of-type(3), .infoblock table.default.my-otchet tr td:nth-of-type(3) {
	width: auto;
	text-align: left;
	vertical-align: middle;
}
.infoblock table.default.my-otchet tr:hover td .group-button .bt {
	opacity: 1
}
.infoblock table.default.my-otchet tr td.text-align-right {
	font-size: 10px;
	color: #a7a7a7;
}
.infoblock table.default.my-otchet tr td:nth-of-type(3) span {
	display: table-cell;
	vertical-align: middle;
	white-space: normal!important;
	line-height: 18px;
}
.infoblock table.default.my-otchet tr td:nth-of-type(3) .group-button {
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 1%;
}
.search-field {
	overflow: hidden;
	padding: 0 20px;
	background: white;
}
.search-field form div {
	overflow: hidden;
}
.filter-block .line-controls .submit-block, .filter-block .line-controls .submit-block:before, .filter-block .line-controls .submit-block:after {
	background: transparent!important;
	border: 0!important;
}
.search-field input {
	height: 42px;
}
.search-field input[type="text"] {
	width: 92%;
}
.search-field input[type="submit"] {
	border: none;
	color: white;
	background: #25acfe;
	width: 8%;
	margin-left: -4px;
	border-radius: 0 5px 5px 0;
	font-size: 14px;
	padding: 0;
}
.search-field a {
	
	color: #25acfe;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 12px 0;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.group-btn.submit {
	border: none;
	top: -4px;
}
.info-lots.search-res {
	padding: 10px 0 20px 0;
}
.search-field a:hover {
	color: #236D9A
}
.infoblock table.default.search-result tr td:nth-of-type(1) {
	font-size: 10px;
}
.infoblock table.default.search-result tr td {
	white-space: normal;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
.tender_in_date .tooltip.fade.in.top {
	top: -13px!important;
	z-index: 999999;
}
.infoblock table.default.search-result tr th, .infoblock table.default.search-result tr td {
	border: none;
}
.infoblock table.default.search-result tr td.price_col {
	font-weight: 700;
}
.pagination ul li {
	float: left;
}
.infoblock table.default.search-result tr th {
	text-align: left;
	color: #a1a1a1;
	font-size: 13px;
	vertical-align: baseline;
}
.infoblock table.default.search-result tr th.price_col, .infoblock table.default.search-result tr td.price_col {
	text-align: left;
	white-space: nowrap;
}
.title.settings.help-employee {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}

.title.settings .count {
	font-size: 24px;
	display: inline-block;
	vertical-align: baseline;
	color: #000000;
}
.infoblock table.default.search-result tr td a {
	font-size: 13px;
}
/*.infoblock table.default.search-result tr td.favorite a, */

.infoblock table.default.search-result tr td.favorite a span {
	display: inline-block;
}
.pagination ul {
	overflow: hidden;
}
.pagination {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
}
.wrap-pagination {
	position: relative;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: -1
}
.pagination ul li a, .pagination ul li span.disabled {
	text-decoration: none;
	font-size: 14px;
	
	padding: 9px 11px;
	margin: 0 6px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: block;
}
.pagination ul li a:hover, .pagination ul li a.active, .pagination ul li span.disabled {
	background: #e6e6e6;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.infoblock table.default.search-template tr th, .infoblock table.default.subscribe tr th {
	text-align: center;
	font-size: 15px;
}
.infoblock table.default.subscribe tr th {
	white-space: nowrap;
}
.infoblock table.default.subscribe tr th.header a {
	color: black!important;
}
.infoblock table.default.search-template tr th:nth-of-type(2), .infoblock table.default.subscribe tr th:nth-of-type(2) {
	width: auto;
	text-align: left;
}
.infoblock table.default.search-template tr td:nth-of-type(2) a {
	white-space: normal;
	font-weight:500;
	
	font-size: 15px;
}
.infoblock table.default.subscribe tr td {
	text-align: center
}
.infoblock table.default.subscribe tr td:nth-of-type(2) {
	text-align: center;
}

.howToSearch a {
	font-size: 13px;
	text-decoration: underline;
}
.filter-block .tree-popup .tree_items_wrapper {
	width: 400px;
}

.infoblock table.default tr td .tender-tags-wrapper--border,
.infoblock table.default tr td .tender-tags-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.infoblock table.default tr td .tender-tags-wrapper .metka{
	display: flex;
	flex-wrap: wrap;
}

.infoblock table.default tr td .tender-tags-wrapper .group-button,
.infoblock table.default tr td .tender-tags-wrapper .bt,
.infoblock table.default tr td .tender-tags-wrapper .edit__text{
	width: inherit;
}

.infoblock table.default tr td .tender-tags-wrapper .bt{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 8px;
}

.infoblock table.default tr td .tender-tags-wrapper .bt:after{
	left:8px;
}

.infoblock table.default.subscribe tr td:nth-of-type(3){
	max-width: 100%;
	width: 479px;
}

.infoblock table.default.subscribe tr td:nth-of-type(3), .infoblock table.default.subscribe tr td:nth-of-type(5) a {
	font-size: 12px;
}
.infoblock table.default.search-template tr td a, .infoblock table.default.subscribe tr td a {
	
	font-size: 13px;
	text-decoration: none;
}

.infoblock table.default.search-template tr td a, .infoblock table.default.subscribe tr td a:visited{
	color:#1b00ec;
}


.infoblock table.default.search-template tr td a, .infoblock table.default.subscribe tr td a:active{
	color:#56b2ff;
}

.infoblock table.default.search-template tr td a {
	text-decoration: underline;
}
table.default.favorit tr td:nth-of-type(3) a {
	font-size: 14px;
}
.infoblock.favorite-page table.default.favorit tr td:nth-of-type(4) a, .infoblock.favorite-page table.default.favorit tr td p.note {
	font-size: 13px;
	white-space: nowrap;
	font-weight: 500;
}
table.default.favorit tr td a {
	font-size: 12px;
	
}
table.default.search-template tr td .group-button, table.default.subscribe tr td .group-button {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	float: none;
}
table.default.search-template tr td .group-button a, table.default.subscribe tr td .group-button a {
	padding: 0 2px;
	display: inline-block;
}
table.default.favorit {
	margin: 0;
}
table.default.favorit tr td {
	position: initial!important;
}
table.default.search-template tr td a {
	display: table-cell;
	vertical-align: middle;
}
table.default.subscribe tr td .subscribe_item_wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
table.default.subscribe tr td:nth-of-type(5) a {
	display: inline-block
}
.search-res .subscribe-info-text {
	display: inline-block;
}
.submit-block.save.no-btn {
	text-align: center;
	padding: 13px 0 16px;
	/*margin-bottom: 30px;*/
}

div.title.settings .submit-block {
	float: right;
	position: relative;
	top: -9px;
}

@media screen and (max-width:700px){
	div.title.settings .submit-block{
		margin-bottom: 0;
	}
}

div.title.settings.sub .submit-block {
	margin: 0 3px;
}
div.title.settings.sub .submit-block.only-border input[type="submit"] {
	color: #25acff;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	border: 2px solid #25acff;
	background: transparent;
	box-sizing: border-box;
	padding: 6px 16px 7px;
}
div.title.settings.sub .submit-block.only-border.hvr-rectangle-out:before {
	border-radius: 5px!important;
}
div.title.settings.sub .submit-block.only-border.hvr-rectangle-out {
	background: #fff;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
div.title.settings.sub .submit-block.only-border input[type="submit"]:hover, div.title.settings.sub a.selected-filter .submit-block.only-border input[type="submit"] {
	background: #25acff;
	color: #fff;
}
div.title.settings .submit-block.add-employee {
	top: -2px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
div.title.settings .submit-block.add-employee input {
	padding: 1em 2.2em 1em 1em!important;
}
table.default.favorit tr td {
	white-space: normal;
	text-align:center;
}
.empty-employee {
	padding: 75px 0 110px 0;
}
.empty-employee p {
	text-align: center;
	
	font-size: 30px;
}
table.default.favorit tr td:nth-of-type(4) {
	white-space: nowrap
}
table.default.favorit tr th:nth-of-type(3) {
	width: auto;
}
table.default.favorit tr th.percent {
	width: 1%!important;
}
table.default.favorit tr td:nth-of-type(3) a {
	display: block;
	margin: 0 0 3px 0;
	word-break: break-word;
}

table.default.favorit tr td:nth-of-type(3) a:visited{
color: #2c16d2;
}

table.default.favorit tr td:nth-of-type(3) i {
	display: block;
	font-size: 12px;
}
table.default.favorit tr td:nth-of-type(1) {
	color: #000;
}
table.default.favorit tr th:nth-of-type(2) {
	min-width: 36px;
}
table.default.favorit tr td:nth-of-type(2) {
	font-size: 10px;
	color: #a7a7a7
}
table.default.favorit tr:hover td:nth-of-type(2):before {}
table.default.favorit tr td.phones_employee i {
	word-break: break-word;
}
table.default.favorit tr td {
	font-size: 13px;
}
table.default.favorit tr th {
	text-align: center;
	vertical-align: top;
}
.bt-metka {
	display: flex;;
	align-items: center;
	white-space: nowrap;
	background: #25acff;
	color: #fff;
	font-size: 12px;
	font-weight:700;
	padding: 3px 8px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 3px 8px 3px 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.info-lots p {
	font-size: 13px;
}
.bt-metka a {
	color: white!important;
}
table.default.favorit tr:hover td .group-button .bt {
	opacity: 1;
}
/*table.default.favorit tr td:nth-of-type(3) div {*/
/*	display: table-cell;*/
/*	vertical-align: middle;*/
/*	float: none;*/
/*	white-space: normal;*/
/*	text-align: left;*/
/*}*/
table.default.favorit tr td .group-button {
	text-align: right;
}
table.default.favorit tr td .group-button .bt {
	margin: 2px 0;
	position: relative;
}
table.default.favorit tr td .group-button {
	width: 205px;
}
.bt-metka a i.ico-delete {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -61px -235px;
	vertical-align: middle;
}
table.default tr td a.bt-metka {
	color: white!important;
}
.comment {
	border-top: 2px solid #efefef;
	padding-top: 10px;
	margin: 0 0 15px 0;
}
.comment span {
	font-size: 14px;
	
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.comment span.delete:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -15px -300px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	display: inline-block;
}
.comment span.add-favorite:before {
	content: '';
	background: url(/img/tc/stars.png) no-repeat;
	background-position: 0px -25px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
	top: 2px;
}
span.add-favorite:before {
	content: '';
	background: url(/img/tc/stars.png) no-repeat;
	background-position: 0px -25px;
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 2px;
}
.infoblock #analitica .wrap {
	width: 90%;
}
.print-block.report {
	top: -23px;
}
.wrap-bt-bt {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
.infoblock #analitica .wrap .analitica-block-map .analitica-maps h3 {
	display: block;
	font-size: 18px;
	text-align: center;
}
.infoblock #analitica .wrap .analitica-block-map {
	margin: 20px auto 0;
	width: 90%;
}
.infoblock #analitica .wrap .analitica-block-map .img, .infoblock #analitica .wrap .analitica-block-map .img img {
	width: 100%;
}
.big-button-add {
	position: relative;
}
.big-button-add span {
	
	color: white;
	font-size: 26px;
	margin-left: 10px;
}
.period_nowrap {
	white-space: nowrap!important;
}
/******************Мои отчеты***************************/

/************************Добавить нового сотрудника**************************/

table.default.add-employee tr td {
	vertical-align: middle!important;
	text-align: center;
}
table.default.add-employee tr th {
	text-align: center;
}
table.default.add-employee tr th:nth-of-type(2) {
	text-align: left;
	width: auto;
}
table.default.add-employee tr td:nth-of-type(2) {
	text-align: left;
}
table.default.add-employee tr td a {
	
	font-size: 13px;
	white-space: normal;
	display: block;
	line-height: 20px;
	word-wrap: break-word;
}
table.default.add-employee tr td i {
	
	font-size: 13px;
	line-height: 20px;
	word-wrap: normal;
	color: black;
	word-break: break-word;
	word-break: normal;
	/*display: inline-block;*/
	display: table-cell;
}
table.default.add-employee tr td a:hover {
	color: #236D9A;
}
/************************Добавить нового сотрудника**************************/

/************************Добавить новый отдел**************************/

.control-group.min .labels {
	margin-top: 10px;
}
/************************Добавить новый отдел**************************/

#wrap.page-analitica {
	background: white;
}
/*************************Страница услуги*************************************/

.service-items .item {
	float: left;
	width: 49%;
	padding: 0 20px 20px 20px;
}
.service-items {
	overflow: hidden;
}
.service-items {
	margin-bottom: 20px;
}
.service-items .item-two {
	overflow: hidden;
	margin-bottom: 25px;
}
.service-items .item i.icon-service {
	display: block;
	background: url(/img/tc/service_icons.png) no-repeat;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}
.service-items .item i.icon-service.lt_1 {
	background-position: 0px 0px
}
.service-items .item i.icon-service.lt_2 {
	background-position: 0px -315px
}
.service-items .item i.icon-service.lt_3 {
	background-position: 0px -630px
}
.service-items .item i.icon-service.lt_4 {
	background-position: 0px -930px
}
.service-items .item i.icon-service.lt_5 {
	background-position: 0px -1255px
}
.service-items .item i.icon-service.lt_6 {
	background-position: 0px -1518px
}
.service-items .item i.icon-service.lt_7 {
	background-position: 0px -145px
}
.service-items .item i.icon-service.lt_8 {
	background-position: 0px -470px
}
.service-items .item i.icon-service.lt_9 {
	background-position: 0px -774px
}
.service-items .item i.icon-service.lt_10 {
	background-position: 0px -1065px
}
.service-items .item i.icon-service.lt_11 {
	background-position: 0px -1403px
}
.service-items .item i.icon-service.lt_12 {
	background-position: 0px -1608px
}
.service-items .item h3 {
	font-size: 24px;
	
	padding: 0 20px 20px 0;
}
.service-items .item p {
	font-size: 14px;
	
	padding: 0 0 20px 0;
	line-height: 1.5;
	margin: 0;
}
.service-items .item a {
	font-size: 12px;
	
	color: #25acff;
	padding: 5px 7px;
	border: 2px solid #25acff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	text-decoration: none;
	display: inline-block;
}
.service-items .item a:hover {
	color: white;
	background: #25acff;
}
/*************************Страница услуги*************************************/

/*Календарь*/

.select-date {
	display: inline-block;
	/* float: right; */
	position: absolute;
	right: 20px;
	top: 5px;
}
#container .infoblock .settings span.cs-placeholder {
	width: 100%
}
#container .infoblock .settings span.cs-placeholder:before {
	background: transparent;
	width: auto;
	height: auto;
}
.infoblock table.default.date tr td a {
	white-space: normal;
	line-height: 24px;
	
	position: relative;
}
.infoblock table.default.date .calendar-line {
	padding-left: 15px;
}
.infoblock table.default.date tr td a.no-read {
	
}
.infoblock table.default.date tr td a.no-read:before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #f05050;
	margin-left: -10px;
	position: relative;
	left: -8px;
}
.date-main:before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #f05050;
	margin-right: 10px;
}
.infoblock table.default.date tr td small {
	line-height: 24px;
	font-size: 11px;
}
.infoblock table.default.date tr td:nth-of-type(1) b {
	display: block;
	font-size: 18px;
	color: #000;
	
	margin-bottom: 3px;
}
.infoblock table.default.date tr td:nth-of-type(1) i {
	font-size: 14px;
	display: block;
	color: #000;
}
.infoblock table.default.date tr.weekend td:nth-of-type(1) b, .infoblock table.default.date tr.weekend td:nth-of-type(1) i {
	color: #f05050;
}
/*Календарь*/

/************статистика участий графики*************************/

.top-graphik-block {
	background: #f7f7f7;
	border: 4px solid #f2f2f2;
	position: relative;
	padding: 20px 120px;
	margin: 0 0 20px 0;
}
.top-graphik-block p {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	
}
.top-graphik-block p a {
	font-size: 12px;
	
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
}
.grafick-tabs {
	overflow: hidden;
	margin: 30px 0 0px 0;
}
.grafick-tabs li {
	float: left;
	text-align: center;
	width: 20%;
}
.grafick-tabs li span {
	display: inline-block;
	vertical-align: middle;
	min-height: 55px;
	margin: 0 0 15px 0;
}
.grafick-tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #25acff;
	font-size: 11px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	
	font-weight: 500;
}
.grafick-tabs li a i {
	display: block;
}
.grafick-tabs li:hover a, .grafick-tabs li.active a {
	color: #236D9A;
}
.tab-group.grafick .img {
	text-align: center;
}
.tab-group.grafick .img img {
	width: 100%;
}
.tab-group.grafick .grafick-title {
	padding: 20px 0;
}
.tab-group.grafick .grafick-title p {
	
	font-size: 30px;
	margin: 0;
}
.tab-group.grafick .grafick-title span {
	font-size: 12px;
	
	display: block;
	line-height: 18px;
	margin: 15px 0 0 0;
	width: 75%;
}
.tab-group.grafick .grafick-title span a {
	font-size: 12px;
	
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
}
.group-grafick {
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.group-grafick .left-col {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: center;
	margin: 0 4%;
}
.grafick-information {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.grafick-information span {
	font-size: 24px;
	
}
.grafick-information p {
	font-size: 12px;
	
	margin: 0;
	line-height: 18px;
}
.grafick-information p a {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.8);
	
	font-weight: 500;
}
.grafick-description {
	text-align: center;
	padding: 0 40px;
}
.grafick-description p {
	font-size: 18px;
	
	margin: 0 0 15px 0;
}
.grafick-description span {
	font-size: 12px;
	
	line-height: 18px;
}
.tab-group.grafick .block-tree {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 20px 0;
	margin-top: 20px;
}
.block-two {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 20px 0;
	margin: 0 0 0px 0;
}
.block-two ul {
	overflow: hidden;
}
.block-two ul li {
	width: 50%;
	float: left;
	text-align: center;
}
.block-two .grafic-head {
	font-size: 18px;
	
	text-align: left;
	border-bottom: 1px solid#e7e7e7;
	padding-bottom: 15px;
}
.float-block {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.float-block .info-user {
	padding: 20px;
	width: 250px;
	text-align: center;
}
.float-block .info-user:before {
	padding: 0;
}
.tabs-group-items {
	position: relative;
}
/************статистика участий графики*************************/

.infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
}
.infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail, .infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail, .infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 20px;
	margin: 4px 0;
}
.infoblock .horizontal .analytics_table .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .infoblock .horizontal .analytics_table .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .infoblock .horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .infoblock .horizontal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .infoblock .floatThead-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .infoblock .floatThead-wrapper .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	width: 100%;
}
.infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight, .infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight, .infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	height: 15px;
	top: 5px;
}
/*.infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover, .infoblock .horizontal .analytics_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover,
.infoblock .horizontal  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.infoblock .horizontal  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover,
.infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.infoblock .floatThead-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
	background:url(/img/tc/index-slide-arrow-map.png) no-repeat, rgba(246,246,246,1);
	opacity:.8;
}*/

.infoblock .horizontal .analytics_table .mCSB_scrollTools .mCSB_buttonLeft, .infoblock .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -93px -157px;
}
.infoblock .horizontal .analytics_table .mCSB_scrollTools .mCSB_buttonRight, .infoblock .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -93px -144px!important;
}
.toggle-button {
	font-size: 14px;
	background: #2b333e;
	position: absolute;
	left: 0px;
	z-index: 99;
	padding: 9px 20px 11px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	
	font-weight: 500;
	display: none;
	top: 119px;
	/* Трансформируем текст */
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	/* Координаты точки трансформации */
	transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
}
/*.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	position:absolute!important;
	top:100px!important;
	left:auto;
	right:auto;
	bottom:auto;

}*/

.my-otchet.analytics_table .group-button a {
	margin: 0 0px;
	display: inline-block;
	font-weight: normal!important;
}
.my-otchet.analytics_table .group-button .create-new-report {
	position: relative;
	top: auto;
	right: auto;
	outline: none;
}
/*структура страницы*/

/*Вкладка комментарии*/

.empty-comments {
	text-align: center;
	padding: 30px 0 80px 0;
}
.empty_row .empty-comments p {
	font-size: 14px;
	color: #000;
}
.empty_row .empty-comments {
	margin: 100px 0 50px 0;
}
.empty_row .empty-comments span {
	padding: 5px 0;
	width: 100%;
	margin: 0;
}
.empty-comments span {
	padding: 40px 0;
	display: block;
	width: 100px;
	margin: auto;
}
.empty-comments p {
	font-size: 22px;
	
}
.empty-event-list {
	background: #ffffff;
	padding: 10px 30px 60px;
}
.empty-comments.main {
	/*width:75%;
	margin:50px auto 50px auto;*/
	background: #278CFA;
	margin: 0;
	padding: 30px 30px 60px;
	text-align: left;
}
.index_grafic_wrap button {
	margin-top: 0px;
}
.empty-comments.main p {
	font-size: 16px;
}
.empty-comments.main p.empty_img {
	margin-bottom: 40px;
}
.empty-comments.main a {
	font-size: 16px;
}
.message-area {
	border-top: 1px solid #e7e7e7;
	position: relative;
	padding: 20px 0;
}
td.short ul li {
	display: inline-block;
	width: 20%;
	float: left;
	position: absolute;
	bottom: 0;
}
td.short ul {
	position: relative;
	height: 95px;
	display: block;
	width: 250px;
}
td.short ul li.green {
	background: #3eac65;
	height: 95px;
	left: 0;
}
td.short ul li.yellow {
	background: #fccc22;
	height: 45px;
	left: 20%;
}
td.short ul li.red {
	background: #e34730;
	height: 15px;
	left: 40%;
}
td.short ul li.blue {
	background: #3786c8;
	height: 55px;
	left: 60%;
}
td.short ul li.gray {
	background: #e6e5e3;
	height: 75px;
	left: 80%;
}
.message-area:before, .message-area:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 20px;
	border-top: 1px solid #e7e7e7;
	top: -1px;
}
.message-area:before {
	left: -20px;
}
.message-area:after {
	right: -20px;
}
.message-area textarea {
	width: 100%;
	border: none;
	resize: none;
	min-height: 80px;
	
	font-size: 14px;
	position: relative;
}
.message-area .submit-block {
	float: right;
	margin-top: 16px;
}
.textarea-wrap {
	display: inline-block;
	position: relative;
	width: 75%;
}
.message-area .control-group.files {
	float: right!important;
	display: inline-block;
	width: auto!important;
	margin-top: 25px;
}
.message-area .control-group.files .controls {
	width: 100%;
}
.message-area .control-group.files mark {
	border: none;
	width: auto;
	white-space: normal;
	position: relative;
}
.message-area .control-group.files mark:after {
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 0;
}
.comment-list-block .message-item {
	width: 90%;
}
.control-group.error .controls input {
	border-color: #9c0f0e;
}
/*Вкладка комментарии*/

.control-group .controls span {
	
	font-weight: 500;
	font-size: 13px;
	font-weight: 400;
}
.control-group .controls select {
	height: 36px;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	font-size: 13px;
	
	margin: 0;
	position: relative;
	padding: 0 0 0 0.5em;
	z-index: 1;
	background: #fff;
}
.control-group .controls select:before {
	content: 'dsfdg';
}
.control-group .controls {
	position: relative;
	z-index: inherit;
	font-size: 13px;
}
.control-group .controls.after-img:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -8px -127px;
	width: 27px;
	margin-right: 2px;
	height: 27px;
	speak: none;
	position: absolute;
	top: 5px;
	right: 2px;
	z-index: 0;
	cursor: pointer;
}
.form-element-tree {
	width: 100%;
	/*height:36px;*/
	
	outline: none;
	border: 1px solid #e2e2e2;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form .control-group .controls label.tree_item_data input, form.line-controls .control-group .controls label.tree_item_data input {
	width: auto;
	height: auto;
}
form.line-controls .control-group .controls label.tree_item_data input {
	width: auto!important;
	min-width: auto;
}
.history-dev form.line-controls .control-group.from-to {
	float: left
}
form .control-group .controls .tree_info_block {
	box-sizing: border-box;
	height: auto;
	padding: 0 34px 0 0.5em;
	background: transparent;
	position: relative;
}
.history-dev form.line-controls .submit-block {
	margin-top: 7px;
	float: right;
	padding: 0;
}
form .control-group .controls .tree_info_block .selected-item.last {
	border: none;
	padding-bottom: 0;
	/*display: table-cell;*/
	display: inline-block;
	height: 36px;
	vertical-align: middle;
	text-align: left;
}
.history-dev .line-controls .layout-zone {
	width: auto;
}
.history-dev form.line-controls .control-group .controls {
	min-width: auto;
}
form .control-group .controls .tree_info_block::after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -120px -65px;
	width: 27px;
	margin-right: 2px;
	height: 27px;
	position: absolute;
	top: 3px;
	cursor: pointer;
	right: 2px;
	/*z-index:3;*/
}
.infoblock.infos.client-data .tree_info_block .selected-item .i-wrapper {
	right: 11px;
	z-index: 2;
}
/*.tree_info_block .selected-item {
    width:99%;
}*/

.left_column form .control-group:nth-of-type(1) .controls, .left_column form .control-group:nth-of-type(2) .controls {
	font-size: 13px;
	
	font-weight: 700;
	padding: 0 0 0 0px;
	line-height: 20px;
}
.left_column form .control-group:nth-of-type(2) {
	margin-bottom: 5px;
}
.control-group.remote-label .labels {
	width: 145px;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	display: inline-block;
}
.control-group.field-name-loadTime .controls, .control-group.field-name-finishDate .controls {
	position: relative;
}
.control-group.field-name-loadTime .controls:after, .control-group.field-name-finishDate .controls:after {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -8px -161px;
	width: 27px;
	margin-right: 2px;
	height: 27px;
	position: absolute;
	right: 3px;
	top: 13px;
	z-index: -1;
}
.control-group.field-name-loadTime .controls input, .control-group.field-name-finishDate .controls input {
	background: transparent;
}
.control-group.field-type-regionTree {
	position: relative;
	/*margin:8px 0;*/
}
.field-type-textarea {
	margin: 8px 0;
}
.control-group.field-name-employee_id .controls {
	display: inline-block;
	vertical-align: middle;
}
/*???*/

.infoblock .middle-analytics {
	margin: 0;
}
.control-group.remote-label .labels label {
	white-space: normal
}
/*стилизация блока с календарем*/

/*
.ui-datepicker .ui-datepicker-header {
    background:#ededed;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size:18px;
    
    background:#ededed;
    border:none;
    outline:none;
}
.ui-datepicker .ui-datepicker-next:hover {right:21px;}
.ui-datepicker .ui-datepicker-prev:hover {left:21px;}
.ui-datepicker .ui-datepicker-prev-year:hover {left:1px;}
.ui-datepicker .ui-datepicker-next-year:hover {right:1px;}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next-year:hover,
.ui-datepicker .ui-datepicker-prev-year:hover
{background:transparent;cursor:pointer;}
.ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next-year .ui-icon {background-position: -94px -142px;}
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev-year .ui-icon {background-position: -94px -154px;}
.ui-widget-header .ui-icon {
    background:url(/img/tc/sprite.png) no-repeat;
    background-position:-7px -73px;
    outline:none;

}
.ui-widget-header button {outline:none;cursor:pointer;}
.ui-dialog-content.ui-widget-content {text-align:center;}*/

/*стилизация блока с календарем*/

.control-group.from-to .controls.middle.date:after {
	background: transparent;
}
.control-group.from-to.field-name-loadTime .controls input, .control-group.from-to.field-name-finishDate .controls input, .control-group.field-name-dateCreated .controls input, .control-group.field-name-earlierDate .controls input, .control-group.field-name-createTime .controls input, .control-group.field-name-createDate .controls input, .control-group.field-name-dateTrade .controls input, .control-group.field-name-dateReview .controls input, .control-group.field-name-finishProtocolDate .controls input, .control-group.field-name-deadline .controls input, input.hasDatepicker {
	background: url(/img/tc/quadro2.png) 97% center no-repeat, white;
}
.infoblock {
	
}
form .control-group .controls .tree_info_block {
	/*height:34px;*/
	min-height: 34px;
}
.tree_info_block .selected-item {
	line-height: 36px;
	padding: 0 0 0 0.5em;
}
.filter-block form.line-controls .control-group .controls.middle.date {
	min-width: 308px;
	width: 100%!important;
}
.infoblock .middle-analytics {
	border: none;
}
.filter-block form.line-controls .control-group .controls {
	min-width: auto;
}
.filter-block form.line-controls .control-group .controls input {
	min-width: 175px;
	width: 45%!important;
}
.filter-block form.line-controls .control-group {
	float: left;
	width: 35%!important;
	margin-right: 0px;
}
.filter-block form.line-controls .control-group.field-name-type.field-type-analyticsTypeTree {
	width: 40%!important;
}
.filter-block form.line-controls .control-group.from-to .controls {
	margin: 0;
}
.filter-block form.line-controls .control-group.from-to input {
	padding: 0 0 0 3px;
	min-width: 180px!important;
	border-radius: 3px;
}
.filter-block form.line-controls .control-group.from-to {
	width: 25%!important;
	min-width: 350px!important;
	margin-right: 0px;
}
.filter-block form.line-controls .control-group .controls .js-resultBox.tree_info_block {
	overflow-x: hidden;
	width: 100%;
}
.filter-block .line-controls .form-element-tree {
	width: auto!important;
	overflow: hidden
}
.filter-block form.line-controls .submit-block {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -9px;
}
.line-controls .layout-zone {
	width: 90%;
}
.filter-block form.line-controls .control-group .controls input.filter {
	width: 100%!important;
}
.infoblock .pagination {
	height: auto;
	margin: 0;
}
.infoblock .pagination li {
	background: transparent
}
#client .labels {
	width: 26%;
}
#client .control-group.field-type-tcOrganizationTree .labels {
	vertical-align: top;
	margin-top: 10px;
}
#client .control-group.field-type-tcOrganizationTree .controls {
	margin: 0 0 8px;
}
#client .labels label {
	white-space: normal
}
button.settings-btn {
	margin-left: 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/img/tc/setting-icon.png) no-repeat, transparent;
	border: none;
	cursor: pointer;
	outline: none;
	background-position: 0px 0px;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
button.settings-btn:hover {
	background-position: -18px 0px;
}
.title_red {
	
	font-weight: 700;
	text-align: left;
	font-size: 24px;
	padding: 10px 0px;
	margin-left: 3px;
}
button.settings-btn:focus, button.settings-btn:active {
	outline: none;
}
.destination form {
	width: 50%;
	float: left;
	border-top: 2px solid #25acfe;
	border-bottom: 2px solid #25acfe;
	height: 42px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	padding-left: 0px;
}
.infoblock .destination form .control-group .form-element-tree {
	border: none;
	height: 42px;
	min-height: 42px;
}
.desc-samples {
	
	font-size: 13px;
	line-height: 1.5;
}
.analytics-form .form-buttons-block {
	text-align: right;
}
.infoblock form .analytics-form-wrapper {
	border: none;
}
.infoblock #searchform .element-group.left-column .labels, .infoblock #searchform .element-group.right-column .labels {
	width: 26%!important;
}
.infoblock .analytics-form-wrapper .control-group.from-to .controls input,
.infoblock #tenderSearch .control-group.from-to .controls input {
	width: 30%;
}
.analytics-form-wrapper .layout-zone.button-zone {
	display: inline-block;
	border-top: none;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
}
.infoblock #searchform .element-group.right-column {
	padding: 0;
}
.infoblock .analytics-form .control-group.from-to .controls label {
	padding: 0 5px 0 20px
}
.infoblock .analytics-form #searchform .element-group.left-column .controls,
.infoblock .analytics-form #searchform .element-group.right-column .controls {
	width: 69%!important
}
.infoblock .analytics-form #searchform .additional-fields-zone {
	padding: 0;
	margin: 0;
	border: 0;
	padding: 0 0 10px 0;
}
.infoblock .region-filter-checkbox {
	display: block;
}
.infoblock .region-filter-checkbox .control-group {
	width: auto!important;
}
.infoblock .region-filter-checkbox .control-group .controls {
	min-width: auto!important;
	width: auto!important;
	margin-right: 10px;
}
.infoblock .button-zone .controls {
	border-right: none;
	width: auto;
	min-width: auto;
}
.infoblock .button-zone .control-group {
	width: auto;
}
.infoblock .show-report-sample {
	margin-bottom: 20px;
}
.infoblock form .control-group .controls input.button-primary {
	padding: 8px 16px 9px;
	width: auto;
}
.layout-zone.button-zone {
	display: inline-block;
	border-top: none;
}
.infoblock a.additional-fields-toggler {
	color: #25acfe;
	text-decoration: underline;
	cursor: pointer;
}
.infoblock .analytics-form-wrapper .additionalField {
	display: none;
}

/* logout_left button */

.logout_left{
	background:none!important;
	color: #000;
	padding: 0;
}

.logout_left:hover{
	color: #25acff;
}

/*Смена стили у всплывающей подсказки помощь*/
.logo {
	padding:20px!important;
}

.show-page-tip{
	color:#fff!important;
	text-decoration: none!important;
}

/*Хэдер при принте*/

@media print{
	.header-right{
		display: none;
	}
	.header-left{
		display: none;
	}
	div.accordion{
		display:none!important;
	}

	#header{
		display: none!important;
	}
	#contractor .breadcrumbs{
		display: none!important;
	}
}

div.accordion{
	position: relative;
	display:flex;
	padding: 3px;
	/*background-color:#89c2ff;*/
	color:#5f5e5e;
}

div.accordion img{
	flex:1 1 auto;
	max-width: 250px;
	max-height:160px;
}

.accordion__content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex:2 1 auto;
	padding: 8px;
	pading-right:40px;
	background: white;
	margin-left: 4px;
	color:black;
	-webkit-border-radius: 3px;
	border-radius:3px;
	font-size: 0.875em;
	
}

.accordion__content h2{
	font-size:24px;
	
	font-weight: 700;
	width: 90%;
}

.accordion__content p{
	
	font-size:1em;
	margin-top:10px;
}

.accordion__toggles{
	position: absolute;
	right: 12px;
	flex:1 1 auto;
	display:flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: flex-start;

}

.accordion__button{
	display: block;
	margin-top:10px;
	width: 150px;
	transition: all 0.2s ease-in;
	padding: 8px 16px 9px;
	background: #25acfe;
	font-size: 14px;
	color: white;
	cursor: pointer;
	
	font-weight: 700;
	border: 0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	vertical-align: middle;
	text-align:center;
}

.accordion__button:hover{
	background: #236D9A;
	color:white;

}
.accordion__toggles p {
	margin-left:1px;
	margin-top:1px;
}

.accordion__toggles i{
	cursor: pointer;
}

.accordion__toggles p{
	cursor: pointer;
}

p.accordion__close:hover {
	border-bottom: 1px dashed #000;
}

#container >.container__acc {
	background: red!important;
	margin-top:200px;
}

/*Адаптивность верхнего меню */

@media (min-width: 651px) and (max-width:980px) {
	#header {
		position: relative!important;
		display: flex!important;
		flex-direction: row!important;

	}
	.header-right{
		flex-direction:column;
		margin: 0 auto;
	}
	.name-manager{
		display:flex;
	}

	.custom-google-translater{
		right:0!important;
		z-index: 999999999999;
	}

	.manager-wrapper{
		display: flex;
	}
	.manager{
		align-items: center;
		display: flex;
	}
	.manager {
		display: flex!important;
	}
	.name-manager{
		display:flex!important;
		margin-left: 20px;
		align-items: baseline;
		flex-direction: column;
	}

	.manager > .photo {
		width: 70px!important;
		height: 70px!important;
		margin-right:20px;
	}
}


@media (min-width: 481px) and (max-width:650px) {
	#header{
		position: relative!important;
		display: flex!important;
		flex-direction:row!important;;

	}
	.header-right{
		flex-direction:column;
		margin: 0 auto;
	}
	.name-manager{
		display:flex;
	}

	.custom-google-translater{
		right:0!important;
		top:0!important;
		z-index: 999999999999;
	}
	.custom-google-translater_row{
		position: relative;
	}
	#header .custom-google-translater_row{
		margin-top: 10px;
	}
	.manager-wrapper{
		display: flex;
	}
	.manager{
		align-items: center;
		display: flex;
	}
	.manager {
		display: flex!important;
	}
	.name-manager{
		display:flex!important;
		margin-left: 20px;
		align-items: baseline;
		flex-direction: column;
	}

	.manager > .photo {
		width: 70px!important;
		height: 70px!important;
		margin-right:20px;
	}
}


@media screen and (max-width: 480px) {
	#header{
		display: flex!important;
		flex-direction: row!important;
		position: relative!important;
	}
	.manager-open{
		width: 20px;
		/*height: 85%;*/
	}
	.header-right{
		flex-direction:column;
		margin: 0 auto;
		position: relative;
	}
	.name-manager{
		display:flex;
	}
	.custom-google-translater{
		right:0!important;
		margin-bottom: 50px;
		z-index: 999999999999;
	}
	.custom-google-translater_row{
		position: relative;
		padding:0;

	}
	.manager-wrapper{

		display: flex;
	}
	.manager{
		position: relative;
		display: inline-block!important;
	}

	.name-manager{
		display:flex!important;
		margin-left: 20px;
		align-items: baseline;
		flex-direction: column;
	}

	.manager > .photo {
		width: 70px!important;
		height: 70px!important;
		margin-right:20px;
	}

	/*Адаптивность акккордеона*/

	div.accordion{
		flex-direction: column;
		align-items: center;
		justify-content: space-between;

	}

	.accordion__content{
		margin-top:20px;
		width:100%;
	}
	div.accordion img{
		max-width:240px;
	}
	.accordion__toggles{
		margin-top:20px;
	}

	#content {
		margin-top: 0px!important;
	}
	.breadcrumbs .current{
		margin-left: 0!important;
	}
}

@media (min-width: 481px) and (max-width:650px) {
	div.accordion{

		flex-direction: column;
		align-items:center;
	}

	.accordion__button{
		margin: 0 auto;
		margin-top: 2vh;
	}
	div.accordion img{
		margin-top: 3vh;
		margin-bottom: 3vh;
		max-height: none;
		max-width: 420px;
	}

	#content{
		margin-top:0px!important;
	}
	.accordion__toggles{
		margin-top: 2vh;
		margin-bottom: 2vh;
	}

}

@media (min-width: 651px) and (max-width:979px){
	#content{
		margin-top:0;
	}

	div.accordion{
		flex-direction:column;
		align-items:center;
	}

	div.accordion img{
		margin-bottom: 3vh;
		max-width:none;
		max-height:none;
	}

	.accordion__toggles{
		margin-top: 2vh;
		margin-bottom: 2vh;
	}

	#content{
		margin-top:0px!important;
	}
}

/*Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	margin: 10px 0 0 10px!important;
}
.breadcrumbs li {
	float: left;
	
	font-size: 17px;
	position: relative;
	padding: 5px;
	color: #25acff;
	white-space: nowrap;
	font-weight: 500;
}

.breadcrumbs .current:after{
	content: ' | ';
	margin-left: 10px;
	color: #ffffff;
/*	position: absolute;
	top: 0;
	left: 100%;
	background:#e8f3ff;
	border-width: 1em 0.25em 1em 0.5em;
	border-style: solid;
	border-color: transparent transparent transparent white;
*/
}


.breadcrumbs .previous:after{
	content: ' | ';
	margin-left: 10px;
	color: #ffffff;
/*	position: absolute;
	top: 0;
	left: 100%;
	background:#e8f3ff;
	border-width: 1em 0.25em 1em 0.5em;
	border-style: solid;
	border-color: transparent transparent transparent white;
*/
}

.breadcrumbs li a {
	
	text-decoration: none;
}

.breadcrumbs li a span {
	font-size: 17px;
}

#tenderSearch .row {
	padding-bottom: 20px;
}

#tenderSearch b.expand_link{
	padding:0;
}

.infoblock #tenderSearch .control-group .description .labels {
	display: none;
}
.infoblock #tenderSearch .control-group .description {
	display: inline-block;
	width: 100px;
	
	margin-left: 5px;
}
.infoblock #tenderSearch .control-group .description .howToSearch a.js-show-help {
	color: #25acfe;
	text-decoration: underline;
	cursor: pointer;
	
}
.infoblock #tenderSearch .control-group .description .howToSearch a.js-show-help:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.infoblock #tenderSearch .control-group .description .howToSearch a.js-show-help:hover {
	color: #236D9A;
}
.infoblock #tenderSearch .control-group .description .howToSearch {
	float: none!important;
}
.infoblock #tenderSearch .control-group>.labels label {
	white-space: normal;
}
.infoblock #tenderSearch .control-group>.labels {
	width: 26%;
}
.infoblock .help-question-icon {
	display: none;
}
td.numeric {
	font-size: 10px;
	color: #a7a7a7;
}
.tender-action.serp {
	background: transparent!important;
}
.infoblock .tree_items_wrapper {
	z-index: 4;
}
#tenderSearch .control-group .controls {
	z-index: inherit;
	
}

#contractor .tree-popup .tree_items_wrapper{
	width:70%;
	left: 0;
}

.control-group .controls select#regionRadius {
	z-index: inherit
}
/*.control-group.float-block-check {display:inline-block;float:left;}*/

.control-group.field-type-multiCheckbox {
	display: inline-block;
	float: left;
}
.control-group.field-type-multiCheckbox .controls {
	width: 53%;
}
/*.control-group.float-block-check .controls {width:53%;}*/

.control-group.field-name-finishProtocolDate .labels label {
	white-space: normal;
}
.control-group.field-name-finishProtocolDate .labels {
	width: 165px;
}
/*.control-group.float-block-check .labels {vertical-align:top;}*/

.control-group.field-type-multiCheckbox .labels {
	vertical-align: top;
}
.control-group.float-block-check .controls label input[type="checkbox"] {
	height: 20px;
	width: 200px;
}
.control-group.field-type-multiCheckbox .controls label input[type="checkbox"] {
	height: 20px;
	width: 200px;
}
.subform.field-name-showConf {
	display: inline-block
}
.add-new-subscribe .layout-zone .control-group.field-name-tag.field-type-multiCheckbox {
	float: none;
	margin-top: 10px;
}
.region-filter-checkbox .field-type-checkbox .labels {
	display: none;
}
.add-new-subscribe .control-group.field-type-fieldTree .controls {
	vertical-align: middle;
	display: inline-block;
}
ul.inline.js-subformList-tabs li a {
	color: #25acfe;
	
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: block;
	padding: 0px 10px;
}
.add-new-subscribe .control-group.field-name-region_id.field-type-regionTree .tree_items_wrapper {
	top: -360px;
}
ul.inline.js-subformList-tabs li a:hover {
	color: #236D9A;
}
.sercher-res {
	padding: 10px 0 0px 0
}
.add-new-subscribe .controls {
	vertical-align: middle;
}
.edit-search {
	display: block
}
.add-new-subscribe .control-group.field-name-type_id.field-type-tenderTypeTree .controls .tree_items_wrapper {
	top: -290px;
}
.edit-search input[type="text"] {
	min-width: 100%;
}
.default.search-template td span .search-caption-field {
	width: 100%;
}
.default.search-template td span .edit-button {}
.editors input[type="button"], .default.search-template td span .edit-button {
	background: #92a3db;
	border: none;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 4px 10px;
	display: block;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: none;
}
.default.search-template td span .edit-button {
	margin-bottom: 10px;
}
.editors input[type="button"]:hover, .default.search-template td span .edit-button:hover {
	background: #536293
}
#tenderSearch .submit-block {
	clear: both;
}
.popup-informer {
	position: absolute;
	border: 1px solid #e8e8e8;
	width: 830px;
	display: none;
	top: 30%;
	left: 20%;
	z-index: 100;
	margin: 0 auto;
	text-align: center;
	background: url(/img/tc/popup-logo.png) 15px 15px no-repeat, #f5f3f3;
}
.popup-informer .submit-block {
	background: white;
	padding: 16px 0;
	border-top: 1px solid #e8e8e8;
}
.popup-informer .popup-title {
	font-size: 24px;
	
	font-weight: 500;
}
.popup-informer .informer-wrap p {
	font-size: 18px;
}
.popup-informer .informer-wrap {
	margin: 80px 0;
}
.popup-informer span.border {
	display: block;
	width: 60px;
	margin: 25px auto;
	border: 1px solid black;
}
.right_column>p {
	text-align: center;
}
.tab-block.group div.after-img {
	z-index: 1
}
.add-new-subscribe .control-group .controls, .tab-block.group .control-group .controls {
	z-index: inherit;
}
.add-new-subscribe .control-group.from-to .controls input {
	width: 40%;
}
.add-new-subscribe .control-group.from-to .controls label {
	margin: 0 5px 0 10px;
	font-size: 13px;
}
.add-new-subscribe .control-group .labels {
	width: 26%;
}
.add-new-subscribe .control-group .labels label {
	white-space: normal;
}
.add-new-subscribe {
	
}
.add-new-subscribe .field-type-selectTree, .add-new-subscribe .field-type-text, .add-new-subscribe .field-type-fieldTree, .add-new-subscribe .field-type-okpd2Tree, .add-new-subscribe .field-type-regionTree {
	margin: 8px 0;
}
.add-new-subscribe .control-group {
	display: inline-block;
	position: relative;
}
.add-new-subscribe h2 {
	text-transform: none;
	font-size: 24px;
	padding: 0px 0 0px 10px;
	
	position: relative;
	/*width:240px;*/
	display: inline-block;
	line-height: 36px;
}
.add-new-subscribe .tabs ul.tabs-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.add-new-subscribe .tabs ul.tabs-list li {
	display: inline-block;
	margin: 0 0px 0 0;
}
.add-new-subscribe .tabs ul.tabs-list li a {
	color: #25acff;
	background: #e2e2e2;
	border-color: #fff #fff #fff #e2e2e2;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	line-height: 30px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.add-new-subscribe .tabs ul.tabs-list li a:hover, .add-new-subscribe .tabs ul.tabs-list li.active a {
	color: #236D9A;
	background: #fff;
}
.add-new-subscribe .tabs ul.tabs-list li.deleted span.delete {
	display: none;
}
.add-new-subscribe .tabs ul.tabs-list li.deleted {
	opacity: 0.3;
}
.add-new-subscribe .tabs .item.item-filters {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.add-new-subscribe .tabs .item.item-filters.deleted {
	opacity: 0.3;
}
.add-new-subscribe .tabs ul.tabs-list li.deleted span.restore {
	display: inline-block
}
.add-new-subscribe .tabs ul.tabs-list li span.restore {
	display: none;
}
.add-new-subscribe .control-group.field-type-checkbox {
	margin: 3px 0!important;
}
.add-new-subscribe .control-group .controls select, .add-new-subscribe .control-group .controls input[type="text"] {
	margin: 0;
}
.add-new-subscribe .description .howToSearch>a {
	cursor: pointer;
	text-align: right;
}
.add-new-subscribe .description .howToSearch>a:before {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.add-new-subscribe .description {
	width: 100px;
	display: inline-block;
}
.add-new-subscribe .description .labels {
	display: none;
}
.add-new-subscribe .description .howToSearch .popover, #tenderSearch .popover {
	float: none!important;
	font-size: 14px!important;
	position: absolute;
	left: -410px;
	top: 0;
	z-index: 10;
	background: #fad57d;
	padding: 10px;
	white-space: normal;
	background: white!important;
	padding: 5px;
	height: auto;
	min-width: 200px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
	border: 1px solid #efefef;
	color: black!important;
}
#tenderSearch .popover p, .add-new-subscribe .description .howToSearch .popover p {
	border: 1px solid #e2e2e2;
	text-align: left;
	padding: 15px;
	font-size: 13px!important;
}
#tenderSearch .popover b, .add-new-subscribe .description .howToSearch .popover p b {
	padding: 0;
	line-height: 14px;
}
/*.add-new-subscribe .description .howToSearch .popover p{
     font-size: 14px!important;
    padding: 5px 7px;
    text-align: center;
}*/

#tenderSearch .popover table tr td {
	text-align: left;
	vertical-align: top;
}
#tenderSearch .popover table tr td br {
	display: none;
}
#tenderSearch .popover table tr td p {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	width: auto;
	display: initial;
}
/*#tenderSearch i.icon-close {
    cursor: pointer;
    padding: 0.75em;
    background: url(/img/tc/sprite.png) no-repeat, #fff;
    background-position: -4px -69px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
}*/

#tenderSearch #howsearch i.icon-close {
	background-position: -4px -69px!important;
}
#tenderSearch .popover tr:hover td {
	background: transparent;
}
.add-new-subscribe .description .howToSearch>span {
	content: '';
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -9px -10px;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}
.inform-edit-block.hide-for-print {
	font-size: 18px;
	
	padding-left: 0px;
}
.inform-edit-block.hide-for-print a {
	color: #25acff
}
.show-for-print {
	display: none !important;
}
.add-new-subscribe .description .controls {
	width: auto;
	min-width: auto;
}
.hide-open-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
}
.tender-buttons {
	position: relative;
}
.destination .tree_items_wrapper {
	min-width: 250px;
	top: -300px;
	height: 300px;
	width: 330px;
	left: 0px
}
.destination .tree-popup .tree_items_list>.tree_items_container {
	max-height: 300px;
}
.destination .control-group {
	margin: 0!important;
	width: auto!important;
}
.destination .control-group.field-name-naznBtn .controls {
	min-width: auto!important;
}
.destination .control-group .controls #tenderSearch .control-group.field-name-loadTime .controls, #tenderSearch .control-group.field-name-finishDate .controls {
	width: 53%;
}
#tenderSearch .control-group.from-to .controls label {
	margin: 0 5px 0 10px
}
.control-group.from-to .controls label {
	font-size: 13px;
}
.middle-analytics tr:hover td {
	background: transparent;
}
.create-new-report .popup-help, .form-btn-create-new-report .popup-help {
	color: black;
}
table.analytics_table.floating-head tr th {
	background: #efefef;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	vertical-align: top;
}
table.analytics_table.floating-head tr:nth-of-type(1) th {
	padding-bottom: 15px!important;
}
table.analytics_table.floating-head tr:nth-of-type(2) th {
	padding: 2px 10px!important;
	font-size: 10px!important;
	color: #a7a7a7;
}
table.analytics_table.floating-head a {
	color: #25acfe;
	font-size: 13px;
	text-decoration: underline;
}
table.analytics_table.floating-head tr td {
	font-size: 14px;
	color: black;
	
}
.analytics-filter-options-header table tr td label {
	font-size: 14px;
	font-family: "Roboto", sans-serif !important;
	font-weight: 700;
}
.analytics-filter-options-header table tr td {
	font-size: 14px!important;
	color: black!important;
	text-align: left!important;
	font-family: "Roboto", sans-serif!important;
}

@media print {
	.analytics-filter-options-header{
		display: none;
	}
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}
.ui-dialog-buttonset button {
	border: none;
	margin: 0 10px;
	padding: 8px 16px 9px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 0.875em;
	
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: none;
	min-width: 100px;
	/*background:#9bd08c;*/
}
/*.ui-dialog-buttonset button:hover {
	background:#7EA972;
}*/

.analytics-form .form-btn-refresh:before {
	padding: 0!important;
	background: transparent!important;
}
.ui-dialog-buttonset button.yes-button {
	background: #25acfe;
}
.ui-dialog-buttonset button.no-button {
	background: #dd5858;
}
.ui-dialog-buttonset button.no-button:hover {
	background: #AE5252;
}
button.print-i:before {
	content: 'print';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #25acff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: white;
}
button.xls-i:before {
	content: '.xls';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9bd08c;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: white;
}
button.print-i, button.xls-i {
	position: relative;
	outline: none;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: transparent;
	font-size: 12px;
	font-weight: 700;
	
	text-align: center;
	line-height: 27px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	cursor: pointer;
	width: 35px;
	height: 27px;
	margin: 0 3px;
}
.middle-analytics .analytics button.print-i.right, button.xls-i.right {
	position: absolute;
}
.middle-analytics .analytics .charts-footer button {
	position: relative!important;
	right: auto!important;
}
.middle-analytics .analytics button.print-i.right {
	right: 0;
}
.middle-analytics .analytics button.xls-i.right {
	right: 40px;
}
button.print-i.right, button.xls-i.right {
	float: right;
}
button.print-i:hover:before {
	background: #236D9A;
}
button.xls-i:hover:before {
	background: #7EA972;
}
.charts-footer button {
	margin: 0 3px!important;
}
.tab-block.group .control-group.field-name-comment.field-type-textarea .controls {
	width: 100%;
}
.tab-block.group .control-group.field-name-comment.field-type-textarea .controls textarea {
	
}
.table-tips tr th, .table-tips tr td {
	font-size: 13px!important;
	color: black!important;
}
.empty-comments .button-type {
	font-size: 14px;
	margin: 20px 0 0 0;
}
.ui-dialog {
	z-index: 99999;
}
.popup_bico {
	height: 100%;
	/*overflow: hidden;*/

}
.blur {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
	-webkit-transition: 1s -webkit-filter linear;
	-webkit-transition: 1s filter linear;
	transition: 1s filter linear
}
div#dialog-body {
	margin: 0!important;
	display: inline-block;
	width: 50%;
	float: right;
}
.block-tree #charts {
	border: none;
}
#analitica ul.breadcrumbs {
	display: none;
}
.inform-edit-block .add-favorit-block {
	margin: 0 0 20px 0;
}
.comment .add-favorite {
	display: inline-block;
	line-height: 20px;
}
.grafic-statistic {
	display: inline-block;
	/*float:none!important;*/
}
.grafic-statistic>div {
	width: auto!important;
}
#tab_2.no-view-st {
	display: none;
}
#tab_2 .total.stat {
	padding: 20px 0;
	position: relative;
	clear: both;
}
.infoblock .middle-analytics h1.title_blue {
	background: #2b333e;
	border: none;
}
.infoblock .middle-analytics h1.title_blue a {
	color: #25acfe;
	border: none;
}
.infoblock .middle-analytics h1.title_blue a:hover {
	color: #236D9A;
}
.infoblock .analytics_filter_options tr td {
	border: none;
	padding: 5px 0!important;
}
.infoblock .analytics_filter_options tr td label, .infoblock .analytics_filter_options tr td span {
	font-size: 13px;
	
	font-weight: 400;
}
.infoblock .analytics h3 {
	
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0 0 0;
}
.infoblock .analytics_table.summary-table {
	width: 80%;
}
.infoblock .floatThead-wrapper.mine-width {}
.infoblock .floatThead-wrapper.mine-width .mCSB_container {
	width: auto!important;
}
.infoblock .analytics h3+.table-top-caption {
	margin: -16px 15px 0px 0;
}
#content.hide .select-analytics-report {
	padding-left: 60px;
}
.select-analytics-report {
	display: inline-block;
	padding-left: 30px;
	float: right;
}
.select-analytics-report .selected-report {
	display: inline-block;
	position: relative;
	
	font-size: 14px;
}
.select-analytics-report .selected-report ul {
	position: absolute;
	top: 100%;
	z-index: 99;
	width: 285px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	background: white;
	right: 0;
	display: none;
}
.select-analytics-report .selected-report ul li {
	padding: 6px 10px;
	box-sizing: border-box;
	border-top: 1px solid #e0e0e0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: transparent;
}
.select-analytics-report .selected-report ul li a {
	color: black;
	display: block;
}
.select-analytics-report .selected-report .selecteds {
	height: 36px;
	border: 1px solid #e2e2e2;
	margin: 0;
	font-size: 14px;
	outline: none;
	
	padding: 0 0 0 5px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	vertical-align: middle;
	min-width: 160px;
	line-height: 36px;
	background: white;
	cursor: pointer;
	color: #000000;
}
.select-analytics-report.subscribe_page .selected-report .selecteds {
	min-width: 200px;
}
.select-analytics-report.subscribe_page {
	top: -10px;
	position: relative;
	margin-right: 25px;
}
.select-analytics-report.subscribe_page .selected-report {
	vertical-align: middle;
}
.select-analytics-report.subscribe_page .selected-report ul li:hover {
	background: transparent;
}
.select-analytics-report.subscribe_page .selected-report ul li:hover a {
	color: #25acff;
}
.select-analytics-report.subscribe_page .selected-report ul {
	right: auto;
	left: 0;
	width: 220px;
}
#container .infoblock .settings .select-analytics-report.subscribe_page span.name {
	position: initial;
	font-size: 14px;
}
#container .infoblock .settings .select-analytics-report.subscribe_page span.name:before {
	display: none;
}
.select-analytics-report .selected-report .selecteds i {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 6px solid #b5b5b5;
	position: absolute;
	right: 10px;
	top: 16px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.select-analytics-report .selected-report .selecteds i.active {
	top: 16px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 6px solid #b5b5b5;
}
.select-analytics-report .name {
	display: inline-block;
	vertical-align: middle;
	
	font-size: 13px;
}
.select-analytics-report .selected-report ul li:hover {
	background: #e3e3e3;
}
.select-analytics-report .selected-report ul li:first-child {
	border: none;
}
/*оформление подсказок первого захода в TRM*/

.help-in-show {
	position: absolute;
	font-family: 'Bad Script', cursive;
	color: white;
	font-size: 18px;
	z-index: 99999;
	text-transform: none;
	display: none;
}
table.default.favorit tr td:nth-of-type(3) i.help-in-show {
	display: none;
}
.group-btn.helpers-view ul li .help-in-show {
	width: 350px;
	left: -210px;
	bottom: -85px;
}
.group-btn.helpers-view {
	background: white;
}
.group-btn.helpers-view ul li .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -65px;
}
table.default.favorit {
	position: relative;
}
table.default.favorit tr.helpers-view.visible {
	z-index: 99999;
	width: 100%;
}
table.default.favorit.mailer-list {
	width: auto!important;
	margin-bottom: 30px!important;
}
table.default.favorit.mailer-list tr td.right_margin, table.default.favorit.mailer-list tr th.right_margin {
	padding-right: 40px!important;
	padding-left: 12px!important;
}
table.default.favorit.mailer-list tr td.align_right, table.default.favorit.mailer-list tr th.align_right {}
table.default.favorit tr.helpers-view.visible .group-button a {
	position: relative;
}
table.default.favorit tr.helpers-view.visible .main-infor {
	position: relative;
}
.default.add-employee.favorit tr .group-button .bt.edit.open, .default.add-employee.favorit tr.deactivated .group-button .bt {
	display: none;
}
.default.add-employee.favorit tr.deactivated .group-button .bt.edit.open {
	display: inline-block!important;
}
table.default.favorit tr.helpers-view.visible td .main-infor a {
	position: relative;
	z-index: 99999;
	background: white;
	padding: 3px 5px;
}
table.default.favorit tr.helpers-view.visible td .group-button .tooltip.fade.top.in {
	display: none!important;
}
table.default.favorit tr.helpers-view.visible td .group-button .bt {
	opacity: 1!important;
	z-index: 99999;
}
table.default.favorit tr.helpers-view td {
	background: white;
}
table.default.favorit tr.helpers-view.visible td .group-button .bt .help-in-show {
	position: absolute;
}
table.default.favorit tr.helpers-view.visible td .group-button .help-in-show.del {
	font-size: 18px;
	width: 278px;
	bottom: -65px;
	right: -170px;
}
table.default.favorit tr.helpers-view.visible td .group-button .help-in-show.ed {
	font-size: 18px;
	width: 110px;
	left: -2px;
	text-align: center;
	top: -40px;
}
.AddTender .tooltip.fade.top.in {
	top: 0!important;
}
td.hide-for-print.helpers-view.chan {
	z-index: 999999;
	display: table-cell;
	vertical-align: middle;
}
td.hide-for-print.helpers-view.chan.view {
	border: none;
}
td.hide-for-print.helpers-view.chan .help-in-show {
	width: 300px;
	top: -48px;
	left: -11px;
}
td.hide-for-print.helpers-view.chan .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top.png) left top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 20px;
	left: 14px;
}
table.default.favorit tr.helpers-view.visible td .group-button .help-in-show.ed:before {
	content: '';
	background: url(/img/tc/line-help-left-top-small.png) center top no-repeat;
	position: absolute;
	height: 25px;
	width: 100%;
	left: 0;
	top: 18px;
}
table.default.favorit tr.helpers-view.visible td .group-button .help-in-show.del:before {
	content: '';
	background: url(/img/tc/line-help-big-bottom-left.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100px;
	top: -70px;
	left: 0;
}
.sorting.helpers-view {
	background: white;
	position: relative;
}
table.favorit tr th {
	position: relative;
}
table.favorit tr th .help-in-show {
	width: 200px;
	top: 110px;
	left: -35px;
}
table.favorit tr th .help-in-show:before {
	content: '';
	background: url(/img/tc/line-hellp-big-top-right.png) center center no-repeat;
	width: 100%;
	height: 130px;
	top: -115px;
	left: 0;
	position: absolute;
}
table.default.favorit tr td .main-infor .help-in-show {
	position: absolute;
	top: -75px;
	font-size: 18px;
	width: 260px;
	left: -24px;
}
table.default.favorit tr td .main-infor .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 80px;
	width: 100%;
	top: 25px;
}

.sorting.helper-view {
	background: white;
	z-index: 99999;
	position: relative;
}
.print-block.helpers-view ul li {
	/*z-index:999;*/
}
.print-block .xls .help-in-show {
	width: 300px;
	left: -230px;
	top: -55px;
}
.print-block .print .help-in-show {
	width: 240px;
	left: -180px;
	top: 40px;
	height: 40px;
	text-align: left;
	padding-bottom: 4px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
.infoblock.favorite-page .print-block .print .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -40px;
}
.print-block .xls .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 25px;
}
.tip-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	/*display:none;*/
}
.tip-wrap {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.tip-title {
	text-transform: uppercase;
	color: #febd25;
	
	font-size: 24px;
	padding: 20px 0;
}
.tip-title span {
	display: block
}
.tip-content p {
	
	font-size: 16px;
	line-height: 20px;
	color: white;
}
.tip-content .button {
	margin: 20px 0;
}
.tip-content .button a {
	color: white;
	text-decoration: none;
	
	font-size: 16px;
	padding: 10px 20px;
	border: 2px solid #febd25;
	height: 42px;
	line-height: 16px;
	display: inline-block;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
}
.tip-content .button a:hover {
	opacity: 0.6
}
.tip-step {
	width: 500px;
	margin: 0px auto 0;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
}
.tip-step.active {
	display: block;
}
.tip-block .img {
	width: 85px;
	margin: 0 auto;
}
.tip-block .img img {
	max-width: 100%;
}
a.skip-tip {
	color: white;
	
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px solid white;
	padding-bottom: 3px;
	line-height: 16px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
}
a.skip-tip:hover {
	opacity: 0.6;
}
.tip-block .add-delete-btn button {
	color: white;
	font-size: 24px;
	
	padding: 15px 25px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
	line-height: 25px;
	cursor: pointer;
	margin: 0 5px;
	outline: none;
}
.tip-block .add-delete-btn button i {
	padding: 10px 20px;
	background: url(/img/tc/tip.png) no-repeat;
	margin-left: 10px;
}
.tip-block .add-delete-btn button.green {
	background: #a3db92;
}
.tip-block .add-delete-btn button.green i {
	background-position: -10px 4px
}
.tip-block .add-delete-btn button.red i {
	background-position: -60px 6px
}
.tip-block .add-delete-btn button.red {
	background: #de5859;
}
.tip-block .add-delete-btn button.green:hover {
	background: #7EA972;
}
.tip-block .add-delete-btn button.red:hover {
	background: #AE5252;
}
.sidebar .menu li.sub li.tip-employee {
	position: relative;
	z-index: 10000;
}
/*.tip-position-class {z-index:99999;}*/

.tip-step .two-tip-block {
	width: 40%;
	float: left;
	margin: 150px 40px 0 40px;
}
.six-step.tip-step, .seven-step.tip-step {
	width: 80%;
	overflow: hidden;
}
.tip-step p a {
	
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-decoration: underline;
}
.tip-block .close-tip-block {
	text-align: right;
	color: #fff;
	margin: 10px 10px 0px 0px;
	
}
.tip-block .button.close-tip-block {
	text-align: center;
}
.tip-block .close-tip-block a {
	color: #fff;
}
.close-tip-block-link .icon-close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -4px -69px!important;
	position: absolute;
	right: 0.5em;
	z-index: 99;
	top: 0.5em;
}
.show-page-tip {
	/*position:absolute;*/
	/*right:10px;*/
	/*cursor: pointer;*/
	/*font-family: "RobotoMedium",sans-serif;*/
	/*font-size: 14px;*/
	/*line-height: 16px;*/
	/*top:22px;*/
	/*color:#3288d1;*/
	/*text-decoration:underline;*/
	position: relative;
	display: inline-block;
	
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #3288d1;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 30px 0 10px;
}
.show-page-tip:before {
	/*background: rgba(0, 0, 0, 0) url("/img/tc/info_icon.png") no-repeat scroll 0 0;*/
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	vertical-align: top;
	width: 16px;
}
/*.sidebar .menu li.sub li.tip-employee a {
color:#febd25;

}*/

/*оформление подсказок первого захода в TRM*/

.tab-block .zag-documentation {
	display: none;
}
.tab-block .tender-files ul li {
	display: table-row;
}
.tab-block .tender-files ul li a, .tab-block .tender-files ul li span {
	display: table-cell;
	padding: 10px;
}
.tab-block .tender-files ul li br {
	display: none;
}
.tender-files ul li span {
	width: 1%;
}
.tab-block .tender-files ul li a {
	width: auto;
}
.tab-block .tender-files ul li a {
	color: #25acff;
	font-size: 13px;
	padding-left: 21px;
	text-decoration: underline;
}
.tab-block .item p.error {
	text-align: center;
	padding: 10px 0;
}
.tab-block .item .download-all {
	text-align: left;
	margin: 10px 0;
	display: inline-block;
}
.tab-block .item .download-all .save-all, a.download_all_documentation {
	color: #4c4c4c;
	
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
	/* margin-left: 42px; */
	padding-left: 42px;
	position: relative;
	font-size: 13px;
	display: inline-block;
	font-weight: 400;
}
.infoblock.edit .tab-block .item .download-all .save-all {
	padding-left: 33px;
}
a.download_all_documentation {
	margin-left: 16px;
	padding-left: 14px;
}
.tab-block .item .download-all .save-all:before, a.download_all_documentation:before {
	content: '';
	display: inline-block;
	width: 20px;
	cursor: pointer;
	vertical-align: middle;
	height: 20px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -53px -7px;
	position: absolute;
	left: 27px;
}
a.download_all_documentation:before {
	top: -2px;
	left: -10px;
}
.infoblock.edit .tab-block .item .download-all .save-all:before {
	left: 17px;
}
#container .TenderInfoblok .download-all .save-all:before {
	content: '';
	display: inline-block;
	width: 20px;
	cursor: pointer;
	vertical-align: middle;
	height: 20px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -53px -7px;
	margin-right: 10px;
}
/*.tab-block .item h3:nth-of-type(2){display:none;}*/

.tab-block .tender-files ul li span {
	color: #a7a7a7;
	font-size: 13px;
}
table.information.docs {
	padding: 0;
}
table.information.docs tr td a {
	margin-left: 10px;
}
table.information.docs tr td {
	width: auto!important;
}
/*creat-block-title создание нового отдела версия 2.0*/

.creat-block-title {
	text-align: center;
	font-size: 30px;
	
	width: 100%;
	margin: 0 auto;
	background: white;
	position: relative;
	margin-bottom: 27px;
	z-index: 2;
}
.create-new-tender-otdel {
	width: 100%;
	min-height: 27px;
}
.control-group.field-name-filter_view_type.field-type-html, .control-group.field-name-filter_notice.field-type-html.no-label {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.create-new-tender-otdel .add-employee-fast {
	display: block;
}
.add-employee-fast {
	width: 100%;
	margin: 0 auto;
	background: white;
	position: relative;
	z-index: 2;
	padding: 0px;
}
.creat-block-title p, .creat-block-title b {
	position: relative;
	z-index: 3;
}
.creat-block-title:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: white;
	padding: 0 40px 0 0;
	top: -27px;
	left: -20px;
	z-index: 1;
}
.creat-block-title:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: white;
	bottom: -27px;
	right: -20px;
	z-index: 1;
	padding: 0 0px 0 40px;
}
.client-list-manage {
	width: 100%;
	background: transparent;
	z-index: 999;
	display: block;
	bottom: 0;
	left: 0;
}
.mainwrapper.sbar-hidden #content .client-list-manage {
	padding: 0 0 0 85px;
	z-index: 999999;
}
#content .client-list-manage {
	padding: 0 0 0 295px;
}
#content .client-list-manage.no-padding {
	padding: 20px 0 0 0;
	background: #fff;
}
.client-list-manage .js-show-as-blocks {
	background: url('/img/tc/add-employee-sprite.png') center center no-repeat;
	width: 32px;
	background-position: -162px 0;
}
.client-list-manage .js-show-as-list {
	background: url('/img/tc/add-employee-sprite.png') center center no-repeat;
	width: 32px;
	background-position: -123px 0;
}
.client-list-manage .js-show-client-list, .client-list-manage .js-show-as-blocks, .client-list-manage .js-show-as-list {
	display: inline-block;
	cursor: pointer;
	height: 36px;
	margin: 0px 5px 0 0;
	vertical-align: middle;
	border: none;
	position: relative;
}
.client-list-manage .js-show-as-blocks.active, .client-list-manage .js-show-as-blocks:hover {
	background-position: -83px 0;
}
.client-list-manage .js-show-as-list:hover, .client-list-manage .js-show-as-list.active {
	background-position: -201px 0;
}
.filter-block .filter-value, .filter-block .filter-button {
	display: inline-block;
}
.add-employee-fast:after {
	bottom: -20px;
}
.add-plashka-block {
	width: 100%;
}
.add-plashka-block .plashka-item {
	width: 300px;
	height: 300px;
	background: white;
	display: inline-block;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: 2px solid transparent;
	position: relative;
}
.add-plashka-block .plashka-item .deactived-empl {
	display: none;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(/img/tc/deactivated-employee.png) center center no-repeat;
	background-size: cover;
	opacity: 0.7;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive {
	bottom: 13px;
	left: 0;
	right: 0;
	position: absolute;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive p.denied span {
	font-size: 16px;
	
	display: inline-block;
	color: #a7a7a7;
	vertical-align: middle;
	margin-bottom: 10px;
	position: absolute;
	width: 100%;
	left: 0;
	top: -35px;
	right: 0;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive p.denied span:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(/img/tc/close-denied.png) center center no-repeat;
	margin-right: 5px;
	margin-top: -2px;
}
.add-plashka-block .plashka-item.deactivated .plashka-title.employee p {
	top: 10px;
}
.add-plashka-block .plashka-item.deactivated .plashka-employee-name {
	padding: 5px 0 20px 0;
}
.add-plashka-block .plashka-item.deactivated {
	border: none!important;
}
span.empl-denied {
	cursor: pointer;
	background: url(/img/tc/icon-denied-btn.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background-position: 2px 0px;
	width: 26px;
	height: 26px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
span.empl-denied:hover {
	background-position: -24px 0;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive span.open-dostup {
	cursor: pointer;
	color: white;
	display: inline-block;
	
	font-weight: 700;
	background: #afafaf;
	font-size: 15px;
	padding: 10px 0;
	width: 200px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive span.open-dostup:hover+p.denied span {
	color: #25acfe;
}
.add-plashka-block .plashka-item.deactivated .deactived-empl .info-deactive span.open-dostup:hover+p.denied span:before {
	background: url(/img/tc/icon-denied-btn.png) no-repeat;
	background-position: -24px 0;
}
.add-plashka-block .plashka-item.deactivated .plashka-information {
	display: none;
}
.add-plashka-block .plashka-item.deactivated .employee-icon-block {
	bottom: 90px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.add-plashka-block .plashka-item .content {
	display: block;
	vertical-align: top;
	height: 300px;
	width: 100%;
}
.add-plashka-block .plashka-item.deactivated .employee-btn-group {
	display: none;
}
.add-plashka-block .plashka-item a.pl-new {
	padding: 15% 0;
}
.add-plashka-block .plashka-item .img {
	width: 100px;
	margin: 0 auto;
}
.add-plashka-block .plashka-item a.pl-new, .add-plashka-block .plashka-item span.pl-new {
	
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	color: #25acff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	line-height: 28px;
}
.add-plashka-block .plashka-item span.pl-new {
	text-decoration: underline;
}
.add-plashka-block .plashka-item a.pl-new:hover {
	color: #236D9A;
}
.add-plashka-block .plashka-item:hover {
	border: 2px solid#e7e7e7;
}
.add-plashka-block .plashka-item .plashka-title {
	font-size: 24px;
	
	text-align: center;
	/*  position:absolute;*/
	top: 10px;
	left: 0;
	right: 0;
}
.add-plashka-block .plashka-item.head .content {
	vertical-align: middle;
	height: 230px;
}
.add-plashka-block .plashka-item .plashka-title a {
	color: #25acfe;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	font-size: 18px;
	padding: 10px 0px 3px;
	text-decoration: underline;
	margin: 0 0 10px 0;
}
.add-plashka-block .plashka-item .plashka-title a:hover {
	color: #236D9A;
}
.add-plashka-block .plashka-item .plashka-title.employee {
	text-transform: uppercase;
	top: 30px;
	position: static;
}
.add-plashka-block .plashka-item .plashka-title.employee p {
	position: relative;
	top: 35px;
}
.add-plashka-block .plashka-item .add-employee {
	padding: 10px 0;
}
.filter-wrap .group-btn {
	border: none;
	margin: 0;
	float: right;
}
.filter-wrap .group-btn ul li {
	line-height: 27px;
	width: auto;
}
.filter-wrap .group-btn ul li:hover {
	background: transparent;
}
.filter-wrap .group-btn ul li a {
	color: #93969d;
	border-bottom: 1px dashed;
	line-height: 14px;
	top: 13px;
	position: relative;
}
.filter-wrap .group-btn ul li:hover a {
	color: #bec0c3;
}
.add-employee-fast form .control-group.field-type-html {
	width: auto;
	margin: 0;
}
.add-employee-fast form .control-group .controls input[type="text"] {
	width: 100%!important;
	-webkit-border-radius: 3px ;
	-moz-border-radius: 3px ;
	border-radius: 3px ;
}
.add-employee-fast form .control-group .controls input.filter-button {
	width: auto!important;
	font-size: 15px;
	padding: 3px 13px 4px!important;
	/*margin-top: 0px;*/
}
.add-employee-fast input[type="text"], .add-employee-fast form .control-group .controls .tree_info_block, .add-employee-fast .form-element-tree {
	height: 27px;
}
.add-employee-fast .select-tree-place-holder {
	margin: 5px 0 0 0;
}
.add-employee-fast form .control-group .controls .tree_info_block {
	min-height: 27px;
}
.add-employee-fast form .control-group .controls .tree_info_block::after {
	height: 20px!important;
	width: 20px;
	background-position: -127px -68px;
}
.plashka-information {
	text-align: left;
	color: #000;
	display: inline-block;
	max-width: 330px;
	font-size: 14px;
	vertical-align: middle;
}
table.default.favorit.add-employee tr th {
	vertical-align: middle;
}
.filter-wrap {
	padding: 0 0 0 10px;
}
.name-otdel {
	display: inline-block;
	vertical-align: middle;
}
.title_wrap {
	text-transform: none;
	font-size: 24px;
	line-height: 1;
	padding: 0px 0 0px 0px;
	
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
}
.title.settings.department-title b {
	display: inline;
}
.plashka-information p {
	font-family: "Roboto", sans-serif!important;
	font-size: 14px!important;
	line-height: 14px;
}
.ajax_count {
	text-decoration: none;
}
.plashka-employee-name {
	padding: 30px 0 20px 0;
}
.plashka-employee-name p {
	font-size: 20px;
	white-space: normal;
	width: 85%;
	margin: 0 auto;
}
.plashka-information a {
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #25acff;
	font-size: 14px;
	
}
.plashka-information a:hover {
	color: #236D9A;
}
.plashka-information .phone {
	display: block;
	text-align: center;
	font-size: 14px;
	
}
.plashka-item .status-employee {
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 14px;
	
}
.plashka-item .status-employee i {
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0 10px;
}
.plashka-item .status-employee i.green {
	background: #d5e962;
}
.plashka-item .status-employee i.red {
	background: #ff7e00;
}
.department-client-list .employee-icon-block {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	/*  display: inline-block;*/
	/*display:table-cell;*/
	vertical-align: middle;
	margin: 0 10px;
	background-size: cover!important;
}
table.default.favorit.add-employee tr td .group-button a {
	height: 20px;
	width: 26px;
	vertical-align: middle;
}
.department-client-list .table-employee-name {
	display: block;
	padding: 0 0 0 0px;
}
.department-client-list .vakancy {
	color: #a0a0a0;
}
.employee_nay_wrap {
	display: table-cell;
	vertical-align: middle;
	max-width: 65%;
	padding-left: 10px;
}
.employee_nay_wrap i {}
.fix_width {
	width: 45px!important;
}
.plashka-item .employee-icon-block {
	background-size: cover !important;
	border-radius: 50%;
	bottom: 50px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}
.plashka-item .employee-icon-block.default, .department-client-list .employee-icon-block.default {
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
	opacity: 1;
}
.department-client-list tr.disabled .employee-icon-block.default {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.employee-edit-photo-block .employee-edit-photo {
	max-height: 100%;
	width: 100%;
	height: 100%;
	display: block;
}
.employee-edit-photo-block {
	display: block;
	border: 1px solid #efefef;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
}
.add-employee-fast .control-group {
	display: inline-block;
	width: 28%;
	margin: 0 1% 0 0;
}
.add-employee-fast .control-group .controls {
	width: 100%;
	min-width: auto;
}
.add-employee-fast .control-group .labels {
	display: none;
}
.add-employee-fast form .layout-zone {
	width: 100%;
}
.add-employee-fast .submit-block {
	display: inline-block;
	background: transparent;
	margin: 0 0 0 10px;
	border: none;
	float: right;
	padding: 0;
}
.add-employee-fast .control-group.field-name-filter_client_id.field-type-selectTree.no-label {
	margin-right: 0;
}
.add-employee-fast form .form-element-tree {
	width: 100%!important;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.add-employee-fast form {
	position: relative;
	z-index: 3;
}
.add-employee-fast .submit-block:before, .add-employee-fast .submit-block:after {
	background: transparent;
	border: none;
}
.subform.field-name-employee {
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-top: 10px;
}
/*creat-block-title создание нового отдела версия 2.0*/

#tenderSearch .labels input[type="checkbox"] {
	opacity: 0;
}
#tenderSearch .control-group.field-type-regionTree>.labels, #tenderSearch .control-group.field-type-fieldTree>.labels, #tenderSearch .control-group.field-type-tenderTypeTree>.labels {
	vertical-align: top;
	margin-top: 18px;
}
/*.analytics-form .control-group {
    margin:8px 0;
}*/

.analytics-form .control-group.field-type-checkbox {
	margin: 0;
}
.infoblock.favorite-page .control-group {
	display: inline-block;
	width: 100%;
}
.analytics-form .form-element-tree {
	margin: 0;
	overflow: hidden;
	background: white;
}
/*.infoblock.infos .form-element-tree {margin: 0.625em 0 0 0;}*/

.infoblock.infos .control-group.field-type-regionTree>.labels, .infoblock.infos .control-group.field-name-fields.field-type-fieldTree>.labels {
	margin-top: 18px;
}
#container .infoblock.stt {
	border-top: 1px solid transparent;
}
i {
	/*
        засцал я делать так вот глобально :)
        display: inline-block;
    */
}
i.loading.small {
	width: 12px;
	height: 12px;
	background: url(/img/crm/waiting.gif) 0px 0px no-repeat;
	vertical-align: middle;
}
i.round {
	text-align: center;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	width: 10px;
	height: 10px;
}
i.round.red {
	border: 3px solid #dd5858;
}
i.round.green {
	border: 3px solid #a3db92;
}
i.tips-info {
	position: absolute;
	display: block;
	top: 20px;
	right: -165px;
	z-index: 100;
	color: black!important;
	white-space: normal;
	background: white!important;
	padding: 5px;
	height: auto;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border: 1px solid #efefef;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0;
}
td:hover i.tips-info {
	opacity: 1;
}
.infoblock.favorite-page #tender_search .control-group .labels {
	width: 32%;
	white-space: normal;
	font-size: 0.875em;
	
}
.infoblock.favorite-page #tender_search .control-group .controls {
	vertical-align: middle;
	width: 63%;
}
.infoblock.favorite-page #tender_search .control-group.from-to .controls input {
	width: 42%;
}
.infoblock.favorite-page #tender_search .control-group.from-to .controls input#costRub-to, .infoblock.favorite-page #tender_search .control-group.from-to .controls input#addTime-to, .infoblock.favorite-page #tender_search .control-group.from-to .controls input#loadTime-to, .infoblock.favorite-page #tender_search .control-group.from-to .controls input#finishDate-to {
	float: right;
}
.infoblock.favorite-page #tender_search .control-group.from-to .controls label {
	width: 11%;
	margin: 0 2%;
	text-align: right;
	display: inline-block;
}
.infoblock.favorite-page #tender_search .control-group .labels label {
	font-size: 14px;
}
.infoblock.favorite-page #tender_search .row.search-expandable .control-group .labels label {
	font-size: 14px;
	white-space: normal;
}
.infoblock.favorite-page #tender_search .control-group .controls label {
	cursor: pointer;
}
.infoblock.favorite-page #tender_search .control-group.from-to .controls label {
	cursor: inherit;
}
.infoblock.favorite-page #tender_search .row.search-expandable .control-group .controls, .infoblock.favorite-page #tender_search .row.search-expandable .control-group .controls input[type="radio"] {
	width: auto;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.infoblock.favorite-page #tender_search .row.search-expandable .control-group .controls label {
	cursor: pointer;
}
.infoblock.favorite-page #tender_search hr {
	display: none;
}
.filter-block.show-labels form .control-group .labels {
	display: inline-block!important;
	width: 140px;
	min-width: 115px;
}
.filter-block.show-labels form .control-group .controls label {
	display: inline-block!important;
	width: auto;
	font-size: 14px;
	padding: 0 10px;
	text-align: left;
}
.filter-block.show-labels form.line-controls .control-group.from-to {
	min-width: auto;
	width: auto!important;
}
.filter-block.show-labels form.line-controls .control-group.from-to .controls {
	display: inline-block;
	width: auto!important;
	vertical-align: middle;
}
.filter-block.show-labels form.line-controls .control-group .controls {
	vertical-align: middle;
	display: inline-block;
}
.filter-block.show-labels form.line-controls .control-group .controls input[type="text"] {
	min-width: auto;
	width: 160px!important;
	margin-right: 0px;
}
.filter-block.show-labels form.line-controls .control-group {
	width: 49%!important;
	/*float: none;*/
}
.filter-block.show-labels form.line-controls .control-group.from-to {
	display: block;
}
.filter-block.show-labels form.line-controls .control-group.field-name-messageType, .filter-block.show-labels form.line-controls .control-group.field-name-employee_id {
	display: inline-block;
	width: 445px!important;
	max-width: 445px;
}
.filter-block.show-labels form.line-controls .control-group.field-name-messageType .controls, .filter-block.show-labels form.line-controls .control-group.field-name-employee_id .controls {
	max-width: 300px;
}
.filter-block.show-labels form.line-controls .control-group.field-type-selectTree .controls, .filter-block.show-labels form.line-controls .control-group.field-name-employee_id.field-type-tcOrganizationTree .controls {
	/*width: 72%!important;*/
}
.filter-block.show-labels form.line-controls .control-group .controls input#dateCreated-to {
	float: right;
}
.infoblock.favorite-page #tender_search .right-column .control-group .controls .form-element-tree .tree_items_list {
	/*top:-280px;*/
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-employee_id, .filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-onPage {
	width: 507.484px!important;
	max-width: 600px;
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-employee_id .controls, .filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-onPage .controls {
	max-width: 363px;
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-tags, .filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-status_id {
/*	width: auto!important;*/
	width: 49%;
	clear: both;
	float: left;
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-tags .tree-popup .tree_items_wrapper {
	z-index: 9999;
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-tags .tree-popup .tree_items_wrapper, .filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-status_id .tree-popup .tree_items_wrapper {
	/*right: 0;*/
	left: auto;
}
.tag_wrap_block {
	margin-bottom: 8px;
	display: inline-block;
}
.filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-tags .controls, .filter-block.show-labels.spisok-zayavok form.line-controls .control-group.field-name-status_id .controls {
	/*width: 240px!important;*/
	width: 404px!important;
}
.infoblock .left_column .control-group.tags-manage-block {
	display: none;
}
.infoblock .left_column .control-group .js-manage-tags, span.js-add-observers {
	color: #25acff;
	display: block;
	font-size: 14px;
	cursor: pointer;
	padding: 0px 0 0;
}
.infoblock .left_column .control-group.field-name-tags_div_start .tree_info_block {
	background: #FFFFFF;
}
.infoblock .left_column .control-group.field-name-tags_div_start {
	width: 100%;
}
.infoblock .left_column .control-group.field-name-tags_div_start, .infoblock .left_column .control-group.field-name-tags_div_end {
	padding: 0px;
	margin: 0px 0 10px 0;
}
a.hide-favorit-filter {
	position: absolute;
	right: 20px;
	bottom: 23px;
	z-index: 99;
	font-size: 14px;
	display: inline-block;
	color: #25acfe;
	padding-bottom: 2px;
	border-bottom: 1px solid #25acfe;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a.hide-favorit-filter:hover {
	color: #236D9A;
	border-bottom: 1px solid transparent;
}
.status-wrapp-icon {
	text-align: left;
}
.infoblock table.default.application tr td .status-wrapp-icon>span {
	display: inline-block;
	vertical-align: middle;
}
.infoblock table.default.application tr td .status-wrapp-icon i.status-name {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	width: 115px;
	
}
.print-block li.xls:before {
	display: none;
}
.zip:before, .html:before, .doc:before, .docx:before, .rtf:before, .xls:before, .xlsx:before, .pdf:before, .txt:before {
	background: url(/img/tc/format_file_icons.png) no-repeat!important;
}
.information.docs a.file, .tab-block .tender-files ul li a.file, td.filename a.file {
	position: relative!important;
	display: inline-block!important;
	padding: 0 0 0 32px!important;
	margin: 0px!important;
}
.information.docs .zip:before, .information.docs .html:before, .information.docs .doc:before, .information.docs .docx:before, .information.docs .rtf:before, .information.docs .xls:before, .information.docs .xlsx:before, .information.docs .pdf:before, .information.docs .txt:before, .tab-block .tender-files ul li a.file:before, .tab-block .tender-files ul li a.file.zip:before, .tab-block .tender-files ul li a.file.html:before, .tab-block .tender-files ul li a.file.doc:before, .tab-block .tender-files ul li a.file.docx:before, .tab-block .tender-files ul li a.file.rtf:before, .tab-block .tender-files ul li a.file.xls:before, .tab-block .tender-files ul li a.file.xlsx:before, .tab-block .tender-files ul li a.file.pdf:before, .tab-block .tender-files ul li a.file.txt:before, td.filename a.file:before, td.filename a.file.zip:before, td.filename a.file.html:before, td.filename a.file.doc:before, td.filename a.file.docx:before, td.filename a.file.rtf:before, td.filename a.file.xls:before, td.filename a.file.xlsx:before, td.filename a.file.pdf:before, td.filename a.file.txt:before, td.filename a.file.jpg:before, td.filename a.file.png:before {
	content: "";
	background: url(/img/tc/format_file_icons.png) no-repeat!important;
	background-repeat: no-repeat;
	background-position: 0px -68px!important;
	display: inline-block;
	position: absolute;
	/* margin-left: -22px; */
	/* float: left; */
	height: 19px;
	width: 29px;
	left: 14px;
	top: initial;
	vertical-align: middle;
}
td.filename a.file.zip:before, td.filename a.file.html:before, td.filename a.file.doc:before, td.filename a.file.docx:before, td.filename a.file.rtf:before, td.filename a.file.xls:before, td.filename a.file.xlsx:before, td.filename a.file.pdf:before, td.filename a.file.txt:before, td.filename a.file.jpg:before, td.filename a.file.png:before {
	top: -2px;
}
.tab-block .tender-files ul li a.file.zip:before, .information.docs .zip:before, td.filename a.file.zip:before {
	background-position: -31px 0px!important;
}
.tab-block .tender-files ul li a.file.html:before, .information.docs .html:before, td.filename a.file.html:before {
	background-position: -1px -50px!important;
}
.tab-block .tender-files ul li a.file.doc:before, .information.docs .doc:before, td.filename a.file.doc:before {
	background-position: -1px -17px!important;
}
.tab-block .tender-files ul li a.file.docx:before, .information.docs .docx:before, td.filename a.file.docx:before {
	background-position: -1px -33px!important;
}
.tab-block .tender-files ul li a.file.rtf:before, .information.docs .rtf:before, td.filename a.file.rtf:before {
	background-position: -31px -17px!important;
}
.tab-block .tender-files ul li a.file.xls:before, .information.docs .xls:before, td.filename a.file.xls:before {
	background-position: -31px -50px!important;
}
.tab-block .tender-files ul li a.file.xlsx:before, .information.docs .xlsx:before, td.filename a.file.xlsx:before {
	background-position: -59px -50px!important;
}
.tab-block .tender-files ul li a.file.pdf:before, .information.docs .pdf:before, td.filename a.file.pdf:before {
	background-position: -2px 0px!important;
}
.tab-block .tender-files ul li a.file.txt:before, .information.docs .txt:before, td.filename a.file.txt:before {
	background-position: -31px -33px!important;
}
.tab-block .tender-files ul li a.file.png:before, .information.docs .png:before, td.filename a.file.png:before {
	background-position: -60px -17px!important;
}
.tab-block .tender-files ul li a.file.jpg:before, .information.docs .jpg:before, td.filename a.file.jpg:before {
	background-position: -60px -33px!important;
}
/*
.xls:before {
    background:transparent!important;
}
*/

.filter-block.show-labels {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.history-dev .filter-block {
	margin-bottom: 20px;
}

.filter-block.show-labels .layout-zone {
	width: 100%;
}
.filter-block.show-labels {
	padding: 0;
}
.filter-block.show-labels form.line-controls .submit-block {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: auto;
	left: auto;
	background: #f6f6f6!important;
	border-top: 1px solid #efefef!important;
}
.filter-block.show-labels form.line-controls .submit-block:before, .filter-block.show-labels form.line-controls .submit-block:after {
	background: #f6f6f6!important;
	border-top: 1px solid #efefef!important;
}
.add-status {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 22px;
	float: right;
	text-align: right;
	margin-top: 7px;
	/* margin-bottom: 10px; */
	margin-right: 20px;
	z-index: 23;
	/* position: relative; */
}
.add-status.helper-view {
	z-index: 99999;
}
.add-status.helper-view .help-in-show {
	width: 360px;
	right: 0;
	top: 90px;
	line-height: 20px;
}
.add-status.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 5px;
	top: -75px;
}
.worked-tender {
	display: inline-block;
	margin-top: 0px;
}
.rejected-tender {
	display: inline-block;
	margin-top: 0px;
}
.need-approve-tender {
	display: inline-block;
	margin-top: 0px;
}
.icon-close:hover {
	background-position: -4px -69px!important;
}
.more-maps .tools-block.myTenderList {
	display: inline-block;
	/*position:absolute;
    right:0;
    bottom:26px;*/
	float: right;
	position: relative;
}
.more-maps .inform-edit-block .worked-tender, .more-maps .inform-edit-block .worked-tender-in-bico, .more-maps .inform-edit-block .rejected-tender, .more-maps .inform-edit-block .need-approve-tender {
	display: block!important;
	margin-top: 0px!important;
	padding: 20px!important;
	background: #fff!important;
	box-sizing: border-box!important;
}
.destination .worked-tender .btn-default {
	display: inline-block;
}
.infoblock .left_column .control-group .js-manage-tags:before, span.js-add-observers:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	background: url(/img/tc/icon_pen.png) center center no-repeat;
	margin-right: 5px;
}
.more-maps .add-tag i {
	display: inline-block;
	width: 18px;
	cursor: pointer;
	vertical-align: middle;
	height: 18px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -134px -7px;
}
.more-maps .tools-block.myTenderList i.ico-star {
	background: url(/img/tc/stars.png) no-repeat;
	background-position: 0px -25px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
	margin: 0 auto;
}
.more-maps .tools-block.myTenderList i.ico-star.active, .more-maps .tools-block.myTenderList .remove-important i {
	display: inline-block;
	width: 16px;
	cursor: pointer;
	vertical-align: middle;
	height: 16px;
	background: url(/img/tc/star.png) no-repeat;
	background-position: 0px -1px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.more-maps .inform-edit-block {
	display: block;
}
.more-maps .tools-block.myTenderList a, .more-maps a.add-tag {
	color: #25acfe!important;
	cursor: pointer;
	margin: 0 3px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.more-maps .tools-block.myTenderList a:hover {
	color: #236D9A;
}
a.tender-type-desc {
	display: inline-block;
	width: 18px;
	cursor: pointer;
	vertical-align: middle;
	height: 18px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -107px -9px;
}
.tab-block.map.full h3 {
	display: inline-block;
}
a.analiz-zakazchika {
	color: #25acff;
	font-size: 14px;
	display: inline-block;
	margin-left: 78px;
}
a.analiz-zakazchika:before {
	content: '';
	display: inline-block;
	width: 20px;
	cursor: pointer;
	vertical-align: middle;
	height: 20px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -81px -7px;
}
.worked-tender, .need-approve-tender, .rejected-tender {
	cursor: initial!important;
}
.worked-tender i {
	margin: 0 5px;
}
.worked-tender i:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('/img/tc/ticket-icons/icons-inwork.png') 0 0 no-repeat transparent;
}
.worked-tender-in-bico i:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 16px;
	vertical-align: middle;
	background: url('/img/tc/iconTicketEdit/bico.png') 0 0 no-repeat transparent;
}
.worked-tender.is-not-my-ticket i:before {
	background-position: -16px 0px;
}
#content .tender-has-ticket-icon {
	background: url('/img/tc/ticket-icons/icons-inwork.png') 0 0 no-repeat transparent;
	width: 16px;
	height: 16px;
	display: block;
}
#content .tender-has-ticket-icon.is-not-my-ticket {
	background-position: -16px 0px;
}
.need-approve-tender i:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
	height: 24px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -213px -5px;
}
.rejected-tender i:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
	height: 24px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -241px -5px;
}
i.ico-print.left, .print-page a i {
	display: inline-block;
	width: 20px;
	cursor: pointer;
	vertical-align: middle;
	height: 20px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -162px -7px;
}
.print-page a {
	cursor: pointer;
	color: #25acfe;
}
.client-list-manage ul {
	margin-top: -2px;
	margin-right: -5px;
	display: inline-block;
}
.client-list-manage ul li {
	float: left;
}
.infoblock .icon-down {
	background-position: -82px -143px;
	display: inline-block;
	vertical-align: middle;
}
.ui-dialog .ui-dialog-titlebar {
	border-bottom: 2px solid #ddd!important;
	padding-bottom: 5px;
}
.ui-dialog-title {
	font-size: 20px;
	color: black;
	
}
.ui-dialog #tagModal .control-group {
	margin: 20px 0 0 0;
}
.ui-dialog #tagModal .control-group div {
	padding: 0!important;
	text-align: left;
}
.ui-dialog #tagModal .control-group .controls {
	width: 100%!important;
}
.ui-dialog #tagModal .control-group .controls select {
	margin: 0;
}
.ui-dialog #tagModal .control-group .controls input {
	width: 100%;
	margin: 0;
}
.ui-dialog #tagModal .control-group label {
	margin: 0 0 5px 0;
	display: inline-block;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none!important;
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane {
	margin: 10px 15px 0;
	padding: 10px 0;
}

.ui-dialog .ui-dialog-titlebar {
	border: none!important;
	margin-bottom: 0!important;
}
.ui-dialog .ui-dialog-content h6 {
	text-align: center;
	line-height: 24px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin-left: 0;
}

.ui-dialog-buttonset button.close__window__button, .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
	background: #fff;
	color: #25acfe;
	border: 2px solid #25acfe;
	box-sizing: border-box;
	padding: 6px 16px 7px;
}
.ui-dialog-buttonset button.close__window__button:hover, .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2):hover {
	background: #25acfe;
	color: #fff;
}
.message-block-wrapper .informer-message-container .text a:hover {
	color: #fff;
	text-decoration: none;
}
.message-block-wrapper .informer-message-container .text a {
	color: #fff;
	
	text-decoration: underline;
	font-size: 16px;
}

.message-block-wrapper .alert-block.informer-message-container .text a {
	color: #25acff;
}
.search-control-button .group-btn ul li, .search-control-button .group-btns ul li {
	line-height: 21px;
}
.search-control-button .group-btn input[type="submit"] {}
.btn-default_small {
	padding: 2px 16px 4px;
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
}
.search-control_personal .print-block {
	margin-right: 6px;
}
.search-control_personal .sercher-res {
	top: -14px;
}
.search-control_personal .group-btn {
	margin-left: 0;
	margin-top: 0;
}

.message-block-wrapper .alert-block.informer-message-container .text a:hover {
	color: #236D9A;
}
/*.message-block-wrapper .alert-block.informer-message-container i.icon-close {
	top:0!important;
	background-position: -4px -69px!important;
}
.message-block-wrapper .alert-block.informer-message-container i.icon-close:hover {
	background-position: -4px -69px!important;
}*/

.sercher-res {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -16px;
}
.sercher-res .print-block {
	top: 3px;
}
.sercher-res .print-block .xls.helps-visual {
	height: 23px;
}
.sercher-res .print-block .xls.helps-visual a,
.sercher-res .print-block a {
	line-height: 23px;
	padding: 0 5px;
}
.search-control-button {
	text-align: right;
}
.search-control-button .group-btn.flt {
	float: none;
	top: 0;
}
.search-control-button .group-btn.flt ul li:hover a, .search-control-button .group-btn.flt ul li.active a {
	color: white;
}
.search-control-button .group-btn.flt ul li {
	width: auto;
	height: 30px;
	padding-top: 5px;
}
.text-found {
	color: #236D9A;
	
	font-weight: 700;
}
.infoblock table.default.new-events tr td.planing {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.infoblock table tr td.planing div.new_adv {
	display: inline-block;
	width: 90%;
	vertical-align: top;
}
.default.new-events .js-show-alert-message.extra-lines {
	display: none;
}
.infoblock table.default tr td.ed-status a {
	display: table-cell;
	vertical-align: middle;
}
.infoblock table.default tr td.ed-status .group-button {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	float: none;
}
div.base-status {
	display: table-cell;
	vertical-align: middle;
}
.group-button .bt.view:after {
	background-position: -108px -204px;
}
.group-button .bt.view {
	background: #25acfe;
}
.group-button .bt.view input {
	padding: 0;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.infoblock table.default tr td.ed-status .group-button a {
	padding: 0 2px;
}
a.write-message {
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: url('/img/tc/message-employee1.png') no-repeat;
	background-position: -28px 0px;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
a.write-message .write_ms {
	height: 26px;
}
a.write-message .tooltip-inner {
	left: -130px;
	padding: 5px 10px;
	min-width: 165px;
}
a.write-message .tooltip-arrow {
	left: 18%;
}
a.write-message .tooltip.fade.top.in {
	top: -15px!important;
}
a.write-message:hover {
	background-position: 0px 0px;
}
.word_wrap {
	white-space: normal!important;
	word-break: break-all;
	word-wrap: break-word;
}
.common-title {
	display: inline-block;
}
.infoblock.history-dev .line-controls .control-group .controls input {
	width: 165px!important;
}
.infoblock.history-dev .line-controls .control-group .controls input[type="checkbox"] {
	width: auto!important;
}
.more-maps.topper {
	padding: 0;
	background: transparent;
	border: none;
}
.more-maps.topper .tools-block.myTenderList {
	float: none;
	text-align: left;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}
.more-maps.topper:before, .more-maps.topper:after {
	background: transparent;
	border: none;
}
.department-title.inline {
	display: inline-block;
}
.infoblock table.default.favorit.add-employee thead tr th a {
	border: none;
	margin-left: 10px;
}
.employee-btn-group {
	border: none;
	display: inline-block;
}
.add-plashka-block .plashka-item .plashka-title .employee-btn-group a {
	padding: 0;
	margin: 0;
	border: none;
}
#tenderSearch .field-name-keywords textarea {
	border: 2px solid #25acfe;
}
.colorpicker {
	z-index: 9!important;
}
.add-employee .fourty-percent i {
	display: table-cell!important;
	vertical-align: top;
}
.add-employee .fourty-percent .group-button {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.group-button .bt.delete.write_ms {
	background: #9bd08c;
}
.group-button .bt.delete.write_ms:hover {
	background: #7EA972;
}
.group-button .bt.delete.write_ms:after {
	content: '';
	background: url(/img/tc/message-employee2.png) center center no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
#tenderSearch .control-group.field-type-checkbox {
	margin: 0;
}
.create-new-tender-otdel .tree_info_block .selected-item {
	display: inline-block;
	margin: 0;
	border: none;
	padding: 0 3px 0 0;
}
.element-group.bottom-separator .control-group, .subform.field-name-company.field-type-subform .control-group, .layout-zone.right-column.right-column .control-group {
	display: inline-block;
	width: 100%;
}
.subform.field-name-company.field-type-subform .control-group.hidden {
	display: none;
}
.layout-zone.right-column.right-column .control-group.field-type-multiCheckbox {
	width: auto;
}
.layout-zone.right-column.right-column .control-group.field-type-multiCheckbox label {
	font-size: 14px;
	cursor: pointer;
}
.subform.field-name-showConf.field-type-subform {
	margin-top: -8px;
}
.layout-zone.right-column.right-column .control-group.field-type-checkbox {
	width: 100%;
	margin: 2px 0;
}
.layout-zone.right-column.right-column .control-group.field-type-checkbox .labels {
	width: auto!important;
}
.analytics-form-wrapper .control-group {
	width: 100%;
	display: inline-block;
}
.infoblock .left_column .control-group {
	display: inline-block;
	width: 100%;
}
.infoblock .left_column .control-group.highlighted .controls input[type="text"],
.infoblock .left_column .control-group.highlighted .controls #reason{
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.5);
	background-color: #9bd08c;
}
.infoblock .left_column .control-group.highlighted .controls #reason{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.control-group.from-to.field-name-loadTime .controls input {
	background: url(/img/tc/quadro.png) 96% center no-repeat, transparent;
}
.infoblock .left_column .control-group.field-name-tagList .tree_info_block {
	overflow: hidden;
}
.infoblock .left_column .control-group.field-name-tagList .selected-item {
	display: inline-block;
	padding: 0 0px 0 0;
	margin: 0;
}
.infoblock .left_column .control-group.field-name-tagList .selected-item:before {
	content: ', '
}
.infoblock .left_column .control-group.field-name-tagList .selected-item:first-child:before {
	content: ' '
}
.infoblock .left_column .control-group.field-name-event_button {
	margin: 16px 0 8px 0;
}
.infoblock .left_column .control-group.field-name-event_button, .infoblock .left_column .control-group.field-name-event_button .controls {
	width: auto;
	min-width: 1%;
}
.infoblock .left_column .control-group.field-name-employee_name_line .controls {
	width: auto;
}
#container .infoblock .department-title .employee-btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	right: auto;
	margin-left: 5px;
}
.employee-btn-group i {
	display: inline-block;
}
.history-dev .filter-block.show-labels .submit-block {
	float: none;
	padding: 16px 20px;
}
.filter-block.statistic form.line-controls .control-group .labels, .filter-block.statistic form.line-controls .control-group label {
	display: inline-block!important;
}
.filter-block.statistic form.line-controls .control-group .labels {
	width: 12%!important;
	min-width: 50px!important;
	text-align: right;
	padding: 0 5px 0 0;
}
.filter-block.statistic form.line-controls .control-group .controls {
	width: 82%!important;
}
.filter-block form.line-controls .control-group.field-name-dateCreatedIntervals {
	min-width: 215px;
	width: 1%!important;
	position: relative;
	text-align: right;
}
.deactivated-employee-icon:before {
	background: url('/img/tc/icon-denied-btn.png') -18px 0px no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	content: ' ';
	background-size: auto 18px;
	margin: 0px 5px -4px 0px;
}
.filter-block form.line-controls .control-group.field-name-dateCreatedIntervals label {
	font-size: 13px;
	cursor: pointer;
}
.filter-block form.line-controls .control-group.field-name-dateCreatedIntervals .labels {
	display: none!important;
}
.filter-block form.line-controls .control-group.field-name-dateCreatedIntervals .controls {
	width: 100%!important;
}
.filter-block.statistic form.line-controls .control-group.from-to {
	width: auto!important;
}
.filter-block.statistic form.line-controls .control-group.from-to .controls input[type="text"] {
	width: 44%!important;
	margin-right: 0px;
	min-width: auto!important;
}
.filter-block.statistic form.line-controls .control-group.from-to .controls {
	width: 89%!important;
}
.filter-block.statistic form.line-controls .control-group.from-to .controls label {
	display: inline-block!important;
	width: 6%;
	margin: 0 1%;
	text-align: right;
}
.filter-block.statistic form.line-controls .control-group.from-to .labels {
	min-width: auto!important;
	width: 4%!important;
	text-align: right;
}
.filter-block.statistic form.line-controls .control-group.from-to .controls input#dateCreated-to {
	float: none;
}
.filter-block.statistic ul {
	margin: 0!important;
}
.filter-block.statistic ul li input[type="radio"], .filter-block.statistic ul li label {
	display: inline-block!important;
	vertical-align: middle!important;
}
.filter-block.statistic form.line-controls .control-group.field-name-client_id.field-type-selectTree {
	width: auto!important;
	min-width: 300px!important;
}
.filter-block.statistic .tree_items_wrapper .tree_items_container {
	text-align: left;
}
.filter-block .control-group .controls ul.selected_statistic_period {
	overflow: hidden;
	margin-top: 7px;
	line-height: 36px;
}
.filter-block .control-group .controls ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.filter-block .control-group .controls ul li input[type="radio"] {
	width: auto!important;
	min-width: inherit;
}
.add-employee-fast .control-group.field-name-filter_notice span.js-filter-notice {
	display: none;
	vertical-align: middle;
	padding: 8px 20px 9px;
	border: 1px solid #e2e2e2;
	background: #efefef;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position: absolute;
	left: 0;
}
.message-list .msg.no-message, .message-list .msg.no-employee {
	position: relative;
	/*   min-height:555px;*/
	display: block;
}
.message-list .msg.no-message {
	background: url(/img/tc/8people.png) bottom center no-repeat;
	background-size: auto 75%;
}
.message-list .msg.no-message .msg-title, .message-list .msg.no-employee .msg-title {
	text-align: center;
	font-size: 32px;
	
	padding: 20px 0 20px 0;
}
.message-list .msg.no-employee .img {
	background: url(/img/tc/msg-no-employee.png) center bottom no-repeat;
}
.message-list .msg.no-employee .msg-title {
	font-size: 26px;
	padding: 20px 0;
}
/*
 .message-list .msg.no-employee .img {
    max-width:600px;
    margin:0 auto;
 }*/

.message-list .msg.no-message .img img, .message-list .msg.no-employee .img img {
	width: 65%;
}
.message-list .msg.no-message .img, .message-list .msg.no-employee .img {
	text-align: center;
	position: relative;
}
.message-list .msg.no-employee .employee-icon {
	width: 130px;
	margin: auto;
	padding-bottom: 20px;
}
.message-list .msg.no-employee .informer-block {
	text-align: center;
	margin-bottom: 30px;
}
.message-list .msg.no-employee .informer-block p {
	font-size: 24px;
	
}
.message-list .msg.no-employee .informer-block a {
	font-size: 32px;
	color: #25acfe;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.message-list .msg.no-employee .informer-block a:hover {
	color: #236D9A;
}
.message-list .msg.no-message .arrow-left-msg {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	background: url(/img/tc/arrows-left-icon1.png) center center no-repeat;
	height: 48px;
	width: 70px;
	cursor: pointer;
}
.msg .message-item.incoming div b>a, .msg .message-item.sent div b>a {
	font-size: 14px;
	
	color: black;
}
#container .infoblock.department-client-list .title.settings .submit-block>.employee-btn-group {
	margin-right: 10px;
	top: 3px;
}
.small-numeric th {
	font-family: 'Roboto', sans-serif!important;
	font-size: 10px!important;
	color: #a7a7a7;
}
.block-form-popup-edit .close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -4px -69px!important;
	position: absolute;
	right: 3px;
	z-index: 99;
	top: 3px;
}
.infoblock .filter-block .control-group.field-name-type.field-type-analyticsTypeTree {
	margin-right: 10px!important;
}
.infoblock .left_column .control-group.field-name-dateComment {
	margin: -8px 0 8px 0;
	display: block;
}
.infoblock .left_column .tree_info_block .selected-item .i-wrapper {
	background: none;
	border: none;
	position: absolute;
	top: 1px;
	right: 11px;
	z-index: 9;
}
.left_column form .control-group .controls {
	width: 70%;
}
table.prioretet {
	width: auto;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
table.prioretet tbody, table.prioretet tr {
	display: block;
}
table.prioretet td {
	border: none!important;
	padding: 0 5px!important;
	transition: none!important;
	display: inline-block;
	width: 20%;
	float: left;
	box-sizing: border-box;
	text-align: center!important;
	position: relative;
}
table.default.application.prioretet tr td.change-important {
	text-align: left!important;
}
table.prioretet td.hidden {
	display: none;
}
.tender_name_application {
	font-size: 14px;
	display: block;
	padding: 10px 0 10px 11px;
	line-height: 1.2;
	width: 72.25%;
}
table.prioretet tr td.change-important {
	cursor: pointer;
}
table.default.application.prioretet tr td.change-important i {
	display: inline-block;
	vertical-align: middle;
	height: 17px;
}
table.default.application.prioretet tr td.print {
	cursor: pointer;
}
table.default.application.prioretet tr:hover td {
	background: transparent;
}
table.default.application.prioretet td.change-important:hover, table.prioretet tr.selected td.change-important {
	background: transparent!important;
}
table.default.application.prioretet tr td.change-important p.cng_imp, table.default.application.prioretet tr td.change-important p.dis-cng_imp, table.default.application.prioretet tr td.print a, table.default.application.prioretet tr td.change-important, .infoblock table.default tr td a.tender_tag_link_bt, .infoblock table.default tr td a.ticket_add_comment_link_bt {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
	margin: 0;
	
}
table.default.application.prioretet tr td.change-important p.cng_imp, table.default.application.prioretet tr td.change-important p.dis-cng_imp {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #25acff;
}
table.default.application.prioretet tr td.change-important p.cng_imp:hover, table.default.application.prioretet tr td.change-important p.dis-cng_imp:hover {
	color: #236D9A;
}
.ticket-show-page .ticket-manage-line td {
	border: 0;
	background: #FFFFFF;
}
.ticket-show-page .change-important .dis-cng_imp, .ticket-show-page .selected .change-important .cng_imp, table.default.application.prioretet tr td.change-important p.dis-cng_imp, table.default.application.prioretet tr.selected td.change-important p.cng_imp {
	display: none;
}
.ticket-show-page .selected .change-important .dis-cng_imp, table.default.application.prioretet tr.selected td.change-important p.dis-cng_imp, table.default.application.prioretet tr td.change-important p.cng_imp, table.default.application.prioretet tr td.print a {
	display: inline-block;
}
table.default.application.prioretet tr td.change-important i.flag {
	background: url(/img/tc/iconTicketEdit/icon-flag.png) center center no-repeat;
	vertical-align: middle;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 0;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
table.default.application.prioretet tr td.change-important:hover i.flag {
	background: url(/img/tc/iconTicketEdit/icon-flag-hover.png) center center no-repeat;
}
table.default.application.prioretet tr.selected td.change-important i.flag, table.default.application.prioretet tr.selected td.change-important:hover i.flag {
	background: url(/img/tc/iconTicketEdit/icon-flag-hover.png) center center no-repeat;
}
table.default.application.prioretet tr td .control-group .controls {
	display: inline-block;
	vertical-align: middle;
}
table.default.application.prioretet tr td .control-group .labels {
	display: inline-block;
	float: right;
	position: relative;
	top: 2px;
}
table.default.application.prioretet tr td .control-group .labels label {
	font-size: 12px;
	color: black;
	cursor: pointer;
}
.analytics .icon-up, .analytics .icon-up:hover, .analytics .icon-up.hover, .infoblock.analitic-info .icon-up, .infoblock.analitic-info .icon-up:hover, .infoblock.analitic-info .icon-up.hover {
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 12px;
	background-position: -186px -22px;
	cursor: pointer;
	vertical-align: text-top;
	opacity: 0.4;
}
.analytics .icon-down, .analytics .icon-down:hover, .analytics .icon-down.hover, .infoblock.analitic-info .icon-down, .infoblock.analitic-info .icon-down:hover, .infoblock.analitic-info .icon-down.hover {
	background: url(/img/tc/sprite.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 12px;
	background-position: -186px -36px;
	cursor: pointer;
	vertical-align: text-top;
	opacity: 0.4;
}
.analytics table tr th {
	position: relative;
}
.analytics-form .form-buttons-block a i {
	display: none;
}
.analytics table .inline {
	bottom: 0px;
	left: 0px;
	right: 0;
	width: 100%;
	position: absolute;
}
.analytics table tr th:nth-of-type(1),
.analytics .analytics_table tr td:first-child {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
table.analytics_table.analytics_table.floating-head colgroup col:nth-of-type(1) {
	width: 50px!important;
}
.analytics table tr th:nth-of-type(1) .inline {
	left: 0!important;
}
.analytics-form .analytics-form-wrapper {
	padding: 20px;
	background: #efefef;
	border: 1px solid #e7e7e7;
}
.group-btns.stat {
	/*margin-top: 3px;*/
}
.infoblock i.icon-close:hover {
	background-position: -4px -69px!important;
}
.infoblock form i.icon-close:hover {
	background-position: -2px -102px!important;
}
.analytics .highlight {
	
	font-weight: 700;
	background: transparent;
}
.company-picker .currently-selected-wrapper {
	box-sizing: border-box;
	min-height: 36px;
	margin: 0;
	font-size: 14px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-box-sizing: border-box;
	border: 1px solid #e2e2e2;
	outline: none;
}
.company-picker .search-wrapper {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.analyticsServiceAlert .ui-dialog-titlebar-close {
	right: -7px;
	margin: -30px 0 0 0!important;
}
.analyticsServiceAlert .ui-dialog-buttonpane button:hover {
	background: #ae0808;
	background: -moz-linear-gradient(top, #ae0808 0%, #c02929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0808), color-stop(100%, #c02929));
	background: -webkit-linear-gradient(top, #ae0808 0%, #c02929 100%);
	background: -o-linear-gradient(top, #ae0808 0%, #c02929 100%);
	background: -ms-linear-gradient(top, #ae0808 0%, #c02929 100%);
	background: linear-gradient(top, #ae0808 0%, #c02929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae0808", endColorstr="#c02929", GradientType=0);
	-webkit-box-shadow: inset 0px 3px 1px 0px #d17575;
	-moz-box-shadow: inset 0px 3px 1px 0px #d17575;
	box-shadow: inset 0px 3px 1px 0px #d17575;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.company-picker .currently-selected-wrapper {}
.company-picker .currently-selected-wrapper .currently-selected-wrapper-list {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	min-height: 36px;
	max-height: 200px;
	padding: 2px 18px 2px 5px;
	overflow-y: auto;
	background: white;
}
.company-picker .control-panel {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.company-picker .control-panel a {
	cursor: pointer;
}
.company-picker .loading-small {
	position: absolute;
	top: 10px;
	right: 10px;
}
.company-picker .company-list-result-holder {
	position: relative;
	max-height: 260px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.company-picker .analytics {
	padding: 10px;
}

.analytics table .hidden-by-pagination {
	display: none;
}

.analytics_filter_options table tr td {
	vertical-align: top;
}

.analytics .paginator-button-more {
	display: block;
	width: 160px;
	cursor: pointer;
	margin: 10px auto 0 auto;
	border: none;
}
.analytics .paginator-button-more:before {
	content: '';
	display: inline-block;
	width: 26px!important;
	height: 26px;
	background: url(/img/tc/sprite.png) no-repeat, transparent;
	background-position: -9px -261px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 0px;
	border: none;
	text-indent: -9999px;
	outline: none;
}
.analytics-form .tree_info_block .selected-item .i-wrapper {
	z-index: 9;
	right: 12px;
}
.analytics-form label {
	white-space: normal!important;
}
.company-picker .company-list-result-holder-pagination {
	text-align: center;
}
.company-picker .company-list-result-holder-pagination span.paginator {
	display: inline-block;
}
.company-picker .paginator a.active, .company-picker .paginator a:hover {
	background: #e6e6e6;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.company-picker .paginator a {
	text-decoration: none;
	font-size: 14px;
	
	padding: 5px;
	margin: 8px 0px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
}
.left_column .field-name-status_div_start .control-group.field-name-status_help_text {
	margin: 0;
}
.left_column .field-name-status_div_start .control-group.field-name-deadline {
	margin-bottom: 0;
}
.left_column .field-name-dateCreated_value {
	margin-top: 0;
}
/*.left_column .field-name-status_div_start .control-group.field-name-status_help_text,*/

.left_column .field-name-status_div_start .control-group.field-name-status_id.field-type-select,
	/*.left_column .field-name-status_div_start .control-group.field-name-deadline,*/

.left_column .control-group.field-name-employee_id.field-type-tcOrganizationTree, .left_column .control-group.field-name-statusBase_for_js, .left_column .field-name-status_div_start .control-group.field-name-status_div_finish {
	height: 0;
	margin: 0;
	display: block;
}
.left_column .field-name-status_div_start .control-group.field-name-status_id.field-type-select {
	/*overflow:hidden;*/
}
.left_column .field-name-status_div_start .control-group.field-name-deadline .controls {
	width: 25%;
	min-width: 200px;
}
.left_column .field-name-status_div_start .control-group.field-name-status_help_text.field-type-html .controls {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 1.2;
}
.left_column .field-name-status_div_start {
	/*  background:#f7f7f7;
    border:2px solid #efefef;*/
	width: 100%;
}
.left_column .field-name-status_div_start>.labels, .left_column .field-name-status_div_start>.controls {
	position: absolute;
	z-index: -1;
}
.control-group.field-name-type.field-type-analyticsTypeTree .tree-popup .tree_items_list>.tree_items_container {
	max-height: 100px!important;
}

/*.title.settings.my_report {
    text-align:right;
}
.title.settings.my_report .group-btn {
    float:none;
    top:auto;
}*/

.filter-block.report-filter {
	display: none;
}
.infoblock .create-new-report .popup-help, .infoblock .form-btn-create-new-report .popup-help {
	padding: 6px;
	background: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: -10px !important;
	top: 0px !important;
}

.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree {
	white-space: normal;
	display: block;
	min-height: 140px;
}

.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree .labels{
	padding:0;
	margin-bottom: 15px;
}

.control-group.field-name-type.field-type-analyticsTypeTree >.controls{
	width: 100%;
	max-width: 100%;
}
/* --- изменения инпута на странице с отчетами ОСТОРОЖНО! --- */

.control-group.from-to.field-name-createTime.field-type-subform>.controls{
	display:flex;
}

.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree .controls {
	white-space: normal;
}
.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree .controls .tree_info_block {
	padding: 0;
	text-align: left;
}
.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree .tree_items_wrapper {
	text-align: left;
/*	left: -80px;*/
	width: 380px;
}
.ui-dialog .control-group.field-name-type.field-type-analyticsTypeTree .controls .tree_info_block .selected-item {
	line-height: 16px;
	padding: 0 35px 8px 3px;
}
/*Аналитика Информация о тендере*/

.right {
	display: inline-block;
	float: right;
	
}
.tend-card {
	overflow: hidden;
	
}
.win-probability-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99;
}
.win-probability-wrapper .box {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 400px;
	padding: 50px 20px 20px 20px;
	text-align: center;
	margin: -200px 0 0 -400px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px -5px #000;
	-moz-box-shadow: 0px 0px 20px -5px #000;
	box-shadow: 0px 0px 20px -5px #000;
}
.win-probability-wrapper .box .sec {
	display: block;
	clear: both;
	color: #5b5b5b;
	font-size: 20px;
	line-height: normal;
}
.win-probability-wrapper .box .text {
	display: block;
	padding: 50px 0 0 0;
	font-size: 30px;
	color: #000;
}
.win-probability-wrapper #close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	background: url(/i/close-blue.jpg) 0 0 no-repeat;
	opacity: 0.5;
	cursor: pointer;
}
#container .card-tnd-tbl td:first-child, #container .card-tend td:first-child {
	font-size: 14px;
	color: black;
}
#container .card-tnd-tbl.uchastniki td:first-child {
	text-align: left;
}
#tabs_tender_card.ui-tabs .ui-tabs-nav li {
	top: 0;
	margin: 0 !important;
	padding: 0;
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 20%;
	border-top: none;
	text-align: center;
	border-bottom: none;
}
#container .TenderInfoblok.stat {
	width: 240px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.TenderInfoblok.stat .success-block {
	text-align: center;
	padding: 10px;
	background: #fff2d2;
}
.TenderInfoblok.stat h3, .TenderInfoblok.stat .zag-documentation {
	font-size: 16px!important;
	padding: 10px 0;
	text-align: center;
	
	font-weight: 700;
	color: black;
}
#tabs_tender_card.ui-tabs .ui-widget-header {
	display: table;
	width: 100%;
}
#tabs_tender_card.ui-tabs .ui-tabs-nav li a {
	float: none!important;
	padding: .5em 1em;
	text-decoration: none;
	color: #25acfe;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 16px;
}
#tabs_tender_card.ui-tabs .ui-state-active a {
	font-size: 16px;
	
	font-weight: 700;
}
#tabs_tender_card.ui-tabs .ui-tabs-nav li a:hover {
	color: #236D9A;
}
.zg-tnd {
	margin-bottom: 10px;
}
#container .TenderInfoblok .download-all .save-all {
	text-decoration: none;
	font-size: 14px;
}
#container .TenderInfoblok .download-all {
	text-align: center;
}
#container .AddTender {
	display: inline-block;
	margin: 20px 0 0 0px;
	width: auto;
}
#container .AddTender .tooltip-inner {
	white-space: nowrap;
}
.social-likes-tender {
	display: inline-block;
	min-width: 200px;
	
}
.saved-botton a, .success-block a {
	color: #25acfe;
	font-size: 16px;
}
.infoblock.client-data.employee-date .error-note.dot {
	display: none!important;
}
.success-block {
	background: #fff2d2;
	padding: 8px 14px 8px 14px;
	position: relative;
}
.success-block .icon-close, span.bottom_blue_ws_informer_close {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -64px -228px!important;
	position: absolute;
	right: 0em;
	z-index: 99;
	top: 0em;
}
span.bottom_blue_ws_informer_close {
	padding: 10px;
	background-position: -66px -234px!important;
}
table.card-tnd-tbl a {
	color: #25acfe;
}
.infoblock.analitic-info h4 table tr td label {
	font-size: 14px;
	color: black;
	
}
.infoblock.analitic-info h4 table tr td span {
	color: black;
	font-size: 14px;
	
}
.infoblock.analitic-info .paginator {
	position: relative;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	display: block;
	margin: 10px 0;
}
.infoblock.analitic-info .paginator .pagination {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin: 0;
}
.infoblock.analitic-info .row {
	width: 100%;
	display: inline-block;
}
.infoblock.analitic-info .pagination li a {
	text-decoration: none;
	font-size: 14px;
	
	padding: 9px 11px;
	margin: 0 6px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: block;
}
.infoblock.analitic-info .pagination li a:hover, .infoblock.analitic-info .pagination li a.active {
	background: #e6e6e6;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.empty-result {
	padding: 10px 0 25px;
	text-align: left;
	font-size: 16px;
}
.empty-result a {
	display: inline-block;
	color: #25acff;
	margin-top: 8px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.empty-result a:hover {
	color: #236D9A;
}
tr.deactivated:hover td {
	background: #E8E8E8!important;
	opacity: 1;
}
tr.deactivated td, tr.deactivated td a, tr.deactivated td i {
	color: #c3c3c3!important;
}
table.default.favorit tr.deactivated td .group-button .bt {
	background: #c3c3c3!important;
}
.department-client-list .deactivated {
	background: #E8E8E8!important;
}
.department-client-list .deactivated .group-button .write_ms {
	display: none!important;
}
.department-client-list .deactivated .group-button .bt {
	background: #c3c3c3!important;
}
.add-plashka-block .plashka-item.deactivated .plashka-title.employee p, .add-plashka-block .plashka-item.deactivated .plashka-employee-name p, .add-plashka-block .plashka-item.deactivated .plashka-information .phone, .add-plashka-block .plashka-item.deactivated .plashka-information a {
	color: #c3c3c3;
}
.add-plashka-block .plashka-item.deactivated .plashka-title.employee .employee-btn-group {}
.infoblock .analytics_table tr td {
	font-size: 14px!important;
	color: black;
}
.default.add-employee.favorit tr .group-button .bt.edit.open, .default.add-employee.favorit tr.deactivated .group-button .bt.edit.open {
	background: transparent!important;
}
.group-button .bt.edit.open:after {
	background: url(/img/tc/open-dostup.png) center center no-repeat;
	background-position: initial!important;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	opacity: .4;
	background-size: auto 18px;
}
table.default.add-employee tr:hover td .group-button .bt.edit.open:after {
	opacity: 1;
}
.group-button .bt.edit.close {
	background: transparent
}
.group-button .bt.edit.close:after {
	background: url(/img/tc/icon-denied-btn.png) no-repeat;
	background-position: -17px 0px!important;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
	background-size: auto 18px;
}
.infoblock .analytics_table tr td .tooltip-wide .tooltip.fade.top.in {
	position: absolute!important;
	top: 0!important;
	left: 100%!important;
	width: 100%;
}
.infoblock.analitic-info .row button.xls-i {
	position: relative!important;
	float: right!important;
}
.infoblock .analytics_table tr td .tooltip-wide .tooltip.fade.top.in .tooltip-inner {
	min-width: 350px!important;
}
.infoblock .analytics_table tr td .tooltip-wide .tooltip.fade.top.in .tooltip-arrow {
	border-right-color: #fff!important;
	border-bottom-color: transparent!important;
	border-width: 9px 9px 9px!important;
	left: -16px!important;
	z-index: 99;
	top: 24px!important;
	bottom: auto!important;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.infoblock table.analytics_table tr td:nth-of-type(1) {
	color: black;
}
.infoblock .analytics_table tr td a {
	color: #25acfe;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.infoblock .analytics_table tr td a:visited{
	color: #800080 !important;
}

.infoblock .analytics_table tr td a:active{
	color: #e6005e !important;
}
.infoblock .analytics_table tr td a:hover {
	color: #236D9A;
}
.infoblock .analytics_table tr td.text-align-right {
	width: 150px;
}
.infoblock.company h3 {
	
	font-size: 18px;
	margin: 15px 0 0 0;
}
.block-two .charts-combobox input {
	height: 30px;
	border: 1px solid #e2e2e2;
	margin: 0;
	font-size: 14px;
	outline: none;
	
	padding: 0 0 0 5px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 100%;
}
.block-two .google-visualization-controls-categoryfilter {
	text-align: left;
}
.block-two .charts-combobox {
	border: none;
	display: inline-block;
	margin: 5px 0 0 0;
	background: transparent;
	position: relative;
	width: 100%;
}
.block-two .charts-combobox select {
	height: 30px;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2!important;
	font-size: 14px;
	
	margin: 0;
	position: relative;
	padding: 0 0 0 0.5em;
	z-index: 1;
	color: black;
	background: #fff;
}
.block-two .charts-combobox .charts-menu {
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	border: none;
}
.block-two .charts-combobox-button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 0;
	text-indent: -999999px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 6px solid #a2c6de;
	position: absolute;
	right: 5px;
	top: 13px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.infoblock.stt .group-btns .help-in-show {
	width: 400px;
	left: -20px;
	top: -60px;
}
.more-maps.topper.helper-view {
	z-index: 99999;
}
.more-maps.topper .help-in-show {
	background: transparent!important;
}
.more-maps .tools-block.myTenderList .remove-important i.help-in-show, .more-maps .tools-block.myTenderList .add-tag i.help-in-show {
	display: none;
	position: absolute;
}
.more-maps.topper.helper-view a.print .help-in-show {
	width: 165px;
	right: -120px;
	top: 70px;
}
.more-maps.topper.helper-view a.print {
	position: relative;
	display: inline-block;
}
.more-maps.topper.helper-view .add-tag .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 80px;
	width: 100%;
	top: 27px;
}
.more-maps.topper.helper-view .add-tag .help-in-show {
	width: 350px;
	top: -95px;
	left: -35px;
}
.more-maps.topper.helper-view .important .help-in-show {
	width: 330px;
	top: 65px;
	left: 90px;
}
.more-maps.topper.helper-view .important .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-map.png) left center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -65px;
}
.more-maps.topper.helper-view a.print .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-bottom-left.png) left bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 40px;
	top: -45px;
	left: 0;
}
.more-maps.topper.helper-view .remove-important, .more-maps.topper.helper-view .add-favorite {
	position: relative;
}
.more-maps.topper.helper-view .remove-important .help-in-show:before, .more-maps.topper.helper-view .add-favorite .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 25px;
}
.more-maps.topper.helper-view .add-favorite .help-in-show {
	left: -200px!important;
}
.more-maps.topper.helper-view .remove-important .help-in-show, .more-maps.topper.helper-view .add-favorite .help-in-show {
	width: 360px;
	top: -45px;
	left: -280px;
}
.more-maps.topper.helper-view a.print, .more-maps.topper.helper-view .add-favorite, .more-maps.topper.helper-view .important, .more-maps.topper.helper-view .add-tag, .more-maps.topper.helper-view .remove-important {
	background: white;
	padding: 3px;
}
.infoblock.stt .group-btns .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 30px;
	left: -10px;
}
.infoblock.stt .group-btns.helper-view {
	z-index: 99999;
	background: white;
}
.more-maps .worked-tender.helper-view {
	display: inline-block;
	position: relative;
	z-index: 999999;
	background: white;
	padding: 15px 10px;
}
.more-maps .worked-tender.helper-view .help-in-show {
	top: -90px;
	line-height: 26px;
}
.more-maps .worked-tender.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 58px;
	left: -10px;
}
.more-maps .inform-edit-block.helper-view {
	position: relative;
	z-index: 99999;
	background: white;
	padding: 5px;
}
.more-maps .inform-edit-block.helper-view .help-in-show {
	width: 400px;
	top: -115px;
}
.more-maps .inform-edit-block.helper-view .help-in-show.mini {
	top: -70px;
}
.more-maps .inform-edit-block.helper-view .help-in-show.mini:before {
	top: 30px;
}
.more-maps .inform-edit-block.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 75px;
	left: -10px;
}
.helps-visual .submit-block.helper-view {
	position: relative;
	z-index: 99999;
}
.group-button.helps-visual.helper-view {
	position: relative;
	z-index: 999999;
	background: white;
	padding: 5px;
}
.group-button.helps-visual.helper-view .bt {
	opacity: 1!important;
}
.group-button.helps-visual.helper-view .tooltip.fade.top.in {
	display: none!important;
	opacity: 0;
}
.group-button.helps-visual.helper-view .help-in-show {
	top: 100px;
	line-height: 20px;
	right: -50px;
	width: 400px;
}
.search-template .group-button.helps-visual.helper-view .help-in-show {
	text-align: center;
	top: 70px;
	right: -30px;
}
.search-template .group-button.helps-visual.helper-view a.share-button {
	position: relative;
}
.search-template .group-button.helps-visual.helper-view a.share-button .help-in-show {
	top: 7px;
	right: 30px;
}
.search-template .group-button.helps-visual.helper-view a.share-button .help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-tip-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: -10px;
	top: -1px;
}
.search-template .group-button.helps-visual.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -65px;
}
.group-button.helps-visual.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: -40px;
	top: -55px;
}
.helps-visual.value.helper-view {
	position: relative;
	z-index: 99999;
	display: inline-block;
	padding: 5px;
	background: white;
}
.helper-head.helper-view {
	position: relative;
}
.helper-head.helper-view span {
	display: inline-block;
	position: absolute;
	z-index: 99999;
	background: white;
	width: 100%;
	height: 34px;
	top: 0;
	left: 0;
	padding: 10px;
}
.helper-head.helper-view .help-in-show {
	top: -51px;
	line-height: 20px;
	right: 100px;
	width: 300px;
}
.helper-head.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 45px;
	width: 100%;
	top: 27px;
}
.helps-visual.value.helper-view .help-in-show {
	line-height: 20px;
	right: -30px;
	top: 70px;
}
.helps-visual.value.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -70px;
}
td.name-wrap-empty {
	white-space: normal!important;
}
.helps-visual .submit-block.helper-view .help-in-show {
	width: 230px;
	right: 30px;
	top: -65px;
	line-height: 16px;
}
.submit-block.only-border.hvr-rectangle-out.helper-view:before {
	background: white!important;
	display: none;
}
.submit-block.only-border.hvr-rectangle-out.helper-view input[type="submit"] {
	color: #25acfe!important;
	background: transparent!important;
}
.helps-visual .submit-block.helper-view.employee_subs .help-in-show {
	width: 300px;
	top: -65px;
	line-height: 16px;
	left: -120px;
}
.helps-visual .submit-block.helper-view.my_subs .help-in-show {
	width: 540px;
	top: 45px;
	line-height: 16px;
	right: -0px;
}
.helps-visual .submit-block.helper-view.my_subs .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: -40px;
	top: -11px;
}
.helps-visual .submit-block.helper-view.employee_subs .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 28px;
}
.helps-visual .submit-block.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 28px;
}
.history-dev .group-btn {
	background: white;
}
.history-dev .group-btn .help-in-show {
	width: 300px;
	top: -60px;
	right: 0;
	text-align: center;
}
.history-dev .group-btn .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 25px;
}
.help-in-show.history-help {
	top: 80px;
	left: 100px;
	width: 460px;
	text-align: center;
}
.help-in-show.history-help:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) center top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 30px;
	left: -10px;
}
.empty-result p {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	line-height: 1.5;
}
.empty-result p a {
	margin: 0;
}
.group-btn.helper-view, .group-btn.helpers-view {
	background: white;
	/*z-index:999;*/
	z-index: 1 !important;
}
.group-btn.helper-view .tooltip.fade.top.in {
	display: none!important;
}
.group-btn.flt.helper-view .help-in-show {
	width: 180px;
	right: 5px;
	top: -60px;
	text-align: center;
	line-height: 18px;
}
.group-btn.flt.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 38px;
}
.settings-btn.helper-view {
	position: relative;
	z-index: 999999;
	background: url(/img/tc/setting-icon.png) no-repeat, white;
	padding: 5px;
	background-position: 0px 0px;
}
.settings-btn.helper-view .help-in-show {
	width: 200px;
	right: -25px;
	top: -60px;
	text-align: center;
	line-height: 18px;
}
.settings-btn.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 25px;
}
.group-btn.helper-view ul li.serv-act .help-in-show {
	width: 370px;
	right: 0;
	top: -58px;
	line-height: 18px;
}
.group-btn.helper-view ul li.serv-act .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top right no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 36px;
}
.group-btn.helper-view ul li.serv-fin .help-in-show {
	width: 300px;
	right: -200px;
	bottom: -100px;
	line-height: 20px;
}
.group-btn.helper-view ul li.serv-fin .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-bottom-left.png) left bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 75px;
	top: -78px;
	left: 0px;
}
td.helper-view {
	position: relative;
}
td.helper-view a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
}
td.helper-view .help-in-show {
	text-align: left;
	top: -90px;
	left: -45px;
	line-height: 20px;
}
td.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 50px;
	width: 100%;
	top: 45px;
}
td.helper-view a span {
	position: relative;
	margin-top: -7px!important;
	top: 50%;
}
.tabs-group li.helper-view {
	position: relative;
	z-index: 99999;
	background: white;
}
.tabs-group li.helper-view .help-in-show {
	width: 500px;
	top: -90px;
	right: 0;
}
.tabs-group li.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 65px;
}
.tabs-group li.helper-view.tender-inf .help-in-show {
	top: -50px;
	width: 250px;
}
.tabs-group li.helper-view.tender-inf .help-in-show:before {
	top: 25px
}
table.default.application.prioretet tr td i.help-in-show {
	display: none;
}
table.default.application.prioretet tr td .control-group {
	margin: 0;
}
table.default.application.prioretet tr td div.helper-view {
	position: relative;
	z-index: 99999;
	background: white;
	padding: 0 5px;
}
table.default.application.prioretet.helper-view .tooltip.fade.top.in {
	display: none!important;
}
td.change-important .helper-view .help-in-show {
	top: 2px;
	background: transparent!important;
	left: auto;
	right: 100%;
	width: 340px!important;
}
td.change-important .helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-tip-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: -10px;
	top: -1px;
}
td.print .helper-view .help-in-show {
	width: 260px;
	right: 0;
	top: -33px;
}
td.print .helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 20px;
}
td.subscription .helper-view .help-in-show {
	top: 220px;
	text-align: left;
	right: -90px;
	line-height: 20px;
}
td.subscription .helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-top.png) center top no-repeat;
	position: absolute;
	width: 100%;
	height: 234px;
	left: 0;
	top: -192px;
}
.tab-block.helper-view .field-name-status_div_start .field-name-status_change .controls, .tab-block.helper-view .field-name-status_div_start .field-name-deadline_text .controls, .tab-block.helper-view .field-name-employee_name_line .controls {
	width: auto;
	min-width: auto;
	background: white;
	position: relative;
	z-index: 99999;
	padding: 3px 25px 3px 3px;
}
.tab-block.helper-view .field-name-employee_name_line .controls {
	padding: 5px;
}
.tab-block.helper-view.no-director .field-name-employee_name_line .controls {
	z-index: 1!important;
}
.fnsc.help-in-show, .fndt.help-in-show, .fnen.help-in-show, .sbb.help-in-show {
	top: -20px;
	left: -235px;
	width: 500px;
	line-height: 20px;
}
.fnsc.help-in-show:before, .fndt.help-in-show:before, .fnen.help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: 15px;
}
.sbb.help-in-show {
	bottom: 120px;
	top: auto;
	left: auto;
	text-align: center;
	width: auto;
}
.sbb.help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 50px;
	width: 100%;
	top: 45px;
}
.fndt.help-in-show:before, .fnen.help-in-show:before {
	top: -15px;
}
.help-screen.helper-view {
	position: relative;
	z-index: 99999!important;
;
	background: #f6f6f6;
	margin: 0!important;
}
.right-block-help {
	position: relative;
}
#container .infoblock .right-block-help .title.settings {
	font-size: 13px;
	
	padding: 0 0 0 5px;
	line-height: 20px;
	padding-left: 38px!important;
}
.right-block-help p {
	text-align: center;
}
.right-block-help .help-in-show {
	bottom: -200px;
	width: 350px;
	text-align: center;
}
.right-block-help .help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-top.png) center top no-repeat;
	position: absolute;
	width: 100%;
	height: 125px;
	left: 0;
	top: -140px;
}
.client-list-manage.helper-view ul li {
	position: relative;
	z-index: 99999;
}
.client-list-manage.helper-view ul li .tooltip.fade.top.in {
	display: none!important;
}
.group-btn.help-st.helper-view .help-in-show {
	width: 310px;
	top: 85px;
	text-align: center;
}
.group-btn.help-st.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -70px;
}
.client-list-manage.helper-view ul li.add-hp .help-in-show {
	width: 115px;
	top: -45px;
	right: 0;
}
.client-list-manage.helper-view ul li.block-hp .help-in-show {
	width: 465px;
	right: 100px;
	top: 40px;
}
.client-list-manage.helper-view ul li.table-hp .help-in-show {
	width: 370px;
	right: -35px;
	top: -50px;
	font-weight: normal;
}
.client-list-manage.helper-view ul li.table-hp .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top right no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 36px;
}
.client-list-manage.helper-view ul li.block-hp .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 75px;
	top: -35px;
}
.client-list-manage.helper-view ul li.add-hp .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0;
	top: 28px;
}
.help-employee .help-in-show {}
.employee-btn-group i.help-in-show {
	display: none;
}
.add-plashka-block .plashka-item.department_block .help-in-show {
	display: none!important;
}
.department_block:nth-of-type(2) .content.helps-visual.helper-view .add-employee a.add-employee-button {
	position: relative;
	z-index: 99999;
}
.department_block:nth-of-type(2) .content.helps-visual.helper-view .add-employee {
	position: relative;
}
.department_block:nth-of-type(2) .content.helps-visual.helper-view .add-employee .help-in-show {
	display: inline!important;
	width: 300px;
	left: 0;
	top: -80px;
}
.department_block:nth-of-type(2) .content.helps-visual.helper-view .add-employee .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 60px;
	width: 100%;
	top: 20px;
	left: 14px;
}
.department_block:nth-of-type(4) .content.helps-visual.helper-view .plashka-title a {
	position: relative;
	z-index: 99999;
	background: white;
	padding: 3px;
	margin: 7px 0;
}
.department_block:nth-of-type(4) .content.helps-visual.helper-view .plashka-title a .help-in-show {
	display: inline!important;
	width: 235px;
	left: -77px;
	top: -60px;
}
.department_block:nth-of-type(4) .content.helps-visual.helper-view .plashka-title a .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top right no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 25px;
}
.department_block:nth-of-type(5) .employee-btn-group.helps-visual.helper-view {
	z-index: 999999;
	background: white;
}
.add-plashka-block .plashka-item.department_block:nth-of-type(5) .employee-btn-group.helper-view .help-in-show {
	display: inline!important;
	width: 300px;
	left: -100%;
	top: -50px;
}
.add-plashka-block .plashka-item.department_block:nth-of-type(5) .employee-btn-group.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top.png) left top no-repeat;
	position: absolute;
	height: 33px;
	width: 100%;
	top: 20px;
	left: 14px;
}
.add-plashka-block .plashka-item.department_block:nth-of-type(5) .employee-btn-group.helper-view .tooltip.fade.top.in {
	display: none!important;
}
.index-informers-block {
	text-align: center;
	border-bottom: 2px solid #efefef;
	margin: 0 0 20px 0;
}
.index-informers-block .informer-item {
	display: inline-block;
	width: 24%;
	vertical-align: middle;
	text-align: center;
}
.title.settings.no-border {
	border: none!important;
}
.index-informers-block .informer-item .img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 6px solid #ffdc69;
	box-sizing: border-box;
	margin: 0 auto;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.index-informers-block .informer-item .img:hover {
	border: 6px solid #25acff;
}
.index-informers-block .informer-item.active .img {
	border: 6px solid #25acff;
}
.index-informers-block .informer-item .img .item {
	width: 100%;
	height: 100%;
	border: 2px solid #474f58;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}
.index-informers-block .informer-item .img .item .img-wrap {
	width: 47px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -23.5px;
	margin-top: -33px;
}
.index-informers-block .informer-item .img .item .img-wrap.mss {
	margin-top: -16px;
}
.index-informers-block .informer-item .img .item {}
.index-informers-block .informer-item p {
	min-height: 34px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}
.index-informers-block .informer-item .img .informer-count {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 2px solid #474f58;
	width: 32px;
	height: 32px;
	background: #f1886f;
	color: white;
	position: absolute;
	top: -5px;
	right: -10px;
	
	font-size: 17px;
	line-height: 26px;
}
div.title.settings .block-index-button {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
div.title.settings .block-index-button .submit-block {
	top: auto;
}
.block-index-button .group-btn {
	margin-top: 0px;
	top: auto;
}
.block-index-button a.green-bt .submit-block {
	margin: 0 15px 0 0;
}
.block-index-button a.green-bt .submit-block input[type="submit"] {
	background: #9bd08c;
}
.block-index-button a.green-bt .submit-block input[type="submit"]:hover {
	background: #7EA972;
}
.filter-block.index-page .control-group {
	width: 25%;
	min-width: 300px;
}
.filter-block.index-page .control-group .controls {
	min-width: 190px;
}
.filter-block.index-page:before, .filter-block.index-page:after {
	display: none;
}
.filter-block.index-page .control-group .labels {
	width: auto!important;
	min-width: 90px!important;
	max-width: 90px;
}
.filter-block.index-page {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 2px solid #efefef;
}
.filter-block.index-page .control-group.from-to {
	width: 54%!important;
	min-width: 490px;
}
.filter-block.index-page .layout-zone {
	display: inline-block;
	width: 90%;
}
.filter-block.index-page form {
	position: relative;
}
.filter-block.index-page .control-group.from-to .labels {
	min-width: auto;
	max-width: none;
}
.filter-block.index-page .control-group.from-to .controls {
	min-width: 300px;
}
.filter-block.index-page .control-group.from-to .controls input {
	width: 130px!important;
}
.filter-block.index-page .control-group.from-to .controls label {
	width: 10%!important;
}
.filter-block.index-page .submit-block {
	display: inline-block;
	width: auto;
	background: transparent!important;
	border: none!important;
	margin: 0!important;
	position: absolute;
	right: 0;
	top: -8px;
}
.filter-block.index-page .submit-block:before, .filter-block.index-page .submit-block:after {
	background: transparent!important;
	border: none!important;
	height: 0;
	width: 0;
	display: none;
}
i.help-in-show.title-help {
	left: -20px;
	top: 40px;
}
.print-block.stat-help .print .help-in-show {
	border: none;
	text-align: center;
	width: 150px;
	left: -104px;
	top: 83px;
}
.print-block.stat-help .xls .help-in-show {
	top: 145px;
	left: -140px;
}
.print-block.stat-help .xls .help-in-show:before {
	content: '';
	background: url(/img/tc/line-hellp-big-top-right.png) center center no-repeat;
	width: 100%;
	height: 130px;
	top: -115px;
	left: 0;
	position: absolute;
}
.print-block.stat-help .print .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) right bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: -35px;
}
table.prioretet td.change-important:hover i.help-in-show, table.prioretet tr.selected td.change-important i.help-in-show {
	background: transparent!important;
}
.title.settings .group-btn.stt-help.helper-view .help-in-show {
	width: 185px;
	right: -18px;
	line-height: 20px;
	top: 132px;
}
.title.settings .group-btn.stt-help.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-hellp-big-top-right.png) top right no-repeat;
	width: 100%;
	height: 90px;
	top: -90px;
	left: -10px;
	position: absolute;
}
.title.settings .group-btns.stat.helper-view .table-stat .help-in-show {
	width: 400px;
	right: 55px;
	top: -60px;
}
.title.settings .group-btns.stat.helper-view .table-stat .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 30px;
}
.title.settings .group-btns.stat.helper-view .grafic-stat .help-in-show {
	width: 270px;
	right: -150px;
	top: -75px;
	line-height: 20px;
}
.title.settings .group-btns.stat.helper-view .grafic-stat .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top.png) left top no-repeat;
	position: absolute;
	height: 27px;
	width: 100%;
	top: 64px;
	left: 14px;
}
.group-btns.stat.helper-view {
	background: white;
	z-index: 99999;
}
.print-block.stat-help li.helper-view {
	position: relative;
	z-index: 99999;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.tree-dialog.ui-dialog-buttons.tree-dialog .tree_items_container .tree_item {
	text-align: left!important;
}
.infoblock .tabs-list i.icon-close:hover {
	background-position: -2px -102px!important;
}
.title.settings.my_report .group-btn.helper-view .help-in-show {
	width: 200px;
}
table.default.my-otchet.analytics_table tbody tr td .group-button .helps-visual .help-in-show {
	display: none!important;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view .help-in-show {
	display: inline-block!important;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view {
	position: relative;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view .bt {
	opacity: 1!important;
	z-index: 99999;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view .tooltip.fade.in.top {
	display: none!important;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.edit-this-report .help-in-show {
	top: 65px;
	right: -30px;
	line-height: 20px;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.edit-this-report .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -70px;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.create-new-report .help-in-show {
	right: -25px;
	top: -75px;
	line-height: 20px;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.create-new-report .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: -10px;
	top: 47px;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.delete-this-report .help-in-show {
	right: -52px;
	top: -78px;
}
table.default.my-otchet.analytics_table tbody tr td.status .help-in-show {
	display: none!important;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(5) td.status.helper-view .help-in-show {
	display: inline-block!important;
	left: auto;
	width: 500px;
	text-align: center;
	right: 0;
	top: -55px;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(5) td.status.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top center no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 50px;
}
table.default.my-otchet.analytics_table tbody tr td.status.helper-view a {
	position: relative;
	width: auto;
	height: auto;
	z-index: auto;
}
table.default.my-otchet.analytics_table tbody tr:nth-of-type(1) td .group-button .helper-view.delete-this-report .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-reports.png) right top no-repeat;
	position: absolute;
	height: 80px;
	width: 100%;
	top: 25px;
}
.region-filter-checkbox .control-group.helper-view {
	position: relative;
}
.region-filter-checkbox .control-group.helper-view input[type="checkbox"] {
	position: relative;
	z-index: 99999;
}
.control-group.field-name-regionNestedLvl2.helper-view .help-in-show {
	width: 370px;
	top: -70px;
	left: -20px;
}
.control-group.field-name-regionNestedLvl3.helper-view .help-in-show {
	width: 370px;
	top: 70px;
	left: -75px;
	text-align: center;
}
.control-group.field-name-regionNestedLvl3.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-bottom-left.png) left bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	top: -60px;
	left: 40px;
}
.control-group.field-name-regionNestedLvl2.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 45px;
}
.analytics-form .form-buttons-block a.helper-view {
	position: relative;
	z-index: 99999;
}
.analytics-form .form-buttons-block a.helper-view .help-in-show {
	width: 250px;
	right: 0;
	top: -90px;
	text-align: center;
}
.analytics-form .form-buttons-block a.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top right no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 65px;
}
.control-group.field-name-additionalFieldsSwitcherHtml.helper-view {
	position: relative;
	z-index: 99999;
	background: white;
	padding: 3px;
}
.control-group.field-name-additionalFieldsSwitcherHtml.helper-view .help-in-show {
	top: -40px;
	right: -150px;
	width: 295px;
}
.control-group.field-name-additionalFieldsSwitcherHtml.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 19px;
}
.control-group.field-name-submit.field-type-submit.helper-view {
	position: relative;
	z-index: 99999;
}
.control-group.field-name-submit.field-type-submit.helper-view .help-in-show {
	top: 80px;
	text-align: center;
	width: 500px;
	right: 0;
}
.control-group.field-name-submit.field-type-submit.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -70px;
}
a.show-report-sample.helper-view {
	position: relative;
	z-index: 99999;
	width: 300px;
	padding: 5px;
	background: #fff;
}
a.show-report-sample.helper-view .help-in-show {
	top: -50px;
	width: 185px;
	right: -100px;
}
a.show-report-sample.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 35px;
}
a.show-report-sample.helper-view:before {
	background: url(/i/report-sample-icon.png) 0px 0px no-repeat, #fff;
	top: 0;
	margin: 0;
	padding: 0px 5px;
}
a.show-report-sample.helper-view .help-in-show {
	display: inline-block!important;
}
.select-analytics-report.helper-view .help-in-show {
	width: 450px;
	top: 6px;
	right: 115%;
}
.select-analytics-report.helper-view {
	position: relative;
	z-index: 99999;
	background: #fff;
	padding: 0 3px;
}
.select-analytics-report.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-tip-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 30px;
	top: 0px;
}
.infoblock.second.helper-view {
	position: relative;
}
.infoblock.second.helper-view .help-in-show {
	top: 0;
}
.infoblock.second.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 85px;
	width: 100%;
	top: 50px;
	left: 0;
}
.msg.no-message.helper-view .help-in-show {
	text-align: center;
	left: 0;
	right: 0;
	min-width: 570px;
}
.msg.no-message.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) center top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	top: 75px;
	right: 0;
}
.contakts-list.helper-view .help-in-show {
	top: 50%;
	right: 50%;
	width: 400px;
}
.contakts-list.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -15px;
}
.item-control-block .i-wrapper.delete {
	background: #dd5858;
}
.item-control-block .i-wrapper.primary {
	background: #ffb74f;
}
.item-control-block .i-wrapper.primary:hover {
	background: #e6a445;
}
.item-control-block .i-wrapper.delete:hover {
	background: #AE5252;
}
.item-control-block .i-wrapper.primary .icon-crown {
	background: url('/img/tc/crowns.png') center center no-repeat!important;
	height: 100%;
	width: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.item-control-block .i-wrapper.restore {
	background: #e2e2e2;
}
.item-control-block .i-wrapper.restore:hover {
	background: #ABABAB;
}
.item-control-block .i-wrapper.restore .icon-undo {
	height: 16px;
	width: 20px;
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 6px;
	background: url('/img/tc/sprite.png') no-repeat!important;
	background-position: -67px -311px!important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item-control-block .i-wrapper.restore:hover .icon-undo {
	background-position: -67px -293px!important;
}
.item-control-block .i-wrapper.delete .icon-close {
	background: url('/img/tc/sprite.png') no-repeat;
	background-position: -69px -232px;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.item-control-block .i-wrapper.delete:hover .icon-close {
	background: url('/img/tc/sprite.png') no-repeat;
	background-position: -69px -232px!important;
}
.item-control-block .i-wrapper {
	display: inline-block;
	position: relative;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 12px;
	
	font-weight: 700;
	padding: 7px 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.form-buttons-block a.form-btn-create-new-report.helper-view .popup-help {
	display: none!important;
}
.form-buttons-block a.form-btn-refresh.helper-view .help-in-show {
	text-align: center;
	top: 68px;
	width: 430px;
	left: -60px;
}
.form-buttons-block a.form-btn-refresh.helper-view .help-in-show:before {}
.form-buttons-block a.form-btn-create-new-report.helper-view .help-in-show {
	width: 230px;
	top: -65px;
	right: auto;
	left: -100%;
}
.form-buttons-block a.form-btn-create-new-report.helper-view .help-in-show:before {
	top: 45px;
}
.form-buttons-block a.form-btn-refresh.helper-view .help-in-show:before {
	content: '';
	background: url('/img/tc/line-help-big-bottom-left.png') center bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	top: -35px;
	left: 0px;
}
.analytics button.print-i, .analytics button.xls-i {
	z-index: 99999;
}
.analytics button.print-i.helper-view .help-in-show {
	width: 200px;
	right: -30px;
	top: -80px;
}
.analytics button.xls-i.helper-view .help-in-show {
	line-height: 20px;
	width: 300px;
	right: -30px;
	top: 100px;
}
.analytics button.xls-i.helper-view .help-in-show:before {
	content: '';
	background: url('/img/tc/line-help-top-right.png') right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: -65px;
}
.analytics button.print-i.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 38px;
}
.wrapper.helper-view {
	position: relative;
}
.wrapper.helper-view .help-in-show.main {
	text-align: center;
	left: 0;
	right: 0;
	top: 25px;
}
.wrapper.helper-view .help-in-show.main:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) center top no-repeat;
	position: absolute;
	height: 78px;
	width: 400px;
	top: 60px;
	right: 30%;
}
.subform-list-phones .add-button-group.helper-view .help-in-show {
	width: 235px;
	top: -65px;
	left: -30px;
}
.subform-list-phones .add-button-group.helper-view {
	z-index: 99999;
	background: white;
}
.subform-list-phones .add-button-group.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 40px;
	width: 100%;
	top: 25px;
	right: 0;
}
.subform-list-emails .item.item-emails.email_item_primary.helper-view .item-control-block {
	display: inline-block!important;
	z-index: 99999;
}
.subform-list-emails .item.item-emails.email_item_primary.helper-view {
	position: relative;
}
.subform-list-emails .item.item-emails.email_item_primary.helper-view .help-in-show {
	width: 500px;
	right: 70px;
	top: -77px;
	text-align: center;
	line-height: 20px;
}
.subform-list-emails .item.item-emails.email_item_primary.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 20px;
	top: 90px;
}
#employee .subform-list-emails .item.item-emails.email_item_primary.helper-view .item-control-block .i-wrapper.primary {
	display: inline-block!important;
}
.tabs.subform-list-emails .add-button-group.helper-view {
	z-index: 99999;
	background: white;
}
.tabs.subform-list-emails .add-button-group.helper-view .help-in-show {
	width: 235px;
	top: -26px;
	left: 36px;
}
.wrapper.helper-view .submit-block {
	z-index: auto;
}
.wrapper.helper-view .submit-block:before, .wrapper.helper-view .submit-block:after {
	z-index: 3;
}
.tabs.subform-list-emails .add-button-group.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 38px;
	right: 30px;
}
.infoblock.client-data.employee-date .submit-block input[type="submit"] {
	position: relative;
	z-index: 99999;
}
.infoblock.client-data.employee-date .submit-block .help-in-show {
	width: 350px;
	top: 10px;
	left: 140px;
}
.infoblock.client-data.employee-date .submit-block .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 25px;
	left: -40px;
}
.infoblock.client-data .control-group.field-name-password.helper-view .labels {
	position: relative;
	z-index: 99999;
}
.infoblock.client-data .control-group.field-name-password.helper-view .labels label {
	background: white;
	padding: 10px;
}
.infoblock.client-data .control-group.field-name-password.helper-view .labels .help-in-show {
	width: 210px;
	top: -80px;
	left: 0;
}
.infoblock.client-data .control-group.field-name-password.helper-view .labels .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 40px;
	width: 100%;
	top: 25px;
	right: 0;
}
.infoblock.client-data .help-in-show.main.admin:before {
	top: 35px;
}
.infoblock.client-data.admin-block .subform.field-name-employee .control-group.field-name-employee_id.helper-view .tree_info_block:after {
	z-index: 99999;
	background: url(/img/tc/sprite.png) no-repeat, white;
	background-position: -8px -127px;
}
.infoblock.client-data.admin-block .subform.field-name-employee .control-group.field-name-employee_id.helper-view .help-in-show {
	right: 0;
	text-align: center;
	top: -60px;
}
.infoblock.client-data.admin-block .subform.field-name-employee .control-group.field-name-employee_id.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) top right no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 40px;
}
.subform-list-websites .add-button-group.helper-view {
	z-index: 99999;
	background: white;
}
.subform-list-websites .add-button-group.helper-view .help-in-show {
	width: 210px;
	text-align: center;
	top: -80px;
	left: -30px;
}
.subform-list-websites .add-button-group.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 40px;
	width: 100%;
	top: 40px;
	right: 0;
}
.infoblock.client-data.admin-block .submit-block.helper-view .help-in-show {
	width: 180px;
	top: -50px;
	right: auto;
	left: 0;
}
.infoblock.client-data.admin-block .submit-block.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-map.png) left top no-repeat;
	position: absolute;
	height: 40px;
	width: 100%;
	top: 25px;
	right: 0;
}
.infoblock.client-data.admin-block .submit-block.helper-view input[type="submit"] {
	z-index: 99999;
	position: relative
}
.infoblock.client-data.admin-block .submit-block.helper-view {
	position: relative;
}
.infoblock.notice-block .help-in-show.notice:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: -30px;
	top: 65px;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(2) .help-in-show {
	top: -140px;
	width: 340px;
	right: auto;
	left: -75px;
	text-align: center;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(2) .checkbox, .infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(3) .checkbox {
	position: relative;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(2) input, .infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(3) input {
	position: relative;
	z-index: 99999;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td.helper-view:nth-of-type(2) .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-right-top-zayavka.png) left top no-repeat;
	position: absolute;
	height: 100px;
	width: 100%;
	top: 85px;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td:nth-of-type(3) .help-in-show {
	top: 75px;
	right: -30px;
	width: 280px;
	left: auto;
	text-align: center;
}
.infoblock.notice-block table tbody tr:nth-of-type(1) td:nth-of-type(3) .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 80px;
	left: 5px;
	top: -75px;
}
.empty-block.uchastniki {
	text-align: left;
	padding: 5px 0 10px 0;
}
.empty-block.uchastniki p {
	font-size: 18px;
	
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	line-height: 24px;
	margin: 0 0 0 10px;
}
.empty-block.uchastniki .img {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
}
/*.tree_info_block .selected-item .i-wrapper {
	right:auto!important;
	top:2px!important;
	position:relative!important;
}*/

.tree_info_block .selected-item {
	margin-top: 0px!important;
	width: 100%;
	overflow: hidden;
	height: auto;
	white-space: nowrap;
	padding: 0 25px 0px 3px!important;
	border: none!important;
}
.tree_info_block .selected-item:after {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 90px;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/tc/shadow.png) repeat-y;
	background-position: right top;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}
.tree_info_block .selected-item .i-wrapper .icon-close:hover {
	background-position: -2px -102px!important;
}
p.tender-tags {
	padding: 0px 0 5px;
	margin: 0 0px 10px 5px;
	display: inline-block;
}
p.tender-tags .tag .ico-delete {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url('/i/del.png') no-repeat 0px 2px;
}
p.tender-tags span.tag {
	display: inline-block;
	padding: 5px 0px 5px;
	background: #d3eeff;
	margin: 2px;
	border-radius: 3px;
	position: relative;
	line-height: 1;
}
p.tender-tags span.tag a {
	color: #25acff;
	font-size: 14px;
	line-height: 1;
}
p.tender-tags span.tag a:nth-of-type(1) {
	padding: 0 40px 0 15px;
}
.control-group.field-name-tagLine {
	width: 100%!important;
	display: block!important;
	margin: 0px auto 16px;
}
.control-group.field-name-tagLine .labels {
	vertical-align: top;
}
p.tender-tags .tag .ico-delete:hover {
	background-position: -18px 2px;
}
.metka-block {}
.more-maps .destination {
	/*display:inline-block;
	vertical-align:middle;
	margin: 0 0 10px 0;*/
	display: block;
}
.more-maps .destination .control-group .controls .tree_info_block::after {
	z-index: 3;
	top: 6px;
}
.more-maps .tender_buttons {
	vertical-align: middle;
	margin: 0 0 10px 0;
	/*float: right;*/
}
.control-group.field-name-naznBtn.field-type-html {
	float: left;
	padding-top: 3px;
	margin-right: 10px!important;
}
.more-maps .tender_buttons .tools-block.myTenderList {
	float: none;
}
/*.infoblock .more-maps .inform-edit-block #create-tc-ticket-for-other {
	margin-right:10px;
}*/

.infoblock .more-maps .inform-edit-block #dialog-body {
	margin: 0 0px 0 10px;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .js-resultBox.tree_info_block {
	overflow-x: hidden;
	line-height: 40px;
	height: 42px;
	padding-right: 40px;
	box-sizing: border-box;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .tree_info_block .selected-item.last {
	font-size: 15px;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .tree_info_block .selected-item:after {
	display: none;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .js-resultBox.tree_info_block:before {
	/*content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/img/tc/shadow.png) repeat-y;
    background-position: right top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 2;*/
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .tree_info_block .selected-item.last {
	padding: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 30px;
	padding-right: 0;
	/* margin-right: 40px; */
	/* overflow: hidden; */
	/* box-sizing: content-box; */
	display: inline-block;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .tree_info_block .selected-item.last:after {
	right: 0;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .js-resultBox.tree_info_block .i-wrapper.delete {
	opacity: 0;
	display: none;
	z-index: -2;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .js-resultBox.tree_info_block span .icon-close {
	right: 11px;
	z-index: 1;
}
.more-maps .destination .control-group.field-name-employee_id.field-type-tcOrganizationTree .controls {
	min-width: 100%!important;
}
/*.destination form, .destination form .layout-zone {
width:270px;}*/

.more-maps .tools-block.myTenderList a.important:hover .ico-star {
	opacity: 1;
}
.more-maps .tools-block.myTenderList a.important .ico-star {
	background: url(/img/tc/flag.png) center center no-repeat;
	top: -2px;
	position: relative;
	opacity: 0.4;
}
.more-maps .tools-block.myTenderList a.important .ico-star.active {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.left_column .field-name-status_div_start .field-name-event_button img.green-check {
	display: inline-block;
	vertical-align: middle;
}
.left_column .field-name-status_div_start .field-name-event_button span.status_done_span {
	display: inline-block;
	vertical-align: middle;
	color: #80bb83;
	font-size: 14px;
	margin-left: 10px;
}
.left_column .field-name-status_div_start .field-name-event_button span.done-informer {
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	top: 1px;
	position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
	border-width: 0!important;
}
.grafic-legends {
	text-align: center;
	margin: 20px 0 10px;
}
.grafic-legends ul {
	padding: 0;
	display: inline-block;
}
.grafic-legends ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0 10px;
}
.grafic-legends ul li span {
	display: inline-block;
	vertical-align: middle;
}
.grafic-legends ul li i {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 13px;
	margin: 0 5px 0 0;
}
.grafic-legends ul li i.blue {
	background: #90caf9;
}
.grafic-legends ul li i.red {
	background: #f1886f
}
.grafic-legends ul li i.purple {
	background: #ecd5f3
}
.grafic-legends ul li i.green {
	background: #9bd08c;
}
.grafic-legends ul li i.yellow {
	background: #ffd54f;
}
.grafic-statistic>div {
	width: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	text-align: center;
}
.js-company-name {
	font-size: 14px;
}
.small.muted {
	margin-top: 5px;
	font-size: 14px;
}
#savesubscribecontent .small.muted a {
	font-size: 14px;
}
.filter-block form.line-controls .control-group.field-name-dateCreatedIntervals .controls {
	min-width: 1px;
	display: inline-block;
	width: auto!important;
}
.print-block.search_page li.helps-visual.helper-view {
	position: relative;
	z-index: 99999;
}
.print-block.search_page li.print i.help-in-show {
	width: 180px;
	right: 40px;
	left: auto;
	border: none;
	top: -8px;
}
.print-block.search_page li.print i.help-in-show:before {
	content: '';
	background: url(/img/tc/arrow-tip-right.png) right center no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 8px;
}
.print-block.search_page li.xls i.help-in-show {
	top: -65px;
}
.print-block.search_page li.xls i.help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 20px;
}
.infoblock.history-dev .filter-block.show-labels .tree-popup .tree_items_wrapper {
	right: 0;
	left: auto;
}
span.added-favorite {
	display: inline-block;
	width: 16px;
	cursor: pointer;
	vertical-align: middle;
	height: 18px;
	background: url(/img/tc/star.png) no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 0;
}
table.default.search-result td.helper-view .tooltip.fade.in.top {
	display: none!important;
}
table.default.search-result td.search_name.helper-view .help-in-show {
	width: 330px;
	top: 90px;
	right: 0;
	text-align: center;
	left: 0;
}
table.default.search-result td.search_name.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-big-bottom-left.png) center bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	top: -65px;
	left: 0px;
}
table.default.search-result td.favorite.helper-view a span {
	margin-top: 0!important;
	top: 10px!important;
}
table.default.search-result td.favorite.helper-view i.help-in-show {
	width: 250px;
	text-align: center;
	right: 0;
	left: auto;
	top: 110px;
}
table.default.search-result td.favorite.helper-view a {
	background: white;
}
table.default.search-result td.favorite.helper-view i.help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 10px;
	top: -55px;
}
.found-in-documents-wrapper a{
	
	font-weight: 700;
	color: #3487cd!important;
}
table.default.search-result thead{
	font-weight: 500;
}
table.default.search-result a.mark-link{
	
	font-weight: 700;
	text-decoration: underline;
	color: #3487cd!important;
}
table.default.search-result td.helper-view a.mark-link {
	position: relative;
	display: inline-block;
	width: 100%;
	background: white;
	padding: 3px;
	z-index: 99999;
}
table.default.search-result td.favorite .tooltip.fade.in.top {
	top: -10px!important;
	left: -8px!important;
}
p.no-result-search {
	font-size: 18px;
	margin: 8px 10px 16px;
}
.info-lots.search-res p {
	font-size: 13px;
}
.filter-block form.line-controls .control-group .controls .tree_info_block .selected-item .i-wrapper {
	z-index: 9;
	right: 11px;
}
.search-tpl-btn {
	margin-left: 25px;
}
.search-tpl-btn .save-param {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 16px 9px;
	height: 34px;
}


.search-tpl-btn.helper-view .help-in-show {
	width: 310px;
	text-align: center;
	right: 0;
	top: -80px;
}
.search-tpl-btn.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-bottom-right-long.png) right top no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 45px;
}
#subscribeFormBtn {
	display: inline-block;
	vertical-align: middle;
	height: 34px;
	padding-top: 10px;
	
	font-weight: 700;
}

@media screen and (max-width:425px) {
	.mainwrapper .tender_filter {
		text-align: center;
	}

	#add-to-adore {
		margin-bottom: 10px;
	}

	.search-control-button .group-btn.flt {
		margin-bottom: 20px;

	}

}
/*
.breadcrumbs>#text{
	color:red;
}

*/

#subscribeFormBtn.helper-view .help-in-show {
	width: 345px;
	text-align: center;
	top: 40px;
	right: 0;
}
#subscribeFormBtn.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 5px;
	top: -35px;
}
#content .js-empty-subscribe {
	display: none;
	margin-left: 20px;
	font-size: 18px;
	padding: 10px 0 20px 0;
}
.search-control-button .exist-search-template {
	display: inline-block;
	float: right;
	margin: 7px 0 0 10px;
	font-size: 13px;
	
}
.search-control-button .group-btn.flt.helper-view .help-in-show {
	width: 260px;
	top: 80px;
}
.search-control-button .group-btn.flt.helper-view .help-in-show:before {
	content: '';
	background: url(/img/tc/line-help-top-right-zayavka.png) right bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 5px;
	top: -55px;
}
tr.notice-line a {
	position: relative;
	z-index: auto;
}
/*#tenderSearch i.icon-close {
	top:6px!important;
}*/

#tenderSearch #howsearch i.icon-close {
	top: 1px!important;
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat, #fff;
	background-position: -4px -69px!important;
	position: absolute;
	right: 3px;
	z-index: 99;
	top: 0.5em;
}
/*#tenderSearch i.icon-close:hover {
	    background-position: -4px -69px!important;
}*/

.subscribe-history-create-time {
	margin-left: 20px;
	font-size: 14px;
	padding-bottom: 20px;
}
.subscribe-history-create-time p {
	font-size: 16px;
}
.add-new-subscribe .control-group.field-name-tradeType {
	float: none;
}
.add-new-subscribe .control-group.field-name-caption {
	margin-top: 0!important;
}
#container .add-new-subscribe .title.settings ul.tabs-list li span:before {
	display: none;
}
#container .add-new-subscribe .title.settings ul.tabs-list li span {
	position: relative;
}
#container .add-new-subscribe .title.settings ul.tabs-list li {
	display: inline-block;
	width: auto;
}
#container .add-new-subscribe .title.settings ul.tabs-list li span.restore, #container .add-new-subscribe .title.settings ul.tabs-list li.deleted span.delete {
	display: none;
}
#container .add-new-subscribe .title.settings ul.tabs-list li.deleted span.restore {
	display: inline-block;
}
.add-new-subscribe ul.tabs-list {
	display: inline-block;
	float: right;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	/* -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
	border: 2px solid #25acff;*/
}
.add-new-subscribe ul.tabs-list li a {
	
	font-weight: 500;
	color: #25acff;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	display: block;
}
.add-new-subscribe ul.tabs-list li a span {
	font-size: 14px !important;
	
	font-weight: 500;
}
.add-new-subscribe ul.tabs-list li {
	float: left;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	color: #25acff;
	
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	border: 2px solid #25acff;
	border-left: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: relative;
	z-index: 2;
}
.add-new-subscribe ul.tabs-list li:first-child {
	border-left: 2px solid #25acff;
	border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
}
.add-new-subscribe ul.tabs-list li.active {
	background: #25acff;
}
.add-new-subscribe ul.tabs-list li.active span.delete i.icon-close {
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -67px -238px!important;
}
.add-new-subscribe ul.tabs-list li span.delete i.icon-close {
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -67px -252px!important;
}
.add-new-subscribe ul.tabs-list li span.restore i.icon-undo {
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -67px -311px!important;
}
.add-new-subscribe ul.tabs-list li.active span.restore i.icon-undo {
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -67px -293px!important;
}
.add-new-subscribe ul.tabs-list li.active a {
	color: white;
}
.add-new-subscribe ul.tabs-list li.item_add_btn i.icon-plus {
	background: url(/img/tc/sprite.png) no-repeat!important;
	background-position: -9px -263px!important;
	height: 22px;
	width: 26px;
	position: relative;
	top: 2px;
}
.add-new-subscribe ul.tabs-list li.item_add_btn {
	border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
}
.infoblock .left_column .control-group.field-name-status_change .controls {
	width: auto;
	min-width: 1%;
}
td.helps-visual.print-dont-break.js-post-approval-cell.helper-view .help-in-show:before {
	height: 30px;
}
td.helps-visual.print-dont-break.js-post-approval-cell.helper-view .help-in-show {
	top: -70px;
	left: -24px;
}
.grafic-statistic.block-graf {
	width: 60%;
	vertical-align: top;
	margin-top: 40px;
	position: relative;
	/*float:left;*/
	z-index: 10;
}
.grafic-statistic.rounds-graf {
	/*width:30%;*/
	vertical-align: top;
	text-align: center;
	position: relative;
	display: inline-block;
	/*float:right;*/
	/*min-width:400px;*/
	/*	margin-top:-30px;*/
}
.message-block-wrapper .informer-message-container.alert-block i.icon-close:hover, .message-block-wrapper .icon-close:hover {
	background-position: -64px -228px!important;
}
.found-in-documents-wrapper {
	margin: 5px 0 0 0;
	font-size: 12px;
}
.found-in-documents-wrapper>a {
	border-bottom: 1px dashed;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	display: inline-block;
	cursor: pointer;
}
.found-in-docs-item {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.found-in-docs-item .found-in-docs-file-link {
	margin: 5px 0 0 20px;
	display: inline-block;
}
.found-in-docs-item .found-in-docs-parts {}
.found-in-docs-item .found-in-docs-file-snippet {
	padding: 0 0 0 10px;
}
.found-in-docs-item .found-in-docs-file-part-name {
	font-weight: bold;
}
.found-in-documents-wrapper {
	margin: 10px 0 0 0;
}
/*   high text found   */

.found-in-docs-item .found-in-docs-file-snippet .text-found, .found-in-docs-file-snippet .text-found, .tender-title .text-found, .item .info-lots span.text-found {
	color: #212121;
	background-color: #fffbbb;
}
.grafic-statistic {
	display: inline-block;
	/* float: none!important; */
	text-align: center;
}
.bublic-info {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 20px;
}
.point {
	position: absolute;
	padding: 10px 20px;
	background-color: #2b333e;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*margin-left:-370px;*/
	z-index: 12;
	font-size: 14px;
	
	text-transform: uppercase;
}
.point:after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 10px solid #2b333e;
	bottom: -10px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}
.point b {
	color: #fff59d;
	
	font-size: 40px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
#container .infoblock.index-map {
	position: initial;
	overflow: hidden;
}
.map-title {
	margin-bottom: -10px;
	font-size: 24px;
	
	position: relative;
}
.map-title .animate-opacity {
	opacity: 0;
}
.map-title .button-concurent {
	cursor: pointer;
	border: 2px solid #25acff;
	font-size: 18px;
	
	color: #25acff;
	line-height: 20.4px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 15px;
	float: right;
	z-index: 15;
}
.map-title .button-concurent:hover {
	color: #fff;
	background: #25acff;
}
.left_column .control-group.field-name-status_change, .left_column .control-group.field-name-deadline_text, .left_column .control-group.field-name-employee_name_line {
	position: relative;
}
i.help-in-show.fnen {
	top: 10px;
}
i.help-in-show.fndt {
	top: 45px;
}
/*Карта на главной*/

.infoblock .tender-map-info-blocks {
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in!important;
	-moz-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
}
.infoblock .tender-map-info-blocks .map-info-block {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.infoblock .tender-map-info-blocks .map-info-block i {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 45px;
	
	line-height: 50px;
	margin: 0 0 7px 0;
	color: #2b333e;
	font-weight:700;
}
.infoblock .tender-map-info-blocks .map-info-block p {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	
	color: #212121;
	margin: 0;
}
.bottom-block a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	
}
.bottom-block {
	text-align: right;
	padding: 20px;
}
.index-greeting-slider nav.anim-arrows>span {
	z-index: 1!important;
}
.index-greeting-slider .head-block {
	/*background:#2b333e;
	color:white;*/
	/*padding:20px;*/
	padding: 15px 20px;
}
.index-greeting-slider .head-block span {
	/*font-size:34px;*/
	font-size: 24px;
	color: #2b333e;
	margin: 0;
	display: inline-block;
}
.index-greeting-slider .anim-slide-this {
	z-index: 1!important;
}
.index-greeting-slider .head-block i {
	/*background:url(/img/tc/greeteng-icon.png) center center no-repeat;
	vertical-align:middle;
	display:inline-block;
	width:102px;
	margin:0 30px 0 0;
	height:88px;
	*/
	background: url(/img/tc/greeteng-icon.png) center center no-repeat;
	vertical-align: middle;
	display: inline-block;
	width: 55px;
	margin: 0 10px 0 0;
	height: 55px;
	background-size: contain;
}
.index-greeting-slider .head-block>div {
	display: inline-block;
	/*width:80%;*/
	vertical-align: middle;
}
.index-greeting-slider .head-block p {
	/*font-size:20px;*/
	font-size: 15px;
	color: #2b333e;
	
	/*line-height:22.4px;*/
	margin-top: 7px;
}
#container .infoblock.greeting {
	padding: 0;
}
.month-counter {
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	
	position: absolute;
	margin-top: -12px;
	left: 0;
	right: 0;
	font-weight:700;
}
.index-greeting-slider a.btn-default {
	position: absolute!important;
	bottom: 20%;
	display: block;
	font-size: 20px;
	
	left: 60px;
	padding: 12px 16px;
}
.title.settings .intro-new-tenders {
	font-size: 13px;
	
	/*border-bottom:2px solid #efefef;
	padding-bottom:10px;
	margin-bottom:10px;*/
}
.title.settings .intro-new-tenders a {
	font-size: 13px;
}
.index-greeting-slider ul.anim-slider .img-slide {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.index-greeting-slider ul.anim-slider li.anim-slide {
	position: absolute;
}
.index-greeting-slider ul.anim-slider li.anim-slide.anim-slide-this {
	display: block;
	position: relative;
}
.index-greeting-slider ul.anim-slider .slider-text {
	position: absolute;
	top: 50%;
	left: 100px;
	margin-top: -60px;
	opacity: 1!important;
}
.index-greeting-slider .anim-slide * {
	position: relative!important;
}
.anim-dots {
	display: none;
}
.index-greeting-slider ul.anim-slider {
	background: transparent;
	text-align: left;
	height: auto;
}
.index-greeting-slider ul.anim-slider img {
	width: 100%;
	visibility: visible!important;
}
.index-greeting-slider ul.anim-slider .trd p {
	color: #fff;
	font-size: 38px;
	
	text-transform: uppercase;
	position: initial;
	opacity: 1!important;
	margin: 0;
}
.index-greeting-slider ul.anim-slider .trd p b {
	position: initial;
	display: inline-block;
}
.index-greeting-slider ul.anim-slider .trd {
	margin: -65px 0 0 0;
	position: absolute!important;
	top: 50%;
	left: 60px;
}
.index-greeting-slider ul.anim-slider .trd.employee-index-slider {
	/*margin: -15px 0 0 0;*/
	margin: -24px 0 0 0;
}
.index-greeting-slider ul.anim-slider .trd.sity-index-slider {
	margin: -65px 0 0 0;
}
#container .infoblock .settings.index-page {
	padding: 30px 0 40px 20px!important;
	color: #fff;
	background: #278CFA;
	margin: 0;
}
.index-greeting-slider .anim-slide .right-info-block {
	width: 290px;
	height: 290px;
	background: rgba(26, 32, 40, 0.8);
	position: absolute!important;
	top: 50%;
	right: 10%;
	margin-top: -145px;
}
.index-greeting-slider .anim-slide .right-info-block .contrakt {
	color: #fff;
	text-align: center;
	font-size: 23px;
	margin: 0 20px 10px;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

.index-greeting-slider .anim-slide .right-info-block .info {
	padding: 5px 20px 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.pix_diapo>div {
	z-index: 1!important;
}
.index-greeting-slider .anim-slide .right-info-block .info p {
	font-size: 25px;
	
	text-transform: uppercase;
	color: #fff;
}
.index-greeting-slider .anim-slide .right-info-block .info p i {
	float: right;
	color: #fff59d;
	
	font-weight: 700;
}
.index-greeting-slider nav.anim-arrows span:after {
	display: none!important;
}
.index-greeting-slider nav.anim-arrows span {
	background: url(/img/tc/index-slide-arrow.png) no-repeat;
	background-position: 0px 0px;
	-webkit-transition: all 0.2s ease-in!important;
	-moz-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
	border: none;
	box-shadow: initial!important;
	height: 64px!important;
	width: 42px!important;
	cursor: pointer;
	opacity: .7;
	top: 50%;
	margin-top: -42px;
	border-radius: 0!important;
}
.index-greeting-slider nav.anim-arrows span:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.index-greeting-slider nav.anim-arrows>span.anim-arrows-next {
	background-position: -36px 0;
}
.map-info-block .odometer .odometer-inside {
	display: inline-block;
}
.map-info-block .odometer .odometer-inside span {
	display: inline-block;
}
.infoblock .form-btn-create-new-report .popup-help:before {
	right: 93px!important;
}
.infoblock .create-new-report .popup-help, .form-btn-create-new-report .popup-help {
	right: -15px!important;
	width: 215px!important;
	height: 70px!important;
	font-size: 14px!important;
}
.plashka-item.deactivated .tooltip.fade.in.top {
	display: none!important;
}
.plashka-item.deactivated .write-message {
	display: none!important;
}
/*Переопределяем стили для формы поиска*/

#tenderSearch .control-group, #tender_search .control-group {
	margin: 3px 0!important;
}
#tenderSearch .control-group>.labels {
	width: 28%!important;
}
#tender_search .control-group>.labels {
	width: 33%!important;
}
#tenderSearch .control-group>.labels label, #tender_search .control-group>.labels label {
	font-size: 13px!important;
}
#tenderSearch input[type="text"], #tender_search input[type="text"] {
	height: 26px!important;
	font-size: 13px!important;
}
#tenderSearch .control-group.field-type-regionTree>.labels, #tenderSearch .control-group.field-type-fieldTree>.labels, #tenderSearch .control-group.field-type-tenderTypeTree>.labels, #tender_search .control-group.field-type-regionTree>.labels, #tender_search.control-group.field-type-fieldTree>.labels, #tender_search .control-group.field-type-tenderTypeTree>.labels {
	margin-top: 0!important;
	vertical-align: middle!important;
}
#tenderSearch .control-group .controls .tree_info_block, #tender_search .control-group .controls .tree_info_block {
	/*height:26px!important;*/
	min-height: 26px!important;
}
#tenderSearch .control-group .controls .tree_info_block .selected-item.last, #tender_search .control-group .controls .tree_info_block .selected-item.last {
	height: auto!important;
}
.tree_info_block .selected-item .i-wrapper {
	z-index: 2;
}
#tenderSearch .control-group .controls select, #tender_search .control-group .controls select {
	height: 26px;
}
#tenderSearch .form-element-tree, #tender_search .form-element-tree {
	/*height:26px!important;*/
	overflow: hidden;
}
#tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox label, #tender_search .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox label {
	font-size: 13px!important;
}
#tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox {
	width: 100%!important;
	float: none!important;
	vertical-align: top!important;
	margin-top: 6px!important;
}
#tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox.field-name-status_id label, #tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox.field-name-tag label {
	width: 47%;
	display: inline-block;
	margin: 0;
}
#tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox.field-name-status_id label input[type="checkbox"] {
	margin: 0 3px 0 4px!important;
}
#tenderSearch .layout-zone.right-column.right-column .control-group.field-type-multiCheckbox input[type="checkbox"] {
	margin: 0 3px 0 4px;
}
/*#tenderSearch .control-group.field-type-multiCheckbox .controls {
    width: 140px!important;
    min-width: 1%!important;
}*/

#tenderSearch .control-group.from-to .controls label, #tender_search .control-group.from-to .controls label {
	font-size: 13px!important;
}
#tenderSearch .tree_info_block .selected-item, #tender_search .tree_info_block .selected-item {
	line-height: 26px;
	padding-bottom: 0px!important;
	border: none!important;
}
#tenderSearch .howToSearch a {
	font-size: 13px!important;
}
#tenderSearch .control-group .controls .tree_info_block:after, #tender_search .control-group .controls .tree_info_block:after {
	background-position: -120px -70px!important;
	height: 22px!important;
}
#tenderSearch .control-group.from-to.field-name-loadTime .controls input, #tender_search .control-group.from-to.field-name-loadTime .controls input {
	background: url(/img/tc/quadro2.png) 97% center no-repeat, transparent;
}
.infoblock.favorite-page #tender_search .control-group .labels {
	font-size: 13px!important;
}
/*Переопределяем стили для формы поиска*/

.control-group.field-name-tagLine p.tender-tags .ico-delete, .control-group.field-name-observer_line p.tender-tags .ico-delete {
	/*background-image: url("/img/tc/sprite.png");*/
	background: url("/img/tc/ico_close_new.png") center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 100%;
	width: 27px;
	position: relative;
	vertical-align: text-bottom;
	/*background-position: -68px -252px;*/
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #bcdff5;
}
/*
.control-group.field-name-tagLine p.tender-tags .ico-delete:hover {
	background-position: -68px -252px!important;
}
.control-group.field-name-tagLine p.tender-tags .ico-delete:hover {
	    background-position: -2px -102px!important;
}
*/

table.default.add-employee tr td .group-button {
	float: none;
}
table.default.add-employee tr td .group-button .bt {
	width: 20px;
	height: 20px;
	margin: 0;
	line-height: 20px;
}
table.default.add-employee tr td .group-button .bt.write_ms:after {
	height: 20px;
	width: 20px;
	background-size: 15px 15px;
}
table.default.add-employee tr td.numeric.one-percent {
	vertical-align: top;
}
table.default.add-employee tr td .group-button .bt.edit:after {
	background-position: -66px -206px;
}
table.default.add-employee.favorit .group-button .tooltip.fade.top.in .tooltip-arrow {
	left: 20px!important;
}
.left_column .tags-manage-block .new-tag-filed {
	display: inline-block;
	width: 60%;
	height: 36px;
	border: 1px solid #e2e2e2;
	margin: 0;
	font-size: 14px;
	outline: none;
	
	padding: 0 0 0 5px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
table.default.add-employee tr.disabled td a.table-employee-name {
	color: #a0a0a0;
	text-decoration: none;
}
table.default.add-employee tr.disabled td .vakancy {
	color: #000;
}
table.default.add-employee tr td.phones_employee i {
	display: block;
	
	font-weight: 700;
}
table.default.add-employee tr.disabled td:nth-of-type(2) a, table.default.add-employee tr.disabled td:nth-of-type(3) i {
	color: #a0a0a0!important;
}
table.default.add-employee tr td a.btn-default {
	text-decoration: none;
	padding: 1px 8px 2px;
}
/*Назначение Руководителя*/

.infoblock.infos.client-data .field-name-employee .field-name-change_head_text {
	display: inline-block;
}
.infoblock.infos.client-data .field-name-employee .field-name-change_head_text .controls a {
	line-height: 36px;
	margin-left: 10px;
	cursor: pointer;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee, .infoblock.infos.client-data .field-name-employee .js-head-employee .controls {
	display: inline-block;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee {}
.infoblock.infos.client-data .field-name-employee .js-head-employee .form-element-tree {
	border: none;
	display: inline-block;
	position: relative;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block .selected-item {
	width: auto!important;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block .selected-item:after {
	display: none;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block::after {
	content: "Сменить руководителя";
	color: #25acfe;
	text-decoration: underline;
	box-sizing: border-box;
	background: transparent;
	width: auto!important;
	margin-left: 10px;
	margin-right: 0px;
	right: initial;
	top: 12px;
	height: auto;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block, .infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block .selected-item {
	padding: 0;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree_info_block:hover::after {
	color: #236D9A;
	border-bottom: 1px dashed #236D9A;
}
.infoblock.infos.client-data .field-name-employee .js-head-employee .tree-popup .tree_items_wrapper {
	width: auto;
	min-width: 280px;
}
/*Назначение Руководителя*/

.success-block .text .win strong {
	display: none;
}
.success-block .text .win p {
	font-size: 16px;
}
td.delivery-date .tooltip.fade.in.top {
	right: 210px!important;
	left: auto!important;
}
.sidebar .menu.fulls .mCSB_inside>.mCSB_container {
	margin: 0;
}
/*.sidebar .menu.fulls .mCSB_scrollTools .mCSB_draggerContainer {
	opacity:0;
	z-index:-1;
}*/

.sidebar.hide .menu.fulls .mCustomScrollBox, .sidebar.hide .menu.fulls .mCSB_container {
	overflow: visible!important;
}
#content .left_column .submit-block {
	z-index: 1;
}
#content .left_column .ticket_form_wrapper_block .submit-block {
	width: 100%;
	left: 0;
	padding: 0 0 0 295px;
	bottom: 0;
}
#content .left_column .ticket_form_wrapper_block .submit-block.no-padding, #content.hide .left_column .ticket_form_wrapper_block .submit-block.no-padding {
	padding: 20px 0;
	background: transparent!important;
}
#content.hide .left_column .ticket_form_wrapper_block .submit-block {
	padding: 0 0 0 60px;
}
.left_column .submit-block.trans,
.submit-block.trans {
	background:transparent!important;
	border:none!important;

}
.submit-block.trans:before, .submit-block.trans:after {
	display: none;
}
.control-group.field-name-multifields.field-type-checkbox .description {
	position: relative;
	top: -32px;
}
.cant-send-deactive {
	margin: 20px 0px!important;
}
.cant-send-deactive p {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: white;
}
.analytics_table .inline {
	min-width: 24px;
}
.left_column .ticket-comment-form .submit-block {
	margin-top: 0;
	background: transparent!important;
	border: none!important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 20px!important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal.fix-scroll {
	position: fixed;
	left: auto;
	bottom: 0;
	z-index:9999;
}
#content.hide .mCSB_scrollTools.mCSB_scrollTools_horizontal.fix-scroll {
	padding-left: 60px;
}
#content.hide .infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 60px;
}
#content.hide .mCSB_scrollTools.mCSB_scrollTools_horizontal.fix-scroll .mCSB_draggerContainer {
	left: 60px;
}
.infoblock .horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	z-index: 99999;
}
#content .mCSB_scrollTools.mCSB_scrollTools_horizontal.fix-scroll a+.mCSB_draggerContainer {}
.filter-block.subs .control-group {
	width: auto;
	white-space: nowrap;
}
.filter-block.subs .control-group .form-element-tree {
	overflow: hidden;
}
.filter-block.subs .layout-zone {}
.filter-block.subs .submit-block {
	margin-top: 0;
}
.filter-block.subs .control-group .labels {
	width: auto;
	min-width: 1%;
}
.filter-block.subs .control-group.from-to {}
.filter-block.subs .control-group.from-to input {
	min-width: 170px;
	width: 30%;
}
.filter-block.subs .control-group.field-name-employee_id .controls {
	min-width: 220px;
	width: 60%;
	max-width: 220px;
}
.filter-block.subs .control-group.from-to .controls {
	width: auto;
}
.filter-block.subs .tree-popup .tree_items_wrapper {
	width: 260px;
}
.filter-block.subs .control-group.from-to .controls label {
	padding: 0 5px;
}
.title.settings.sub .group-btn {
	margin-top: -3px;
}
#content .tender_with_changes {
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: -2px;
	/*position: absolute;
    right: -5px;*/
	z-index: 2;
}
.tender_with_changes .change_round_yellow {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #fed700;
	cursor: pointer;
}
td.helps-visual.js-post-approval-cell.helper-view a {
	background: #fff;
}
/*.helps-visual {
	z-index: 1 !important;
}*/
.task_main_wraper .tender_with_changes .tooltip.fade.in.top {
	top: -45px!important;
	left: 15px!important;
}
table.default.application .tender_with_changes .tooltip.fade.in.top .tooltip-arrow {
	display: none!important;
	border-top-color: #fff!important;
	border-width: 9px 9px 0px;
	left: 86px;
	bottom: -68px;
}
.tender_with_changes .change_round_yellow.flash {
	-webkit-animation-name: flashed;
	animation-name: flashed;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
}
@-webkit-keyframes flashed {
	0%, 50%, 100% {
		opacity: 1;
		color: #fed700;
	}
	25%, 75% {
		opacity: 0;
		color: transparent;
	}
}
@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
		color: #e5e5e5;
	}
	25%, 75% {
		opacity: 0.7;
		color: #E6C371;
	}
}
/*Страница помощи*/

.download_presentation span {
	position: initial!important;
	color: #fff;
	background: #ca0607;
	text-align: center;
	padding: 1px 4px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	line-height: initial!important;
	font-size: 12px!important;
	margin-top: -1px;
}
.download_presentation span:before {
	display: none!important;
}
a.download_presentation {
	float: right;
	vertical-align: middle;
	line-height: 14px;
	font-size: 16px;
	margin-top: 8px;
	text-decoration: underline;
}
.flex-direction-nav li {
	position: initial!important;
}
.flex-direction-nav a {
	height: 70px!important;
}
.flex-direction-nav a:before {
	height: 70px!important;
	background: url(/img/tc/index-slide-arrow.png) no-repeat!important;
}
.white-bg a:before {
	height: 70px!important;
	background: url(/img/tc/index-slide-arrow-map.png) no-repeat!important;
}
.flex-direction-nav a.flex-next:before {
	background-position: -39px -0px!important;
}
a.fullscreen {
	width: 37px;
	height: 37px;
	display: inline-block;
	position: absolute;
	z-index: 99;
	right: 30px;
	cursor: pointer;
	top: 78px;
}
/*Раздел помощь Частые вопросы*/

.help_wrap {
	position: relative;
	min-height: 250px;
	margin: 0 0 20px 0;
}
.left_help_block {
	padding: 0 225px 0 0;
	float: left;
	width: 100%;
	/*margin:0 225px 0 0;*/
}
.left_help_block li .question_row {
	cursor: pointer;
}
.right_help_block {
	border-left: 1px solid #e7e7e7;
	width: 225px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.right_help_block li {
	margin: 0 0 10px 0;
}
.right_help_block li a {
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}
.right_help_block.vd {
	border-left: 1px solid #e7e7e7;
	width: 225px;
	padding: 0 0 0 20px;
	float: right;
	position: initial!important;
	height: 100%;
	margin: 0 0 20px 0;
}
.answer {
	margin: 0px 0 0px 30px;
}
.answer div.wr_text {
	margin: 15px 0;
}
.text_video_block p {
	margin-left: 35px!important;
}
.answer p, .text_video_block p,.answer div.wr_text ul {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 10px 0;
	line-height: 1.5;
	
}
.answer div.wr_text ul {
	list-style: disc outside;
}
.question_row {
	background: #f6f6f6;
	border-bottom: 1px solid #e7e7e7;
	padding: 7px 0;
}
/*.tab_qwestion li:nth-of-type(1) .question_row {
	border-top:1px solid #e7e7e7;
}*/

.question_row a {
	font-size: 15px;
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: middle;
	text-decoration: underline;
	
	text-decoration: none;
	font-weight: 400;
}
.question_row i {
	text-indent: -99999px;
	font-size: 0px;
	z-index: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 4px solid #b9bdc3;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.left_help_block li.active .question_row i {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 4px solid #b9bdc3;
}
ul.help_section li a {
	padding-left: 20px;
	text-decoration: underline;
	display: inline-block;
	text-decoration: none;
}
ul.help_section li.active:before, ul.help_section li:hover:before {
	content: '';
	z-index: 0;
	border-left: 4px solid #25acff;
	border-right: 0px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	position: absolute;
	height: 0;
	left: 0;
	top: 7px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
ul.help_section li:hover:before, ul.help_section li.active:hover:before {
	border-left: 4px solid #236D9A;
}
.video_block {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
.text_video_block, .video_container {
	display: table-cell;
	vertical-align: top;
}
.text_video_block .sub-title {
	font-size: 15px !important;
	margin: 0 0 0 35px;
}
.text_video_block .sub-title span {
	margin: 0 10px 0 0;
	opacity: 0.5;
}
.text_video_block {
	padding: 0 30px 0 0;
}
.video_container {
	width: 300px;
	vertical-align: middle;
}
.title.video {
	text-transform: none!important;
	font-size: 18px!important;
	margin: 0!important;
}
.title.video:before {
	content: '';
	margin: 0 10px 0 0;
	width: 25px;
	height: 26px;
	display: inline-block;
	background: url(/img/tc/menu-sprite.png) no-repeat;
	vertical-align: middle;
}
.title.video.it_1:before {
	/*background-position: -57px 1px;*/
	background-position: -53px -352px;
}
.title.video.it_2:before {
	background-position: -57px -29px;
}
.title.video.it_3:before {
	background-position: -52px -283px;
}
.title.video.it_4:before {
	background-position: -52px -107px;
}
.title.video.it_5:before {
	background-position: -52px -185px;
}
.title.video.it_6:before {
	background-position: -52px -149px;
}
.video_zaglushka {
	width: 300px;
	height: 200px;
	background: #cecece;
	cursor: pointer;
}
.video-wrap-container {
	position: fixed;
	width: 800px;
	height: 450px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -225px;
	margin-left: -400px;
	background: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
}
#savesubscribecontent label {
	font-size: 14px;
}
.title.settings .tooltip-arrow {
	border-top-color: #fff;
	border-width: 9px 9px 0px;
	left: 90px;
	z-index: 99999;
	bottom: -65px;
}
.sub-title {
	font-size: 24px;
}
.infoblock #searchFormBtn a {
	text-decoration: none;
}
table.information .tooltip-arrow {
	right: auto;
	left: 30px;
}
.tooltip-arrow {
	border-bottom-color: #fff!important;
	border-width: 0px 9px 9px;
	left: 38%;
	z-index: 99999;
	bottom: -22px;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	/* left:100%;*/
	right: 100%;
}
th.header .tooltip-inner {
	left: -75px!important;
}
.tooltip-inner {
	position: absolute;
	display: block;
	top: 20px;
	z-index: 100;
	width: auto;
	white-space: normal;
	background: white!important;
	padding: 5px;
	height: auto;
	min-width: 200px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
	border: 1px solid #efefef;
	color: black!important;
	font-size: 14px!important;
	word-wrap: break-word;
	word-break: break-word!important;
	text-align: center;
}
/*******/

.tender_with_changes .tooltip-inner {
	background: #fcffe0!important;
	border: 1px solid #f0f55a;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px!important;
	text-align: left!important;
	box-shadow: none!important;
}
.tender_with_changes .tooltip-arrow {
	display: none!important;
}
/*******/

.add-plashka-block .tooltip-inner {}
table.default.application tr.last td .tooltip.fade.top.in .tooltip-inner {
	top: auto!important;
	bottom: 100%!important;
}
table.default.application tr td.js-approval-cell .tooltip.fade.top.in {
	left: auto!important;
	top: auto!important;
}
table.default.application tr td.tt-comment .tooltip.fade.top.in {
	left: -400px!important;
	right: auto!important;
}
table.default.application tr td.tt-comment .tooltip.fade.top.in .tooltip-inner {
	width: 400px!important;
}
table.default.application .tooltip.fade.top.in .tooltip-arrow {
	display: none!important;
}
table.default.prioretet .tooltip.fade.top.in .tooltip-arrow {
	display: inline-block!important;
}
table.default.prioretet .tooltip.fade.top.in {
	top: -65px!important;
	left: -252.5px!important;
}
.department-title .employee-btn-group .tooltip.fade.top.in {
	top: -100px!important;
	left: -85px!important;
}
.title_wrap .employee-btn-group .tooltip.fade.top.in {
	text-transform: initial;
	left: -55px!important;
	top: -95px!important;
}
.title_wrap .employee-btn-group .tooltip.fade.top.in .tooltip-arrow {
	border-top-color: #fff;
	border-width: 9px 9px 0px;
	left: 60px;
	z-index: 99999;
	bottom: -54px;
}
.title_wrap .employee-btn-group .tooltip.fade.top.in .tooltip-inner {
	width: auto!important;
	min-width: 120px;
	padding: 5px;
	white-space: nowrap;
}
.group-button .tooltip-inner {
	min-width: auto;
	white-space: nowrap!important;
}
.title.settings .tooltip-inner, .group-button .tooltip-inner {
	font-size: 14px;
	width: auto;
	text-align: center;
	white-space: nowrap;
	z-index: 9999;
	padding: 5px 10px;
	color: black;
}
table.default.subscribe .group-button a {
	position: relative;
}
table.default.subscribe .group-button .tooltip.fade.top.in {
	left: -17px!important;
}
#header.hide .logo .tooltip.fade.top.in {
	top: -34px!important;
	position: relative;
	z-index: 14;
	left: 0!important;
	right: auto!important;
}
#header.hide .logo .tooltip.fade.top.in .tooltip-inner {
	min-width: 120px!important;
	width: auto!important;
	white-space: nowrap;
}
#header .logo .tooltip.fade.top.in .tooltip-arrow {
	border-right-color: #fff!important;
	border-bottom-color: transparent!important;
	left: 46px!important;
	bottom: -41px!important;
	border-width: 9px 9px 9px!important;
}
#header .logo .tooltip.fade.top.in .tooltip-inner {
	left: 62px;
	min-width: 120px!important;
}
#header .logo .tooltip.fade.top.in {
	left: auto!important;
	top: -48px!important;
	right: -230px;
}
.group-button .tooltip.fade.top.in {
	top: -12px!important;
	left: -20px!important;
}
.client-list-manage .tooltip.fade.top.in {
	position: absolute!important;
	top: -70px!important;
	z-index: 999999;
	left: -85px!important;
	display: inline-block!important;
}
.infoblock table.default.subscribe tr th .tooltip.fade.top.in {
	left: -20px!important;
	top: 5px!important;
	text-transform: lowercase;
}
tr.js-show-alert-message {
	cursor: pointer;
}
#messageContent {
	position: relative;
}
.preloader {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('/i/ajax-loader.gif') no-repeat 0 0;
}
a.btn-default, a.button {
	color: white!important;
	
	font-weight: 700;
}
.edit-depatrment-button, .plashka-item .edit-employee-button {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('/img/tc/add-employee-sprite.png') no-repeat -3px -3px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
/*.select_employee {
    display: none;
}*/

.ticket_on_employee {
	cursor: pointer;
	color: #25acff;
	text-decoration: underline;
	font-size: 13px;
	position: relative;
}
.exited_deadline_notice {
	display: block;
	font-size: 12px;
	color: #F44336;
}
.ticket-tender-table-column {
	white-space: normal!important;
}

.ticket-tender-table-column .tender-type-name {
	text-align: left;
}

span.event_button, span.event_button_bottom {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	padding: 3px 8px 3px;
	font-size: 14px;
	border: none;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: none;
	background: #9bd08c;
}
span.event_button:hover, span.event_button_bottom:hover {
	background: #7EA972;
}
span.event_button_additional, span.event_button_bottom_additional {
	display: inline-block;
	cursor: pointer;
	padding: 3px 8px 3px;
	font-size: 14px;
	border: none;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: white;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: none;
	background: #e8a377;
	margin-left: 5px;
}
.green_addition_button {
	background: #9bd08c!important;
}
.green_addition_button:hover {
	background: #7EA972!important;
}
span.event_button_additional:hover, span.event_button_bottom_additional:hover {
	background: #db5c52;
}
span.event_button_additional a, span.event_button_bottom_additional a {
	color: #fff;
}
.new_tool_pos .tooltip.fade.top.in {
	top: 0px!important;
}
.new_tool_pos .tooltip.fade.top.in .tooltip-arrow {
	display: none;
}
.last .new_tool_pos .tooltip.fade.top.in {
	top: -40px!important;
}
.last .new_tool_pos .tooltip.fade.top.in .tooltip-inner {
	bottom: 120%!important;
	top: auto!important;
}
.default.search-result .tooltip.fade.top.in {
	top: 0!important;
}
/*.default.search-result .tooltip.fade.top.in .tooltip-inner {
	left:-200px;
}*/

.control-group.field-name-deadline_text .controls i.icon-vopros {
	display: inline-block;
	width: 18px;
	cursor: pointer;
	vertical-align: middle;
	height: 18px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -107px -8px;
	border: none;
	margin-left: 3px;
}
.control-group.field-name-deadline_text .controls .tooltip.fade.in.top {
	top: -10px!important;
}
.control-group.field-name-deadline_text .controls .tooltip.fade.in.top .tooltip-arrow {
	left: 47%!important;
}
.control-group.field-name-deadline_text .controls .tooltip.fade.in.top .tooltip-inner {
	word-break: break-word;
	text-align: center;
}
#container .left_column .layout-zone .field-name-employee_id {
	display: none;
	height: 36px;
	margin: 8px 0;
}
.deadline_input {
	display: block;
}
.deadline_input_reason {
	display: none;
}
.warning_red {
	color: red;
}
.plashka-item .edit-employee-button:hover, .edit-depatrment-button:hover {
	background: url('/img/tc/add-employee-sprite.png') no-repeat -37px -3px;
}
.department-client-list .deactivated {
	background-color: #CCCCCC;
}
.client-info-block {
	text-align: left;
	margin-bottom: 20px;
	margin-left: 3px;
}
.select-tree-place-holder {
	margin: 10px 0px 0px 0px;
	color: #6f6f6f;
	
}
.department-client-list tr.deactivated .employee-icon-block {
	display: none;
}
span#messagePreloaderTop {
	display: block;
	position: absolute;
	z-index: 9999;
	text-align: center;
	top: 200px;
}
span.selected_status_tip_span {
	color: green;
}
span.done_button {
	background-color: #fff;
	color: green;
	border: 1px solid green;
}
.filter-block.report-filter form.line-controls .control-group.from-to {
	min-width: 365px!important;
}
.check-status.check-success:hover:after, .check-status.check-error:hover:after {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: -12px;
	z-index: 100;
	width: auto;
	white-space: normal;
	background: white!important;
	padding: 5px;
	height: auto;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
	border: 1px solid #efefef;
	font-size: 14px!important;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
}
#employee .email_item_primary .js-subformListItemAction-makePrimary {
	display: none!important;
}
#employee .email_item_primary .js-subformListItemAction-makePrimary {
	display: none!important;
}
/*Блок продления подписок*/

.no-match-count-block .js-prolong-subscribe {
	display: inline-block;
}
.no-match-count-block .prolong-preloader {
	display: inline-block;
	background: url('/i/loading_small.gif') no-repeat 0 0;
	width: 16px;
	height: 16px;
}
.informer-wrapper .success-block {
	/*position: absolute;*/
	width: 100%;
	padding: 10px 30px 10px 10px;
	margin: 0px 0 20px;
	z-index: 999999!important;
}
.js-widget-Informer.informer-wrapper .success-block .text {
	
	line-height: 16px;
	display: inline-block;
	width: 85%;
	vertical-align: middle;
	color: white;
	font-size: 16px;
}
.widget-informer-newDesign {
	/*background-color: #2C3E50 !important;*/
	z-index: 999;
}
.widget-informer-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.widget-informer-newDesign .widget-informer-title {
	margin: 0;
}

.widget-informer-newDesign .widget-informer-text {
	margin: 0 0 10px 0;
}

.widget-informer-main{
	padding: 15px;
	font-size: 0;
}

.widget-informer-img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 10px 0 0 10px;*/
	width:80px;
	height:80px;
	display: inline-block;
}

.widget-informer-img img{
	max-width: 100%;
}

.widget-informer-href{
	
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}

.widget-informer-href:hover{
	color: #fff;
	text-decoration: none;
}

.widget-informer-newDesign .text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	padding: 0 20px;
}

.widget-informer-text {
	font-size: 15px;
	color: #fff;
}
.widget-informer-text a {
	color: #fff;
	text-decoration: underline;
	
	font-weight: 700;
}
.widget-informer-text a:hover {
	text-decoration: none;
}
.widget-informer-newDesign .tc-informer-wraper:before {
	background: url(/img/tc/icon-warning.png) center center no-repeat !important;
}

.infoblock table.default tr.title-sibscribe td{
	border-bottom: solid #e8f3ff;
	text-align: left;
}

table.default.status tr.title-group-status td {
	font-size: 18px;
	text-align: left;
	color: black;
	border-bottom: 3px solid #a3db92;
	padding-top: 15px!important;
}
table.default.status tr.title-group-status:hover td {
	background: transparent;
}
.group-btn .serv-act .tooltip.fade.in.top, .group-btn .serv-fin .tooltip.fade.in.top {
	top: -100px!important;
}
.group-btn .serv-act .tooltip.fade.in.top .tooltip-arrow, .group-btn .serv-fin .tooltip.fade.in.top .tooltip-arrow {
	top: 52px!important;
}
td.ticket-tender-table-column .tooltip.fade.in.top .tooltip-inner {
	top: 50px!important;
	min-width: 250px;
}
.tab-block .left_column form .control-group .labels {
	min-width: 170px;
	max-width: 170px;
	color: #a7a7a7;
}
button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
	color: black;
}
.default.search-template .group-button .tooltip.fade.top.in .tooltip-arrow, .default.subscribe .group-button .tooltip.fade.top.in .tooltip-arrow, .default.favorite .group-button .tooltip.fade.top.in .tooltip-arrow, .default.my-otchet .group-button .tooltip.fade.top.in .tooltip-arrow, .default.favorit .group-button .tooltip.fade.top.in .tooltip-arrow, .default.status .group-button .tooltip.fade.top.in .tooltip-arrow, .infoblock table tr td.planing div.group-button .tooltip.fade.top.in .tooltip-arrow {
	left: 86%!important;
}
.information .tooltip.fade.in.top {
	top: -5px!important;
}
label.tree_item_data b {
    font-weight: 700;
}
.js-crop-img-popup {
	padding: 10px;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	background: #FFFFFF;
	position: absolute;
	top: 100px;
	z-index: 99999;
}
.js-crop-img-popup #userPreviewImg {
	max-width: 300px;
	display: inline-block;
}
.js-crop-img-popup #closeUserImagePopup {
	background: url("/i/close.gif") no-repeat 0 0;
	width: 15px;
	height: 15px;
	float: right;
}
.js-crop-img-popup .crop-img-block, .js-crop-img-popup .crop-right-block {
	display: block;
}
.js-crop-img-popup .crop-img-block {
	text-align: center;
}
.js-crop-img-popup .crop-right-block p {
	max-width: 500px;
	display: block;
	margin: 10px auto;
}
/*.informer-wrapper .error-block, .informer-wrapper .info-block,
.cant-send-deactive*/

.informer-wrapper .error-block, .cant-send-deactive {
	background: #f28870!important;
	padding: 10px 30px 10px 10px;
	position: relative;
	margin: 0 0 20px;
	/*z-index: 999;*/
}
.informer-wrapper .error-block .icon-close:hover, .tc-informer-wraper .icon-close:hover {
	background-position: -64px -228px!important;
}
.informer-wrapper .error-block .text, .informer-wrapper .info-block .text, .message-block-wrapper .informer-message-container.alert-block .text, .no-match-count-block p {
	
	line-height: 16px;
	display: inline-block;
	width: 85%;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	line-height: 1.5;
}
#tagModal .tag-status .alert-block,
.tags-list-new_modal .tag-status .alert-block {
	color: #f28870!important;
	text-align: center;
}
.informer-wrapper .error-block.tc-informer-wraper::before, .informer-wrapper .error-block:before, .informer-wrapper .info-block:before, .message-block-wrapper .informer-message-container.alert-block:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	background: url(/img/tc/icon-error.png) center center no-repeat;
}
.infoblock.notice-block .user-notice-example {
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.infoblock.notice-block .user-notice-example a {
	font-size: 12px;
}
#savefavcontent a, #savesubscribecontent a, .ui-dialog a {
	text-decoration: underline;
	color: #25acff!important;
	font-size: 16px;
	outline: none;
}
.ui-datepicker button.ui-datepicker-current {
	background: #25acff;
}
.ui-datepicker button.ui-datepicker-close {
	background: #f1886f;
}
.ui-datepicker button.ui-datepicker-close:hover {
	background: #db5c52;
}
.ui-datepicker button.ui-datepicker-current, .ui-datepicker button.ui-datepicker-close {
	color: white!important;
	-o-border-radius: 5px;
	padding: 7px 15px!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: none;
	
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.ui-datepicker .ui-datepicker-header {
	background: #2b333e!important;
}
.ui-datepicker td {
	padding: 0!important;
}
.ui-datepicker th {
	background: #bfc1c5!important;
	color: black!important;
}
.ui-datepicker .ui-datepicker-week-end {
	background: #f5f5f5!important;
}
.ui-datepicker th {
	padding: 0!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	border: none!important;
}
.ui-widget-header .ui-icon {
	background: url(/img/tc/datepicker-arrow.png) no-repeat!important;
	cursor: pointer;
	height: 12px!important;
	width: 14px!important;
}
.ui-datepicker .ui-datepicker-prev-year:hover, .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-next-year:hover {
	background: transparent!important;
}
.ui-datepicker .ui-datepicker-prev-year .ui-icon {
	background-position: 2px 0px!important;
	margin-left: -6px!important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
	background-position: -16px 0px!important;
}
.ui-datepicker .ui-datepicker-next-year .ui-icon {
	background-position: -48px 0px!important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
	background-position: -28px 0px!important;
}
.ui-datepicker .ui-datepicker-prev-year, .ui-datepicker .ui-datepicker-prev-year:hover {
	left: 1px!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev:hover {
	left: 21px!important
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next:hover {
	right: 21px!important;
}
.ui-datepicker .ui-datepicker-next-year, .ui-datepicker .ui-datepicker-next-year:hover {
	right: 1px!important;
}
.ui-timepicker-div {
	font-size: 14px !important;
	
	margin-top: 6px;
}
.middle-analytics table tr td .tooltip-wide .tooltip.fade.in.top, .middle-analytics table tr td.search_name .tooltip.fade.in.top, .search-result tr td.search_name .tooltip.fade.in.top {
	top: 0!important;
}
.close-icon {
	background: url("/i/sprite-crm.png") no-repeat -24px -102px;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 5px;
}
.close-icon:hover {
	background-position: -4px -102px;
}
#closeUserImagePopup {
	cursor: pointer;
}
.contacts-search-block {
	position: relative;
	width: 100%;
}
.contacts-search-block input {
	width: 100%;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-top: none;
	border-right: none;
}
.contacts-search-block input:focus {
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-top: none;
	border-right: none;
}
.contacts-search-block .js-clear-button {
	position: absolute;
	top: 11px;
	right: 5px;
	background: url('/i/close.gif') no-repeat 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#ui-datepicker-div.ui-datepicker {
	z-index: 9999!important;
}
.ticket-has-status-to-delete {
	display: inline-block;
	margin-left: 5px;
}
.close-tip-block-link b {
	cursor: pointer;
	padding: 0.75em;
	background: url(/img/tc/sprite.png) no-repeat;
	background-position: -64px -232px;
	position: absolute;
	right: 0.5em;
	z-index: 99;
	top: 0.5em;
}
tr.post td {
	-webkit-transition: all 0.2s ease-in!important;
	-moz-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
}
tr.hid, tr.hid td {
	opacity: 0;
	background: transparent;
	border: 1px solid transparent;
}
tr.post.visible>td {
	opacity: 1;
}
tr.visible {
	opacity: 1;
}
tr.visible, tr.visible td:nth-of-type(1) {
	border-left: none;
}
/*                       Стили оформления бегущих цифр на главной           */

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center;
}
.big-link-text {
	font-size: 30px;
}
.deactivated-employee-text {
	margin-left: 10px;
	font-size: 10px;
}
/*Окно приветсвия*/

/*
wave-block div.flash {
  -webkit-animation-name: flash;
  animation-name: flash_tri;
}

@-webkit-keyframes flash_tri {
  0%, 50%, 100% {
    opacity: .2;
  }

  25%, 75% {
    opacity: .1;
  }
}

@keyframes flash_tri {
  0%, 50%, 100% {
    opacity: .2;
  }

  25%, 75% {
    opacity: .1;
  }
}
*/

.hi-wrap {
	position: fixed;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.7);
	/*display:none;*/
}
.hello-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 910px;
	height: 488px;
	margin-left: -455px;
	margin-top: -244px;
	overflow: hidden;
}
.hello-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hello-block .text_block {
	display: inline-block;
	text-align: center;
	margin: 130px 0 0 0;
	position: absolute;
	right: 100px;
	min-width: 400px;
}
.hello-toggle.second_slide {
	width: 100%;
	height: 100%;
	background-image: url("/img/tc/to-win-slide.jpg");
	background-position: center center;
	background-size: 100%;
}
.hello-block .text_block p.title.client_name {
	color: white;
	font-size: 34px;
	
	margin: 0 0 30px 0;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	-ms-animation-duration: 3s;
	animation-duration: 3s;
}
.hello-block .text_block p.hello-text {
	color: white;
	font-size: 20px;
	
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0;
}
.hello-block .text_block p.hello-text.nt_2 {
	display: none;
}
.hello-block .scale-block {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
.hello-block .scale-block p {
	color: white;
	font-size: 17px;
	text-align: center;
	
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.hello-block .scale-block .toggler-text {
	position: relative;
	height: 25px;
}
.hello-block .scale-block {
	display: inline-block;
	position: absolute;
	bottom: 100px;
	right: 50px;
	height: 75px;
}
.preloader-scale {
	width: 555px;
	height: 26px;
	display: inline-block;
	margin: 20px 0 0 0;
}
.preloader-scale .white-wrap {
	width: 100%;
	height: 26px;
	background: #fff;
	border: 1px solid #fff;
}
.preloader-scale .white-wrap .blue-line-load {
	width: 0;
	height: 100%;
	background: #23a5f4;
}
.carusel_block .ic-round-man {
	left: 76px;
	top: 28px;
	position: absolute;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 3.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: .1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: 3;
}
.carusel_block .circular_icon {
	position: absolute;
	left: -80px;
	top: -125px;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	-ms-animation-duration: 3s;
	animation-duration: 4s;
}
.carusel_block .wave-block .small-round {
	width: 254px;
	height: 254px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 35px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: -2px;
	top: -53px;
	opacity: .1;
	animation-name: flash_tri;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 2.5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: 3;
}
.carusel_block .wave-block .middle-round {
	width: 344px;
	height: 344px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 35px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: -48px;
	top: -100px;
	opacity: .2;
	animation-name: flash_tri;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 2.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: .1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: 3;
}
.text-to-win {
	font-size: 56px;
	text-transform: uppercase;
	
	color: #3983c5;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -113px;
	background: url(/img/tc/skew.png) center center no-repeat;
	padding: 80px 100px;
	background-size: 80%;
}
.text-to-win span {
	text-shadow: #fff 2px 0px 2px, #fff 0px 2px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	visibility: visible!important;
}
/*Окно приветсвия*/

div.confirmBlock, .infoblock.client-data div.confirmBlock {
	text-align: center;
	margin-top: 10px;
	background-color: #eef9ff;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.infoblock.client-data div.confirmBlock a {
	display: inline-block;
	margin: 0 2px;
}
div.confirmNewDepHeadDiv .button-type:hover, .confirmActiveChange .button-type:hover, .infoblock.client-data div.confirmBlock a.button-type {
	color: white;
}
div.confirmNewDepHeadDiv .cancelSetDepartmentHead, .confirmActiveChange .cancelButton, .infoblock.client-data div.confirmBlock .cancelButton {
	background: #fff;
	color: #25acfe!important;
	border: 2px solid #25acfe;
	padding: 6px 12px 7px;
}
div.confirmNewDepHeadDiv .cancelSetDepartmentHead:hover, .confirmActiveChange .cancelButton:hover, .infoblock.client-data div.confirmBlock .cancelButton:hover {
	background: #25acfe;
	color: #fff!important;
}
div.confirmNewDepHeadDiv p, .confirmActiveChange p, .infoblock.client-data div.confirmBlock p {
	font-size: 20px;
	line-height: 20px;
	display: block;
	padding-bottom: 5px;
}
div.confirmNewDepHeadDiv a, .confirmActiveChange a {
	display: inline-block;
	margin: 0 2px;
}
div.bottom_blue_ws_informer {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(39, 46, 57, 1);
	color: white;
	width: 400px;
	padding: 10px 20px 10px 10px;
	font-size: 14px;
	
	border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	line-height: 18px;
	display: none;
	z-index: 99999;
}
/*div.bottom_blue_ws_informer a {
	color:white;
	text-decoration:underline;
}
div.bottom_blue_ws_informer a:hover {
	text-decoration:none;
	color:white;
}*/

/*span.bottom_blue_ws_informer_close {
    color: white;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}*/

.title_quick_message {
	font-size: 16px;
	border-bottom: 2px solid;
	padding: 0px 0 5px 1px;
	margin: 0 0 5px 0;
}
div.created_dep_limit {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
div.created_emp_limit {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.message-block .contakt-employee .js-msg-employee-phone .employee-phone {
	font-size: 12px;
}
.sidebar .menu ul.level-1 li.first.has-informer-counter.flash .qw>a {
	-webkit-animation-name: flash;
	animation-name: flash;
	color: #E6C371;
}
.sidebar .menu ul.level-1 li.first.icon_1.has-informer-counter.flash>i {
	-webkit-animation-name: flashimg1;
	animation-name: flashimg1;
}
.sidebar .menu ul.level-1 li.first.icon_1.has-informer-counter.animated>i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
.sidebar .menu ul.level-1 li.first.icon_2.has-informer-counter.flash>i {
	-webkit-animation-name: flashimg2;
	animation-name: flashimg2;
}
.sidebar .menu ul.level-1 li.first.icon_2.has-informer-counter.animated>i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
.sidebar .menu ul.level-1 li.first.icon_9.has-informer-counter.flash>i {
	-webkit-animation-name: flashimg3;
	animation-name: flashimg3;
}
.sidebar .menu ul.level-1 li.first.icon_9.has-informer-counter.animated>i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
.sidebar .menu ul.level-1 li.first.icon_4.has-informer-counter.flash>i {
	-webkit-animation-name: flashimg4;
	animation-name: flashimg4;
}
.sidebar .menu ul.level-1 li.first.icon_4.has-informer-counter.animated>i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
.sidebar .menu ul.level-1 li.first.icon_6.has-informer-counter.flash>i {
	-webkit-animation-name: flashimg5;
	animation-name: flashimg5;
}
.sidebar .menu ul.level-1 li.first.icon_6.has-informer-counter.animated>i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
@keyframes flashimg1 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px 1px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px 1px;
		transition: none!important;
	}
}
@keyframes flashimg2 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px -29px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px -29px;
		transition: none!important;
	}
}
@keyframes flashimg3 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: 3px -283px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: 3px -283px;
		transition: none!important;
	}
}
@keyframes flashimg4 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: 1px -106px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: 1px -106px;
		transition: none!important;
	}
}
@keyframes flashimg5 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px -184px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px -184px;
		transition: none!important;
	}
}
@-webkit-keyframes flashimg1 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px 1px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px 1px;
		transition: none!important;
	}
}
@-webkit-keyframes flashimg2 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px -29px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px -29px;
		transition: none!important;
	}
}
@-webkit-keyframes flashimg3 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: 3px -283px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: 3px -283px;
		transition: none!important;
	}
}
@-webkit-keyframes flashimg4 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: 1px -106px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: 1px -106px;
		transition: none!important;
	}
}
@-webkit-keyframes flashimg5 {
	0%, 50%, 100% {
		background: url(/img/tc/menu-sprite-yellow.png) no-repeat;
		opacity: 1;
		background-position: -2px -184px;
		transition: none!important;
	}
	25%, 75% {
		background: url(/img/tc/menu-sprite-gray.png) no-repeat;
		opacity: 1;
		background-position: -2px -184px;
		transition: none!important;
	}
}
.sidebar .menu ul.level-1 li.first.has-informer-counter.animated .qw>a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	animation-fill-mode: none;
}
#content .layout-zone .control-group .changed-field-label label {
	color: #D48B12!important;
}
.js-save-form .loading.small {
	display: inline-block;
}
.js-save-form .save-notice {
	font-size: 14px;
	margin-top: 0px;
}
.search-control-button .search-success-block {
	display: inline-block;
	float: right;
	margin-top: 6px;
	font-size: 13px;
}

.search-control-button div.search-tpl-btn {
	width: auto;
	text-align: center;
}
.search-control-button div.search-tpl-btn a.save-param input[type="submit"] {
	width: 220px;
}
.search-subscribe-saved.search-success-block {
	width: 180px;
	text-align: center;
}
.search-subscribe-saved.search-success-block:before, .search-control-button .exist-search-template:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
	height: 20px;
	background: url(/img/tc/tender-map-sprite.png) no-repeat;
	background-position: -30px -5px;
}
.hi-wrap.all_user {}
.hi-wrap.all_user .hello-block .text_block p.title {
	
	font-weight: 700;
	text-transform: uppercase;
	font-size: 27px;
	text-align: left;
	margin: 0;
}
.hi-wrap.all_user .hello-block .text_block {
	min-width: 490px;
	right: 50px;
	margin: 170px 0 0 0;
	text-align: left;
}
.hi-wrap.all_user .hello-block .text_block p.hello-text {
	position: initial;
	
	font-size: 27px;
	text-transform: uppercase;
}
.hi-wrap.all_user .hello-block .text_block p.hello-text.nt_2 {
	display: initial;
	font-size: 20px;
	text-transform: none;
	margin-top: 45px;
	max-width: 500px;
	display: inline-block;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	-ms-animation-duration: 5s;
	animation-duration: 5s;
}
.hi-wrap.all_user .bottom-control-block .btn-default {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.hi-wrap.all_user .bottom-control-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.hi-wrap.all_user .bottom-control-block .pagination-round {
	display: block;
	text-align: center;
	height: 32px;
}
.hi-wrap.all_user .bottom-control-block ul {
	vertical-align: middle;
	margin-top: 8px;
	display: inline-block;
}
.hi-wrap.all_user .bottom-control-block ul li {
	display: inline-block;
	margin: 0 4px;
}
.hi-wrap.all_user .bottom-control-block ul li span {
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
	background: #4c5b48;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.hi-wrap.all_user .bottom-control-block ul li.active span, .hi-wrap.all_user .bottom-control-block ul li span:hover {
	background: #a3db92;
}
.hi-wrap.all_user .finished_info_hello {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	text-align: center;
}
.hi-wrap.all_user .finished_info_hello p.fird-title {
	color: #fff;
	
	font-size: 27px;
}
.hi-wrap.all_user .finished_info_hello .buttons_fird_block p {
	font-size: 20px;
	
	color: #fff;
	margin: 0 0 25px 0;
}
.hi-wrap.all_user .finished_info_hello .buttons_fird_block {
	margin-top: 80px;
}
.hi-wrap.all_user .finished_info_hello .buttons_fird_block a {
	display: inline-block;
	margin: 0 10px;
}
/*плавающая шапка раздела аналитика*/

.floatThead-wrapper.mCustomScrollbar._mCS_3 table.analytics_table.analytics_table.floating-head.floatThead-table {
	width: 100%!important;
}
.floatThead-wrapper.mCustomScrollbar._mCS_3 .floatThead-container {
	width: initial!important
}
.infoblock .analytics-form-wrapper .i-wrapper {
	background: transparent;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: initial;
	padding: 0px;
	width: initial;
}
/*страница Техподдержки */

.field-name-loadFileSupport.control-group.files .file_upload>mark:after {
	display: none;
}
.field-name-loadFileSupport.control-group.files .file_upload span {
	border: 2px solid #a8a8a8;
	color: #a8a8a8;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	
	cursor: pointer;
	padding: 4px 8px;
	float: left;
	margin: 4px 10px 0 0;
	position: relative;
	z-index: 10;
}
.field-name-loadFileSupport.control-group.files .file_upload>mark, .field-name-loadFileSupport.control-group.files .file_upload>i {
	border: none;
	padding: 0;
	line-height: initial;
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	
	display: block;
	cursor: initial;
}
#container .infoblock.support {
	min-height: 420px;
	background: url(/img/tc/back_support.png) 90% center no-repeat, #fff;
}
.infoblock.support .control-group .labels {
	display: none;
}
.infoblock.support .control-group textarea {
	min-height: 135px;
	height: 135px;
	font-size: 14px;
	
	padding: 10px 10px 10px 10px;
}
.infoblock.support .field-type-textarea {
	margin: 8px 0 0;
}
.field-name-loadFileSupport.control-group.files {
	margin: 0;
}
.field-name-loadFileSupport.control-group.files .file_upload {
	display: inline-block;
}
.field-name-loadFileSupport.control-group.files .labels {
	display: none;
}
.infoblock.support .control-group .controls {
	width: 65%;
	min-width: 600px;
}
.infoblock.support .field-name-loadFileSupport.control-group.files .controls {}
.infoblock.support .control-group .controls input[type="file"] {
	width: 150px;
	height: 26px;
}
.infoblock.support .submit-block {
	background: transparent!important;
	border: none!important;
	margin: 0;
	padding: 0px 0!important;
}
.infoblock.support .submit-block:before, .infoblock.support .submit-block:after {
	display: none;
}
.infoblock.support .submit-block input[type="submit"] {
	padding: 8px 40px 9px;
}
.price_valuta_value {
	display: inline-block;
	margin-left: 10px;
}
ul.selected_statistic_period {
	margin-left: 15px !important;
}
ul.selected_statistic_period li a {
	cursor: pointer;
	border-bottom: 1px dashed;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -2px;
	font-weight: 400;
}
.filter-block.show-labels form.line-controls .control-group .controls input.filter {
	width: 100%!important;
}
.filter-block.show-labels form.line-controls .control-group .tree_items_wrapper .filter-block .error-block {
	margin: 10px 0 0 10px;
}
input::-ms-clear {
	display: none;
}
.tc-404-error {
	line-height: 18px;
	background: url('/img/tc/404.png') 30px 0 no-repeat!important;
}
.tc-404-error .logo-grey {
	display: none;
}
.tc-404-error h2 {
	font-size: 14px;
	font-weight: 700;
}
/*Поиск на странице шаблоны*/

.filter-wrap.group.search-template {
	background: #fff;
	padding: 0 0 0 30px;
}
.filter-wrap.group.search-template .line-controls .layout-zone {}
.filter-wrap.group.search-template .line-controls .control-group {
	width: auto;
}
.filter-wrap.group.search-template .line-controls .control-group .controls {
	min-width: 300px;
}
.filter-wrap.group.search-template form .submit-block {
	margin-top: 0;
	float: none;
	padding: 0 15px;
}
.filter-wrap.group.search-template form .submit-block:before, .filter-wrap.group.search-template form .submit-block:after {
	display: none;
}
.filter-wrap.group.search-template .line-controls .control-group .controls input#caption, .filter-wrap.group.search-template .line-controls .form-element-tree {
	width: 100%!important;
}
.filter-wrap.group.search-template .line-controls .layout-zone {
	width: auto;
	margin-top: 7px;
}
#container .infoblock.templ {
	padding-top: 0;
}
/*Поиск на странице шаблоны*/

table.documentation_list tr td, table.documentation_list tr th {
	border: none;
}
table.documentation_list tr th {
	text-align: left!important;
}
td.name_downloader, td.date_download, th.date_download {
	white-space: nowrap;
}
table.documentation_list tr td {
	font-size: 13px;
}

table.documentation_list tr:hover td .group-button .bt {
	opacity: 1;
}
table.documentation_list tr td .group-button {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
table.documentation_list tr td .group-button .bt.edit {
	margin-left: 0px;
}
table.documentation_list tr td.filename .group-button {
	position: absolute;
	right: 0;
	top: 8px;
}
.downloader_files_button_block {
	padding: 20px 0 20px 5px;
}

.tc-page-ticket-edit .infoblock .tab-block[data-tab="documents"] .downloader_files_button_block {
	padding-bottom: 30px;
}

.downloader_files_button_block .mark {}
table.documentation_list tr td.filename {
	padding-left: 18px!important;
	text-align: left;
}
tr.empty_row:hover td {
	background: transparent;
}
table.documentation_list.base {
	width: auto!important;
	margin-top: 0;
}
table.documentation_list.base td.right_align {
	text-align: right;
}
table.documentation_list th.left_padding, table.documentation_list td.left_padding {
	padding-left: 40px!important;
}
td.filename span.fixed_width {
	max-width: 240px;
	min-width: 240px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
td.filename span.fixed_width:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: url(/img/tc/shadow.png) left top repeat-y;
	background-size: contain;
	z-index: 6;
}
td.filename span.fixed_width.abs {
	margin-right: 23px;
}
table.documentation_list {
	width: auto;
}
table.documentation_list tr:hover td {
	background: transparent;
}
table.documentation_list.full_width {
	width: 100%;
}
.documentation_list .empty_row .empty-comments {
	margin: 0;
	padding: 20px 0 0 0;
}
td.filename .tooltip-arrow {
	left: 5%!important;
}
.tab-block[data-tab='documents'] .item {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
/*Поиск на странице шаблоны*/

.filter-wrap.group.search-template {
	background: #fff;
	padding: 0 0 0 30px;
}
.filter-wrap.group.search-template .line-controls .layout-zone {
	vertical-align: middle;
}
.filter-wrap.group.search-template .line-controls .control-group {
	width: 49%;
	min-width: 435px;
}
.filter-wrap.group.search-template .line-controls .control-group .controls {
	min-width: 200px;
}
.filter-wrap.group.search-template form .submit-block {
	margin-top: 0;
	float: none;
	padding-right: 0px;
	vertical-align: middle;
	top: 4px;
}
.filter-wrap.group.search-template form .submit-block:before, .filter-wrap.group.search-template form .submit-block:after {
	display: none;
}
.filter-wrap.group.search-template .line-controls .control-group .controls input#caption, .filter-wrap.group.search-template .line-controls .form-element-tree {
	width: 100%!important;
	border-radius: 3px;
}
.filter-wrap.group.search-template .line-controls .layout-zone {
	width: auto;
	margin-top: 7px;
}
#container .infoblock.templ {
	padding-top: 0;
}
.filter-wrap.group.search-template .control-group.field-type-tcOrganizationTree.employee-filter-field input.filter {
	width: 100%!important;
}
.ui-dialog .ui-dialog-content {
	word-break: break-word;
}
/*Поиск на странице шаблоны*/

.ui-dialog .ui-dialog-content {
	word-break: break-word;
}
/*документы заявки*/

span.allowed_doc_size, span.empty_doc_desc {
	
	font-size: 13px;
	margin-left: 13px;
}
span#editable-report-title-id {
	line-height: 1.5;
}

.status_label_title {
	text-align: left!important;
	white-space: normal!important;
	display: inline-block;
	max-width: 110px;
	/*padding-left:10px;*/
}
.status_label {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 2px 2px 0px 0;
}
.status_round_color_allowed {
	background-color: rgba(147, 207, 255, 1)
}
.status_round_color_rejected {
	background-color: rgba(241, 136, 111, 1)
}
.status_round_color_wins {
	background-color: rgba(155, 208, 140, 1)
}
.status_round_color_fail {
	background-color: rgba(236, 213, 243, 1)
}
.status_round_color_withdrew {
	background-color: rgba(255, 213, 79, 1)
}
#status_id option:before {
	content: '';
	background: #000;
	width: 20px;
	height: 20px;
}
.filter_status_title {
	font-size: 18px;
	
	font-weight: 500;
	margin: 15px 0 10px;
}
.statistic_page_empty_block {
	display: inline-block;
	width: 100%;
}
/*Таск*/

#content .task-closed .disabled_field, #content .task-closed .form-element-tree.disabled, #content .task-closed .controls input:read-only, #content .task-closed .controls textarea:read-only,
	/*Заявка*/

#content .disabled-ticket-form .disabled_field, #content .disabled-ticket-form .form-element-tree.disabled, #content .disabled-ticket-form .controls input:read-only, #content .disabled-ticket-form .controls textarea:read-only {
	opacity: 0.5;
}
.left_column .disabled-ticket-form .field-name-status_div_start .control-group.field-name-status_id .select_status .cs-placeholder {
	cursor: initial;
	opacity: 0.5;
}
/*Таск*/

#content .task-closed .controls input:-moz-read-only, #content .task-closed .controls textarea:-moz-read-only,
	/*Заявка*/

#content .disabled-ticket-form .controls input:-moz-read-only, #content .disabled-ticket-form .controls textarea:-moz-read-only {
	opacity: 0.5;
}

.ui-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: transparent;
	white-space: nowrap;
	z-index: 1000002 !important;
}

.ui-popup-wrapper::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

.ui-dialog {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	left: auto;
	top: auto;
	transform: none;
	min-width: 340px !important;
	text-align: left;
	white-space: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none !important;
	-moz-border-radius: 5px;
}

.block-form-popup-edit {
	position: fixed;
	background: #fff;
	z-index: 100001;
	padding: 20px;
	max-width: 400px;
	width: 100%;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -100px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#container .infoblock .block-form-popup-edit .title.settings {
	font-size: 20px;
	padding: 0 0 0 0;
}
.block-form-popup-edit .search-caption-field {
	display: block;
	margin: 0 0 12px 0;
}
.button__block {
	text-align: center;
	display: block;
}
.button__block .close_form_button {
	background: #fff;
	display: inline-block!important;
	text-decoration: none!important;
	color: #25acfe;
	border: 2px solid #25acfe;
	font-size: 14px!important;
	font-weight:700;
	font-family: 'Roboto', sans-serif !important;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle!important;
	box-sizing: border-box;
	padding: 9px 16px 9px;
}
.button__block .close_form_button:active, .button__block .close_form_button:hover {
	background: #25acfe;
	color: #fff;
}
.button__block .close_form_button:visited, .button__block .close_form_button:focus {
	color: #25acfe!important;
}
.button__block .close_form_button:hover:focus {
	color: #fff!important;
}
.ui-state-focus.ui-state-active.ui-state-hover {
	color: #fff!important;
}
.ticket-changes {
	font-size: 16px;
	color: #525252;
	
	line-height: 1.4;
}
.task_comments_text_block b {
	color: #525252;
}
.informer-msg .ticket-changes {
	font-size: 15px;
	
	font-weight: 700;
	color: #000;
}

.informer-msg .ticket-changes span{
	color:#000!important;
	font-style: normal!important;
}

.informer-msg .ticket-changes li{
	font-style: normal!important;
}

table.default.statistic.floatThead-table {
	border-bottom: 1px solid #efefef;
}
.infoblock table.default.statistic tr th {
	background: #fff;
}
table.default.statistic tr td.align_center {
	text-align: center;
}
table.default.statistic tr td.number_block {
	background: #fff;
	z-index: 1;
}
.floatThead-wrapper {
	z-index: 1;
}
.filter-block.statistic .tree-popup .tree_items_wrapper {
	width: 100%;
}
#content .tender-has-ticket-cell {
	max-width: 50px;
}
#content .tender-has-ticket-icon {
	background: url('/img/tc/ticket-icons/icons-inwork.png') 0 0 no-repeat transparent;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 4px;
}
#content .tender-has-ticket-icon.is-not-my-ticket {
	background-position: -16px 0;
}
/*возврат в старый ЛК*/

.back-to-old-lk {
	display: inline-block;
	position: relative;
	padding: 0 0 0 40px;
	
	color: #fad57d;
	left: -40px;
	margin: 10px 0 0;
}
.back-to-old-lk:hover {
	color: #a3db92;
}
.back-to-old-lk:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(/img/tc/back_to_old.png) center center no-repeat;
	width: 20px;
	height: 14px;
}
.back-to-old-lk:hover:before {
	background: url(/img/tc/backk_to_lk_hover.png) center center no-repeat;
}
/*возврат в старый ЛК*/

.analyticsServiceAlert {
	background: #fff!important;
	padding: 50px!important;
	border-radius: 5px!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.analyticsServiceAlert .ui-dialog-titlebar {
	margin: 0!important;
	padding: 0!important;
}
.analyticsServiceAlert.ui-dialog .ui-dialog-title {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #212121;
	display: inline-block;
	float: none;
	max-width: 305px;
	margin: 0 0 30px!important;
}
.analyticsServiceAlert .ui-dialog-content {
	padding: 0!important;
}
.analyticsServiceAlert .ui-dialog-content p {
	position: relative;
	
	line-height: 22px;
	font-size: 16px;
	padding: 0 0 0 100px!important;
	color: #212121;
	margin: 0;
}
.analyticsServiceAlert .ui-dialog-content br {
	display: none;
}
.analyticsServiceAlert .ui-dialog-content p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: url('/img/tc/new_analytics.png') center center no-repeat;
}
.analyticsServiceAlert .buttonDescription, .analyticsServiceAlert .ui-dialog-buttonpane {
	margin: 0!important;
}
.analyticsServiceAlert .buttonDescription {
	display: block;
	margin: 30px 0 20px !important;
	font-size: 14px;
	color: #78909c;
}
.analyticsServiceAlert .ui-dialog-buttonpane {
	padding: 0!important;
}
.analyticsServiceAlert .ui-dialog-buttonpane button {
	background: #f05f51!important;
	font-size: 15px!important;
	box-shadow: none!important;
	font-weight: 500;
}
.analyticsServiceAlert .ui-dialog-titlebar-close {
	top: -10px!important;
	right: -40px!important;
}
.increase-limit-request-done {
	display: inline-block;
	margin-right: 10px;
}
.ui-dialog.tender-limit-window .ui-dialog-title, .ui-dialog.task-limit-window .ui-dialog-title, .ui-dialog.ticket-limit-window .ui-dialog-title {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #212121;
	margin: 0 0 30px!important;
	float: none!important;
	display: inline-block;
}
.ui-dialog.tender-limit-window .ui-dialog-content, .ui-dialog.task-limit-window .ui-dialog-content, .ui-dialog.ticket-limit-window .ui-dialog-content {
	font-size: 16px;
	
	font-weight: 400;
	padding: 0 0 0 100px;
	line-height: 22px;
}
.ui-dialog.tender-limit-window .ui-dialog-buttonset button, .ui-dialog.task-limit-window .ui-dialog-buttonset button, .ui-dialog.ticket-limit-window .ui-dialog-buttonset button {
	margin: 0 0 0 5px;
	padding: 8px 25px 9px;
}
.ui-dialog.tender-limit-window .ui-dialog-buttonpane button:nth-of-type(2), .ui-dialog.task-limit-window .ui-dialog-buttonpane button:nth-of-type(2), .ui-dialog.ticket-limit-window .ui-dialog-buttonpane button:nth-of-type(2) {
	padding: 6px 25px 7px;
}
.ui-dialog.tender-limit-window .ui-dialog-buttonset button:first-child, .ui-dialog.task-limit-window .ui-dialog-buttonset button:first-child, .ui-dialog.ticket-limit-window .ui-dialog-buttonset button:first-child {
	margin: 0 0 0 0;
	background: #8ac07b;
	
	font-weight: 500;
}
.ui-dialog.tender-limit-window .ui-dialog-buttonset button:first-child:hover, .ui-dialog.task-limit-window .ui-dialog-buttonset button:first-child:hover, .ui-dialog.ticket-limit-window .ui-dialog-buttonset button:first-child:hover {
	background: #a7e895;
}
.ui-dialog.tender-limit-window .ui-dialog-buttonpane, .ui-dialog.task-limit-window .ui-dialog-buttonpane, .ui-dialog.ticket-limit-window .ui-dialog-buttonpane {
	padding: 0;
	margin: 30px 0 0 0;
}
.ui-dialog.tender-limit-window, .ui-dialog.task-limit-window, .ui-dialog.ticket-limit-window {
	padding: 50px;
}
.ui-dialog.tender-limit-window .ui-dialog-titlebar-close, .ui-dialog.task-limit-window .ui-dialog-titlebar-close, .ui-dialog.ticket-limit-window .ui-dialog-titlebar-close {
	right: 5px !important;
	top: 5px !important;
	margin: 0!important;
}
.ui-dialog.tender-limit-window .ui-dialog-titlebar, .ui-dialog.task-limit-window .ui-dialog-titlebar, .ui-dialog.ticket-limit-window .ui-dialog-titlebar {
	margin: 0;
	position: initial;
}
.ui-dialog.task-limit-window .ui-dialog-content:before {
	content: '';
	background: url('/img/tc/send_form_popup.png') center center no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	left: 0;
	top: -4px;
}
/*.ui-dialog.ticket-limit-window .ui-dialog-content:before {*/
	/*content: '';*/
	/*background: url('/img/tc/tender_limit_icon.png') center center no-repeat;*/
	/*width: 74px;*/
	/*height: 74px;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: -4px;*/
/*}*/
/*.ui-dialog.tender-limit-window .ui-dialog-content:before {*/
	/*content: '';*/
	/*background: url('/img/tc/tender_limit.png') center center no-repeat;*/
	/*width: 82px;*/
	/*height: 102px;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*margin-top: -50px;*/
/*}*/
.ui-dialog.tender-limit-window .popup__content, .ui-dialog.ticket-limit-window .popup__content, .ui-dialog.task-limit-window .popup__content {
	position: relative;
}
.increase-limit-request-done {
	color: #75a267;
	font-size: 15px;
	line-height: 22px;
	font-family: "Roboto", sans-serif;
	margin: 0;
	position: relative;
	padding: 0 0 0 25px;
}
.increase-limit-request-done:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/img/tc/form_check.png) center center no-repeat;
}
.filter-block.show-labels.spisok-zayavok form .control-group.field-name-dateCreated .controls label {
	font-size: 13px;
	padding: 0 11px;
}
#content .fixed-tooltip-block .tooltip {
	position: absolute!important;
	margin-top: 20px!important;
	margin-left: -30px!important;
}

.field__type__checkbox__wrap {
	cursor: pointer;
}
/*checkbox*/

table.default.application tr td.tt-comment .tooltip .ticket-changes span {
	display: inline;
	height: auto;
	width: 100%;
	border-radius: 0;
	text-align: left;
	font-size: 1em;
}
table.default.application tr td.tt-comment .tooltip .ticket-changes li {
	font-size: 0.875em;
	text-align: left;
}
table.default.application tr td.tt-comment .tooltip .tooltip-inner {
	text-align: left;
}
table.default.application tr td.tt-comment .tooltip .tooltip-inner b {
	font-size: 13px;
}
.loader-none.ajax-process:after {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	background: transparent;
}
.subscribe_item_wrap-link {
	display: inline-block;
	top: 1px;
	position: relative;
}
/*.subscribe_item_wrap-link:after {
	content: '...'
}*/
.subscribe_item_wrap-link .link {
	max-width: 300px;
	overflow: hidden;
	display: inline-block!important;
	text-overflow: ellipsis;
}
.subscribe_item_wrap-link .tooltip.fade.top.in {
	top: auto !important;
	position: absolute !important;
	width: 100%;
}
#container .infoblock .settings span.ticket__send-to-manager__button, .more-maps span#sendTicketToManager {
	cursor: pointer;
	font-size: 14px;
	color: #25acff;
	line-height: 24px;
	font-weight: 400;
	position: relative;
	left: auto;
	right: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
tr.ticket_on_manager {
	/*background-color: #a9cff6 !important;*/
}
table.prioretet td.ticket__send-to-manager {
	text-align: right!important;
}
#container .infoblock .settings span.ticket__send-to-manager__button:before {
	background: url(/img/tc/iconTicketEdit/bico.png) center center no-repeat;
	width: 24px;
	height: 24px;
}
.ticket__send-to-manager .tooltip-inner {
	width: 320px!important;
	white-space: normal!important;
}
table.default.prioretet .ticket__send-to-manager .tooltip.fade.top.in {
	left: -115px!important;
	top: -90px!important;
}
.title.settings table.default.prioretet .ticket__send-to-manager .tooltip.fade.top.in .tooltip-arrow {
	left: 240px;
}
.title.settings .ticket__send-to-manager__finished {
	color: #89ce74;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	cursor: pointer;
}
.icon-green-check {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/tc/iconTicketEdit/green-check.png) center center no-repeat!important;
	margin: 0 10px 0 0;
}
/*
.left_column .ticket__disabled .field-name-status_div_start .control-group.field-name-status_id .controls .cs-optgroup ul li span:before,
.left_column .ticket__disabled .field-name-status_div_start .control-group.field-name-status_id .controls .cs-placeholder:before {
	border-color:#8d8d8d!important;
}*/

.ticket__disabled .exited_deadline_notice, .ticket__disabled .ticket_on_employee {
	color: #8d8d8d;
}
.infoblock .tab-block .left_column .ticket_form_wrapper_block.ticket__disabled .submit-block {
	display: none;
}
.ticket__disabled .control-group.from-to.field-name-loadTime .controls input, .ticket__disabled .control-group.from-to.field-name-finishDate .controls input, .ticket__disabled .control-group.field-name-dateCreated .controls input, .ticket__disabled .control-group.field-name-earlierDate .controls input, .ticket__disabled .control-group.field-name-createTime .controls input, .ticket__disabled .control-group.field-name-createDate .controls input, .ticket__disabled .control-group.field-name-dateTrade .controls input, .ticket__disabled .control-group.field-name-dateReview .controls input, .ticket__disabled .control-group.field-name-finishProtocolDate .controls input, .ticket__disabled .control-group.field-name-deadline .controls input, .ticket__disabled input.hasDatepicker {
	background: url(/img/tc/iconTicketEdit/quadro-disabled.png) 97% center no-repeat;
}
.ticket__disabled .control-group .select_status .cs-placeholder:after, .ticket__disabled .select_task_priority .cs-placeholder:after, .ticket__disabled .select_task_status .cs-placeholder:after {
	background: url(/img/tc/iconTicketEdit/arrow_open_task-disabled.png) center center no-repeat;
}
.ticket__disabled {
	position: relative;
}
.ticket__disabled:before {
	content: '';
	position: absolute;
	width: 75%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	left: 170px;
	top: 0;
	z-index: 999;
}
.infoblock .left_column .control-group.field-name-tags_div_start {
	position: relative;
	z-index: 99;
}
.add_task_button[disabled] {
	background: #dddddd!important;
}
.participation-in-task, .delagate-to-bico {
	margin: 0 0 3px;
}
table.default.application .deadline-icons .participation-in-task img {
	margin: 0 0 0 3px;
}
.task_list .delagate-to-bico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
table.task_list tr.last td .delagate-to-bico .tooltip.fade.top.in .tooltip-inner, .task_list .delagate-to-bico .tooltip-inner {
	top: -30px!important;
}
.task_list .delagate-to-bico .tooltip-arrow {
	display: none;
}
.infoblock table.default.statistic .delagate-to-bico {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.more-maps.topper span#sendTicketToManager {
	float: right;
}
.more-maps .ticket__send-to-manager__button#sendTicketToManager {
	margin-top: -2px;
	font-size: 16px;
	
	font-weight: 700;
	text-transform: uppercase;
}
.more-maps .tender_buttons {
	display: inline-block;
}
.worked-tender-bico i {
	line-height: 1;
}
.worked-tender-bico i:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	background: url(/img/tc/iconTicketEdit/bico.png) center center no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.more-maps span#sendTicketToManager:before {
	background: url(/img/tc/iconTicketEdit/bico.png) center center no-repeat;
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.service_logo_item_task.service_logo_item_task_bico {
	position: relative;
	top: 6px;
	text-align: center;
}
.service-name-comment-additional-str {
	
	font-weight:700;
}


.delegate-popup {
	padding: 50px 40px!important;
	position: relative;
}
.delegate-popup.ui-dialog .ui-dialog-titlebar {
	position: initial;
	padding-bottom: 30px;
	letter-spacing: 0px;
	margin: 0;
}
.delegate-popup.ui-dialog .ui-dialog-titlebar-close {
	right: 10px !important;
	top: 20px !important;
}
.delegate-popup .ui-resizable-handle {
	display: none;
}
.delegate-to-bico,
.journal-tender {
	padding: 0 0 0 110px;
	position: relative;
	font-size: 16px;
	color: #212121;
	
	line-height: 22px;
}

.delegate-to-bico:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	min-height: 85px;
	height: 100%;
	background: url(/img/tc/delegate-popup.png) center center no-repeat;
}

.journal-tender:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	min-height: 85px;
	height: 85px;
	background: url(/img/tc/journalTender.png) center center no-repeat;
}

.delegate-popup.ui-dialog .ui-dialog-title {
	font-size: 24px;
	color: #212121;
}
.delegate-popup.ui-dialog .ui-dialog-content {
	padding: 0;
}
.delegate-popup.ui-dialog .ui-dialog-buttonpane {
	margin: 30px 0 0 120px;
	padding: 0;
	text-align: left;
}
.delegate-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: left;
}
/*
table a:visited, table a:visited span {
	color: #2700d6!important;
}
*/

#tenderSearch .control-group.field-name-on_page .controls {
	width: auto;
	min-width: auto;
}
#tenderSearch .control-group.field-name-on_page .controls input {
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 10px;
}
#tenderSearch .control-group.field-name-on_page .controls label {
	cursor: pointer;
}
.title-message {
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	max-width: 108px;
}
pre.bc_dump {
	display: block;
	background-color: #000;
	color: #26ff12;
	border: 1px dashed red;
	padding: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	max-height: 250px;
	overflow-y: scroll;
	z-index: 10000;
}
/* Расписание отправки */

.timetable-header {
	margin: 30px 0 0 0;
}
.timetable-block {
	position: relative;
	clear: both;
	margin: 0 0 30px 0;
}
.timetable-block .tabs .item {
	position: relative;
	display: block;
	padding: 18px 20px;
	margin: 10px 0;
	background: #f6f6f6;
	border: 1px dashed #b2b2b2;
}
.timetable-block .tabs .item .control-group.field-type-multiCheckbox {
	float: none;
}
.timetable-block .item-control-block {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	opacity: 0.3;
}
.timetable-block .item:hover .item-control-block {
	opacity: 1;
}
.timetable-block .tabs .item .control-group .labels {
	padding: 0;
	margin: 0 -10px 0 -0;
}
.timetable-block .tabs .item .control-group .description {
	display: block;
	padding: 0 0 0 26%;
	margin: 0 0 0 -3px;
	width: 100%;
}
.timetable-block .tabs .item .layout-zone .control-group:first-child {
	margin: 0px;
}
.timetable-block .tabs .item .layout-zone .control-group:nth-child(2) {
	margin-top: 15px;
}
.timetable-block .tabs .item .layout-zone .control-group:last-child {
	margin-bottom: 0px;
}
.timetable-block .field-name-sendTo.hideIt {
	display: none;
}
/* Временно скраваем это поле */

.timetable-block .field-name-sendToForNightDelivery.hideIt {
	display: none;
}
/* Временно скраваем это поле */

.timetable-block .field-name-defaultTimetableDescription .labels, .timetable-block .field-name-showAdvanced .labels {
	display: none;
}
.timetable-block .subform-list .item .item-control-block.active {
	display: block;
}
.timetable-block .subform-list .action.restore {
	display: none;
}
.timetable-block .subform-list .item.deleted .item-body, .timetable-block .subform-list ul.tabs-list li.deleted {
	opacity: 0.3;
}
.timetable-block .subform-list .item.deleted span.action, .timetable-block .subform-list li.deleted span.action {
	display: none;
}
.timetable-block .subform-list .item.deleted span.action.restore, .timetable-block .subform-list li.deleted span.action.restore {
	display: inline-block;
}
.timetable-block .tabs .add-button-group {
	width: auto!important;
}
.timetable-block .tabs .add-button-group .controls {
	width: auto!important;
}
.timetable-block .tabs .add-button-group .controls input {
	width: auto!important;
	height: auto;
	
	font-weight: 500;
	color: #25acff;
	font-size: 14px;
	line-height: 32px;
	text-indent: initial;
	background: url(/img/tc/big-plus.png) no-repeat transparent;
	background-position: 100% 50%
;
	padding: 0px 40px 0px 10px;
	border: 2px solid #25acff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
/* ---- Для тарифа базовый/базовый регион ---- */

/*
tr.inactive, tr.inactive td a {

	cursor: not-allowed;
	mix-blend-mode: luminosity;
}
tr.inactive td a {pointer-events: none;}
tr.inactive td {opacity: 0.3;}
tr.inactive td a, .tender-list tr.inactive td a:visited {color:#555555 !important;}
tr.inactive td .tooltip {display: none!important;}

*/

.inactive-popup {
	display: none;
	position: fixed;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.inactive-popup .popup-block {
	position: absolute;
	width: 480px;
	top: 50%;
	left: 50%;
	padding: 0 40px;
	margin: -185px 0 0 -240px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, .5);
	z-index: 1000;
}
.inactive-popup .popup-block img {
	position: relative;
	display: block;
	width: 80px;
	margin: 30px auto 20px;
}
.inactive-popup .popup-block p {
	font-size: 14px;
	line-height: 20px;
	color: #616161;
	text-align: center;
	margin: 0 0 20px 0;
}
.inactive-popup .popup-title {
	position: relative;
	display: block;
	color: #212121;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
	font-weight: bold;
	text-align: center;
}
.inactive-popup .popup-title span {
	display: block;
	text-transform: uppercase;
}
.inactive-popup .send-inactive {
	display: block;
	width: 200px;
	margin: 0px auto 30px auto;
	font-size: 16px;
	line-height: 40px;
	background: #005aaa;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inactive-popup .send-inactive:visited {
	color: #fff!important;
}
.inactive-popup .send-inactive:hover {
	background: #1e88e5;
}
.inactive-popup .send-inactive-region {
	display: block;
	width: 200px;
	margin: 0px auto 30px auto;
	font-size: 16px;
	line-height: 40px;
	background: #005aaa;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inactive-popup .send-inactive-region:visited {
	color: #fff!important;
}
.inactive-popup .send-inactive-region:hover {
	background: #1e88e5;
}
.inactive-popup .cancel {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	cursor: pointer;
	height: 10px;
	background: url(/img/tc/close.png);
}
.commercial-popup {
	position: relative;
	/*display: inline-block;*/
	display: none;
	margin: 0 0 0 32px;
}
.commercial-popup:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	padding: 0 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(/i/warning.png) 0 0 no-repeat;
}
.commercial-popup:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: -22px;
	width: 62px;
	height: 20px;
}
.commercial-popup span {
	color: #f44336;
	padding: 0;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #f44336;
}
.popup-informer {
	position: absolute;
	display: none;
	width: 210px;
	padding: 10px;
	line-height: 16px;
	text-align: center;
	background: #fff;
	top: -110px;
	left: -93px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px -5px #000;
}
.popup-informer:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -11px;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #ffffff;
	border-style: solid;
}
.popup-informer:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-width: 11px;
	border-color: transparent;
	border-style: solid;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.commercial-popup:hover .popup-informer {
	display: block;
}
.popup-informer .connect {
	position: relative;
	display: block;
	line-height: 32px;
	background: #25acfe;
	font-size: 14px;
	font-weight:700;
	
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 7px 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.popup-informer a.connect, .popup-informer a.connect:visited {
	color: #fff!important;
}
.popup-informer a.connect:hover {
	background: #236D9A;
}
/* ---------------------------------------------- */

@media print {
	.header-left-top, .a-right-bottom, .time-right-bottom div.copy {
		display: none;
	}
}
a.more_news_button, a.more_video_button {
	position: relative;
	display: block;
	width: 175px;
	height: 36px;
	border: 2px solid #25acfe;
	background: #fff;
	color: #25acfe;
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	clear: both;
	margin-bottom: 20px;
}
/* = = = = = = = = = = = = Новое событие (popup) = = = = = = = = = = = = = */

.new_event_wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99999;
}
.new_event {
	background: #ffffff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.5);
	margin: 0 0 15px 0;
	border: 3px solid #278cfa;
	position: relative;
}
.new_event .close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #1d69bc;
	cursor: pointer;
	z-index: 1;
}
.new_event .close:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	background: url(/img/contractor/close_gray_icon.svg) 0 0 no-repeat;
	margin: -5px 0 0 -5px;
}
.new_event .wrapper_event {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.new_event .header_event {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	background: #ffffff;
	white-space: nowrap;
}
.new_event .header_event .icon_event {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: none;
	margin: 0 3px 0 0;
}
.new_event .header_event .icon_event.news_icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	left: 7px;
	background: url(/img/tc/news_icon.svg) 0 0 no-repeat;
}
.new_event .header_event .date_event {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	font-size: 14px;
	color: #14151e;
	margin: 0 7px 0 0;
}
.new_event .header_event .type_event {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	font-size: 14px;
	color: #16161e;
	padding: 0 7px 0 0;
	
	font-weight: 700;
}
.new_event .description_event {
	position: relative;
	display: block;
	padding: 0;
	max-width: 450px;
}
.new_event .title_event {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #171721;
	padding: 12px 15px;
}
.new_event .title_event a {
	color: #14dc53;
	text-decoration: underline;
}
.new_event .button_event {
	position: absolute;
	display: none;
	bottom: 12px;
	right: 12px;
	width: 112px;
	height: 36px;
	line-height: 38px;
	background: #25acfe;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	
	font-weight: 700;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.new_event .button_event:hover {
	background: #236D9A;
}
/*----- Фильтр для таблицы с тендерами ----*/
.tender_filter {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px 7px;
	background: #ebebeb;
	margin: 0 0 10px 0;
}

.tender_filter2 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.tender_filter label {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}
.tender_filter .add_tag select {
	position: relative;
	display: block;
	width: 115px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	padding: 0 5px;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#d8d8d8", GradientType=0);
	border: 1px solid #a9a9a9;
	color: #000;
}
.tender_filter .add_colors select {
	position: relative;
	display: block;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	padding: 0 5px;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	background: linear-gradient(top, #ebebeb 0%, #d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#d8d8d8", GradientType=0);
	border: 1px solid #a9a9a9;
	color: #000;
}

.tender_filter .deleted input {
	position: relative;
	display: block;
	height: 24px;
	width: 100%;
	max-width: 205px;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	font-size: 12px;
	padding: 0 10px;
	background: #25acfe;
	border: none;
	color: #fff;
	font-weight: 500;
}

.custom-select {
	width: 128px;
	height: 24px;
	z-index: 2;
	/*overflow: hidden;*/
	border-radius: 2px;
	display: block;
	position: relative;
}
.custom-select.add-color {
	width: 160px;
	margin-left: 10px;
}
.custom-select:hover {
	cursor: pointer;
}
.custom-select:focus {
	outline: none;
}
.custom-select.open {
	overflow: visible;
}
.custom-select  .custom-select_title {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding-left: 9px;
	
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #fff;
	user-select: none;
	background: #25acfe;
	border-radius:2px;
}

.hide-for-print.tags.has-comment-tender {
	position: relative !important;
}

.custom-select .custom-select_container,
.custom-select_container.custom-select_container--comment {
	position: absolute;
	width: 345px;
	/*height: 304px;*/
	background-color: #EBEBEB;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	z-index: 2;
}

.custom-select .custom-select_container {
	top: 24px;
	left: 0;
}

.tc-page-tender-index .favorit .last:last-of-type td.has-comment-tender .custom-select_container.custom-select_container--comment {
	top: -62px;
}

.custom-select.open .custom-select_container {
	display: block;
}

.custom-select.add-color .custom-select_container {
	width: 215px;
/*	height: 240px;*/
}
.custom-select.search-tags {
	width: 150px;
	margin-left: 10px;
}

.delimiter-filter td{
    border: 2px solid #25acfe !important;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px;
    color: #25acfe !important;
    text-align:center !important;
}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.custom-select .custom-select_container > .scroll-element,
.custom-select .custom-select_container > .scroll-element div
{
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.custom-select .custom-select_container > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.custom-select .custom-select_container > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.custom-select .custom-select_container > .scroll-element.scroll-y {
	height: 100%;
	right: 0px;
	top: 0;
	width: 4px;
}

.custom-select .custom-select_container > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.custom-select .custom-select_container > .scroll-element .scroll-element_outer,
.custom-select .custom-select_container > .scroll-element .scroll-element_track,
.custom-select .custom-select_container> .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.custom-select .custom-select_container > .scroll-element .scroll-element_track{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.custom-select .custom-select_container > .scroll-element .scroll-element_track { background-color: #CECECE; }
.custom-select .custom-select_container > .scroll-element .scroll-bar { background-color: #939393; }
.custom-select .custom-select_container > .scroll-element:hover .scroll-bar { background-color: #919191; }
.custom-select .custom-select_container > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.custom-select .custom-select_container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.custom-select .custom-select_container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.custom-select .custom-select_container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.custom-select .custom-select_container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*************** SCROLLBAR BASE CSS (END)***************/

.custom-select .tags-list-wrap > .scroll-element,
.custom-select .tags-list-wrap > .scroll-element div
{
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.custom-select .tags-list-wrap > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.custom-select .tags-list-wrap > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.custom-select .tags-list-wrap > .scroll-element.scroll-y {
	height: 100%;
	right: 0px;
	top: 0;
	width: 4px;
}

.custom-select .tags-list-wrap > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.custom-select .tags-list-wrap > .scroll-element .scroll-element_outer,
.custom-select .tags-list-wrap > .scroll-element .scroll-element_track,
.custom-select .tags-list-wrap > .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.custom-select .tags-list-wrap > .scroll-element .scroll-element_track{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.custom-select .tags-list-wrap > .scroll-element .scroll-element_track { background-color: #CECECE; }
.custom-select .tags-list-wrap > .scroll-element .scroll-bar { background-color: #939393; }
.custom-select .tags-list-wrap > .scroll-element:hover .scroll-bar { background-color: #919191; }
.custom-select .tags-list-wrap > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.custom-select .tags-list-wrap > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.custom-select .tags-list-wrap > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.custom-select .tags-list-wrap > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.custom-select .tags-list-wrap > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*************** SCROLLBAR BASE CSS (END)***************/

.custom-select .custom-select_container .custom-select-form,
.custom-select_container.custom-select_container--comment {
	display: flex;
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.custom-select .custom-select_container .custom-select-form div {
	position: relative;
}
.custom-select .custom-select_container .custom-select-form div:after {
	content: '';
	top: 50%;
	left: 11px;
	width: 13px;
	height: 13px;
	position: absolute;
	background: url(/img/tc/search.svg);
	transform: translateY(-50%);
}
.custom-select .custom-select_container .custom-select-form input,
.custom-select_container.custom-select_container--comment .custom-select-form input {
	border: none;
	width: 217px;
	height: 25px;
	padding-left: 34px;
	padding-right: 34px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #BCBCBC;
}

.custom-select .custom-select_container .add-tags-btn.accept{
	color:#fff;
	background-color: #36C051;
}

.custom-select .custom-select_container .custom-select-form input,
.custom-select_container.custom-select_container--comment .custom-select-form input {
	width: 325px;
}

.custom-select .custom-select_container .add-tags-btn.accept {
	width: 345px;
	margin-top: 0;
}

.custom-select.add-tags .custom-select_container .tags-list-wrap {
	margin-bottom: 30px;
}

.custom-select .custom-select_container .custom-select-form #color {
	width: 195px;
}
.custom-select .custom-select_container .farbtastic {
	margin-left: 10px;
}
.custom-select .custom-select_container .custom-select-form input::-webkit-input-placeholder {
	color: #BCBCBC;
}
.custom-select .custom-select_container .custom-select-form input::-moz-placeholder {
	color: #BCBCBC;
}
.custom-select .custom-select_container .custom-select-form input:-ms-input-placeholder {
	color: #BCBCBC;
}
.custom-select .custom-select_container .custom-select-form input:-moz-placeholder {
	color: #BCBCBC;
}
.custom-select .custom-select_container .custom-select-form #add_new_tag,
.custom-select .custom-select_container .custom-select-form #save-tag,
.custom-select .custom-select_container .custom-select-form #search-tag,
.custom-select .custom-select_container .custom-select-form #save-color {
	width: 95px;
	height: 25px;
	border: none;
	background: #36C051;
	border-radius: 3px;
	margin-left: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 13px;
	color: #fff;
}

.custom-select .custom-select_container .custom-select-form #add_new_tag:focus,
.custom-select .custom-select_container .custom-select-form #save-tag:focus,
.custom-select .custom-select_container .custom-select-form #search-tag:focus,
.custom-select .custom-select_container .custom-select-form #save-color:focus {
	outline: none;
}

.add-color.custom-select .custom-select_container .custom-select-form #color,
.add-color.custom-select .custom-select_container .custom-select-form #save-tag {
	width: 50%;
	padding: 0;
	text-align: center;
}
.add-color.custom-select .custom-select_container .custom-select-form {
	margin-bottom: 10px;
}
.custom-select .custom-select_container .custom-select-form #add_new_tag:hover,
.custom-select .custom-select_container .custom-select-form #save-tag:hover,
.custom-select .custom-select_container .custom-select-form #search-tag:hover,
.custom-select .custom-select_container .custom-select-form #save-color:hover {
	cursor: pointer;
}
.custom-select .custom-select_container ul,
.custom-select .custom-select_container.custom-select_container--comment ul {
	padding-top: 5px;
}
.custom-select .custom-select_container ul li div {
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	min-height: 29px;
	align-items: center;
	justify-content: space-between;
}

.custom-select .custom-select_container ul li div img:hover {
	cursor: pointer;
}
.custom-select .custom-select_container ul li div span {
	width: 100%;
	height: 100%;
	display: flex;
	padding-left: 7px;
	align-items: center;
	
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #626262;
}
.custom-select .custom-select_container .add-tags-checkbox {
	margin-left: 10px;
}
.custom-select .custom-select_container ul li div .tag-item-remove {
	width: 140px;
	height: 18px;
	background-color: #fff;
	color: #000;
	margin-right: 15px;
	display: none;
	text-align: center;
	padding-left: 0;
}
.custom-select .custom-select_container ul li.choosen div .tag-item-remove,
.add-tags .custom-select_container ul li:hover div .tag-item-remove{
	display: block;
}
.custom-select .custom-select_container ul li div:hover .tag-item-remove {
	background-color: #aa0000;
	border-color: #aa0000;
	color: #fff;
}
.custom-select .custom-select_container ul li div img {
	opacity: 0;
	margin-right: 17px;
}
.custom-select .custom-select_container ul li div:hover,
.custom-select .custom-select_container ul li.choosen div {
	background: rgba(39, 140, 250, 0.2);
}
.custom-select .custom-select_container ul li div:hover img,
.custom-select .custom-select_container ul li.choosen div img{
	opacity: 1;
}

.tags-list-empty {
	color: #626262;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	padding: 9px 0 0 10px;
	display: none;
}

.tags-list-empty span {
	font-weight: 700;
}

.tags-list-new {
	color: #626262;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	padding: 9px 10px 10px 10px;
	display: none;
}

.tags-list-new span {
	font-weight: 700;
}

.tags-list-new_modal-text {
	font-size: 14px;
}

.tags-list-new_modal-input-wrap {
	margin-top: 5px;
}

.tags-list-new_modal-input[type="text"] {
	width: 100%;
	height: 30px;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tags-list-new_modal-input[type="text"]:focus {
	outline: none;
	border-width: 1px;
}

.tags-list-wrap {
	max-height: 240px;
	overflow: hidden;
	margin-top: 3px;
}

.search-tags .tags-list-wrap {
	max-height: 240px;
}

.search-tags-clear {
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #36C051;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	bottom: 0;
}

.search-tags .search-tags-clear:hover {
	background-color: #aa0000;
}

.add-tags-btn {
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background-color: #36C051;
	padding: 5px 0;
	text-align: center;
	margin-top: 15px;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: absolute;
	bottom: 0;
}
.tender_filter .custom-select_title:after {
	content: '';
	top: calc(50% + 3px);
	right: 10px;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	transform: translateY(-50%);
}
.custom-btn {
	width: 179px;
	height: 24px;
	z-index: 2;
	border: none;
	color: #fff;
	background: #25acfe;
	border-radius: 2px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
	
}
.custom-btn:hover {
	cursor: pointer;
}
.favorite-tags {
	height: 32px;
	margin-left: 0px;
	margin-right: 10px;
}

.user_tag_list {
	background-color: #ebebeb;
	font-size: 13px;
	
	color: #000;
	padding: 5px 10px 7px;
	margin-bottom: 20px;
	display: none;
	line-height: 24px;
}

.user_tag_list_value {
	
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

.user_tag_list_item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-color: #9bd08c;
	padding: 0 10px;
}

.user_tag_list_item_title {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.user_tag_list_item_close {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	top: -2px;
}

.user_tag_list_item:last-child {
	margin-right: 0;
}

.user_tag_list_change {
	background-color: #9bd08c;
	padding: 2px 15px;
	margin-left: 20px;
	color: #fff;
	height: 24px;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.user_tag_list_change:hover {
	background-color: #6e9b61;
}


/*----- Таблица с тендерами ----*/

table.default.favorit tr td {
	border: 2px solid #ebebeb!important;
}

table.default.favorit tr td:first-letter{
	text-transform: uppercase;
}

table.default.favorit {
	border-collapse: collapse!important;
}
table.default.favorit tbody{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
table.default.favorit .tender-has-ticket-cell {
	max-width: 40px!important;
}
table.default.favorit tbody tr.choosen-row {
	background: rgba(39, 140, 250, 0.2);
}
input {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
.menu-wrapper {
	position: absolute;
	top: 5px;
	left: 10px;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 37px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 2002;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.menu-wrapper.fixed {
	position: fixed;
}
.hamburger-menu, .hamburger-menu:after, .hamburger-menu:before {
	width: 30px;
	height: 3px;
}
.hamburger-menu {
	position: relative;
	transform: translateY(25px);
	background: #ffffff;
	transition: all 0ms 300ms;

}
.hamburger-menu.animate {
	background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	background: #ffffff;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: #ffffff;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	background: #278CFA;
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	background: #278CFA;
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-wrapper {
	display: none;
}
/* Адаптив нового сайдбара и шапки */

@media (max-width: 1460px) {
	.logo {
		margin-right: 30px;
		padding-top: 15px;
	}
}
@media (max-width: 1025px) and (min-width:805px) {

	/*
	.mainwrapper.sbar-hidden #menu,
	.mainwrapper.sbar-hidden #menu:after,
	.mainwrapper.sbar-hidden #menu .menu {
		width: 100px;
	}
	*/
}

@media (max-width: 980px) {

	#content.hide .select-analytics-report {
		margin: 0;
		padding: 0;
		text-align: right;
		float: none;
		display: block;
		top: 0;
	}

	.selected-report {
		text-align: left;
	}
	.sbar-hidden #js-Informer {
		position: relative;
	}
	.widget-informer-newDesign {
		/*!*position: relative !important;*!*/
		/*left: 0 !important;*/
		/*width: auto !important;*/
		top: 0 !important;
		z-index: 99 !important;
		max-width: 100% !important;
	}

	#wrap, #content{
		background:#e8f3ff!important;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	#content {
		min-height: 86%;
		position: relative;
		margin-top: 260px;
	}
	.menu-wrapper {
		opacity: 1;
		visibility: visible;
		z-index: 999999;
	}
	#content.notVisible {
		display: none;
	}
	.sidebar {
		display: block;
		width: 100%;
		left: -100%;
		z-index: 99999;
		-webkit-transition: .5s left ease;
		-moz-transition: .5s left ease;
		-ms-transition: .5s left ease;
		-o-transition: .5s left ease;
		transition: .5s left ease;
	}
	.mainwrapper {
		min-height: 100vh;
	}
	.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding-left: 0;
		display: block;
	}
	.logo-pic {
		margin: 0 auto;
	}
	.logo-slogan {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.mainwrapper.sbar-hidden #content .client-list-manage {
		padding-left: 0;
	}
	.manager-wrapper {
		right: 10px;
		height: auto;
	}
	.heading-panel {
		padding-left: 10px;
	}
	#container {
		padding: 10px 10px 10px 10px;
	}
	#wrap, #content {
		background: #e6e8ef;
	}
	#header.fixed {
		position: fixed;
		width: 100%;
		height: 165px;
		top: 0;
		left: 0;
	}
	#header .manager .name-manager {
		display: none;
	}
	.sidebar-menu {
		padding: 10px;
	}
	#menu, #menu:after, #menu .menu {
		width: 100%;
		display: none;
	}
	#menu.opened-menu, #menu.opened-menu:after, #menu.opened-menu .menu {
		display: block;
		min-width: 0;
		max-width: none;
	}
	.sidebar.opened-menu {
		left: 0;
		top: 0;
		overflow: auto;
	}
	.custom-google-translater_row {
		margin-top: 15px;
	}
	.informer-wrapper .error-block.tc-informer-wraper::before, .informer-wrapper .error-block:before, .informer-wrapper .info-block:before, .message-block-wrapper .informer-message-container.alert-block:before {
		display: none;
	}
	.mCustomScrollbar {
		touch-action: auto !important;
	}
	.sidebar-hide {
		display: none;
	}
	#content .infoblock.stt .destination {
		padding: 0;
	}
}
@media (max-width: 650px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	.logo-pic {
		margin: 0 auto;
	}
	.logo-slogan {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	#content {
		min-height: 80%;
	}
}
@media (max-width: 480px) {
	.sidebar-menu {
		padding: 10px 5px;
	}
	.widget-informer-title {
		font-size: 16px;
	}
	.widget-informer-text {
		font-size: 14px;
	}
	.h-panel-sf-input[type="text"] {
		font-size: 14px;
	}

}
/* ПЕРЕВОДЧИК */

.custom-google-translater_row {
	width: 100%;
	display: flex;
	justify-content: flex-end;

}
.goog-te-gadget .goog-te-gadget-simple {
	width: 200px;
	overflow: hidden;
	background-color: #278CFA;
	border: none;
	height: 24px;
	border-radius: 2px;
	padding-top: 5px;
}
.goog-te-gadget .goog-te-gadget-icon {
	display: none;
}
.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
}
.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value:after {
	content: '';
	top: 50%;
	left: 6px;
	width: 12px;
	height: 12px;
	position: absolute;
	transform: translateY(-50%);
	background: url(/img/tc/earth.png) no-repeat;
}
.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span{
	display: block;
	width: 77px;
	margin-right: 3px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	color: #fff !important;
	border: none !important;
	
}

.goog-te-menu-frame {
	width: 200px !important;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25) !important;
}
.goog-te-menu-frame .goog-te-menu2 {
	border: none !important;
}

.custom-google-translater_row {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 5px;
	padding-right: 50px;
	margin-bottom: -12px;
	align-items: baseline;
}
.custom-google-translater {
	border: none;
	width: 130px;
	overflow: hidden;
	background-color: #fff;
	border: none;
	height: 25px;
	border-radius: 2px;
	position: relative;
	z-index: 9999999999;
	margin-bottom:20px;
}

#custom-google-translater:focus {
	outline: none;
}
.custom-google-translater.open {
	overflow: visible;
}
.custom-google-translater:after {
	content: '';
	top: calc(50% + 3px);
	right: 10px;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	transform: translateY(-50%);
}
.custom-google-translater:hover {
	cursor: pointer;
}
.custom-google-translater .choosen-language {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding-left: 9px;
	position: relative;
}
.custom-google-translater .choosen-language #language {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	color: #000;
	margin-left: 10px;
	padding-top: 1px;
	
}
.custom-google-translater .language-list {
	top: 36px;
	left: 0px;
	width: 130px;
	position: absolute;
	background: #EBEBEB;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px
}
.custom-google-translater .language-list ul li div {
	height: 29px;
	display: flex;
	align-items: center;
	padding-left: 8px;
}
.custom-google-translater .language-list ul li div span {
	margin-left: 9px;
	
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #626262;
}

.custom-google-translater {

}
#custom-google-translater:focus {
	outline: none;
}
.custom-google-translater.open {
	overflow: visible;
}
.custom-google-translater:hover {
	cursor: pointer;
}
.custom-google-translater .choosen-language {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding-left: 9px;
}
.custom-google-translater .language-list {
	top: 25px;
	left: 0px;
	width: 130px;
	position: absolute;
	background: #EBEBEB;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	z-index: 999;
}
.custom-google-translater .language-list ul li div {
	height: 29px;
	display: flex;
	align-items: center;
	padding-left: 8px;
}
.custom-google-translater .language-list ul li div span {
	margin-left: 9px;
	
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #626262;
}
.custom-google-translater .language-list ul li div:hover {
	background: rgba(39, 140, 250, 0.2);
}
.custom-google-translater .language-list ul li.choosen div {
	background: rgba(39, 140, 250, 0.2);
}
.choosen-language #language:first-letter, .custom-google-translater .language-list ul li div span:first-letter {
	text-transform: uppercase;
}

/* Отзывы и предложения */

.issue-index {

}

.issue-title {
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
}

.issue-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.issue-list-wrap {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-right: 40px;
	width: calc(100% - 600px);
}

.issue-list-side {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: 560px;
}

.issue-section {
	background-color: #fff;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
}


/* оцените компанию */
.issue-index .issue-rate-wrap {
	width: 560px;
}

.issue-rate-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}

.issue-rate-count {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
	margin-right: 20px;
}

.issue-rate-count-empty {
	display: none;
	font-size: 25px;
	font-weight: 900;
	color: #000;
	margin: 0;
}

.issue-rate-count-digit {
	margin: 0;
}

.issue-rate-count-digit-number {
	margin-right: 10px;
	font-size: 40px;
	line-height: 38px;
	font-weight: 900;
	color: #000;
}

.issue-rate-count-digit-date {
	font-size: 12px;
	color: #B7B7B7;
}

.issue-rate.text .issue-rate-count-digit {
	display: none;
}

.issue-rate.text .issue-rate-count-empty {
	display: block;
}

.issue-rate-btn {
	width: 220px;
	height: 38px;
	background-color: #278CFA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 38px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}

.issue-rate-btn:hover {
	background-color: #60a9f9;
}

.issue-rate-btn-empty {
	display: none;
}

.issue-rate.text .issue-rate-btn-digit {
	display: none;
}

.issue-rate.text .issue-rate-btn-empty {
	display: block;
}

.issue-rate-stars-wrap {
	display: none;
	margin-top: 15px;
}

.issue-rate.best .issue-rate-count-digit-number,
.issue-rate.best .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.issue-rate.best .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #36C051;
}
.issue-rate.bad .issue-rate-count-digit-number,
.issue-rate.bad .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.issue-rate.bad .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #c03636;
}
.issue-rate.good .issue-rate-count-digit-number,
.issue-rate.good .br-theme-fontawesome-stars .br-widget a.br-selected:after,
.issue-rate.good .br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #FFBA00;
}
.issue-rate .br-theme-fontawesome-stars .br-widget a {
	margin-right: 6px;
}

/* форма добавления отзыва */
.issue-form-add {

}

.issue-form-add-item {
	margin-bottom: 20px;
}

.issue-form-add-item__label {
	margin-bottom: 10px;
}

.issue-form-add-item__label-type .issue-form-add-item__label-title {
	display: inline-block;
	vertical-align: bottom;
}

.issue-form-add-item__label-title {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}

.issue-form-add-item__input[type="text"] {
	display: block;
	font-size: 10px;
	color: #000000;
	padding: 5px 20px;
	border: 1px solid #B7B7B7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.issue-form-add-item__input[type="text"]:focus {
	outline: none;
	border: 1px solid #B7B7B7;
}

.issue-form-add-item__input[type="text"]::-webkit-input-placeholder,
.issue-form-add-item__input[type="text"]::-moz-placeholder,
.issue-form-add-item__input[type="text"]:-moz-placeholder,
.issue-form-add-item__input[type="text"]:-ms-input-placeholder {color:#b7b7b7;}

.issue-form-add-item__label-info {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	position: relative;
}
.issue-form-add-item__label-info-trigger {
	background: url("/img/tc/manager-rate-warning.png") no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	cursor: pointer;
}
.issue-form-add-item__label-info-text {
	position: absolute;
	left: 10px;
	top: 30px;
	display: block;
	background-color: #278CFA;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 235px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	z-index: 5;
}
.issue-form-add-item__label-info-text:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #278CFA;
	border-top: 0;
	border-left: 0;
	display: block;
	position: absolute;
	left: 0;
	top: -7px;
}
.issue-form-add-item__label-info.active .issue-form-add-item__label-info-text {
	opacity: 1;
	visibility: visible;
}

.issue-form-add-item__drop {
	margin: 10px 0 20px;
	position: relative;
}

.issue-form-add-item__drop-title {
	border: 1px solid #B7B7B7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	color: #000000;
	padding: 8px 20px;
	cursor: pointer;
	text-align: left;
	position: relative;
}

.issue-form-add-item__drop-title:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-form-add-item__drop-title.open:after {
	transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
}

.issue-form-add-item__drop-list {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	background: #EBEBEB;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	display: none;
}

.issue-form-add-item__drop-list-item {
	text-align: left;
	color: #b7b7b7;
	font-size: 10px;
	padding: 8px 20px;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: relative;
}

.issue-form-add-item__drop-list-item:hover {
	background-color: rgba(39, 140, 250, 0.2);
	color: #000000;
}

.issue-form-add-item__textarea {
	display: block;
	font-size: 10px;
	color: #000000;
	padding: 10px 15px;
	border: 1px solid #B7B7B7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
}

.issue-form-add-item__textarea:focus {
	outline: none;
	border: 1px solid #B7B7B7;
}

.issue-form-add-item__textarea::-webkit-input-placeholder,
.issue-form-add-item__textarea::-moz-placeholder,
.issue-form-add-item__textarea:-moz-placeholder,
.issue-form-add-item__textarea:-ms-input-placeholder {color:#b7b7b7;}

.issue-form-btn {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	background: #36C051;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
	cursor: pointer;
	padding: 10px 80px;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-form-btn:hover {
	background-color: #56e472;
}

.issue-form-btn:focus {
	outline: none;
}

.issue-filter {
	margin-bottom: 15px;
}

.issue-filter-item {
	border: 1px solid #278CFA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #278CFA;
	padding: 5px 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-filter-item:last-child {
	margin-right: 0;
}

.issue-filter-item.active,
.issue-filter-item:hover {
	background-color: #278CFA;
	color: #fff;
}

.issue-table {
	margin-bottom: 10px;
}

.issue-table .issue-table-head,
.issue-table .issue-table-info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.issue-table .issue-table-heading {
	width: 335px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table .issue-table-type {
	width: 140px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table .issue-table-date {
	width: 140px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table .issue-table-last {
	width: 190px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table .issue-table-status {
	width: 105px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table-head {
	font-size: 14px;
	color: #b7b7b7;
	padding-bottom: 10px;
}

.issue-table-info-item {
	border-top: 1px solid #D2D9E1;
	padding: 8px 0;
}

.issue-table-info-item.issue-table-heading {
	position: relative;
}

.issue-table-body-item.new .issue-table-info-item-new-count {
	display: block;
}

.issue-table-info-item-new-count {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #36C051;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 5px;
	right: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: none;
}

.issue-table-info-item-new-count:before {
	content: "\f003";
	font: 700 22px "FontAwesome";
	color: #36C051;
	position: absolute;
	top: 0;
	right: 35px;
}

.issue-table-info-item-title {
	position: relative;
}

.issue-table-info-item-link {
	color: #278CFA;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}

.issue-table-popup {
	position: absolute;
	display: block;
	background-color: #278CFA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 235px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	top: 0;
	left: 0;
}

.issue-table-popup:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #278CFA;
	border-top: 0;
	border-left: 0;
	display: block;
	position: absolute;
	left: 0;
	top: -7px;
}

.issue-table-popup.open {
	opacity: 1;
	visibility: visible;
}

.issue-table-info-item-type {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
}

.issue-table-info-item-date {
	color: #B7B7B7;
	font-size: 12px;
	font-weight: 700;
}

.issue-table-info-item-last {
	color: #B7B7B7;
	font-size: 12px;
	font-weight: 700;
}

.issue-table-info-item-status {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}

.issue-table-info-item-status:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.issue-table-status.resolved .issue-table-info-item-status:before {
	background-color: #53BD21;
}

.issue-table-status.inWork .issue-table-info-item-status:before {
	background-color: #FF971D;
}

.issue-table-status.notSolved .issue-table-info-item-status:before {
	background-color: #EB2C2C;
}

.issue-table-wrap {
	display: none;
	padding-bottom: 20px;
}

.issue-table-msg-list {

}

.issue-table-msg-list-item {
	margin-top: 25px;
}

.issue-table-msg-top {
	position: relative;
	text-align: right;
}

.issue-table-msg-top-btn__earlier {
	position: absolute;
	top: 0;
	left: 50%;
	width: 240px;
	font-size: 12px;
	font-weight: 500;
	color: #278CFA;
	text-align: center;
	margin-left: -120px;
	padding-top: 22px;
	cursor: pointer;
}

.issue-table-msg-top-btn__earlier:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	height: 10px;
	width: 10px;
	border: 1px solid #278CFA;
	border-width: 2px 0 0 2px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-table-msg-top-btn__closetext {
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	border: 1px solid #EB2C2C;
	font-size: 12px;
	font-weight: 500;
	color: #EB2C2C;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	cursor: pointer;
}

.issue-table-msg-top-btn__closetext:hover {
	background-color: #EB2C2C;
	color: #fff;
}

.issue-table-msg-list-item-author {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.issue-table-msg-list-item-author-photo {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table-msg-list-item-author-info {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-author-photo {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-author-info {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-author {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.issue-table-msg-list-item-author-photo {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}

.issue-table-msg-list-item-author-info-name {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.issue-table-msg-list-item-author-info-date {
	font-size: 12px;
	color: #B7B7B7;
}

.issue-table-msg-list-client .issue-table-msg-list-item-author-photo {
	margin-right: 20px;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-author-info {
	margin-right: 20px;
}

.issue-table-msg-list-item-text {
	background: #F1F1F1;
	padding: 15px 20px;
	margin-top: 30px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	color: #000;
	position: relative;
}

.issue-table-msg-list-item-text:before {
	content: "";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	display: block;
	position: absolute;
	top: -25px;
}

.issue-table-msg-list-client .issue-table-msg-list-item-text {
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.issue-table-msg-list-client .issue-table-msg-list-item-text:before {
	border-bottom-color: #F1F1F1;
	border-top: 0;
	border-left: 0;
	left: 0;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-text {
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.issue-table-msg-list-manager .issue-table-msg-list-item-text:before {
	right: 0;
	border-bottom-color: #F1F1F1;
	border-top: 0;
	border-right: 0;
}

.issue-table-closeWindow {
	background: #ECECEC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0;
	margin-top: 15px;
	text-align: center;
}

.issue-table-closeWindow-text {
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: 500;
}

.issue-table-closeWindow-btnGroup {
	margin-top: 15px;
	text-align: center;
}

.issue-table-closeWindow-btnGroup-btn {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 225px;
	height: 37px;
	cursor: pointer;
	background: #000;
}

.issue-table-closeWindow-btnGroup-btn strong {
	display: block;
}

.issue-table-closeWindow-btnGroup-accept {
	font-size: 14px;
	line-height: 37px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background: #36C051;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-table-closeWindow-btnGroup-accept:hover {
	background-color: #56e472;
}

.issue-table-closeWindow-btnGroup-repeat {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #EB2C2C;
	padding-top: 2px;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.issue-table-closeWindow-btnGroup-repeat:hover {
	background-color: #f75c5c;
}

.issue-table-closeWindow-btnGroup-repeat strong {
	font-weight: 700;
}

.issue-table-form {
	margin-top: 30px;
}

.issue-table-form-title,
.issue-table-form-msg{
	margin-bottom: 10px;
}

.issue-table-form-msg {
	height: 75px;
}

.issue-table-msg-list {

}

.issue-table-section .mCSB_buttonUp,
.issue-table-section .mCSB_buttonDown,
.issue-table-section .mCSB_buttonLeft,
.issue-table-section .mCSB_buttonRight {
	background-image: url(/img/tc/sprite.png);
	background-repeat: no-repeat;
	opacity: 1;
	background-color:#f6f6f6;

}
.issue-table-section .mCSB_buttonUp {
	background-position: -60px -147px;
}

.issue-table-section .mCSB_buttonDown {
	background-position: -73px -147px;
}

.issue-table-section .mCSB_dragger .mCSB_dragger_bar,
.issue-table-section .mCSB_dragger:hover .mCSB_dragger_bar {
	background:#25acfe!important;
	width:14px;
}

.issue-table-section .mCSB_draggerRail{
	background:#f6f6f6;
}

.issue-table-section .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	height: 12px;
	margin: 0 auto;
	top: 5px;
}

.issue-table-section .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 14px;
	margin: 4px 0;
}

@media (max-width:1700px) {
	.issue-table-section {
		overflow: auto;
	}
	.issue-table {
		min-width: 920px;
	}
}

@media (max-width:1370px) {
	.issue-list {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.issue-list-wrap,.issue-list-side {
		width: 100%;
	}
	.issue-table {
		min-width: 1000px;
	}
}

@media (max-width: 705px) {
	.issue-filter-item {
		padding: 5px 25px;
	}
	.issue-table-section .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		display: block !important;
	}
	.issue-table-info-item-title {
		padding-right: 15px;
	}
	.issue-table-body-item.new .issue-table-info-item-title {
		padding-right: 80px;
	}
	.issue-title {
		font-size: 16px;
	}
}

@media (max-width: 580px) {
	.issue-filter {
		font-size: 0;
	}

	.issue-filter-item {
		padding: 5px 0;
		text-align: center;
		width: calc(100% / 2 - 20px);
		margin-right: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.issue-filter-item:nth-child(2n+2) {
		width: calc(100% / 2);
		margin-right: 0;
	}

	.issue-rate-content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.issue-rate-count {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: flex-start;
		align-self: flex-start;
		margin: 0 0 20px 0;
		width: 100%;
		text-align: center;
	}

	.issue-rate-stars-wrap {
		text-align: center;
	}

	.issue-rate-btn {
		width: 100%;
	}
}
.choosen-language #language:first-letter,
.custom-google-translater .language-list ul li div span:first-letter {
	text-transform: uppercase;
}

.winsofhistory-slider {
	max-width: 1200px;
	max-height: 675px;
	margin: 30px auto 0 !important;
}

.winsofhistory-slider .flex-prev {
	left: -35px !important;
	opacity: 1 !important;
}

.winsofhistory-slider .flex-next {
	right: -40px !important;
	opacity: 1 !important;
}

#scr-block {
	position: relative;
}

.goog-te-banner-frame {
	position: fixed;
}

.field-type-Bc_Form_Element_SearchInFound.control-group > .description {
	width: 100% !important;
	display: block;
	text-align: right;
}

/*------- Тех.поддержка ------- */
#footer {
	padding-top: 25px;
	padding-bottom: 30px;
}

@media screen and (max-width: 700px) {
	#footer {
		padding-bottom: 0;
		padding-top: 20px;
	}
}

#footer p {
	font-size: 14px;
	
	line-height: 21px;
	margin: 0 0 10px 0;
}

#footer .contractor_support {
	position: relative;
	display: block;
	width: 100%;
	/*margin: 20px 40px 30px 0;*/
	clear: both;
	padding: 10px 40px 0 48px;
	text-align: center;
}
#footer .contractor_support p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	background: url(/img/contractor/ann_sum_01.svg) 0 0 no-repeat;
}
#footer .contractor_support p {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding-left: 45px;
	color:#212121;
}
#footer .contractor_support .support_button {
	position: relative;
	display: inline-block;
	height: 42px;
	line-height: 44px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 0px 30px;
	background: #25acfe;
	font-size: 14px;
	color: white;
	cursor: pointer;
	
	font-weight: 700;
	border: 0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	vertical-align: top;
}
#footer .contractor_support .support_button:hover {background: #236D9A;}

.contractor_support .support_popup {
	display: none;
	position: relative;
}
.support_popup {
	box-sizing: border-box;
}
.support_popup h2 {
	position: relative;
	
	font-size: 24px;
	text-align: center;
	font-weight:700;
}
.support_popup textarea {
	position: relative;
	display: block;
	resize: none;
	width: 440px;
	height: 150px;
	border: 1px solid #e2e2e2;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 30px auto;
	
	font-size: 14px;
	line-height: 21px;
	padding: 10px 15px;
}
.support_popup .support_button_send {
	position: relative;
	display: block;
	width: 175px;
	height: 36px;
	border: 2px solid #25acfe;
	background: transparent;
	color: #25acfe;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none!important;
	margin: 0 auto 30px auto;
	font-weight:700;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	clear: both;
}
.support_popup .support_button_send:hover,
.support_popup .support_button_send.active {
	background: #25acfe;
	color: #fff!important;
}

@media screen and (max-width: 960px) {
	#footer .contractor_support {padding: 0; width: 480px; text-align: center;}
	#footer .contractor_support p {margin: 0 0 20px 0;}
	#footer .contractor_support:before {display: none;}
}

@media screen and (max-width: 800px) {
	#contractor .contractor_support {width: 100%;}
	#contractor .contractor_support p {display: block; padding: 0 30px;}
}

@media print {
	#footer .contractor_support {display: none;}
}

.all-count {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

.doc-item {
	width: 100%;
	padding: 20px 18px;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}
.doc-item span {
	font-weight: normal;
	padding-right: 10px;
	line-height: normal;
	
}
.doc-item h2.doc-item_title {
	font-size: 18px;
	font-weight: 900;
	
}
.doc-item .doc-item_info {
	width: 100%;
	margin-top: 19px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_info__caption {
	width: 100%;
	display: flex;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_info__caption span {
	font-size: 14px;
	color: #B7B7B7;
	
}
.doc-item_info__caption span:first-child {
	width: 30%;
}
.doc-item_info__caption span:last-child {
	width: 70%;
}
.doc-item_info__value {
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	padding-left: 10px;
	align-items: center;
}
.doc-item_info__value .rub {
	line-height: 5px;
	position: relative;
	width: 5px !important;
	display: inline-block;
}
.doc-item_info__value .rub:after {
	content: '';
	width: 6px;
	height: 1.5pt;
	left: 0px;
	bottom: -1px;
	background: #000;
	position: absolute;
}
.doc-item_info__value span:first-child {
	width: 30%;
	font-size: 12px;
	
	color: #000;
}
.doc-item_info__value span:last-child {
	width: 70%;
	font-weight: bold;
	font-size: 14px;
	
	color: #000;
}
.doc-item_members {
	width: 100%;
	margin-bottom: 22px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_members .doc-item_member__caption {
	width: 100%;
	display: flex;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_members .doc-item_member__caption span {
	font-size: 14px;
	color: #B7B7B7;
	
}
.doc-item_members .doc-item_member__caption span:nth-child(1) {
	width: 3%;
}
.doc-item_members .doc-item_member__caption span:nth-child(2) {
	width: 50%;
}
.doc-item_members .doc-item_member__caption span:nth-child(3) {
	width: 15%;
}
.doc-item_members .doc-item_member__caption span:nth-child(4) {
	width: 17%;
}
.doc-item_members .doc-item_member__caption span:nth-child(5) {
	width: 15%;
}
.doc-item_member__value {
	width: 100%;
	display: flex;
	padding: 10px 0px 10px 10px;
	align-items: center;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_member__value:last-child {
	border: none;
}
.doc-item_members .doc-item_member__value span:nth-child(1) {
	width: 3%;
	font-size: 13px;
	color: #000;
}
.doc-item_members .doc-item_member__value span:nth-child(2) {
	width: 50%;
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.doc-item_members .doc-item_member__value span:nth-child(3) {
	width: 15%;
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.doc-item_members .doc-item_member__value span:nth-child(4) {
	width: 17%;
	font-weight: 700;
	font-size: 13px;
	color: #B7B7B7;
}
.doc-item_members .doc-item_member__value span:nth-child(5) {
	width: 15%;
	font-weight: 700;
	font-size: 13px;
	color: #B7B7B7;
}
.doc-item h5 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	
}
.doc-item_documents {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_documents__caption {
	width: 100%;
	display: flex;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_documents .doc-item_documents__caption span {
	font-size: 14px;
	color: #B7B7B7;
}
.doc-item_documents .doc-item_documents__caption span:nth-child(1) {
	width: 18%;
}
.doc-item_documents .doc-item_documents__caption span:nth-child(2) {
	width: 25%;
}
.doc-item_documents .doc-item_documents__caption span:nth-child(3) {
	width: 25%;
}
.doc-item_documents .doc-item_documents__caption span:nth-child(4) {
	width: 32%;
}
.doc-item_documents__value {
	width: 100%;
	display: flex;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #EDF0F4;
}
.doc-item_documents__value:last-child {
	border: none;
}
.doc-item_documents .doc-item_documents__value span:nth-child(1) {
	width: 18%;
	font-size: 12px;
	color: #000;
}
.doc-item_documents .doc-item_documents__value span:nth-child(2) {
	width: 25%;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
.doc-item_documents .doc-item_documents__value span:nth-child(3) {
	width: 25%;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
.doc-item_documents .doc-item_documents__value span:nth-child(4) {
	width: 32%;
	font-size: 14px;
	color: #57B0FF;
}
.doc-item_documents .doc-item_documents__value span a,
.doc-item_documents .doc-item_documents__value span a:hover {
	font-size: 14px;
	color: #57B0FF;
}

#container .infoblock.notice-block.telegram {
    border-radius: 5px;
    padding: 20px 18px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}
#container .infoblock.notice-block.telegram .title.settings {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    
    padding: 0;
}
#container .infoblock.notice-block.telegram .tg-bot_info__status {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    
}
#container .infoblock.notice-block.telegram .tg-bot_info__btns {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
#container .infoblock.notice-block.telegram .tg-bot_info__btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 24px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-align: center;
    
}
#container .infoblock.notice-block.telegram .tg-bot_info__btns a:first-child {
    color: #fff;
    background: #278CFA;
}
#container .infoblock.notice-block.telegram .tg-bot_info__btns a:last-child {
    color: #278CFA;
    background: #fff;
    margin-left: 20px;
    border: 2px solid #278CFA;
}

.winsofhistory-slider {
	max-width: 1200px;
	max-height: 675px;
	margin: 30px auto 0 !important;
}

.winsofhistory-slider .flex-prev {
	left: -35px !important;
	opacity: 1 !important;
}

.winsofhistory-slider .flex-next {
	right: -40px !important;
	opacity: 1 !important;
}

#scr-block {
	position: relative;
	overflow-x: auto;
}

@media (max-width:800px) {
	.doc-item_info__caption {
		display: none;
	}
	.doc-item_info__value,
	.doc-item_info__value span{
		display: block;
	}
	.doc-item_info__value span{
		margin-bottom: 5px;
	}
	.doc-item_info__value span span {
		display: inline-block;
	}
	.doc-item_info__value span:first-child {
		width: 100%;
	}
	.doc-item_members {
		margin-bottom: 35px;
	}
	.doc-item_members,
	.doc-item_documents{
		overflow-x: auto;
	}
	.doc-item_members .doc-item_member__caption,
	.doc-item_member__value,
	.doc-item_documents__caption,
	.doc-item_documents__value{
		min-width: 600px;
	}
}

.mainwrapper.sbar-hidden .custom-select {
	width: 150px;
}

.mainwrapper.sbar-hidden .tender_filter {
	display: flex;
}

.mainwrapper.sbar-hidden .custom-select_title {
	padding-right: 0;
}

.mainwrapper.sbar-hidden .custom-select {
	margin-bottom: 0;
}

.mainwrapper .tender_filter {
	clear: both;
	display: block;
	padding-top: 15px;
}

.mainwrapper .custom-select {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (max-width: 700px){
	.mainwrapper .custom-select{
		width: 100%;
		margin-top: 20px;
	}
}
.custom-select_title {
	padding-right: 30px;
}

table.default.favorit tr.row-highlited {
	background-color: #d9f6fd;
	border-color: #d9f6fd;
}

table.default.favorit tr.row-highlited td.tender-name {
	display: block;
	position: relative !important;
}

table.default.favorit tr.row-highlited td.tender-name .tender-name_icon {
	content: "";
	display: block;
	background: url(/img/tc/tender-search.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.search_sort {
	text-align: center;
	list-style: none;
	padding: 15px 0 15px;
}

.search_sort li {
	border-bottom: 1px dashed #a1a1a1;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.search_sort li:first-child {
	border-bottom: none;
	padding-right: 0;
}

.search_sort li:last-child {
	border-right: 0;
	margin-right: 0;
}

.search_sort li:after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	opacity: 0.4;
	right: -3px;
	bottom: 0;
	position: absolute;
	background: url(/img/tc/sprite.png) no-repeat;
}

.search_sort li.desc:after {
	background-position: -186px -36px;
}

.search_sort li.asc:after {
	background-position: -186px -22px;
	bottom: 3px;
}

.search_sort li.current {
	
	font-weight: 700;
}

.personal-search {
	padding-left: 10px;
}

.personal-search .download_example {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 8px 14px 9px;
	background: #25acfe;
	font-size: 14px;
	color: white;
	cursor: pointer;
	
	font-weight: 700;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	vertical-align: middle;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	padding-left: 38px;
	padding-top: 3px;
	line-height: 30px;
	height: 35px;
}

.personal-search .download_example:before {
	content: "";
	background: url('/img/tc/personal_search.png') no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
}

.personal-search .field-type-text {
	display: block;
}

.personal-search .column-item-params {
	padding-left: 10px;
}

.personal-search .layout-zone h2 {
	font: 700 20px "HelveticaNeueCyr";
	color: #000;
	margin: 10px;
}

.personal-search form .control-group:not(.field-type-checkbox) .controls {
	width: 100%;
	min-width: 100%;
}
.personal-search form .field-type-checkbox .controls {
	display: block;
	text-align: center;
	width: 100%;
}

.personal-search form .control-group, .controls.middle {
	width: 98% !important;
}

.personal-search .column-item .handle-title-wrap {
	margin-left: 10px;
}

.personal-search .field-type-checkbox {
	display: block;
	margin-top: 0;
}

.personal-search .control-group .labels {
	display: flex;
}

.personal-search .column-item {
	margin: 10px 5px 5px;
	border: 1px solid #dddddd;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 40px);
}

.personal-search .js-handle-description {
	padding-left: 10px;
	padding-top: 5px;
	display: none;
}

.personal-search .js-widget-Floating {
	position: relative !important;
	float: none !important;
	left: 0 !important;
	width: auto !important;
	right: 0;
	text-align: right;
	padding-right: 87px;
}

.personal-search .js-widget-Floating:nth-child(2) {
	display: none;
}

.personal-search form .submit-block,
.personal-search .submit-block.save {
	background: none !important;
	margin-top: 0;
}

.personal-search .js-widget-Floating {
	top: 55px;
}

.personal-search .js-widget-Form {
	margin-top: -50px;
}

.tc-page-contractor-show .contractor .js-widget-Form .layout-zone {
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (max-width: 1350px) {
	.personal-search .column-item {
		width: calc(100% / 2 - 40px);
	}
	.personal-search .js-widget-Floating {
		padding-right: 63px;
	}
}

@media (max-width: 790px) {
	.personal-search .layout-zone {
		padding-right: 10px;
	}
	.personal-search .layout-zone .layout-zone {
		padding-right: 0;
	}
	.personal-search .column-item {
		width: 100%;
		margin-right: 0;
	}
	.personal-search .control-group .labels,
	.personal-search .control-group .controls,
	.personal-search #tender_search .control-group>.labels {
		width: auto !important;
		min-width: 100% !important;
	}
	.personal-search form .control-group, .controls.middle {
		width: auto !important;
		min-width: 98%;
	}
	.personal-search form .control-group .labels {
		display: none;
	}
	.personal-search .control-group.field-type-checkbox {
		text-align: center;
	}
}

@media (max-width: 790px) {
	.personal-search .js-widget-Floating {
		padding-right: 10px;
	}
}

.subform .field-name-accessSettings label {
	white-space: normal;
}

.search_autocomplete {
	font-size: 0;
	display: block;
}

.search_autocomplete-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 20px;
	text-decoration: none;
}

.search_autocomplete-item[data-name="type"] {
	width: 13%;
}

.search_autocomplete-item[data-name="region"] {
	width: 20%;
}

.search_autocomplete-item[data-name="status"] {
	width: 5%;
	padding-right: 0;
	text-align: right;
}

.search_autocomplete-item[data-name="innogrn"] {
	width: 25%;
}

.search_autocomplete-item[data-name="title"] {
	width: 37%;
}

.search_autocomplete-item_status {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.search_autocomplete-item b {
	font-weight: bold;
}

.search_autocomplete-item_status[data-status="on"] {
	background-color: green;
}

.search_autocomplete-item_status[data-status="ready"] {
	background-color: yellow;
}

.search_autocomplete-item_status[data-status="off"] {
	background-color: red;
}

/*Лишняя рамка для пунктов автокомплита*/
/*.ui-menu-item.ui-state-focus {*/
	/*border: 1px solid black;*/
/*}*/

form#employee .field-type-subform .layout-zone label {
	white-space: normal;
}
/*===18.03.2019 ssirotenko * header toggle button style ===*/
#header .toggle-header::before {
	content: "▲";
}
#header .toggle-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    background: rgba(0,0,0,.4);
	color: #fff;
	display: none;
	cursor: pointer;
	z-index: 9999999;
}
@media (min-width: 1024px) {
	/*
	#header {
		padding-bottom: 20px;
	}*/
	#header:hover .toggle-header {
		display: block;
	}
	#header.min {
		padding-bottom: 20px;
	}
	#header.min .logo-pic {
		background: url(/img/tc/logo_bico_white_min.png) no-repeat;
		width: 68px;
	}
	#header.min .heading-panel-title {
		display: none;
	}
	/*
	#header.min .quality-service {
		margin-left: 15px;
	}
	*/
	#header.min .header-left_top {
		display: inline-block;
		vertical-align: top;
		width: 74px;
	}
	#header.min .header-left_btm {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 80px);
		margin-top: 20px;
	}
	#header.min .manager-wrapper .manager .photo {
		width: 50px;
		height: 50px;
	}
	#header.min .manager {
	/*	width: 315px;*/
		margin-top: 15px;
		margin-bottom: 0;
	}
	#header.min .name-manager-data {
		font-size: 13px;
		line-height: 18px;
		font-weight: 700;
	}
	#header.min .name-manager-label {
		font-size: 12px;
		line-height: 15px;
		font-weight: 500;
	}
	#header.min .name-manager-rate span {
		font-size: 20px;
		font-weight: 700;
		margin-right: 5px;
	}
	#header.min .manager p {
		margin: 0;
		font-weight: 500;
	}
	#header.min .manager .photo,
	#header.min .manager .name-manager {
		display: inline-block;
	}
	#header.min .toggle-header::before {
		content: "▼";
	}
}
@media (max-width: 1024px) {
	#header .heading-panel-title,
	#header .quality-service  {
		display: none;
	}
	#header .manager-wrapper .manager .photo {
		width: 75px!important;
		height: 75px!important;
	}
	#header .manager-wrapper {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#header .name-manager p,
	#header .name-manager-rate  {
		margin: 0;
	}
	#header .name-manager-rate span {
		font-weight: 700;
		margin-right: 5px;
	}
	#header .manager .name-manager-data {
		font-size: 16px;
		line-height: 14px;
		font-weight: 700;
	}
	#header .manager{
		margin-bottom: 23px;
	}
}

.infromer_hover_1:hover:after {
	position: absolute;
	display: inline-block;
	content: "Сотрудник может назначить заявку без подтверждения администратора.";
	top: -73px;
	width: 152px;
	right: 20px;
	background: #25acfe;
	border-radius: 5px;
	padding: 5px;
	font-size: 10px;
	z-index: 999999;
	color: white;
	font-weight: 500;
}

.infromer_hover_2:hover:after {
	position: absolute;
	display: inline-block;
	content: " Сотрудник автоматически добавляется в наблюдатели для всех новых задач и получает оповещения о дедлайнах для этих задач.";
	top: -73px;
	width: 252px;
	right: 20px;
	background: #25acfe;
	border-radius: 5px;
	padding: 5px;
	font-size: 10px;
	z-index: 999999;
	color: white;
	font-weight: 500;

}
/* Dropdown employee */
#employee .tree_items_wrapper {
	position: relative!important;
}
/*===18.03.2019 ssirotenko * header toggle button style END===*/

.employee_nay_wrap .user-list_status {
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    background: #afafaf;
	color: #fff;
	margin-right: 5px;
}
.employee_nay_wrap .user-list_status.online {
    background: #42b36c;
}
.employee_nay_wrap .user-list_status.recent-online {
	background: #ffb81c;
}
.employee_nay_wrap .user-list_status.long-absence-of {
    background: #bc1313;
}

.extract_page_href{
	line-height: 2.5;
}

.form_demo .control-group.required.field-name-email.field-type-text.no-label{
	margin-bottom: -10px;
}

#colorpicker #delete-color{
  display: block;
  outline: none;
  background: #25acfe;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  border: none;
  width: 100%;
  max-width: 161px;
  padding: 10px 15px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
  cursor:pointer;
  height:100%;
}

#delete-color{
    background-color:#eed8da;
    border-radius:4px;
    width:100%;
    cursor:pointer;
    margin-top:10px;
}

/* МОДАЛКИ */

.ui-dialog.ticket-limit-window .ui-widget-content,
.ui-dialog.tender-limit-window .ui-widget-content {
	position: relative;
}

.ui-dialog.ticket-limit-window .ui-widget-content {
	min-height: 74px !important;
}

.ui-dialog.ticket-limit-window .ui-widget-content {
	padding-left: 85px;
}

.ui-dialog.tender-limit-window .ui-widget-content {
	padding-left: 105px;
}

.ui-dialog.ticket-limit-window .ui-dialog-buttonpane,
.ui-dialog.tender-limit-window .ui-dialog-buttonpane {
	margin: 0;
	padding-left: 0;
	padding-top: 30px;
}

.ui-dialog.ticket-limit-window .ui-dialog-buttonpane .ui-dialog-buttonset > *,
.ui-dialog.ticket-limit-window .ui-dialog-buttonpane .ui-dialog-buttonset > *:first-child,
.ui-dialog.tender-limit-window .ui-dialog-buttonpane .ui-dialog-buttonset > *,
.ui-dialog.tender-limit-window .ui-dialog-buttonpane .ui-dialog-buttonset > *:first-child {
	margin: 5px 5px 5px 0;
}

.ui-dialog.ticket-limit-window .ui-dialog-content:before {
	content: '';
	background: url(/img/tc/tender_limit_icon.png) center center no-repeat;
	background-size: 100%;
	width: 60px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
}

.ui-dialog.tender-limit-window .ui-dialog-content:before {
	content: '';
	background: url(/img/tc/tender_limit.png) center center no-repeat;
	width: 82px;
	height: 102px;
	position: absolute;
	left: 0;
	top: 0;
}

.ui-dialog.ticket-limit-window .ui-dialog-titlebar,
.ui-dialog.tender-limit-window .ui-dialog-titlebar {
	padding-bottom: 0;
}

.ui-dialog.tender-limit-window .ui-dialog-buttonpane  .ui-dialog-buttonset {
	text-align: left;
}

/* ТУЛТИПЫ */
.tooltip {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* СТИЛИ ПЕРСОНАЛЬНОГО ПОИСКА */

.tc-page-search-personal .infoblock .search-personal,
.tc-page-ticket-list .infoblock .print-table,
.tc-page-search-advanced .infoblock .search-result.search-tender,
.tc-page-informer-list .infoblock #informer-list,
.tc-page-ticket-status-list .infoblock .default.status,
.tc-page-tender-show .infoblock .item .information:not(.docs),
.tc-page-tender-show .infoblock .item .lots,
.tc-page-analytics-reports .infoblock .analytics_table.default.my-otchet.js-analytics-reports {
	padding-top: 10px;
	padding-bottom: 20px;
}

.tc-page-statistic-index .infoblock #mCSB_1_container {
	padding-top: 10px;
}

.tc-page-search-index .infoblock .default.search-template {
	padding-bottom: 20px;
}

.tc-page-settings-index .employee-settings.admin-block,
.tc-page-tender-views .infoblock .tenders-new.default {
    margin-bottom: 20px;
}

.tc-page-subscribe-edit #container .add-new-subscribe .infoblock {
	padding-bottom: 30px;
}

/* СТРАНИЦА ПЕРСОНАЛЬНОГО ПОИСКА */

.tc-page-search-personal .serp .search-control_personal,
.tc-page-search-personal-analytics .serp .search-control_personal {
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.tc-page-search-personal .serp .search-control_personal .sercher-res,
.tc-page-search-personal-analytics .serp .search-control_personal .sercher-res {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	top: 0;
	padding-top: 0;
	font-size: 0;
	line-height: 0;
	margin: 5px 0;
}

.tc-page-search-personal .serp .search-control_personal > .group-btn.flt.helps-visual,
.tc-page-search-personal-analytics .serp .search-control_personal > .group-btn.flt.helps-visual {
	margin: 5px 0 5px 10px;
}

.tc-page-search-personal .serp .sercher-res .search-tpl-btn,
.tc-page-search-personal-analytics .serp .sercher-res .search-tpl-btn {
	float: none;
	top: 0;
	margin-left: 10px;
	margin-right: 0;
}

.tc-page-search-personal .serp .sercher-res .search-tpl-btn .save-param,
.tc-page-search-personal-analytics .serp .sercher-res .search-tpl-btn .save-param {
	top: 0;
	height: auto;
	padding: 9px 16px 9px;
	font-size: 14px;
	line-height: 16px;
	margin-right: 0;
}

.tc-page-search-personal .serp .sercher-res .btn-default.btn-default--excel-list,
.tc-page-search-personal-analytics .serp .sercher-res .btn-default.btn-default--excel-list {
	display: inline-block;
	position: static;
	top: 0;
	margin-right: 0;
	margin-left: 10px;
	padding: 9px 16px 9px;
	font-size: 14px;
	line-height: 16px;
}

.tc-page-search-personal .serp .sercher-res .print-block.search_page,
.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page {
	position: static;
	top: 0;
	margin-left: 10px;
	margin-right: 0;
}

.tc-page-search-personal .serp .sercher-res .print-block.search_page .xls .xls-i,
.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page .xls .xls-i {
	float: none;
}

.tc-page-search-personal .serp .sercher-res .print-block .xls.helps-visual,
.tc-page-search-personal-analytics .serp .sercher-res .print-block .xls.helps-visual {
	margin: 0;
	float: none;
}

@media screen and (max-width: 700px) {
	.tc-page-search-personal .serp .sercher-res,
	.tc-page-search-personal-analytics .serp .sercher-res {
		width: 100%;
	}

	.tc-page-search-personal .serp .sercher-res .btn-default.btn-default--excel-list,
	.tc-page-search-personal-analytics .serp .sercher-res .btn-default.btn-default--excel-list,
	.tc-page-search-personal .serp .sercher-res .search-tpl-btn.helps-visual,
	.tc-page-search-personal-analytics .serp .sercher-res .search-tpl-btn.helps-visual,
	.tc-page-search-personal .serp .sercher-res .print-block.search_page,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page,
	.tc-page-search-personal .serp .search-control_personal > .group-btn.flt.helps-visual,
	.tc-page-search-personal-analytics .serp .search-control_personal > .group-btn.flt.helps-visual {
		margin: 5px 0;
	}

	.tc-page-search-personal .serp .sercher-res .btn-default.btn-default--excel-list,
	.tc-page-search-personal-analytics .serp .sercher-res .btn-default.btn-default--excel-list {
		margin-top: 0;
	}

	.tc-page-search-personal .serp .sercher-res .print-block.search_page,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page {
		margin-bottom: 0;
	}

	.tc-page-search-personal .serp .sercher-res .print-block.search_page #xlsFormBtn.xls,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page #xlsFormBtn.xls,
	.tc-page-search-personal .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i {
		height: auto;
		margin: 0;
		font-size: 14px;
		line-height: 16px;
	}

	.tc-page-search-personal .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i {
		padding: 9px 0;
	}
}

@media screen and (min-width: 701px) {
	.tc-page-search-personal .serp .sercher-res .search-tpl-btn.helps-visual,
	.tc-page-search-personal-analytics .serp .sercher-res .search-tpl-btn.helps-visual {
		order: 2;
	}

	.tc-page-search-personal-analytics .serp .sercher-res .btn-default.btn-default--excel-list,
	.tc-page-search-personal .serp .sercher-res .btn-default.btn-default--excel-list {
		order: 1;
	}

	.tc-page-search-personal .serp .sercher-res .print-block.search_page,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page {
		order: 0;
	}
}

@media screen and (min-width: 701px) and (max-width: 980px) {
	.tc-page-search-personal-analytics .serp .sercher-res .btn-default.btn-default--excel-list,
	.tc-page-search-personal .serp .sercher-res .btn-default.btn-default--excel-list {
		width: auto;
	}

	.tc-page-search-personal .sercher-res .print-block.search_page,
	.tc-page-search-personal-analytics .sercher-res .print-block.search_page {
		margin-top: 0;
	}

	.tc-page-search-personal .sercher-res .print-block #xlsFormBtn.xls.helps-visual,
	.tc-page-search-personal-analytics .sercher-res .print-block #xlsFormBtn.xls.helps-visual {
		width: 50px;
		margin-top: 0;
	}

	.tc-page-search-personal .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i,
	.tc-page-search-personal-analytics .serp .sercher-res .print-block.search_page #xlsFormBtn.xls .xls-i {
		padding: 0;
		height: auto;
	}
}

/* ТАБЛИЦЫ ПОИСКА ТЕНДЕРОВ */

.tc-page-search-advanced.tc-page-search-advanced--has-tender .infoblock table.default.search-result.search-tender tr td.favorite {
	font-size: 0;
	line-height: 0;
}

.tc-page-search-advanced.tc-page-search-advanced--has-tender .infoblock table.default.search-result.search-tender tr td.favorite {
	padding-left: 2px !important;
}

.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderFavoriteState"],
.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderFavoriteState"]:visited,
.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderForgottenState"],
.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderForgottenState"]:visited,
.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite .mCS_img_loaded {
	display: inline-block;
	vertical-align: middle;
	box-sizing: content-box;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderFavoriteState"] .add-favorite::before {
	content: '';
	background: url(/img/tc/stars3.png) no-repeat;
	top: 0;
	position: relative;
	opacity: 1;
	width: 15px;
	height: 20px;
	display: block;
	background-position: 0;
	transition: none;
}

.tc-page-search-advanced.tc-page-search-advanced--has-tender .search-result.search-tender .favorite a[data-action="setTenderForgottenState"] .forgotten.add-favorite::before {
	content: '';
	background: url(/img/tc/forgotten.png) no-repeat;
	top: 0;
	position: relative;
	opacity: 1;
	width: 15px;
	height: 15px;
	transition: none;
}

/* СТРАНИЦА ПРОВЕРКИ КОНТРАГЕНТОВ */

.tc-page-contractor-show .arbitration-form .control-group {
	font-size: 0;
	line-height: 0;
}

.tc-page-contractor-show .arbitration-form .control-group .labels,
.tc-page-contractor-show .arbitration-form .control-group .controls {
	font-size: 16px;
	line-height: 20px;
}

.tc-page-contractor-show .field-name-claimAmount {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.tc-page-contractor-show .control-group.field-name-claimAmount .controls input {
	margin-top: 0;
}

.tc-page-contractor-show .control-group.field-name-claimAmount .controls label {
	margin: 0 10px 0 20px;
}

.tc-page-contractor-show .control-group.field-name-claimAmount .controls {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

/* СТРАНИЦА ИЗБРАННЫХ ТЕНДЕРОВ */

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter {
	font-size: 0;
	line-height: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .custom-select.comment-tender .custom-select-form input,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .custom-select.comment-tender .custom-select-form input,
.tc-page-tender-index.tc-page-tender-index--has-tender .custom-select_container.custom-select_container--comment input,
.tc-page-tender-list.tc-page-tender-list--has-tender .custom-select_container.custom-select_container--comment input,
.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .ustom-select.add-color #delete-color,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .ustom-select.add-color #delete-color {
	padding-top: 3px;
	padding-bottom: 3px;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .custom-select.comment-tender .close,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .custom-select.comment-tender .close,
.tc-page-tender-index.tc-page-tender-index--has-tender .custom-select_container.custom-select_container--comment .close,
.tc-page-tender-list.tc-page-tender-list--has-tender .custom-select_container.custom-select_container--comment .close {
    width: 19px;
    height: 19px;
    float: right;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background: url(/img/tc/sprite.png) no-repeat;
    background-position: -8px -72px;
    cursor: pointer;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .custom-select.comment-tender .custom-select-form #add-comment,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .custom-select.comment-tender .custom-select-form #add-comment,
.tc-page-tender-index.tc-page-tender-index--has-tender .custom-select_container.custom-select_container--comment .custom-select-form #add-comment,
.tc-page-tender-list.tc-page-tender-list--has-tender .custom-select_container.custom-select_container--comment .custom-select-form #add-comment {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter label,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter label,
.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .custom-select,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .custom-select {
	margin: 0;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .select_all,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .select_all {
	margin-right: 10px;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .tender_filter__button:not(:last-child),
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .tender_filter__button:not(:last-child) {
	margin-right: 10px;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter #add-comment.accept,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter #add-comment.accept,
.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter #save-color.accept,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter #save-color.accept,
.tc-page-tender-index.tc-page-tender-index--has-tender .tender_filter .add-tags-btn.accept,
.tc-page-tender-list.tc-page-tender-list--has-tender .tender_filter .add-tags-btn.accept,
.tc-page-tender-index.tc-page-tender-index--has-tender .custom-select_container.custom-select_container--comment #add-comment.accept,
.tc-page-tender-list.tc-page-tender-list--has-tender .custom-select_container.custom-select_container--comment #add-comment.accept {
	color: white;
	background-color: #36C051;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tag.bt-metka,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tag.bt-metka,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tender-tags-wrapper,
.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tender-tags-wrapper {
	font-size: 0;
	line-height: 0;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tender-content,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tender-content {
    display: block;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tender-tags-wrapper.tender-tags-wrapper--border,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tender-tags-wrapper.tender-tags-wrapper--border,
.tc-page-subscribe-list .subscribe .tender-tags-wrapper.tender-tags-wrapper--border{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #eeeeee;
    background-color: rgba(128, 128, 128, 0.1);
}

/*.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .metka.tender-tags .tag.bt-metka,*/
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .metka.tender-tags .tag.bt-metka {
	margin-right: 10px;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tag.bt-metka a,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tag.bt-metka a {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tag.bt-metka a:first-child,
.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tag.bt-metka a:first-child {
	font-size: 14px;
	line-height: 16px;
}

@media (min-width: 701px) {
	.tc-page-tender-index.tc-page-tender-index--has-tender .favorit tr.row-highlited .edit.edit--add-tags.bt,
	.tc-page-tender-list.tc-page-tender-list--has-tender .favorit tr.row-highlited .edit.edit--add-tags.bt {
		margin-right: 25px;
	}

	.tc-page-tender-index.tc-page-tender-index--has-tender .favorit .tender-tags-wrapper.tender-tags-wrapper--border,
	.tc-page-tender-list.tc-page-tender-list--has-tender .favorit .tender-tags-wrapper.tender-tags-wrapper--border {
		margin-bottom: -7px;
	}

	.tc-page-tender-index.tc-page-tender-index--has-tender .infoblock table.default.favorit,
	.tc-page-tender-list.tc-page-tender-list--has-tender .infoblock table.default.favorit {
		margin-bottom: 15px;
	}

	.tc-page-tender-index.tc-page-tender-index--has-tender .infoblock table.default.favorit tr td.tender-name,
	.tc-page-tender-list.tc-page-tender-list--has-tender .infoblock table.default.favorit tr td.tender-name {
		min-width: 400px;

	}

	.custom-select_container.custom-select_container--comment {
		top: 0;
		left: -345px;
	}
}

@media screen and (min-width: 365px) and (max-width: 700px) {
	.custom-select_container.custom-select_container--comment {
		left: 50%;
		margin-left: -172px;
	}
}

@media screen and (max-width: 364px) {
	.custom-select_container.custom-select_container--comment {
		width: auto;
		left: 0;
		right: 0;
	}

	.custom-select_container.custom-select_container--comment .custom-select-form input {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* СТРАНИЦА РАССЫЛОК С ТЕНДЕРАМИ */

.tc-page-subscribe-list #container .infoblock .title.settings {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.tc-page-subscribe-list .title.settings .title__content {
	display: flex;
	flex-direction: row-reverse;
}

.tc-page-subscribe-list .title.settings .title__content .group-btn,
.tc-page-subscribe-list .title.settings .title__content .helps-visual .submit-block {
	margin-top: 0;
	top: 0;
}

.tc-page-subscribe-list .title.settings .title__content .helps-visual .submit-block {
	float: none;
	margin-left: 15px;
	margin-right: 0;
}

.tc-page-subscribe-list .title.settings .title__content .select-analytics-report.subscribe_page {
	top: 0;
	margin-right: 0;
}

.tc-page-subscribe-list .infoblock .title__content .submit-block input[type="submit"].newsletter-add {
	margin-right: 0;
	padding: 10px 16px 10px;
}

.tc-page-subscribe-list .title.settings .title__content .select-analytics-report {
	float: none;
}

.tc-page-subscribe-list .title.settings .title__content .select-analytics-report .selected-report .selecteds {
	height: 37px;
	line-height: 37px;
}

.tc-page-subscribe-list .title.settings .title__content .group-btn ul li {
	line-height: 33px;
}

.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls #createTime-from + label {
	margin-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 17px;
}

.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group {
	font-size: 0;
	line-height: 0;
}

.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group .labels,
.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group .controls {
	font-size: 14px;
	line-height: 17px;
}

.tc-page-subscribe-list .horizontal-custom-scroll .mCSB_draggerRail {
	height: 20px !important;
	margin: 4px 0 !important;
}

.tc-page-subscribe-list .horizontal-custom-scroll .mCSB_dragger_bar {
	height: 14px !important;
}

.tc-page-subscribe-list .horizontal-custom-scroll .mCSB_buttonLeft,
.tc-page-subscribe-list .horizontal-custom-scroll .mCSB_buttonRight {
	height: 15px;
	top: 5px;
}

@media screen and (min-width: 701px) and (max-width: 1119px) {
	.tc-page-subscribe-list #container .infoblock .title.settings {
		flex-direction: column;
		align-items: flex-start;
	}

	.tc-page-subscribe-list #container .infoblock .title.settings .title__content {
		flex-wrap: wrap;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.tc-page-subscribe-list #container .infoblock .title.settings .title__content .select-analytics-report {
		padding-left: 0;
	}
}

@media screen and (min-width: 701px) {
	.tc-page-subscribe-list .js-common-search-block .js-widget-Form {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .layout-zone,
	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .submit-block {
		float: none;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .submit-block {
		margin-top: 0;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .layout-zone {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group.field-name-employee_id {
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group.field-name-employee_id > .labels {
		min-width: auto;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group.field-name-employee_id > .controls {
		flex-grow: 1;
		width: auto;
		min-width: 190px;
		max-width: 460px;
	}

	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .control-group.field-name-employee_id > .controls #employee_id {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 980px) {
	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .submit-block input[type="submit"] {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 981px) {
	.tc-page-subscribe-list .js-common-search-block .js-widget-Form .submit-block {
		background: #f6f6f6!important;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 700px) {
	.tc-page-subscribe-list #container .infoblock .title.settings {
		flex-direction: column;
	}

	.tc-page-subscribe-list #container .infoblock .title.settings .title__name {
		align-self: flex-start;
		margin-bottom: 15px;
	}

	.tc-page-subscribe-list #container .infoblock .title.settings .title__content {
		align-self: stretch;
		flex-direction: column;
		align-items: stretch;
	}

	.tc-page-subscribe-list .title.settings .title__content .helps-visual .submit-block {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.tc-page-subscribe-list .title.settings .title__content .select-analytics-report.subscribe_page {
		padding-left: 0;
		text-align: right;
	}

	.tc-page-subscribe-list .title.settings .title__content .group-btn {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.tc-page-subscribe-list .infoblock .title__content .submit-block input[type="submit"].newsletter-add {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls {
		display: flex;
		flex-direction: column;
	}

	.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls #createTime-from,
	.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls #createTime-to {
		margin-top: 5px;
	}

	.tc-page-subscribe-list .control-group.from-to.field-name-createTime.field-type-subform > .controls #createTime-from + label {
		align-self: flex-start;
		margin-left: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.tc-page-subscribe-list .js-common-search-block.filter-block.subs .control-group.from-to .labels {
		padding-bottom: 0;
	}
}

/* СТРАНИЦА СТАТУСОВ ЗАЯВОК */

.tc-page-ticket-status-list .add-status {
	float: none;
	display: block;
	position: static;
}

.tc-page-ticket-status-list .add-status .add-status-btn {
	padding: 8px 16px 9px;
	margin-left: auto;
}

/* СТРАНИЦА ВИДЕООБУЧЕНИЯ */

.tc-page-video-index .video_block.blocks .video_item.viewed .date_and_viewed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.tc-page-video-index .video_block.blocks .video_item.viewed .date_and_viewed .viewed {
    position: static;
    padding: 5px 10px;
}

.tc-page-video-index .video_block.blocks .video_item.viewed .date_and_viewed .date,
.tc-page-video-index .video_block.blocks .video_item.viewed .date_and_viewed .viewed {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .tc-page-video-index .video_block.blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
    .tc-page-video-index .video_block.blocks .video_item {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 599px) {
    .tc-page-video-index .video_block.blocks .video_item {
        flex-basis: 100%;
    }
}

/* СТРАНИЦА НАСТРОЕК */

.tc-page-settings-index #company .layout-zone .control-group.field-name-confirmationableTasks.field-type-checkbox .labels {
	display: none;
}

.tc-page-settings-index #company .layout-zone .control-group > .labels {
    margin-top: 0;
}

.tc-page-settings-index #company .layout-zone .control-group.control-group.field-name-region_id #regions_wrapper_id {
    margin-bottom: 10px;
}

.tc-page-settings-index .changePassword .layout-zone .control-group > .controls input {
    border-radius: 4px;
}

@media screen and (max-width: 700px) {
	.tc-page-settings-index .control-group.phone .controls label {
		text-align: left;
	}

	.tc-page-settings-index .infoblock.client-data .tabs .item.item-phones .item-control-block.active + .item-body.js-subformListItemBody {
		padding: 5px 15px 10px 15px;
		border: 1px solid lightgray;
		border-radius: 5px;
		background-color: lightyellow;
	}

	.tc-page-settings-index #employee .layout-zone .tabs.subform-list.subform-list-phones .js-action-add {
		font-size: 14px;
		line-height: normal;
		padding: 8px 10px 9px;
		height: auto;
	}

    .tc-page-settings-index #company .layout-zone .control-group .labels {
        float: none;
    }
}

@media screen and (max-width: 980px) {
	.tc-page-settings-index .close_add_task_form_button {
		width: 100%;
	}
}

/* СТРАНИЦА ЗАЯВКИ */

.tc-page-ticket-edit ~ #ui-datepicker-div.ui-datepicker {
	z-index: 1000000 !important;
}

/* СТРАНИЦА ОТЧЕТОВ АНАЛИТИКИ */

.tc-page-analytics-calculate .control-group.field-name-competitorCompany_id.field-type-competitorPicker > .controls .company-picker .search-wrapper .input-wrapper input[type="text"],
.tc-page-analytics-calculate .control-group.field-name-initiator_id.field-type-announcerPicker > .controls .company-picker .search-wrapper .input-wrapper input[type="text"] {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group {
	font-size: 0;
	line-height: 0;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group .controls,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group .labels {
	font-size: 14px;
	line-height: 20px;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-field_id.field-type-fieldTree > .controls {
	margin-top: 10px;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-region_id.field-type-regionTree,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-region_id.field-type-regionTree > .controls,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-field_id.field-type-fieldTree,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-field_id.field-type-fieldTree > .controls,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-region_id.field-type-regionTree,
.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-region_id.field-type-regionTree > .controls {
	margin-bottom: 0;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.from-to.field-name-costRubLot > .controls input[type="text"] {
	margin-bottom: 0;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone {
	font-size: 0;
	line-height: 0;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.field-name-initiator_id.field-type-announcerPicker .currently-selected-wrapper,
.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.field-name-initiator_id.field-type-announcerPicker .currently-selected-wrapper .currently-selected-wrapper-list {
	border-radius: 3px;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.field-name-withZero .controls label {
	font-size: 14px;
	line-height: 16px;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.field-name-withZero.field-type-checkbox > .controls label {
	padding-left: 0;
}

.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .labels {
	/*max-width: none !important;*/
	min-width: auto;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone.button-zone .element-group .control-group.field-name-submit > .controls {
	margin-left: 0;
	margin-right: 15px;
}

.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone.button-zone .element-group .control-group.field-name-submit > .controls .js-show-additional-fields.additional-fields-toggler.right {
	margin-left: 0;
}

.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone.additionalField.additional-fields-zone {
	padding-top: 25px;
}

@media screen and (max-width: 700px) {
	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .controls {
		width: 100% !important;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group .controls input[type="text"],
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group > .controls,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-field_id.field-type-fieldTree > .controls {
		margin-top: 0;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.from-to {
		margin-bottom: 20px;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.from-to > .controls input[type="text"] {
		margin-bottom: 0;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-initiator_id.field-type-announcerPicker > .controls,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-competitorCompany_id.field-type-competitorPicker > .controls {
		margin-bottom: 10px;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-multifields > .labels,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-multiregions > .labels,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-withZero > .labels,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-withZero > .labels,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-withResult > .labels {
		display: none;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-withZero label[for="filter-costRubLot-withZero"] {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 701px) {
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.from-to > .controls {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group.from-to > .controls input[type="text"] {
		flex-grow: 1;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .labels {
		width: 26%;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .controls {
		width: 69%;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-type_id.field-type-tenderTypeTree > .controls,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-initiator_id.field-type-announcerPicker > .controls,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-competitorCompany_id.field-type-competitorPicker  > .controls,
	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-etp_id.field-type-etpTree > .controls {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group .control-group.field-name-region_id.field-type-regionTree > .controls {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1170px) {
	.tc-page-analytics-calculate .clear.mainwrapper.sbar-hidden .analytics_filter .analytics-form-wrapper .layout-zone .element-group.left-column,
	.tc-page-analytics-calculate .clear.mainwrapper.sbar-hidden .analytics_filter .analytics-form-wrapper .layout-zone .element-group.right-column {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.tc-page-analytics-calculate .clear.mainwrapper.sbar-hidden .analytics_filter .analytics-form-wrapper .layout-zone .element-group.left-column {
		padding-left: 5px !important;
		padding-right: 15px !important;
	}

	.tc-page-analytics-calculate .clear.mainwrapper.sbar-hidden .analytics_filter .analytics-form-wrapper .layout-zone .element-group.right-column {
		padding-left: 15px !important;
		padding-right: 20px !important;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .controls {
		width: 74%!important;
		min-width: auto;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group > .labels {
		max-width: 230px !important;
	}

	.tc-page-analytics-calculate #searchform .analytics_filter .analytics-form-wrapper .layout-zone:not(.button-zone) .element-group .control-group:not(.field-name-costRubLot) {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1500px) {
	.tc-page-analytics-calculate .clear.mainwrapper .analytics_filter .analytics-form-wrapper .layout-zone .element-group.left-column,
	.tc-page-analytics-calculate .clear.mainwrapper .analytics_filter .analytics-form-wrapper .layout-zone .element-group.right-column {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group.left-column {
		padding-left: 5px !important;
		padding-right: 10px !important;
	}

	.tc-page-analytics-calculate .analytics_filter .analytics-form-wrapper .layout-zone .element-group.right-column {
		padding-left: 10px !important;
		padding-right: 5px !important;
	}
}

.tc-page-analytics-calculate .infoblock #searchform .analytics-form-wrapper .additionalField {
	display: none;
}

/* СТРАНИЦА СТАТИСТИКА УЧАСТИЙ */

.tc-page-statistic-index .default.statistic .number_block {
	width: 34px !important;
}

.tc-page-statistic-index .default.statistic .stat_name {
	width: 438px !important;
}

.tc-page-statistic-index .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	z-index: 9999 !important;
}

/* МОДАЛЬНЫЕ ОКНА */

/* Модалка сохранения шаблона поиска */

.ui-dialog.modal-create-search-template .ui-dialog-content {
	padding-top: 15px;
}

.ui-dialog.modal-create-search-template .line-container[data-linked="new-name"] {
	margin-bottom: 15px;
}

.ui-dialog.modal-create-search-template .tree_items_container .tree_item .tree_item_data {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0;
	line-height: 0;
}

.ui-dialog.modal-create-search-template .tree_items_container .tree_item .tree_item_data .tree_input,
.ui-dialog.modal-create-search-template .tree_items_container .tree_item .tree_item_data .expand_link {
	display: inline-block;
	vertical-align: middle;
}

.ui-dialog.modal-create-search-template .tree_items_container .tree_item .tree_item_data .tree_input {
	position: static;
	margin: 0;
	top: auto;
}

.ui-dialog.modal-create-search-template .tree_items_container .tree_item .tree_item_data .expand_link {
	padding-left: 5px;
	font-size: 13px;
	line-height: 20px;
}

.ui-dialog.modal-create-search-template .savefavcontent_block .line-container {
	display: block;
	font-size: 0;
	line-height: 0;
}

.ui-dialog.modal-create-search-template .savefavcontent_block .line-container.line-container--name {
	padding-top: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

.ui-dialog.modal-create-search-template .savefavcontent_block .line-container.line-container--name label {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	white-space: normal;
}

.ui-dialog.modal-create-search-template #template_id .select-tree-place-holder {
	font-size: 13px;
	line-height: 34px;
	margin-top: 0;
}

/* СТРАНИЦА СПИСКА ВЫЙГРАННЫХ ТЕНДЕРОВ В АНАЛИТИКЕ */

.tc-page-analytics-tender-list .infoblock.analitic-info .analytics_table.floating-head {
	margin-bottom: 15px;
}

.tc-page-analytics-tender-list .floatThead-wrapper ~ .paginator {
	padding-top: 5px;
	padding-bottom: 15px;
}

@media screen and (max-width: 700px) {
	.tc-page-analytics-tender-list .analytics_table.floating-head {
		min-width: auto !important;
		max-width: 100%;
	}
}

/* Модалка отзыва заявки */

@media (max-width:980px) {
	.ui-dialog.delegate-popup .delegate-to-bico {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 0;
	}

	.ui-dialog.delegate-popup .delegate-to-bico::before {
		position: static;
		margin-bottom: 20px;
	}

	.ui-dialog.delegate-popup .title-message {
		margin-bottom: 10px;
	}

	.ui-dialog.delegate-popup .withdraw-comment {
		width: 100%;
	}

	.ui-dialog.delegate-popup .ui-dialog-buttonpane {
		width: 100%;
		margin-left: 0;
	}

	.ui-dialog.delegate-popup .ui-dialog-buttonpane .ui-dialog-buttonset {
		width: 100%;
	}

	.ui-dialog.delegate-popup .ui-dialog-buttonpane .ui-dialog-buttonset button {
		width: 100%;
		margin: 5px 0;
	}
}

/* Модалка новой задачи */

.add_task_form .add_task_form_block_wrapper .control-group .labels label {
	font-size: 14px;
	line-height: 16px;
}

.add_task_form .add_task_form_block_wrapper .control-group .labels {
	padding-bottom: 5px;
}

/* Google Charts tooltips */

.google-visualization-tooltip {
	pointer-events: none;
	height: auto;
}

.google-visualization-tooltip-item span {
    font-family: Arial !important;
    font-size: 14px !important;
}

.block-two .google-visualization-tooltip-item-list {
	height: auto;
	margin: 10px 0 10px 0;
}

.block-two .google-visualization-tooltip-item-list .google-visualization-tooltip-item {
	width: auto;
	float: none;
	text-align: left;
	min-height: auto;
	margin: 5px;
}

.block-two .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
	margin: 5px;
}

.goog-tooltip {
	z-index: 2001;
}

.goog-tooltip div {
	font-size: 14px !important;
	background-color: lightyellow !important;
	padding: 7px !important;
}

@media screen and (max-width: 980px) {
    .goog-tooltip div {
        font-size: 12px !important;
    }
}

/* Главная страница аналитики ЛК*/

.tc-page-analytics-index #charts .pie-chart {
	min-height: 350px;
}

.tc-page-analytics-index #charts .mob div[dir="ltr"] {
	margin: 0 auto;
}

.tc-page-analytics-index #charts .etpchart {
	left: 50% !important;
	transform: translateX(-50%);
}
