@media (min-width:0px) {
	ul, ol { 
		list-style: none; 
		list-style-image: none; 
		margin: 0; padding: 0;
		color:#111;
		font-size: 14px;
		line-height:24px;
		margin-bottom:10px;
	}

	ul li, ol li{
		font-size: 17px;
		line-height: 1.3;
	}
}
@media (min-width:425px) {
	ul, ol { 
		list-style: none; 
		list-style-image: none; 
		margin: 0; padding: 0;
		color:#111;
		font-size: 14px;
		line-height:24px;
		margin-bottom:15px;
	}

	ul li, ol li{
		font-size: 18px;
		line-height: 28px;
	}
}

body {
	//font-family: "Outfit", "Segoe UI", "Helvetica Neue", "Arial", "Tahoma", sans-serif;
	font-family: 'Outfit', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
    display: block;
	height: 500px;
}


ul li i{
	vertical-align: middle;
}

p {
	line-height: 1.3;
	color: #111;
	margin-bottom:15px;
}

@media (min-width:0px) {
	p {
	  margin-bottom: 10px;
	}
}

@media (min-width:425px) {
	p {
	  margin-bottom: 15px;
	}
}

@media (min-width:768px) {
	p {
	  margin-bottom: 15px !important;
	}
}

.inline-block {
	display:inline-block;
}

a, 
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	/*color:#337ab7;*/
	color: #000;
}

.pointer:hover {
	cursor: pointer;
}

.link,.link:focus {
	text-decoration:none;
	color:#111;
	cursor:pointer;
}

.link:hover{
	border-bottom:1px solid #111;
	color:#111;
}

.link-classic,.link-classic:focus {
	text-decoration:none;
	color:#337ab7;
	cursor:pointer;
}

.link-classic:hover{
	border-bottom:1px solid #337ab7;
	color:#337ab7;
}

.no-link {
	text-decoration:none;
	color:#111111;
}

.no-link:hover, .no-link:focus{
	border-bottom:0px !important;
	color:#111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0px;
}

@media (min-width:0px) {
	h2 {
		margin-bottom: 15px;
		margin-top:10px;
	}
	h3 {
		margin-bottom: 5px;
	}
}

@media (min-width:425px) {
	h2 {
		margin-bottom: 15px;
		margin-top:10px;
	}
	h3 {
		margin-bottom: 5px;
	}
}

@media (min-width:768px) {
	h2 {
		margin-bottom: 30px;
		margin-top:0px;
	}
	h3 {
		margin-bottom: 10px;
	}
}

h6 {
	font-size: 18px;
}



h2.section-title{
	font-size:36px;
	margin:0 0 15px 0;
}

h2.section-title.grey{
	color:#ddd;
}

p.section-subtitle{
	font-size:17px;
}

p.section-subtitle.grey{
	color:#bbb;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-title {
	font-size: 32px;
	margin-top:10px;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
	color: #9E5FBA;
}

.green {
	color: #16A085;
}

.blue {
	color: #3498db;
}

.red{
	color:#34b1c4;
}
.grey{
	color:#ddd;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	padding:90px 0;
}

.section-grey{
	background-color: #eef0f1;
	padding:90px 0;
}

.section-grey.small-padding, .section-white.small-padding{
	padding:40px 0;
}

.section-grey.medium-padding, .section-white.medium-padding, .section-dark.medium-padding{
	padding:60px 0;
}

.section-grey.no-padding-bottom, .section-white.no-padding-bottom, .section-dark.no-padding-bottom, .section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom{
	padding:90px 0 60px 0;
}

.section-grey.no-padding, .section-white.no-padding, .section-dark.no-padding, .section-blue.no-padding{
	padding:0;
}

.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#393f43;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

.chats-element{
	width: 100%;
	height: 72px;
	padding: 5px;
	border-bottom: 1px solid #e9edef;
	position: relative;
}

.chats-element:hover{
	background-color: #f5f6f6;
}

.active{
	background-color: #f0f2f5;
}

audio {
    width: 300px;
    height: 58px;
	padding-bottom: 12px;
}

video {
    width: 300px;
    height: 58px;
	padding-bottom: 12px;
}


.chats-element img {
	width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 10px;
}

