html { -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; }body { margin: 0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;}audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}audio:not([controls]) {display: none;  height: 0;}[hidden],template { display: none;}a { background-color: transparent;}a:hover { outline: 0;}abbr[title] { border-bottom: 1px dotted;}b,strong {font-weight: bold;}dfn {font-style: italic;}h1 {font-size: 2em; margin: 0.67em 0;}mark {background: #ff0;  color: #000;}small {font-size: 80%;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) { overflow: hidden;}figure { margin: 1em 40px;}hr {box-sizing: content-box; height: 0;}pre {overflow: auto;}code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled],html input[disabled]{cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input{line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] { -webkit-appearance: textfield;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend{border: 0;padding: 0;}textarea{overflow: auto;}optgroup{font-weight: bold;}table{border-collapse: collapse;border-spacing: 0;}td,th{padding: 0;}
textarea {resize: none;}
html {height: 100%;}
p {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
img {max-width: 100%;height: auto;vertical-align: middle;}


/*отступы и бордеры внутри ширены*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*
	FONTS
	font-family: 'Roboto'; - light(300), Normal(400), Bold(700)
	font-family: 'Roboto Condensed'; - Normal(400), Bold(700)
	font-family: 'HelveticaNeueCyr-Light';
	font-family: 'HelveticaNeueCyr-Roman';
	font-family: 'HelveticaNeueCyr-Medium';
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);



@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('../fonts/helvetica/HelveticaNeueCyr-Light.eot');
  src: url('../fonts/helvetica/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Light.woff2') format('woff2'),
       url('../fonts/helvetica/HelveticaNeueCyr-Light.woff') format('woff'),
       url('../fonts/helvetica/HelveticaNeueCyr-Light.ttf') format('truetype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/helvetica/HelveticaNeueCyr-Roman.eot');
  src: url('../fonts/helvetica/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Roman.woff2') format('woff2'),
       url('../fonts/helvetica/HelveticaNeueCyr-Roman.woff') format('woff'),
       url('../fonts/helvetica/HelveticaNeueCyr-Roman.ttf') format('truetype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url('../fonts/helvetica/HelveticaNeueCyr-Medium.eot');
  src: url('../fonts/helvetica/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Medium.woff2') format('woff2'),
       url('../fonts/helvetica/HelveticaNeueCyr-Medium.woff') format('woff'),
       url('../fonts/helvetica/HelveticaNeueCyr-Medium.ttf') format('truetype'),
       url('../fonts/helvetica/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* END FONTS */


a {
	text-decoration: underline;
	font-family: 'Roboto';
	font-weight: 400;  
	color: inherit;
}
a:hover {text-decoration: none;}



.col-1   { width: 8.333333333333332%;}
.col-2   { width: 16.666666667%;}
.col-3   { width: 25%;}
.col-4   { width: 33.333333333%;}
.col-5   { width: 41.666666667%;}
.col-6   { width: 50%;}
.col-7   { width: 58.333333333%;}
.col-8   { width: 66.666666667%;}
.col-9   { width: 75%;}
.col-10  { width: 83.333333333%;}
.col-11  { width: 91,666666667%;}
.col-12  { width: 100%;} 
.col-30  { width: 30%;} 

/* Общие классы */
.left {float: left;}
.right {float: right;}
.clear{ clear: both; width: 100%;}

.colGreen {color: #8bc34a;}
.colRed {color: #e84e40 !important;}
.colBlue {color: #03a9f4;}
.colBlackBlue {color: #1d2531;}
.colOrange {color: #faa519;}

.text_robLight_14 {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
}
.bbD_blue {
	color: #118cd3;
	border-bottom: 1px dashed #118cd3;
	font-family: 'Roboto';
	font-weight: 300;
	text-decoration: none;
}
a.bbD_blue:hover {border-bottom: none;}

.fz_22 {font-size: 22px;}
.fz_18 {font-size: 18px;}
.fz_16 {font-size: 16px;}
.fz_14 {font-size: 14px;}
.fz_13 {font-size: 13px;}
.fz_11 {font-size: 11px;}

.text_left {text-align: left;}
.text_center {text-align: center;}
.text_right {text-align: right;}

.mb_10 {margin-bottom: 10px;}
.mb_20 {margin-bottom: 20px;}
.m_t15_b20 {margin: 15px 0 20px;}
.m_t20_b15 {margin: 20px 0 15px;}

.d_ib {display: inline-block;}

.pLR_0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pl_10 {padding-left: 10px !important;}

.triangle_top, .triangle_bottom {
	position: relative;
}
.triangle_top:before {
	content: '';
	position: absolute;
	top: 0;
	border: 4px solid transparent;	
	border-bottom: 4px solid #8bc34a;
}
.triangle_bottom:before {
	content: '';
	position: absolute;
	top: 3px;
	border: 4px solid transparent;	
	border-top: 4px solid #e84e40;
}
.selec_date_top.triangle_bottom:before {
	border-top-color: #118cd3;
	right: -16px;
  top: 6px;
}

.animate_custom, .animate_custom:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.animation_rotate180 {
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.animation_rotate180:hover {
	-webkit-transform: rotateY(180deg);
  -ms-transform: rotateYe(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
	-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
  content: '';
  clear: both;
  display: block;
}

/*ОБЩИЙ ШАБЛОН САЙТА*/
body {
	font: 0.750em/1 'HelveticaNeueCyr-Roman', sans-serif;
	min-height: 100%;
	min-width: 1024px;
	position: relative;
	color: #888888;
	letter-spacing: -0.2px;
}

.container, .container_notClear {
	max-width: 1280px;
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;	
	position: relative;
	padding: 0;
}
.container_PR {
	padding-right: 50px;
	padding-left: 0;
	/*overflow: hidden;	*/
}

h1, .title_h1 {
  font-size: 1.4em;
  margin: 0.2em 0;
  color: #1d2531;
  font-family: 'HelveticaNeueCyr-Light';
  letter-spacing: 0;
  vertical-align: middle;
}
.title_h1.mb_20 {margin-top: 20px;}
.title_h1.m_t20_b15 {margin: 20px 0 15px;}
h2 {
  font-size: 1.35em;
  margin: 0.2em 0;
}
h3 {
  font-size: 1.3em;
  margin: 0.1em 0;
}
h4 {
  font-size: 1.2em;
  margin: 0.1em 0;
}

ul.not_ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.type_dash li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}
ul.type_dash li:before {
	content: '—';
	position: absolute;
	left: -20px;
}

table {
	width: 100%;
}
td {
	padding: 5px;
}
.table_styleNon > tbody > tr > td {
	padding: 0;
}

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="search"] {
	height: 34px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px rgb(193,193,193);
	border: solid 1px rgba(193,193,193,.5);
	padding: 0 5px;
	font-size: 1em;
	line-height: normal;
	text-overflow: ellipsis;
}
:focus {outline: 0;}

.error {	
	border: 1px solid red!important;
	-webkit-box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.51);
	box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.51);
	animation: errorIn 2s infinite linear; 
	-moz-animation: errorIn 2s infinite linear;
	-webkit-animation: errorIn 2s infinite linear;
}
@-webkit-keyframes errorIn {
	0 {border-color: rgba(255, 0, 0, 1);}
	50%{border-color: rgba(255, 0, 0, .3);}
	to {border-color: rgba(255, 0, 0, 1);}	
}
@-moz-keyframes errorIn {
	0 {border-color: rgba(255, 0, 0, 1);}
	50%{border-color: rgba(255, 0, 0, .3);}
	to {border-color: rgba(255, 0, 0, 1);}	
}
@keyframes errorIn {
	0 {border-color: rgba(255, 0, 0, 1);}
	50%{border-color: rgba(255, 0, 0, .3);}
	to {border-color: rgba(255, 0, 0, 1);}	
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #118cd3;
	height: 34px;
	padding: 0 20px;
	display: inline-block;
	line-height: 34px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #118cd3;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.submit:hover {
	background: white;
	border: 1px solid #118cd3;
	color: #118cd3;
}

/* ВСПЛЫВАЮЩАЯ ПОДСКАЗКА ДЛЯ input */
.input_hint_wr {
	position: relative;
	display: inline-block;
}
.input_hint {
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
  visibility: hidden;
  padding: 5px;
	left: 5px;
	border-radius: 4px;
	border: 1px solid #0080FF;
}
.input_hint:after, .input_hint:before {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.input_hint:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: white;
	border-width: 10px;
	margin-left: -10px;
}
.input_hint:before {
	border-color: rgba(0, 128, 255, 0);
	border-top-color: #0080FF;
	border-width: 11px;
	margin-left: -11px;
}
input:focus + .input_hint {
	bottom: 110%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}
/* ebd ВСПЛЫВАЮЩАЯ ПОДСКАЗКА ДЛЯ input */


.circle {
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.08);
	box-shadow: 0 0 8px rgba(0,0,0,.08);
	display: inline-block;
  padding: 1px;
}
.circle circle {
  fill: rgba(0,0,0,0);
  stroke: #eee;
  stroke-width: 3;
  stroke-dasharray: 94px;
}
.circle circle:first-child + circle {
  fill: rgba(0,0,0,0);
  stroke: #30bae7;
  stroke-width: 3;
  stroke-dasharray:0 94px;
}
.circle text {
	color: red;
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 12px;
}



/*  ==================
			БЛОКИ В ЛИНИЮ 
		================== */
/*!!! ВАЖНО! Писать в одну строку новый тег. Добавить класс dell_transfer */
/* БЕЗ отступов */
.two_el_item_all, .three_el_item_all, .four_el_item_all, .five_el_item_all {
	display: inline-block;
	vertical-align: top;
  margin-left: 0;
  padding: 0 20px;
  margin-bottom: 30px;
}
/* 2 элемента в строке */
.two_el_item_all {
	width: 50%;
}
/* 3 элемента в строке */
.three_el_item_all {
	width: 33.33333%;
}
.four_el_item_all {
	width: 25%;
}
.five_el_item_all {
	width: 20%;
}
/* end БЕЗ отступов */

/* С отступами */
.two_el_item_wr, .three_el_item_wr, .four_el_item_wr, .five_el_item_wr {
	margin-left: -2%;
}
.two_el_item, .three_el_item, .four_el_item, .five_el_item {
	display: inline-block;
	vertical-align: top;
  margin-left: 0;
  padding: 0;
  margin-bottom: 2%;
  margin-left: 2%;
}
.two_el_item {
	width: 48%;
}
.three_el_item {
	width: 31.33333%;
}
.four_el_item {
	width: 23%;
}
.five_el_item {
	width: 18%;
}
/* end С отступами */

/*  ==================
			END БЛОКИ В ЛИНИЮ 
		================== */


/* ==== HEADER ====== */

#header {
	height: 60px;
}
.head_in {
	background: #1d2531;
	padding-top: 9px;
	position: relative;
}
.head_in:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 1px;
	background: rgba(235, 235, 235, 0.41);
	border-bottom: 1px solid #f1f1f1;
}

.logo {
	margin-top: 1px;
}

.balanceHeader {
	margin-left: 20px;
	height: 44px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 0 12px;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px rgba(255,255,255,.2), inset 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px rgba(255,255,255,.2), inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px rgba(255,255,255,.2), inset 0 1px 1px rgba(0,0,0,.1);
}

.blH_top {
	color: #b7c0cd;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 5px;
	font-family: 'Roboto Condensed';
}

.blH_left {
	padding-right: 1.35em;
	position: relative;
}
.blH_left:after {
	content: '';
	width: 1px;
	height: 100%;
	min-height: 44px;
	background: #0e1217;
	border-right: 1px solid #272f38;
	position: absolute;
	right: 0;
	top: 0;
}

.blH_body {
	font-size: 14px;
	color: #b7c0cd;
	font-family: 'HelveticaNeueCyr-Light';
	padding-bottom: 6px;
}
.blH_body span {
	color: #fff;
	font-size: 1.45em;
}

.blH_right {
	margin-left: .7em;
}
.blH_top td {
	padding: 0;
}
.blH_top td:first-child + td {
	padding: 0 3.3em;
}

.blH_right .blH_top .colGreen.triangle_top:before {
	right: -14px;
}
.blH_right .blH_top .colRed.triangle_bottom:before {
	left: -16px;
}

.blH_right .blH_body {
	padding-top: 3px;
}
.blH_right .blH_body span {
	font-size: 1.18em;
}
.balanceHeadDiagr > .left span {
	position: relative;
	top: -1px;
}

.balanceHeadDiagr {
	padding-left: 37px;
	margin-left: 1.1em;
	background: url(../img/icons/ic_diagram.png) no-repeat left center;
	height: 44px;
	line-height: 44px;	
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
	color: #b7c0cd;
}
.balanceHeadDiagr > .left:first-child {
	margin-right: 2.1em;
}

.navHead {
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
}

.navHead ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
.navHead li {
	display: inline-block;
	margin-left: 25px;
	line-height: 36px;
}
.navHead li:first-child {
	margin-left: 0;
}
.navHead li a {
	color: #b7c0cd;
	font-size: 16px;
	display: inline-block;
	position: relative;
	height: 36px;
  padding-left: 45px;

}
.navHead li a > span.navHead_ic {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #b7c0cd;
	border-radius: 50%;
	top: -1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.navHead li a:hover > span {
	background-position: left -36px;
	-webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* header на внутренних страницах */
.header {
	border-bottom: 1px solid #ebebeb;
	color: #888888;
	padding-top: 9px;
}
.header .balanceHeadDiagr {
	margin-left: 0;
	background: url(../img/icons/ic_diagram_dark.png) no-repeat left center;
	font-size: 1.5em;
	padding-left: 52px;
}
.header .balanceHeadDiagr > .left:first-child {
	margin-right: 0.5em;
}

.header .navHead li a {
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}
.header .navHead li {
	margin-left: 1em;
}
.navHead li a > span.navHead_count {
	background: #faa519;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	color: #10141c;
	position: absolute;
  left: -4px;
  top: -2px;
}
.search_h {
	position: relative;
	width: 320px;
}
.search_h input[type="text"] {
	width: 100%;
}
.search_h input[type="submit"] {
	position: absolute;
	width: 31px;
	height: 100%;
	background: url(../img/icons/ic_search.png) no-repeat left center;
	cursor: pointer;
	border: none;
	padding: 2px 3px;
	top: 0;
	right: 0;
}
/* end header на внутренних страницах */


/*===== END HEADER ====*/
	/*место под подвал + 30px*/
.footHide {
	width: 100%;
	height: 70px;
}

/*Подвал*/
#footerWrap{
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	background: #e7e7e7;
}

#footer {
	height: 70px;
}
#footerWrap footer {
	padding-top: 10px;
}
.foot_item {
	width: 13%;
	display: inline-block;
	margin-left: 1%;
	height: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	text-align: center;
}
.foot_item:first-child {
	margin-left: 0;
}
.foot_item_top {
	color: #fff;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	-webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 -1px 2px rgba(0,0,0,.05);
	background: rgba(0, 0, 0, 0.2);
}
.foot_item_body {
	height: 30px;
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
.foot_item_body img {
	position: relative;
	top: -2px;
}
/* end Подвал */

/* =========PAGES========== */
.table_frame_page  {
	width: 100%;
}
.table_frame_page > tbody > tr > td {
	padding: 7px 11px;
	vertical-align: top;
}

.table_frame_page_two > tbody > tr > td {
	width: 50%;
}
.table_frame_page_three > tbody > tr > td {
	width: 33.333%;
}	
.table_frame_page_three.page_center_td > tbody > tr > td {
	width: 30%;
}	
.table_frame_page_three.page_center_td > tbody > tr > td:first-child  + td {
	width: 40%;
}


.t_f_p_bgGray_shadow {
	background: #f8f8f8;
	-webkit-box-shadow: inset 36px 0px 29px -44px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 36px 0px 29px -44px rgba(0,0,0,0.75);
	box-shadow: inset 36px 0px 29px -44px rgba(0,0,0,0.75);
	padding-left: 14px !important;
}
.t_f_p_bgGray_shadow:first-child {
	padding-left: 11px !important;
	padding-right: 13px !important;
	-webkit-box-shadow: inset -36px 0px 29px -44px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -36px 0px 29px -44px rgba(0,0,0,0.75);
	box-shadow: inset -36px 0px 29px -44px rgba(0,0,0,0.75);
}

/* Выбор даты */
.selec_date {
	display: inline-block;
	position: relative;
	margin: 0 7px;
}
.hint + .selec_date {
	margin-left: 0;
}
.title_h1 .selec_date {
	top: -1px;
}
.selec_date .selec_date_top {
	color: #118cd3;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px dashed #118cd3; 
	font-family: 'Roboto';
	font-weight: 300;
	position: relative;
}
.selec_date .selec_date_top:after {
	content: '';
	position: absolute;
	height: 1px;
	background: #118cd3;
	width: 0%;
	left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.selec_date .selec_date_top:hover:after {
	width: 100%;
}

.selec_date_body {
	position: absolute;
	z-index: 5;
	background: white;
	font-size: 13px;
  padding: 3px 9px;
	border: 1px solid #118cd3;
	display: none;
}
/*.selec_date_top:hover + .selec_date_body, .selec_date_body:hover {
	display: block;
}*/
.selec_date_body li {
	white-space: nowrap;
	padding: 3px 0;
	cursor: default;
}
.selec_date_body li span {
	border-bottom: 1px dashed #118cd3; 
	cursor: pointer;
}
.selec_date_body li span:hover {
	color: #118cd3;
}
.selec_date_body li span:hover {
	border-bottom: 0;
}

.selec_date_d {
	width: 175px;
	margin-top: 8px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 0 !important;
}
.selec_date_d label {margin-top: 5px; width: 48%;} 
.selec_date_d label input {margin-top: 3px; height: 24px;}

/* end Выбор даты */

/* Подсказка */
.hint {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 4px;
  z-index: 9;
}
.hint:first-child {margin-left: 0; margin-right: 5px; top: -1px;}
.hint.warning {top: -2px;}
.hint:after {
	content: '';
	position: absolute;
	display: block;
	top: -8px;
  height: 10px;
  left: -3px;
  width: 150px;
  display: none;
}
.hint:hover:after {
	display: block;
}
.hint:after:hover {
	display: block;
}
.hint_text {
	width: 19px;
	height: 19px;
	background: url(../img/icons/hint.png) no-repeat center;
	cursor: pointer;
}
.warning .hint_text {
	width: 20px;
	height: 20px;
	background: url(../img/icons/ic_warning.png) no-repeat center;
}
.hint_body {
	position: absolute;
  width: 150px;
  background: white;
  border: 1px solid rgba(17, 140, 211, 0.69);
  padding: 7px;
  left: -3px;
  bottom: 140%;
  bottom: -o-calc(100% + 7px);
  bottom: -moz-calc(100% + 7px);
  bottom: -ms-calc(100% + 7px);
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hint_right .hint_body {
	left: auto;
	right: -3px;
}
.warning .hint_body {
	border-color: #e84e40;
}
.hint:hover .hint_body {
	opacity: 1;
	visibility: visible;
}

.hint_body:after, .hint_body:before {
	top: 100%;
	left: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.hint_right .hint_body:after, .hint_right .hint_body:before {
	left: auto;
	right: 8px;
}
.hint_body:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 4px;
	margin-left: -4px;
}
.hint_body:before {
	border-color: rgba(17, 140, 211, 0);
	border-top-color: #118cd3;
	border-width: 5px;
	margin-left: -5px;
}
.warning .hint_body:before {
	border-top-color: #e84e40;
}

.hint_right .hint_body:after, .hint_right .hint_body:before {
	left: auto;
	right: 8px;
}
.hint_right .hint_body:before {margin-right: -1px;}
/* end Подсказка */

/* ====== INDEX ======== */

/* Сумма за сегодня */
.summa_today_body_item {width: auto;}
.summa_today  {
	margin-top: 20px;
}
.summa_today .title_h1 {
	margin: 0;
}
.summa_today > table {
	width: 100%;
}
.summa_today td {
	padding: 0;
	vertical-align: top;
}
.summa_today > tbody > tr > td:first-child {
	width: 21%;
}
.summa_today > tbody > tr > td:first-child + td {
	width: 42%;
}
.summa_today > tbody > tr > td:first-child + td + td {
	width: 37%;
}


.summa_today_two > tbody > tr > td:first-child {
	width: 52%;
}
.summa_today_two > tbody > tr > td:first-child + td {
	width: 48%;
}

.summa_today_body_item > tbody > tr > td:first-child {
	padding-right: 10px;
}
.summa_today_body {
	width: 100%;
	position: relative;
}
.summa_today_body > img{
	position: absolute;

}
.summa_today_body_item {
	margin-left: 38px;
}
.summa_today_body_item td {
	padding-bottom: 5px;
	vertical-align: middle;
}
.summa_today_body_item td span  {
	font-size: 18px;
}
/* end Сумма за сегодня */


/* Задачи на главной */
.tasks_ind {
	margin-top: 8px;
}
.tasks_ind_table {
	width: 100%;
	margin-top: 6px;
}
.tasks_ind_table td {
	vertical-align: middle;	
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 2px;
  padding-top: 3px;
}
.tasks_ind_table tr:last-child td {
	border-bottom: 0;
}
.tasks_ind_table td:first-child {
	vertical-align: top;
}
.tasks_ind_table td:first-child + td {
	width: 80%;
	padding-left: 9px;
}
.tasks_ind_table td:first-child + td > div {
	font-size: 15px;	
}
.tasks_ind_table td .colBlackBlue {
	margin-right: 10px;
}
.tasks_ind_table td .colBlackBlue:last-child {margin-right: 0;}
.tasks_ind_table td > div {
	margin-bottom: 4px;
}

.tasks_ind_table td:first-child + td + td {
	width: 20%;
}
.tasks_ind_table td:first-child + td + td .colBlackBlue {
	font-size: 14px;
}
/* end Задачи на главной */


/* Таблицы */
.ic_arrBot_blue, .ic_arrTop_blue {
	height: 16px;
	line-height: 16px;
	display: inline-block;
	padding-left: 22px;
	margin-top: 5px;
	position: relative;
}
.ic_arrBot_blue:after, .ic_arrTop_blue:after {
	content: '';
	width: 14px;
	height: 16px;	
	background: url(../img/icons/ic_arrTop_blue.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
	webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;	
}
.ic_arrBot_blue:after {
	background-image: url(../img/icons/ic_arrBot_blue.png);
}
.ic_arrBot_blue:hover:after, .ic_arrTop_blue:hover:after {
	-webkit-transform: rotateY(180deg);
  -ms-transform: rotateYe(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
	-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list_item {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 20px;
}
.list_item th {
	background: #fff;
	color: #1d2531;
	font-weight: normal;
	text-align: left;
	padding: 7px 11px;
}
.list_item td  {
	text-align: left;
	padding: 11px;
	border-bottom: 1px solid #ebebeb;
}
.list_item td .colBlackBlue {
	font-size: 14px;
}
.list_item tr:last-child td {
	border-bottom: 0;
}

/* ====== END INDEX ======== */

/* навигация с правой стороны */
.right_line {
	background: #1d2531;
	position: fixed;
	width: 50px;
	top: 0;
	right: 0;
	min-height: 100%;
	z-index: 5;	
	padding-bottom: 40px;
}
@media only screen and (max-height: 500px) {
	.right_line {
		position: absolute;
	}
}

.user {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 36px;
  background: #f8f8f8;
  margin: 10px auto 13px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #b7c0cd;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 6px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.menu ul a:hover, .menu ul .active a {
	background-position: center -30px;
}

.right_line_data {
	color: #ffffff;
	font-size: 10px;
	font-family: 'Roboto Condensed'; 
	font-weight: 400;
	position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
  opacity: .7;
}
/* end навигация с правой стороны */


/*akt_doc*/
.table_delimiter {
	width: 100%;
	margin-top: 1px;
}
.table_delimiter > tbody > tr {
	border-bottom: 1px solid #ebebeb;
}
.table_delimiter > tbody > tr > td {
	padding: 10px 5px;
	text-align: right;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.table_delimiter > tbody > tr:last-child,
.table_delimiter > tbody tr.tab_del_open {border-bottom: none;}
.table_delimiter td:first-child {text-align: left;}
.table_delimiter > tbody > tr > td:first-child + td {padding: 10px 8px;	}

.table_delimiter > tbody > tr > td:before {
	content: '';
	position: absolute;
	height: 50%;
	top: 25%;
	width: 1px;
	background: #ebebeb;
	left: 0;
}
.table_delimiter > tbody > tr > td:first-child:before {
	display: none;
}

.table_delimiter_two > tbody > tr {
	border-bottom: 1px solid #ebebeb;
}
.table_delimiter_two > tbody > tr > td {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
}
.table_delimiter_two > tbody > tr > td:first-child {
	padding-left: 5px;
	padding-right: 35px;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.table_delimiter_two > tbody > tr > td:last-child {white-space: nowrap;}

.table_delimiter_two  > tbody > tr >td:first-child + td {width: 80%;}
.table_delimiter_two > tbody > tr > td:before {
	content: '';
	position: absolute;
	height: 50%;
	top: 25%;
	width: 1px;
	background: #ebebeb;
	left: 0;
}
.table_delimiter_two > tbody > tr > td:first-child:before {display: none;} 


.table_td_topShadow > tbody > tr > td {
	-webkit-box-shadow: inset 0px 11px 25px -16px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 11px 25px -16px rgba(0,0,0,0.5);
	box-shadow: inset 0px 11px 25px -16px rgba(0,0,0,0.5);
	padding: 15px 5px;
}
.table_td_topShadow > tbody > tr:first-child > td,
.tab_del_open_body > td {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.tab_del_open td, .tab_del_open_body td {
	background: #f8f8f8;
}

.change_color + .tab_del_open > td > .colBlackBlue,
.change_color + .tab_del_open > td > .colGreen {
	color: #e84e40;
} 

.table_delimiter > tbody > tr.tab_del_open_body > td  {
	padding-top: 0;
	cursor: default;
}

.tab_del_open_body {
	display: none;
}
.tab_del_open + .tab_del_open_body {
	display: table-row;	
}

.akt_butt_wr {margin-top: 10px;}
.akt_butt {
	width: 145px;
	height: 40px;
	font-size: 11px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	padding-right: 5px;
	text-align: center;
  line-height: 40px;
}
.akt_butt.three_el_item {width: 31.33333%;}
.akt_butt.d_ib {display: inline-block;}
a.akt_butt:hover {
	-webkit-box-shadow: 0 0 27px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 27px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 27px 5px rgba(0,0,0,.1);
}
a.akt_butt:hover span {border-bottom: 0;}
.dell_transfer.akt_butt {
	display: inline-block;
}
.akt_butt .d_ib {
	line-height: 1.2;
	vertical-align: middle;
}
.text_left > .akt_butt {text-align: left;}
.akt_butt .d_ib span {
	font-size: 13px;
}

.info_dok {
	margin: 13px 0;
	font-size: 11px;
}
.info_dok a {
	font-size: 12px;
}

.add_file {
	display: block;
	background: #fff;
	border: 1px dashed #cdcdcd;
	border-radius: 5px;
	padding: 10px;
	color: #118cd3;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
}
.add_file input[type="file"] {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

.bg_bot {position: relative;}
.bg_bot:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 20px;
	background: rgba(255,255,255,0.4);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.4)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.bg_bot_img:before {
	content: '';
	position: absolute;
	width: 102px;
	height: 106px;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url(../img/bg_bot_img.png) no-repeat left top;
}

.stat_info_top {
	background: #b6b8bc;
	border-radius: 3px;
	margin-top: 13px;
	padding: 15px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;	
}

.js_circle_diagr_wr  {
	margin-bottom: 10px;
}
.stat_info_list {
	font-size: 11px;
	margin: 10px 0;
}
.stat_info_list a {
	font-size: 13px;
	color: #118cd3;
	margin-left: 17px;
}

.js_circle_diagr_wr > .left {
	width: 50%;
}
.js_circle_diagr_list {
	font-size: 12px;
	margin-bottom: 15px;
}
.js_circle_diagr_list_circle {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.list_item_open_wr {
	margin-top: 10px;
	margin-bottom: 30px;
}

.list_item_open {
	position: relative;	
}

.list_item_open_top {
	position: relative;
	padding: 7px 0 13px 0;
	cursor: pointer;
	font-size: 15px;
}
.list_item_open_top span.list_op_l {
	color: #118cd3;
	border-bottom: 1px dashed #118cd3;
}
.list_item_open_top span.list_op_l:hover {
	border-bottom: 0;
}
.list_item_open_top.triangle_top:before {
	border-bottom-color: #118cd3;
	top: 50%;
	margin-top: -5px;
	right: 10px; 	
}
.list_item_open:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ebebec;
	border-bottom: 1px solid white;
}

.list_item_open_body {
	padding-bottom: 10px;
	display: none;
}
.list_item_open_body table {
	width: 100%;
}
.list_item_open_body table td {
	text-align: center;
}
.list_item_open_body table a {text-decoration: none; text-align: center; display: inline-block; color: #118cd3; z-index: 13;}
.list_item_open_body table a span {text-decoration: underline;}
.list_item_open_body table a:hover span {text-decoration: none;}

.list_item_open_body table ul.d_ib {
	width: 32%;
}
.list_item_open_body table ul.d_ib li {
	margin-bottom: 5px;
	font-size: 11px;
}
.list_item_open_body table ul.d_ib li a {
	font-size: 13px;
	text-decoration: underline;
	color: #888;
}
.list_item_open_send span.list_op_l {
	border-bottom-style: solid;
}
.list_item_open_send .list_item_open_top {
	font-size: 11px;
}
.list_item_open_send .list_op_l {
	font-size: 15px;
	margin-right: 10px;
}
.list_item_open_send .list_item_open_top	 .colBlackBlue {
	font-size: 13px;
}
.send_table td {
	padding: 5px;
	font-size: 13px;
}
.act_doc_right .send_table td:first-child, .send_table td:first-child a, 
.act_doc_right .send_table td:first-child + td + td {
	color: #118cd3;
}
.send_table .problems td:first-child, .send_table .problems td:first-child a, .send_table .problems td:first-child + td + td {
	color: #e84e40;
}
.list_item_open_body .send_table a {
	text-decoration: underline;
}


/* ===== index_doc ==== */
.line_progress {
	max-width: 100%;
	height: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(0,0,0,.1);
}
.line_progress_col {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-align: right;
	font-size: 8px;
	padding-right: 10px;
	line-height: 9px;

	background-color: #7dcee3;
	background-image: -webkit-linear-gradient(left, #00abf0, #7dcee3);
	background-image: -moz-linear-gradient(left, #00abf0, #7dcee3);
	background-image: -o-linear-gradient(left, #00abf0, #7dcee3);
	background-image: -ms-linear-gradient(left, #00abf0, #7dcee3);
	background-image: linear-gradient(to right, #00abf0, #7dcee3);
}
.line_progress_green .line_progress_col {
	background-color: #8ac24a;
	background-image: -webkit-linear-gradient(left, #7db043, #90ca4d);
	background-image: -moz-linear-gradient(left, #7db043, #90ca4d);
	background-image: -o-linear-gradient(left, #7db043, #90ca4d);
	background-image: -ms-linear-gradient(left, #7db043, #90ca4d);
	background-image: linear-gradient(to right, #7db043, #90ca4d);
}
.line_progress_orange .line_progress_col {
	background-color: #8ac24a;
	background-image: -webkit-linear-gradient(left, #faa519, #f6b851);
	background-image: -moz-linear-gradient(left, #faa519, #f6b851);
	background-image: -o-linear-gradient(left, #faa519, #f6b851);
	background-image: -ms-linear-gradient(left, #faa519, #f6b851);
	background-image: linear-gradient(to right, #faa519, #f6b851);
}
.line_progress_red .line_progress_col {
	background-color: #8ac24a;
	background-image: -webkit-linear-gradient(left, #e84e40, #ea7369);
	background-image: -moz-linear-gradient(left, #e84e40, #ea7369);
	background-image: -o-linear-gradient(left, #e84e40, #ea7369);
	background-image: -ms-linear-gradient(left, #e84e40, #ea7369);
	background-image: linear-gradient(to right, #e84e40, #ea7369);
}
.line_progress_bot {
	font-size: 13px;
}

.hr_gray {
	color: #ebebeb; 
	background-color:#ebebeb;
	border:0px none;
	height:1px; 
	clear:both;
}

.block_bg_gray {
	padding: 6px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eff4f4;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	font-size: 12px;
	margin-top: 15px;
	line-height: 19px;
}
.block_bg_gray_lh20 {
	line-height: 20px;
}
.block_bg_gray > img:first-child {margin-right: 10px;}

.tasks_table > tbody > tr > td:first-child {
	padding-left: 0;
	padding-right: 0;
}
.tasks_table > tbody > tr > td:last-child {
	padding-right: 0;
	width: auto;
	font-size: 15px;
}
.tasks_table > tbody > tr > td:last-child .colBlackBlue {font-size: 13px;}

.overdue {
	background-color: #fff;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: linear-gradient(to top, rgba(0,0,0,.03), rgba(255,255,255,.03));
}
.overdue:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bg_bot_img.png) no-repeat center;
	z-index: 1;
	top: 0;
	font-size: 13px;
}
.overdue > div {
	position: relative;
	z-index: 2;
}
.overdue > div > .left,
.overdue > div > .right {
	width: 50%;
	padding: 11px 0;
}
.overdue > div > .left {
	border-right: 1px solid #ebebeb;
}
.overdue_top {
	font-size: 14px;
	color: #1d2531;
	margin-bottom: 6px;
}
.overdue .colRed {font-size: 18px;}

.users_table {
	width: auto;
	margin-top: 10px;
}
.users_table .user {
	margin: 0	;
}
.users_table td {font-size: 15px;}
.users_table td .colBlackBlue {font-size: 13px;}
/* ===end  index_doc ==== */

/* ==== schet_doc_open ==== */
.tab_del_open_body .line_progress_wr  {
	width: 160px;
}
 .line_progress_wr .line_progress_top {
 	font-size: 11px;
 	margin-bottom: 2px;
 }
.line_progress_top + .line_progress {
	margin-top: 0;
}


.score_diagr {
	margin-top: 20px;
	position: relative;
}
.score_diagr > .left {width: 61%; padding-right: 10px; position: relative;}
.score_diagr > .right {width: 39%; padding-left: 10px;}

.score_diagr > .left	.js_circle_diagr_wr .js_circle_diagr + .left {
	padding-top: 25px;
}

.score_diagr > .left:after {
	content: '';
	width: 1px;
	position: absolute;
	height: 80%;
	top: 5%;
	right: 0;
	background: #EBEBEB;
}

.score_diagr_sum {
	margin: 10px auto;
}

.score_diagr .line_progress {
	margin-top: 0;
}

.score_diagr > .right .table_styleNon {
	margin-top: 10px;
}
.score_diagr > .right .table_styleNon > tbody > tr > td:last-child {
	padding-left: 10px;
}

.circle_day {
	width: 34px;
	height: 34px;
	background: #fff;
	line-height: 31px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.08);
	box-shadow: 0 0 8px rgba(0,0,0,.08);
}

.block_bg_white {
	padding: 10px 18px 10px 25px;
	background: white;
	border-radius: 7px;
	border: 1px dashed #cdcdcd;
	margin-top: 10px;
}

.cont_top_wh {
	line-height: 30px;
}
.cont_top_wh > .left .fz_11 {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.cont_top_wh > .right {font-size: 14px;}
.cont_top_wh > .right img {
	margin-right: 15px;
}
.cont_top_wh > .right a {
	margin-left: 15px;
	font-family: 'Roboto';
	font-weight: 300;
	color: #118cd3;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #118cd3;
}
.cont_top_wh > .right a:hover {border-bottom: none;}

.contr_info {
	margin: 17px 0;
}
.contr_info > .left:first-child {
	max-width: 180px;
}
.contr_info > .left:first-child + .left {
	margin-left: 20px;
	margin-top: 5px;
	max-width: 60%;
	max-width: -o-calc(100% - 200px);
	max-width: -moz-calc(100% - 200px);
	max-width: -ms-calc(100% - 200px);
	max-width: -webkit-calc(100% - 200px);
	max-width: calc(100% - 200px);
}
.contr_info > .left:first-child + .left > .fz_11:first-child {
	margin-bottom: 3px;	
}
/* == end schet_doc_open ==== */

/*	=======END PAGES============ */


 