.chats-element-username {
	font-size: 14px;
	margin-left: 70px;
	margin-top: 10px;
}

.chats-element-lastactivity {
	float: right;
	font-size: 12px;
}

.chats-element-lastmessage {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 70px;
	margin-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-messages {
	background-image: url("https://1c95.ru/whatsapp/wa-bg.png");
	background-attachment: fixed;
	background-repeat: repeat;
	overflow: auto;
	display: flex;
	flex-direction: column-reverse;
}

.chat-messages img {
	max-width: 300px;
	margin-bottom: 15px;
}

.chat-message-date {
	text-align: center;
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 80px;
    color: #999;
	font-size: 12px;
}

.chat-message {
	margin: 5px;
}

.chats-element-orders {
	margin-left: 20px;
    border-radius: 50%;
    border: 1px solid #178e93;
    padding: 1px 5px;
    background-color: #178e93;
    color: white;
	font-size: 10px;
}

.chat-message-outcome {
	text-align: right;
}

.container {
  height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}

.chat-message .income{
	max-width: 70%;
	background-color: #fff;
    text-align: left;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
	position: relative;
}

.chat-message .outcome{
	max-width: 70%;
	background-color: #dafdd4;
	text-align: left;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
	position: relative;
}

.chat-text {
	margin-right: 30px;
}

.chat-date {
	position: absolute;
    right: 4px;
    bottom: 2px;
    font-size: 11px;
}

.form-main {
	padding: 5px;
}

.form-column {
	display: inline-block;
	margin-left: 5px;
	max-width: 310px;
	min-width: 270px;
}
.form-column:first-child {
	display: inline-block;
	margin-left: 0px;
}
.form-column-header {
	padding: 5px;
	font-size: 18px;
}
.form-column-list {
	background-color: #f4eff3;
}

.form-column-list ul{
	padding: 5px;
	background-color: #fff;
}
.form-column-list-element {
	padding: 10px;
	//background-color: #fffaf9;
	background-color: #ebebeb;
	margin-top: 15px;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
}

.archive {
	border: 1px solid #ccc;
	color: #ccc;
}

.active {
	border: 1px solid #ee8c56;
}
.form-column-list-element:hover {
	border: 1px solid #ee8c56;
}

.form-column-list-element:first-child {
	padding: 10px;
	background-color: #ebebeb;
	margin-top: 0px;
}
.element-row-0 {
	margin: 5px;
	padding-left: 20px;
	text-align: right;
}
.element-row-1 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-2 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-3 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-4 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-5 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-6 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
	line-height: 16px;
}
.element-row-7 {
	margin: 10px 5px 5px 5px;
	
	padding-left: 20px;
	position: relative;
	line-height: 16px;
}
.element-row-fio {
	position: relative;
}
.element-row-date {
	margin-left: 15px;
	padding: 5px 15px;
	background-color: #ee8c56;
	border-radius: 15px;
	color: #fff;
}
.archive .element-row-date {
	background-color: #ccc;
	color: #000;
}
.element-row-age {
	padding: 3px 7px;
	background-color: #7fa7d9;
	border-radius: 15px;
	color: #fff;
}
.archive .element-row-age {
	background-color: #ccc;
	color: #000;
}
.element-row-place {
	position: relative;
}
.element-row-phone {
	position: relative;
}
.element-row-post {
	padding: 3px 10px;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
}
.element-row-info {
	font-size: 12px;
}
.element-row-comment {
	font-size: 12px;
}
.post-1 {
	background-color: #7fa7d9;
}
.post-2 {
	background-color: #369754;
}
.post-3 {
	background-color: #e9e3d5;
	color: #000;
}
.post-4 {
	background-color: #2461b7;
}
.post-5 {
	background-color: #6c29a9;
}
.post-6 {
	background-color: #c13542;
}
.post-7 {
	background-color: #7fa7d9;
}
.post-8 {
	background-color: #7fa7d9;
}

.archive .post-1, .archive .post-2, .archive .post-3, .archive .post-4, .archive .post-5, .archive .post-6, .archive .post-7, .archive .post-8 {
	background-color: #ccc;
	color: #000;
} 

.element-row-price {
	margin-left: 15px;
}

.logo {
	position: absolute;
}

.man {
	left: -7px;
    top: 5px;
}
.location {
	left: -7px;
    top: 5px;
}
.phone {
	left: -7px;
    top: 5px;
}
.info {
	left: -7px;
    top: 5px;
}
.comment {
	left: -7px;
    top: 3px;
}
.form-row {
    width: 100%;
    display: block;
	padding-top: 5px;
}
.form-row:first-of-type {
	padding-top: 0px;
}

.db-block-column{
	/*padding: 0px;*/
}

.db-block {
	border-radius: 5px;
	background-color: #fafafa;
	display: block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	position: relative;
	width: 100%;
	height: 100%;
}
.db-element-column {
	padding: 0px 10px;
	display: inline-block;
}

.db-element-column:first-of-type {
	padding: 0px 10px;
	padding-left: 0px;
	margin-left: 0px;
	display: inline-block;
}

.db-element-row {
	margin-bottom: 4px;
	width: 100%;
}

.db-element-line {
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
}

.db-element {
	display: inline-block;
	border-radius: 5px;
}
.db-block-1 {
	width: 8.33%;
}
.db-block-2 {
	width: 16.66%;
}
.db-block-3 {
	width: 25%;
}
.db-block-4 {
	width: 33.33%;
}
.db-block-5 {
	width: 41.66%;
}
.db-block-6 {
	width: 50%;
}
.db-block-7 {
	width: 58.33%;
}
.db-block-8 {
	width: 66.66%;
}
.db-block-9 {
	width: 75%;
}
.db-block-10 {
	width: 83.33%;
}
.db-block-11 {
	width: 91.66%;
}
.db-block-12 {
	width: 100%;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}

.db-element-inline {
	padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.db-element-inline:first-of-type {
	padding: 5px;
	margin-left: 0px;
	border-radius: 5px;
}

.db-bg-gray {
	background-color: #f0f0f0;
}

.db-element-header {
	color: #70757E;
    display: block;
    width: 100%;
}

.db-element-progressbar {
	
}

.db-element-text {
	
}

.db-element-info {
	
}

.space-between {
	display: flex;
    justify-content: space-between;
}

.flex-start {
	display: flex;
    justify-content: flex-start;
}


.text-bold {
	font-weight: 700;
}

.text-green {
	color: #00B024;
}

.text-red {
	color: #FF2A4D;
}

.text-gray {
	color: #70757E;
}

.text-lightgray {
	color: #c4c6ca;
}

.text-blue {
	color: #1B7BFD;
}

.text-lightblue {
	color: #7da2c1;
}

.text-orange {
	color: #F77D40;
}

.text-black-bold {
	color: #000;
	font-weight: 500;
}

.fs8 {
	font-size: 6px !important;
	line-height: 6px !important;
}

.fs10 {
	font-size: 7px !important;
	line-height: 7px !important;
}

.fs12 {
	font-size: 8px !important;
	line-height: 8px !important;
}

.fs14 {
	font-size: 8px;
}

.fs16 {
	font-size: 10px;
}

.fs18 {
	font-size: 11px;
}

.fs20 {
	font-size: 14px;
}

.fs22 {
	font-size: 16px;
}

.fs24 {
	font-size: 18px;
}

.fs30 {
	font-size: 20px;
}

.db-element-progressbar {
	width: 100%;
}

.block {
	display: block;
}

.monitor-header {
	
}

.db-element-bubble {
	width: 55px;
	margin: auto;
	padding: 5px 10px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	text-align: center;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 5px;
}

.fix-tr {
	position: absolute;
    top: 5px;
    right: 5px;
}

.db-element-progressbar-percent {
	margin: 10px 0px;
	display: inline-block;
}

.db-element-progressbar-bar {
	display: inline-block;
    width: 60%;
    margin: 10px 20px;
}

.block-plan {
	display: inline-block;
	/*width: 43%;*/
	width: 435px;
	height: 100%;
	vertical-align: top;
}

.block-plan-main {
	
}

.block-plan-left {
	display: inline-block;
	/*width: 60%;*/
	width: 260px;
	margin: 0px 10px;
	margin-top: 10px;
	vertical-align: top;
}
.block-plan-remain {
	width: 30%;
}

.block-plan-temp {
	width: 45%;
}

.block-plan-right {
	display: inline-block;
	width: 137px;
	margin-top: 10px;
	vertical-align: top;
}
.block-mtd {
	margin-top:20px;
}

.block-manager {
	width: 105px;
	display: inline-block;
    vertical-align: top;
	margin-left: 5px;
	height: 100%;
}
.block-manager:first-of-type {
	margin-left: 0px;
}

.block-manager-metrik-element {
	display: inline-block;
	margin-left: 10px;
}

.block-manager-metrik-element:first-of-type {
	margin-left: 0px;
}

.block-manager-metrik-row-total {
	font-size: 10px;
	color: #70757E;
	border-top: 1px solid #ccc;
    margin-top: 2px;
}

.block-manager-metrik-header {
	margin-top: 2px;
	font-size: 8px;
}

.block-manager-metrik-row-total .block-manager-metrik-element{
	margin-left: 0px;
}

.metrik-done {
	color: #a1a1a1;
}

.metrik-fail {
	color: #FF2A4D;;
}

.block-zakup {
	width: 100px;
	display: inline-block;
    vertical-align: top;
	height: 100%;
}

.db-block-zakup {
	
}



.block-zakup-metrik-row-total {
	font-size: 10px;
	color: #70757E;
	border-top: 1px solid #ccc;
    margin-top: 2px;
}

.block-zakup-metrik-header {
	margin-top: 2px;
	font-size: 8px;
}

.block-zakup-metrik-row-total .block-zakup-metrik-element{
	margin-left: 0px;
}

.block-zakup-metrik-element {
	display: inline-block;
	margin-left: 10px;
}

.block-zakup-metrik-element:first-of-type {
	margin-left: 0px;
}

.block-task {
	padding-top: 10px;
}

.block-task-main {
	margin: 10px;
	min-height: 52px;
}

.task {
	margin-bottom: 5px;
}

.task-done {
	color: #70757E;
}

.block-manager-main {
	padding: 10px;
	text-align: center;
}

.block-sales {
	width: 220px;
	display: inline-block;
    vertical-align: top;
	height: 100%;
}

.block-sales-main {
	width: 100%;
	padding: 10px;
	
}

.block-graph-sales {
	display: inline-block;
	width: 27%;
}

.block-graph-sales-main {
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}

.block-marga {
	display: inline-block;
	width: 26%;
}
.block-marga-main {
	margin: 10px;
}
.block-marga-bottom {
	margin-top: 10px;
}

.block-marga-today {
	margin: 10px;
}

.block-marga-month {
	margin: 10px;
	margin-left: 20px;
}

.block-targets {
	display: inline-block;
	/*width: 54%;*/
	width: 530px;
	height: 100%;
	vertical-align: top;
}

.block-targets-main {
	margin: 10px;
	width: 184px;
	display: inline-block;
}

.block-targets-main-sub1 {
	margin: 10px;
}


progress {
    --bar: #fff;
    --value: #55bf00;
    --c1: rgb(255 255 255 / 20%);
    --c2: transparent;
    width: 100%; /* Ширина */
    height: 8px; /* Высота */
    border: 1px solid #ccc; /* Убираем рамку */
	border-radius: 10px;
}
progress::-webkit-progress-bar {
    background: var(--bar); /* Цвет шкалы */
	border-radius: 10px;
}
progress::-webkit-progress-value {
    background: var(--value); /* Цвет значения */
    background-image: repeating-linear-gradient(
     135deg,
     var(--c1) 0px, var(--c1) 2px,
     var(--c2) 2px, var(--c2) 7px);
	 border-radius: 10px;
}

.img-calendar {
	position: absolute;
	bottom: -5px;
    width: 18%;
    z-index: 1000;
}

.img-list {
	position: absolute;
    top: -45px;
    width: 21%;
    z-index: 1000;
    right: 5px;
}

.graph {
	/*width: 100%;
	border: 1px solid #ccc;*/
}

.graph-marga {
	width: 100%;
	height: 51px;
    display: block;
	margin-top: 10px;
}


.graph-temp {
	width: 100%;
	height: 51px;
    display: block;
	margin-top: 10px;
}
.graph-income {
	width: 100%;
    /*min-width: 300px;*/
	height: 130px;
    display: block;
	margin-top: 10px;
}

.db-element-table {
	margin-top:10px;
	border: 0;
	border-spacing: 0px;
}


.db-element-table tr{
	margin-bottom:5px;
}

.db-element-table td {
	padding: 4px;
	font-size: 10px;
}

.db-element-table-header {
	color: #91959D;
	font-size: 8px;
}

.db-element-table-row-inwork {
	color: #1B7BFD;
	border-radius: 5px;
	background: linear-gradient(to right, rgba(27,123, 253,0.1), transparent);
}

.db-element-table-row-accept {
	color: #00B024;
	background: linear-gradient(to right, rgba(0,176, 36,0.1), transparent);
}

.db-element-table-row-moving {
	color: #F77D40;
	background: linear-gradient(to right, rgba(247,125, 64,0.1), transparent);
}

.db-element-table-row-pass {
	color: #FF2A4D;
	background: linear-gradient(to right, rgba(255,42, 77,0.1), transparent);
	margin-bottom: 0px !important;
}

.db-element-table-row-total {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.row-total-headers {
	font-size: 8px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.manager-base-type {
	margin-bottom: 56px;
}

.db-block-targets {
	margin-left: 10px;
}

.db-block-tasks {
	margin-left: 10px;
	min-width: 300px;
}

.row-1 {
	height: 175px;
}

.row-2 {
	height: 170px;
}

.row-3 {
	height: 105px;
}

.block-task-main {
	
}

.block-task-header {
	color: #70757E;
    display: inline-block;
    width: 100%;
	margin-bottom: 5px;
}

.block-target-main {
	width: 84px;
}

.block-target-header {
	color: #fff;
    display: inline-block;
    background-color: #00B024;
    margin-bottom: 5px;
    position: absolute;
    top: -7px;
    right: 8px;
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
}


.block-target {
	padding-top: 10px;
}

.block-target-main {
	margin: 10px;
    min-height: 45px;
    padding-top: 7px;
}

.target {
	margin-bottom: 5px;
}

.target-done {
	color: #70757E;
    text-decoration: line-through;
}

.db-block-targets-free {
	width: 435px;
	height: 100%;
	/*margin-top: 10px;
	margin-left: 10px;*/
	display: inline-block;
	vertical-align: top;
}

.block-target-free {
	height: 100%;
}

.block-target-free-header {
	font-size: 10px;
	line-height: 10px;
	margin-bottom:3px;
}

.block-target-free-main {
	padding: 10px;
}

.table-free{
	width: 100%;
}

.table-free-tr {
	text-align: left;
}

.table-free-tr th {
	text-indent: 10px;
}

.target-free {
	padding: 2px;
	font-size: 8px;
    line-height: 10px;
	/*text-indent: -5px;*/
    /*padding-left: 11px;*/
	/*border-bottom: 1px solid #e9e7e8;*/
}

.target-free:last-of-type {
	border-bottom: none;
}

.target-free-content {
	
}

.target-free-status {
	text-align: right;
}

/*
.db-block-targets-progress {
	width: 34%;
	margin-top: 10px;
	margin-left: 8px;
	display: inline-block;
}

.block-target-progress {
	
}

.block-target-progress-main {
	margin: 10px;
	width: 100%;
}

.block-target-progress-header {
	font-size: 10px;
	line-height: 10px;
	margin-bottom:10px;
}

.target-progress {
	padding: 5px;
	font-size: 8px;
    line-height: 10px;
	position: relative;
	border-bottom: 1px solid #e9e7e8;
}

.target-progress:last-of-type {
	border-bottom: none;
}
*/

.target-icon {
	position:absolute;
	right: 5px;
    bottom: 10px;
}

.db-block-targets-focus {
	width: 530px;
	height: 100%;
	/*margin-top: 10px;
	margin-left: 6px;*/
	display: inline-block;
	vertical-align: top;
}

.block-target-focus {
	height: 100%;
}

.block-target-focus-left {
	padding: 10px;
	width: 40%;
	display: inline-block;
	height: 84px;
	vertical-align: top;
}

.block-target-focus-right {
	padding: 10px;
	width: 50%;
	display: inline-block;
	padding-top: 28px;
	vertical-align: top;
}

.table-focus{
	width: 100%;
}

.table-focus-tr {
	
}

.table-focus-tr th {
	
}

.table-focus-header {
	
}

.block-target-focus-header {
	font-size: 10px;
	line-height: 10px;
	margin-bottom:3px;
}

.target-focus {
	padding: 2px;
    font-size: 8px;
    line-height: 10px;
	border-left: 10px solid #FF2A4D;
	vertical-align: bottom;
    /*padding-left: 15px;*/
	/*text-indent: -5px;*/
}

.target-focus-column {
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 5px;
}

.target-deadline-bad {
	border-left-color: #FF2A4D;
}
.target-deadline-avar {
	border-left-color: #F77D40;
}
.target-deadline-good {
	border-left-color: #00B024;
}

.target-focus-dot {
	line-height: 13px !important;
    vertical-align: middle;
	font-size: 4px !important
}

.target-focus-current {
	padding: 5px;
	font-size: 8px;
    line-height: 10px;
	padding-bottom: 3px;
	display: inline-block;
}

.target-focus-current-price {
	padding: 5px;
	font-size: 8px;
    line-height: 10px;
	padding-top: 0px;
	display: inline-block;
}

.target-focus-days {
	width: 25px;
    display: inline-block;
}

.block-focus-progressbar-bar-green {
	display: inline-block;
    width: 60%;
    margin: 0px 5px;
}

.block-focus-progressbar-bar-orange {
	display: inline-block;
    width: 60%;
    margin: 0px 5px;
}

.block-focus-progressbar-bar-red {
	display: inline-block;
    width: 60%;
    margin: 0px 5px;
}

.block-focus-progressbar-bar-green progress {
    --bar: #fff;
    --value: #55bf00;
    --c1: rgb(255 255 255 / 20%);
    --c2: transparent;
    width: 100%; /* Ширина */
    height: 6px; /* Высота */
    border: 1px solid #ccc; /* Убираем рамку */
	border-radius: 3px;
}
.block-focus-progressbar-bar-green progress::-webkit-progress-bar {
    background: var(--bar); /* Цвет шкалы */
	border-radius: 3px;
}
.block-focus-progressbar-bar-green progress::-webkit-progress-value {
    background: var(--value); /* Цвет значения */
    background-image: repeating-linear-gradient(
     135deg,
     var(--c1) 0px, var(--c1) 2px,
     var(--c2) 2px, var(--c2) 7px);
	 border-radius: 3px;
}

.block-focus-progressbar-bar-orange progress {
    --bar: #fff;
    --value: #F77D40;
    --c1: rgb(255 255 255 / 20%);
    --c2: transparent;
    width: 100%; /* Ширина */
    height: 6px; /* Высота */
    border: 1px solid #ccc; /* Убираем рамку */
	border-radius: 3px;
}
.block-focus-progressbar-bar-orange progress::-webkit-progress-bar {
    background: var(--bar); /* Цвет шкалы */
	border-radius: 3px;
}
.block-focus-progressbar-bar-orange progress::-webkit-progress-value {
    background: var(--value); /* Цвет значения */
    background-image: repeating-linear-gradient(
     135deg,
     var(--c1) 0px, var(--c1) 2px,
     var(--c2) 2px, var(--c2) 7px);
	 border-radius: 3px;
}


.block-focus-progressbar-bar-red progress {
    --bar: #fff;
    --value: #FF2A4D;
    --c1: rgb(255 255 255 / 20%);
    --c2: transparent;
    width: 100%; /* Ширина */
    height: 6px; /* Высота */
    border: 1px solid #ccc; /* Убираем рамку */
	border-radius: 3px;
}
.block-focus-progressbar-bar-red progress::-webkit-progress-bar {
    background: var(--bar); /* Цвет шкалы */
	border-radius: 3px;
}
.block-focus-progressbar-bar-red progress::-webkit-progress-value {
    background: var(--value); /* Цвет значения */
    background-image: repeating-linear-gradient(
     135deg,
     var(--c1) 0px, var(--c1) 2px,
     var(--c2) 2px, var(--c2) 7px);
	 border-radius: 3px;
}

.tabbed {
	white-space: pre;
}

.table-focus-tasks {
	width: 100%;
}