/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	line-height: 1.2;
	direction: rtl;
	color: #3a3946;
	height: 100%
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	background-color: #f5f5f5;
	overflow-x: hidden;
	/*height: 100%;*/
	min-height: 100%
}

@media screen and (max-width: 767px) {
	main {
		padding-bottom: 15px
	}
}

section {
	padding-top: 50px
}

@media screen and (max-width: 767px) {
	section {
		padding-top: 30px
	}
}

section:last-child {
	padding-bottom: 50px
}

@media screen and (max-width: 767px) {
	section:last-child {
		padding-bottom: 0
	}
}

section.no-pad-top {
	padding-top: 0
}

.row + .row:not(.report_tab_row):not(.no-padding-top-row) {
	padding-top: 30px;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.tablet-hide {
		display: none !important;
	}
	
	.row + .row {
		padding-top: 15px
	}
}

@media screen and (max-width: 767px) {
	.col-sm + .col-sm {
		padding-top: 15px
	}
}

@media screen and (min-width: 576px) {
	.col-md-6 {
		padding-top: 0
	}
}

@media screen and (max-width: 575px) {
	.col-md-6 {
		padding-top: 15px
	}
}

@media screen and (max-width: 991px) {
	.col-md-12 + .col-md-12 {
		padding-top: 30px
	}
}

@media screen and (max-width: 767px) {
	.col-md-12 + .col-md-12 {
		padding-top: 0
	}
}

@media screen and (max-width: 575px) {
	.col-md-12 + .col-md-12 {
		padding-top: 30px
	}
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

p {
	font-size: 24px;
	margin-top: 0
}

a {
	color: inherit;
	text-decoration: none
}

.js-scroll > div {
	max-height: 284px
}

.js-scroll .table__row {
	margin-right: 21px;
}

.scrollbar-content {
	padding-right: 22px;
}

.scrollbar-content .table__row {
	margin-right: 0;
}

.is-hidden {
	display: none
}

.is-visible {
	display: block
}

.align--left {
	text-align: left
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section_1000 {
	width: 100%;
	/*overflow: hidden;
	overflow-x: auto*/
}

@media screen and (max-width: 1060px) {
	.section_1000 .table__col {
		padding: 20px 10px
	}
}

.section_1000 .tab {
	min-width: 1000px
}

.btn--100 {
	width: 100%;
	text-align: right;
}
.btn--100c {
	width: 100%;
	text-align: center;
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	
	.d-sm-inline {
		display: inline !important
	}
	
	.d-sm-inline-block {
		display: inline-block !important
	}
	
	.d-sm-block {
		display: block !important
	}
	
	.d-sm-table {
		display: table !important
	}
	
	.d-sm-table-row {
		display: table-row !important
	}
	
	.d-sm-table-cell {
		display: table-cell !important
	}
	
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	
	.d-md-inline {
		display: inline !important
	}
	
	.d-md-inline-block {
		display: inline-block !important
	}
	
	.d-md-block {
		display: block !important
	}
	
	.d-md-table {
		display: table !important
	}
	
	.d-md-table-row {
		display: table-row !important
	}
	
	.d-md-table-cell {
		display: table-cell !important
	}
	
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}
	
	.d-lg-inline {
		display: inline !important
	}
	
	.d-lg-inline-block {
		display: inline-block !important
	}
	
	.d-lg-block {
		display: block !important
	}
	
	.d-lg-table {
		display: table !important
	}
	
	.d-lg-table-row {
		display: table-row !important
	}
	
	.d-lg-table-cell {
		display: table-cell !important
	}
	
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	
	.d-xl-inline {
		display: inline !important
	}
	
	.d-xl-inline-block {
		display: inline-block !important
	}
	
	.d-xl-block {
		display: block !important
	}
	
	.d-xl-table {
		display: table !important
	}
	
	.d-xl-table-row {
		display: table-row !important
	}
	
	.d-xl-table-cell {
		display: table-cell !important
	}
	
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	
	.d-print-inline {
		display: inline !important
	}
	
	.d-print-inline-block {
		display: inline-block !important
	}
	
	.d-print-block {
		display: block !important
	}
	
	.d-print-table {
		display: table !important
	}
	
	.d-print-table-row {
		display: table-row !important
	}
	
	.d-print-table-cell {
		display: table-cell !important
	}
	
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	/*
	margin-right: -15px;
	margin-left: -15px
	*/
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	
	.offset-sm-0 {
		margin-left: 0
	}
	
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	
	.offset-sm-3 {
		margin-left: 25%
	}
	
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	
	.offset-sm-6 {
		margin-left: 50%
	}
	
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	
	.offset-sm-9 {
		margin-left: 75%
	}
	
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	
	.offset-md-0 {
		margin-left: 0
	}
	
	.offset-md-1 {
		margin-left: 8.33333%
	}
	
	.offset-md-2 {
		margin-left: 16.66667%
	}
	
	.offset-md-3 {
		margin-left: 25%
	}
	
	.offset-md-4 {
		margin-left: 33.33333%
	}
	
	.offset-md-5 {
		margin-left: 41.66667%
	}
	
	.offset-md-6 {
		margin-left: 50%
	}
	
	.offset-md-7 {
		margin-left: 58.33333%
	}
	
	.offset-md-8 {
		margin-left: 66.66667%
	}
	
	.offset-md-9 {
		margin-left: 75%
	}
	
	.offset-md-10 {
		margin-left: 83.33333%
	}
	
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	
	.offset-lg-0 {
		margin-left: 0
	}
	
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	
	.offset-lg-3 {
		margin-left: 25%
	}
	
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	
	.offset-lg-6 {
		margin-left: 50%
	}
	
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	
	.offset-lg-9 {
		margin-left: 75%
	}
	
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	
	.offset-xl-0 {
		margin-left: 0
	}
	
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	
	.offset-xl-3 {
		margin-left: 25%
	}
	
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	
	.offset-xl-6 {
		margin-left: 50%
	}
	
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	
	.offset-xl-9 {
		margin-left: 75%
	}
	
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.row.width-auto {
	width: auto;
}

.panel {
	border-radius: 5px;
	display: block;
	text-decoration: none;
	color: inherit;
	/*overflow: hidden;*/
	width: 100%;
}

.panel__head {
	background-color: #3a3946;
	color: white;
	font-weight: 300
}

.panel__head b, .panel__head strong {
	display: block;
	font-weight: 700
}

.panel__head .table__col:nth-child(2) {
	width: 270px;
}

.panel__body {
	padding: 20px;
	border: 1px solid #d6d4d3;
	border-radius: 0 0 5px 5px;
}

.panel__body .table__col {
	min-width: 150px;
}

.panel__body .table__col:last-child {
	position: relative;
}

.panel__body .table {
	overflow: auto;
}

.panel__body .table__caption,
.panel__body .table__body {
	min-width: 1500px;
}

.panel__body .is-hover__hover {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.panel__body .table__col {
		min-width: 140px;
		padding: 20px 15px;
	}
}

.panel__text {
	font-size: 32px;
	font-weight: 300
}

.panel__count {
	font-size: 80px;
	word-break: break-all
}

.panel__title {
	font-size: 45px;
	font-weight: 900
}

.panel__subtitle {
	font-size: 24px;
	text-align: center;
	white-space: nowrap
}

.panel__icon {
	margin: 0 auto 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-height: 100px;
	height: 70%;
	max-width: 100px;
}

.panel__icon svg {
	width: 100%;
	height: auto
}

.panel__icon .st0 {
	fill: #3a3946
}

.panel__icon .st1 {
	fill: #3caa35
}
.panel__icon .st2 {
	fill: #fff;
}

.panel--big {
	padding: 25px;
	text-align: center;
	border-radius: 10px
}

.panel--white {
	background-color: white;
	border: 1px solid #d6d4d3
}

.panel--white.is-hover--hovered, .panel--white:focus, .panel--white:not(.no-background-change):hover {
	background-color: #3a3946;
	color: white;
	border-color: white
}

.panel--white:not(.no-background-change).is-hover--hovered .panel__icon .st0, .panel--white:not(.no-background-change):focus .panel__icon .st0, .panel--white:not(.no-background-change):hover .panel__icon .st0 {
	fill: white
}
.panel--dark.is-hover--hovered .panel__icon .st2, .panel--dark:focus .panel__icon .st2, .panel--dark:hover .panel__icon .st2 {
	fill: #333645;
}

.panel--green {
	background-color: #3caa35;
	color: white;
	border: none;
	border: 1px solid transparent
}

.panel--green.is-hover--hovered, .panel--green:focus, .panel--green:hover {
	background-color: #277023
}

.panel--dark {
	background-color: #3a3946;
	color: white;
	border: 1px solid #3a3946
}

.panel--dark.is-hover--hovered, .panel--dark:focus, .panel--dark:hover {
	background-color: white;
	color: #3a3946;
	border-color: #d6d4d3
}

.panel--dark_no-hover:focus, .panel--dark_no-hover:hover {
	background-color: #3a3946;
	border-color: #3a3946;
	color: white
}

.panel--border {
	position: relative;
	overflow: hidden
}

.panel--border:after {
	content: '';
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	position: absolute
}

.panel--border-success:after {
	background-color: #3caa35
}

.panel--border-danger:after {
	background-color: #91191a
}

.panel--border:hover:after {
	display: none !important
}

.header {
	background: #3a3946;
	padding: 15px 0;
	color: #bbbcc1;
	position: relative;
	z-index: 10
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 1199px) {
	.header__wrap {
		display: block
	}
}

.header__project {
	position: relative;
	cursor: pointer;
	margin-right: 30px
}

@media screen and (max-width: 600px) {
	.header__project {
		display: inline-block;
		vertical-align: middle
	}
}

.header__text {
	width: 55px;
	margin-right: 15px;
	font-size: 0.7em
}

@media screen and (max-width: 600px) {
	.header__text {
		display: inline-block;
		vertical-align: middle;
		padding-top: 20px;
		text-align: right
	}
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 600px) {
	.header__right {
		display: block;
		text-align: center
	}
}

.nav {
	padding: 0 22px
}

.nav__button {
	display: none
}

@media screen and (max-width: 767px) {
	.nav__button {
		display: block;
		border: none;
		position: absolute;
		top: -9px;
		right: 20px;
		width: 40px;
		height: 40px;
		background: url(../img/nav_mobil_open.png) no-repeat center;
		cursor: pointer
	}
}

.nav__button.active {
	background-image: url(../img/nav_mobil.png)
}

.nav__list {
	padding: 0;
	margin: 0;
	list-style: none
}

@media screen and (max-width: 767px) {
	.nav__list {
		position: absolute;
		top: 23px;
		left: 0;
		right: 0;
		background: #3a3946;
		border: 1px solid #bbbcc1;
		z-index: 10;
		display: none
	}
}

.nav__item, .menu-item {
	display: inline-block
}

@media screen and (max-width: 767px) {
	.nav__item, .menu-item {
		display: block;
		border-top: 1px solid #bbbcc1;
		margin-top: -1px
	}
}

.nav__link, .menu-item a {
	display: block;
	color: #bbbcc1;
	padding: 0 18px;
	line-height: 24px;
	font-size: 1.4em;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.nav__link:hover, .menu-item a:hover, .menu-item.current_page_item a {
	background: #34a7df;
	color: #fff
}

@media screen and (max-width: 767px) {
	.nav__link, .menu-item a {
		line-height: 40px
	}
}

@media screen and (max-width: 1199px) {
	.nav {
		padding: 0 0 20px;
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.nav {
		padding: 0 0 0px
	}
}
.header__bell.bell {
    display: none;
}
.bell__wrap {
	position: relative;
	width: 52px
}

.bell__wrap svg {
	fill: #fff
}

.bell__count {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #91191a;
	font-size: 14px;
	line-height: 21px;
	border-radius: 50%;
	border: 1px solid #3a3946;
	top: 3px;
	right: -1px;
	color: #fff;
}

.single-project .bell__count {
	transform: translate(7px, 3px);
	width: 17px;
	height: 17px;
	line-height: 15px;
	font-weight: 700;
}

.bell--attention {
	position: relative;
	display: inline
}

.bell--attention:before {
	content: '!';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #91191a;
	color: white;
	border-radius: 50%;
	top: 5px;
	right: -4px;
	font-size: 10px;
	text-align: center;
	position: absolute;
	border: 1px solid #fff;
}

.projects-search .bell--attention:before {
	top: 0px;
	right: -6px;
}

.bell__tasks {
	position: relative;
	margin: 0 15px;
	height: 31px;
	line-height: 23px;
}

@media screen and (max-width: 992px) {
	.bell__tasks {
		margin: 0 30px;
		max-width: 27px
	}
}

.bell__tasks svg {
	fill: #3a3946;
	vertical-align: middle;
	width: 18px;
	height: 22px;
}

.bell__tasks .bell__count {
	border-color: #fff
}

.bell__head {
	padding: 7px 11px 4px;
	border-radius: 5px 5px 0 0;
	border: 1px solid transparent;
	border-bottom: none;
	position: relative;
	z-index: 2;
	cursor: pointer
}

.bell__head.active2 {
	border: 1px solid #d6d4d3;
	border-bottom: none;
	background: #fff
}

.bell__head.active2 path {
	fill: #3a3946
}

.bell__open {
	position: absolute;
	border-radius: 5px 0 5px 5px;
	z-index: 0;
	margin-top: -1px;
	width: 273px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border: 1px solid #d6d4d3;
	display: none
}

.bell__item {
	padding: 10px 22px 10px 0;
	position: relative;
	border-top: 1px solid #d6d4d3
}

.bell__item:first-child {
	border-top: none
}

.bell__item h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	color: #3a3946;
	padding-bottom: 5px;
	text-align: right;
}

.bell__item .btn {
	padding: 0;
	display: block;
	text-align: center;
	line-height: 25px
}

.bell__delete {
	color: #3a3946;
	position: absolute;
	left: 0;
	top: 6px;
	width: 24px;
	height: 24px;
	padding: 0;
}

@media screen and (max-width: 600px) {
	.bell {
		display: inline-block;
		vertical-align: top
	}
}

.header {
	background: #3a3946;
	padding: 15px 0;
	color: #bbbcc1;
	position: relative;
	z-index: 10
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 1199px) {
	.header__wrap {
		display: block
	}
}

.header__project {
	position: relative;
	cursor: pointer;
	margin-right: 30px
}

@media screen and (max-width: 600px) {
	.header__project {
		display: inline-block;
		vertical-align: middle
	}
}

.header__text {
	width: 80px;
	margin-right: 15px;
	font-size: 0.9em
}

@media screen and (max-width: 600px) {
	.header__text {
		display: inline-block;
		vertical-align: middle;
		padding-top: 20px;
		text-align: right
	}
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 1999px) {
	.header__right {
		justify-content: space-evenly;
	}
}

@media screen and (max-width: 600px) {
	.header__right {
		display: block;
		text-align: center
	}
}

.tab {
	width: 100%
}

.tab__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.tab__nav {
		overflow: auto
	}
}

.tab__head {
	border-bottom: 2px solid #d6d4d3;
	padding: 5px 35px;
	font-size: 24px;
	text-decoration: none;
	color: inherit;
	
}

.prokect-report-tabs .tab__head {
	margin-bottom: 15px;
	font-size: 20px;
}

.prokect-report-tabs .form__input--select {
	width: auto;
}

.tab__head + .tab__head {
	margin-right: 20px
}

.tab__head.is-active {
	font-weight: 700
}

.tab__head.is-active, .tab__head:focus, .tab__head:hover {
	border-color: #34a7df
}

.tab__wrap {
	clear: both
}

.tab__body {
	display: none
}

.tab__body.is-active {
	display: block
}

.tab__wrap__border {
	border: 2px solid #eaebeb;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 0 15px 10px
}

.tab__wrap__border .table__row:not(:first-child) {
	border-top: 2px solid #eaebeb
}

.tab__wrap__border .table__row.table__row__noborger {
	border: none
}


.tab__wrap__border .table__col:first-child {
	padding-right: 0px
}

.tab__head__bold {
	font-weight: bold
}

.tab__link {
	float: left
}

@media screen and (max-width: 767px) {
	.tab__link {
		float: none
	}
}

.table {
	width: 100%
}

@media screen and (max-width: 767px) {
	.table {
		overflow: auto
	}
}

.table__caption {
	font-weight: 700;
	font-size: 18px;
	text-align: center
}

.table__caption span {
	font-size: 35px;
	display: block
}

.table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.table__row {
		min-width: 768px
	}
}

.table__row + .table__row {
	margin-top: 5px
}

.table__row__bg {
	background: #3a3946;
	border-radius: 10px 10px 0 0;
	color: #fff
}

.table__row__bg.table__row__bg_empty {
	border-radius: 10px 10px 10px 10px;
}

.table__row--align-items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.table .padd--right {
	padding-right: 22px
}

.table__col {
	padding: 20px 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}


:not(div.milestone_table) .milestone_item .table__col {
	padding: 20px 5px;
}

.milestone_item_form .table__col {
	padding: 20px 5px;
}

.table__col-half {
	flex: 0.5;
}
.table__hr100 {
	background-color:#cac7c6;
	width:100%;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
	margin: 0;
}
.table__hr50 {
	background-color:#cac7c6;
	width:50%;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
}

.page_milestones .table__col {
	font-size: 18px;
}

.table__col:not(:first-child) {
	text-align: center
}

.table__col__edit {
	cursor: pointer
}

.table__col__delete {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer
}

.table__col__bold {
	font-weight: bold;
	padding: 30px 20px 0
}
/* todo remove*/
.table strong {
	font-size: 27px
}

.table__text {
	font-size: 20px;
	margin: 20px 0
}

.table__reporting {
	background: #d6d4d3;
	border-radius: 10px;
	padding-bottom: 20px;
	border: 1px solid #3a3946;
}

.table__reporting .form {
	padding-top: 10px
}

.table__reporting .table__caption {
	padding-right: 20px;
	text-align: right
}

.table__reporting .table__col {
	padding: 10px 20px 0
}

.table__status .form {
	padding-top: 10px
}

.table__status .table__caption {
	padding-right: 20px;
	text-align: right
}

.table__status .table__col {
	padding: 0 20px;
	font-size: 20px;
	text-align: right
}

.table__status .comments__item {
	margin: 10px 20px
}

.table__col.align--left,
.table__status .align--left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: flex;
}

.table__status .align--left div {
	margin-left: 10px
}

.is-hover__static {
	display: block
}

.is-hover__hover {
	display: none
}

.is-hover--hovered .is-hover__static, .is-hover:hover .is-hover__static {
	display: none
}

.is-hover--hovered .is-hover__hover, .is-hover:hover .is-hover__hover {
	display: block
}

.btn, .login__form #login .button-primary {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 5px 20px;
	color: inherit;
	line-height: 1.42;
	border-radius: 10px;
	border: none;
	white-space: nowrap;
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.login__form #login .button-primary {
	font-size: 24px;
}

.btn__tmpl {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 40px;
	color: inherit;
	line-height: 1.42;
	border-radius: 5px;
	border: none;
	white-space: nowrap;
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 2px;
}
.btn__tmpl__task {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	border-radius: 5px;
	border: none;
	white-space: nowrap;
	font-weight: 400;
	max-width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 24px;
	font-weight: 500;
	padding-left: 8px;
	padding-right: 8px;
}
span.plus-minus:before {
	display: block;
	width: 20px;
	height: 21px;
	float: right;
	color: #000;
	content: "\002B";
}

span.plus-minus.minus:before {
	content: "\2212";
}

a.btn__tmpl__task.btn--current {
	background: #f0d818;
	font-weight: bold;
}
span.date_in_past {
	font-weight: bold;
	color: red;
}
.tmpl-box {
	padding-right: 65px !important; 
	padding-bottom: 40px !important;
	/*max-width:1600px;*/
}
.tmpl-box .form__input,.wallet__row .form__input{
	background-color: white;
}
.tmpl-box .form__label {
	padding-bottom: 5px;
}

.btn--custom__select {
	padding: 3px 20px;
	height: 40px;
	position: absolute;
	bottom: 4px;
	right: 3px;
}

.btn__icon {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #3caa35;
	border-radius: 50%;
	font-style: normal
}

.btn--primary, .login__form #login .button-primary {
	background-color: #34a7df;
	color: white
}

.btn--primary:focus, .btn--primary:hover, .login__form #login .button-primary:focus, .login__form #login .button-primary:hover {
	background-color: #1b7cab
}

.btn--large {
	font-size: 24px
}

.btn--middle {
	font-size: 17px;
	line-height: 21px
}

.btn--success {
	color: white;
	background-color: #3caa35
}

.btn--success:focus, .btn--success:hover {
	background-color: #277023
}

.btn--sharp {
	border-radius: 0;
	display: inline;
	line-height: 1
}

.btn--dark {
	color: white;
	background-color: #3a3946
}

.btn--dark:focus, .btn--dark:hover {
	background-color: #5d5b70
}

.btn--danger {
	color: white;
	background-color: #91191a
}

.btn--danger:focus, .btn--danger:hover {
	background-color: #d22426
}

.btn--full {
	width: 100%
}

.btn--light {
	background-color: white;
	color: #3a3946;
	margin-top: 15px;
	border: 2px solid #d6d4d3;
	overflow: hidden
}

.btn--light:hover {
	background-color: #3a3946;
	border-color: #d6d4d3;
	color: white
}

.btn--grey {
	background-color: #d6d4d3;
	color: #3a3946
}

.btn--grey:hover,
.btn--grey:active {
	outline: none;
}

.btn--grey:hover {
	background-color: #adadad;
	color: #3a3946
}

.btn--grey-clear {
	border: 2px solid #cac7c6;
}

.btn--action {
	position: relative;
	padding-right: 65px
}

.btn--aling-self {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.btn--delete {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0;
	width: 44px
}

.btn--delete:after, .btn--delete:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #3a3946
}

.btn--delete:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.btn--delete:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.btn--delete:hover {
	background-color: #3a3946
}

.btn--delete:hover:after, .btn--delete:hover:before {
	background-color: white
}

.logo__area {
	width: 190px
}

.logo__area img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.logo__area {
		display: block;
		margin: 0 auto 20px
	}
}

.title {
	font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.title h2 {
	flex-shrink: 1;
}

@media screen and (max-width: 991px) {
	.title {
		font-size: 28px;
		display: block
	}
}

@media screen and (max-width: 575px) {
	.title {
		font-size: 24px
	}
}

.title__project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 12px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.title__project .SumoSelect {
	min-width: 145px;
	flex-shrink: 1;
}

.title__project .btn {
	overflow: visible;
}

@media screen and (max-width: 992px) {
	.title__project {
		padding: 0 0 30px
	}
}

@media screen and (max-width: 600px) {
	.title__project {
		display: block;
		text-align: center
	}
	
	.title__project .SumoSelect {
		width: 50%;
		vertical-align: middle
	}
}

.title__project .btn {
	margin-right: 15px
}

@media screen and (max-width: 600px) {
	.title__project .btn {
		display: inline-block;
		vertical-align: middle
	}
}

@media screen and (max-width: 600px) {
	.title__project .btn:first-child {
		margin-bottom: 20px
	}
}

.subtitle {
	font-size: 28px
}

.subtitle * {
	margin: 0
}

.search {
	width: 145px;
	margin-right: 25px
}

@media screen and (max-width: 600px) {
	.search {
		display: inline-block;
		vertical-align: middle;
		margin-right: 0px;
		padding-top: 20px
	}
}

.search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

.search__input {
	border: 1px solid #34a7df;
	border-radius: 3px;
	padding: 0 10px 0 25px;
	width: 100%;
	height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.search__button {
	position: absolute;
	border: none;
	background: #34a7df;
	left: 0;
	height: 25px;
	width: 23px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
	padding: 1px 6px;
}

.search__button svg {
	width: 100%;
	fill: #fff;
	margin-top: 2px
}

.form {
	padding-top: 40px
}

.form__field {
	width: 100%;
	position: relative
}

.form__field--advanced {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.form__field--advanced input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.form__field-sub {
	padding-top: 30px;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	position: relative;
	z-index: 1
}

.form__field-sub:before {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 2px solid #d6d4d3;
	border-right: 2px solid #d6d4d3;
	width: 15px;
	height: 30px;
	right: 0;
	top: 0;
	-webkit-transform: translate(200%, 75%);
	-ms-transform: translate(200%, 75%);
	transform: translate(200%, 75%)
}

.form__field__user {
	position: absolute;
	top: 12px;
	right: 15px
}

.form__field__user svg {
	width: 28px;
	height: 28px;
}

.form__field__key,
.form__field__password {
	position: absolute;
	top: 12px;
	right: 15px
}

.form__field__key,
.form__field__password svg {
	width: 28px;
	height: 28px;
}

.form__input {
	color: #3a3946;
	border-radius: 10px;
	font-size: 24px;
	border: 2px solid #cac7c6;
	padding: 4px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 32px;
	width: 100%;
	outline: none
}
.form__input::placeholder{
	font-size: 16px;
}

textarea.form__input {
	line-height: 26px;
}

textarea.no-resize {
	resize: none;
}

.form__input--select {
	padding-top: 3px;
	padding-bottom: 3px
}

.form__input:focus {
	color: white;
	background-color: #3a3946
}

.form__label {
	font-size: 24px;
	cursor: pointer;
	display: inline-block
}

.form__group {
	border: 2px solid #cac7c6;
	border-radius: 10px;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.form__radio {
	display: none
}

.form__radio + label {
	color: #3a3946;
	background-color: white;
	display: block;
	font-size: 24px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.form__radio + label + input + label {
	border-right: 2px solid #cac7c6
}

.form__radio:checked + label {
	background-color: #3a3946;
	color: white
}

.form__file {
	display: none
}

.form--no-pad-top {
	padding-top: 0
}

.form__submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.form__checkbox {
	margin-right: 17px
}

.form__checkbox input {
	display: none
}

.form__checkbox label {
	background: url(../img/checkbox.png) no-repeat right 4px;
	font-size: 14px;
	padding-right: 20px;
	cursor: pointer
}

.form__checkbox input[type=checkbox]:checked + label {
	background-position: right -24px
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.devider {
	height: 2px;
	background-color: #cac7c6;
	margin-top: 20px
}

.project__briefly {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-around;
	text-align: center;
    background: #fff;
    padding: 12px 0;
    border-radius: 12px;
    border-top: 2px solid #34a7df;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
}

.project_group_form .form__field.flex_col{
    display: flex;
    flex-direction: column;
}
.project_group_form textarea{
	line-height: 32px;
}

@media screen and (max-width: 992px) {
	.project__briefly {
		display: block;
		padding: 0 0 12px
	}
}

.project__briefly__item {
	font-size: 20px;
	line-height: 1em
}

.project__briefly__item span {
	display: block;
	font-weight: bold
}

@media screen and (max-width: 992px) {
	.project__briefly__item {
		display: inline-block;
		padding-top: 12px;
		width: 33%;
		vertical-align: top
	}
}

@media screen and (max-width: 700px) {
	.project__briefly__item {
		width: 49%
	}
}

.comments--left {
	text-align: left;
	margin-bottom: 15px
}

.comments__head {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px
}

.comments__item {
	background-color: white;
	border: 2px solid #d6d4d3;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 21px
}

.comments__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px
}

.comments__col:first-child {
	font-weight: bold
}

.comments__text {
	font-weight: bold;
	font-size: 1.2em
}

.comments__form {
	overflow: hidden;
	margin-bottom: 20px
}

.comments__form .form__input {
	margin-bottom: 10px
}

.comments__form .btn {
	float: left
}

.comments__line {
	margin-top: 7px;
	border-bottom: 2px solid #d6d4d3;
	margin: 0 20px
}

.general {
	font-size: 20px;
	margin-bottom: 30px
}

@media screen and (max-width: 767px) {
	.general__body {
		overflow: auto
	}
}

.general__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.general__caption h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 0px 15px
}

.general__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: stretch
}

@media screen and (max-width: 767px) {
	.general__row {
		min-width: 768px
	}
}

.general__row:first-child .general__col {
	border-bottom: 2px solid #d6d4d3;
	margin: 0 18px
}

.general__row--color {
	background: #cac7c6;
	font-weight: bold
}

.general__col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 5px 0;
	line-height: 32px
}

.general__col .form__input {
	width: 50%;
	font-size: 20px;
	text-align: center
}

.general__col > span {
	display: block;
	background: #cac7c6;
	line-height: 26px;
	margin-top: 12px
}

.general__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 25px;
	line-height: 26px;
	font-weight: bold
}

.general__bottom span {
	color: #fff;
	text-align: center;
	background: #34a7df;
	margin-right: 25px;
	padding: 0 10px
}

.login__main {
	background-size: cover;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 684px
}

.login__wrap {
	width: 100%;
	max-width: 540px;
	text-align: center;
	position: relative
}

.login__wrap:after {
	display: block;
	position: absolute;
	content: '';
	width: 525px;
	height: 60px;
	max-width: 98%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	background: url(../img/shadow.png) no-repeat center;
	z-index: 0
}

.login__logo {
	margin-bottom: 25px
}

.login__logo img {
	max-width: 87.4%;
}

.login__form {
	background: #fff;
	border-radius: 15px;
	padding: 28px 45px 0;
	position: relative;
	z-index: 2
}

.login__form #login {
    width: 100%;
}
.login__form #login h1 {
    display: none;
}
.login__form #login form {
    border: none;
	font-size: 1rem;
}
.login__form #login form p {
    font-size: 1rem;
}
.login__form #login form .wp-2fa-nag > div {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
input.button[name="wp-2fa-email-code-resend"] {
    line-height: 2.5rem;
    border: none;
    background: transparent;
    color: #00abff;
    cursor: pointer;
    transition: all 0.2s;
	float: right;
	margin-right: 0.3rem;
}

input.button[name="wp-2fa-email-code-resend"]:hover {
 	color: #0076b1;
    text-decoration: underline;

}

html[dir=rtl] .wp2fa-modal .modal__content .wizard-tooltip {
	bottom: 14px;
	right: unset;
	left: 17px;
}

.login__form .form__input {
	border-radius: 0;
	border: none;
	background: #f1f1f1;
	margin-bottom: 30px;
	padding: 9px 55px 9px 15px
}

.login__form .form__input:focus {
	color: #3a3946
}

.login__head {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 -45px 35px
}

.login__head span {
	font-weight: normal
}

.login__link {
	display: block;
	padding-right: 20px;
	margin-top: 4px;
	font-size: 14px;
	color: #34a7df
}

.login__bottom {
	background: #f1f1f1;
	border-top: 1px solid #d0e8f0;
	font-size: 27px;
	line-height: 31px;
	text-align: center;
	padding: 15px 0;
	margin: 0 -45px;
	border-radius: 0 0 15px 15px
}

.finence_source_custom {
	display: block;
}

.new_sponsor_input, .finence_source_custom_input {
	/*margin: 15px 0;*/
}

.processing {
	position: relative;
}

.processing::after {
	content: '';
	background: rgba(0, 0, 0, 0.1) url(/wp-includes/js/tinymce/skins/lightgray/img/loader.gif) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

body.processing::after {
	position: fixed;
}

.chosen_task {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
	transition: box-shadow 0.3s ease-out, padding-bottom 0.3s ease-out;
}

.chosen_task.slow_shadow_out {
	box-shadow: none;
	padding-bottom: 0;
}

.genetal_total__row .general__col {
	background: #cac7c6;
	font-weight: bold;
}

.general__row {
	padding: 5px 0;
}

.general__col {
	direction: ltr;
	padding: 0;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
	display: none;
}

.project_details_tab_form .table__col, .project_details_tab_form  .table__col .form__input, .project_details_tab_form .SumoSelect > .CaptionCont > span {
	text-align: center;
}

.no-outline:focus {
	outline: none;
}

span.report_percent {
	vertical-align: middle;
	/*display: inline;*/
	margin-top: 0;
	width: 100%
}

a.update_right_now {
	vertical-align: middle;
}

#report_global_cost, #report_remain {
	font-style: normal;
}

.alerts-tab .table__row {
	position: relative;
}

.alerts-tab .panel__close {
	position: absolute;
	left: 7px;
	top: 5px;
}

.alerts-tab .bell {
	font-size: 26px;
}

.alerts-tab .table__col {
	font-size: 18px;
}

.alerts-tab .table__col.notification-col-price {
	font-size: 24px;
}

.alerts-tab .bell-button-col {
	max-width: 165px;
}

.alerts-tab .table__row:hover .bell-button-col {
	line-height: 31px;
}

.tasks-tab .button-row {
	margin-top: 19px;
}

.js-scroll .scroll-bar {
	min-height: 15px;
}

.custom-text-left {
	text-align: left !important;
}

.temporary-ltr {
	direction: ltr;
}

.temporary-ltr > * {
	direction: rtl;
}

.button-financical-data {
	max-width: none;
	width: 323px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.project-form .SumoSelect {
	/*width: 90%;*/
	max-width: 930px;
}

.login-footer {
	position: relative;
	display: flex;
	justify-content: center;
	height: 85px;
	width: 100%;
	flex-shrink: 0;
	margin-top: auto;
}

.login-footer > div {
	width: 264px;
	display: flex;
	align-items: center;
}

.login-footer img {
	max-height: 65px;
	object-fit: contain;
}

.login-footer .logo-ocw {
	justify-content: flex-end;
	padding-left: 7vw;
}

.login-footer .logo-mh {
	justify-content: flex-start;
}

.login-footer .logo-tsunami {
	justify-content: center;
	background-color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#authority_merkava_import_form,
#projects_takana_number_import_form,
#authority_tabar_import_form,
#authority_merkava_requests_import_form,
#authority_merkava_payments_import_form {
	width: 0;
	height: 0;
	overflow: hidden
}
.penta-row{
	gap: 1em;
}
.penta-row .width-20 {
	flex: 1 1 calc((100% - 4em) / 5); /* Adjusts for 5 items with 1em gap */
}

@media (max-width: 800px) {
	.penta-row .width-20 {
		flex: 1 1 100%; /* Full width on smaller screens */
	}
}

.iria_breadcrumbs {
	font-size: 18px;
	margin-bottom: 15px;
}

.iria_breadcrumbs a {
	font-weight: 700;
	text-decoration: underline;
}

.iria_breadcrumbs .breadcrumbs_arrow {
	font-size: 15px;
}

.new_executer,
.new_responsible_department {
	display: none;
}

.single_report_task_form {
	padding: 20px 0;
	border-bottom: 1px solid #3a3946;
}

.accordeon__table,
.accordion__table {
	border: 2px solid #E5E6E6;
	transition: all .2s;
	border-radius: 5px;
	margin-top: 15px;
}

.accordeon__table.active,
.accordion__table.active {
	border: 2px solid #3a3946;
}

.accordion__body {
	display: none;
	padding: 50px 50px 15px 50px;
}
.accordion__body hr {
	margin-top:20px;
	margin-bottom:10px;
}
.accordion__body .flex {
	margin-top:20px;
}
.upload_btt{
	margin-top:16px;
}
.accordion__head {
	padding: 20px 25px;
	display: block;
	font-size: 35px;
	color: #3a3946;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background-color: #fff;
	transition: all .2s;
	border-radius: 5px;
}
.accordeon__table.active .accordion__head,
.accordion__table.active .accordion__head {
	background-color: #3a3946;
	color: #fff;
}
.accordion__title p {
	font-size: 35px;
	margin: 0;
}

.accordion__title {
	display: flex;
	align-items: center;
}

.accordion__arrow {
	margin-left: 20px;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #3a3946;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .2s;
}

.accordion__arrow span {
	width: 30px;
	height: 30px;
	display: block;
	background-color: transparent;
	border: 15px solid transparent;
	border-right: 18px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .2s;
	transform: translateY(-50%);
}

.accordeon__table.active .accordion__arrow,
.accordion__table.active .accordion__arrow {
	transform: rotate(-90deg);
	background-color: #fff;
}

.accordeon__table.active .accordion__arrow span,
.accordion__table.active .accordion__arrow span {
	border-right: 18px solid #3a3946;
}
.acc_header {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;
}
.acc_row{
	cursor:pointer;
	padding-top: 5px;
}
.acc_link{
	position: absolute;
	left: 85px;
}
.acc_row,
.acc_subrow{
	font-size: 24px;
}
.acc_subrow{
	display:none;
}
.js-upload-btn {
	width: 127px;
}
.page-id-136644 label.form__label {
	margin-bottom: 5px;
}
.acc_subrow {
	margin-top: 10px;
	margin-right: 2rem;
}
.page-id-136644 hr:last-child {
	opacity: 0;
}
.single_report_task_form textarea {
	padding: 0 10px;
	height: auto;
}

.table__col--half {
	flex: 0.5;
}

.js_uploaded_files {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.js_uploaded_files .js-upload-group {
	/*width: 25%;*/
	margin: 0 10px;
}

.js_uploaded_files_row .js_uploaded_files .js-upload-group {
	width: auto;
}

.row.flex-row {
	justify-content: center;
}

.inputs-container {
	margin: 0 -15px;
}

.nm-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
}

.nm-col {
	width: fit-content;
	flex-grow: 1;
	padding: 0 15px;
}

.nm-col-1 {
	flex-grow: 1;
}

.nm-col-2 {
	flex-grow: 2;
}

.nm-col-4 {
	flex-grow: 4;
}

.nm-col-other {
	flex-grow: 5;
}

.nm-col-outer {
	padding: 0;
}

.projects-search .form__label {
	padding-left: 0;
	white-space: nowrap;
}

.caption-row {
	max-width: 1560px;
	padding: 0 15px;
	margin: 0 auto;
}

.caption-row .form__label {
	padding: 0;
}

.login-page-body {
	background: url(../img/login_bg.jpg) no-repeat center;
	overflow-x: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media screen and (max-width: 1240px) {
	.nm-row {
		flex-wrap: wrap;
	}
	
	.nm-row-1 .nm-col-2 {
		width: 50%;
	}
	
	.nm-row-1 .nm-col-1 {
		width: 100%;
	}
	
	.nm-row-2 .nm-col-1 {
		width: 50%;
	}
	
	.nm-row-2 .nm-col-2 {
		width: 50%;
	}
	
	.nm-row-inner-other .nm-col-1 {
		width: 25%;
	}
	
	.nm-row-inner-other .nm-col-2 {
		width: 75%;
	}
	
	.nm-row-2 .nm-col-other {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.nm-col-6,
	.nm-row-inner-other .nm-col-1,
	.nm-row-inner-other .nm-col-2 {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.nm-row {
		display: block;
	}
	
	.nm-col,
	.nm-row-2 .nm-col-1,
	.nm-row-2 .nm-col-2,
	.nm-row-1 .nm-col-2 {
		width: 100%;
	}
}

.dynamic-input {
	/*width: 90%;*/
}

#other-documents-project-group .js-upload-btn,
#other-documents .js-upload-btn {
	width: 330px;
	text-align: center;
}

.project-report .tab_description a {
	text-decoration: underline;
}
.panel--tmpl .panel__icon {
	position:absolute;
	width: 52px;
	right: 31px;
}
.panel--tmpl .panel__title{
	font-size: 42px !important;
	font-weight:450 !important;
	text-align:right;
	padding:26px 95px 15px 0;
}
.page-template-page-main .panel--white {
	margin-right: 0;
}

.project_tasks_page .table__status {
	padding-top: 50px;
}

.project_tasks_page .table__caption {
	padding-top: 15px;
}

.table__projects .table__caption {
	text-align: right;
}

.table__col.bdb {
	border-bottom: 1px solid #D3D3D2;
}

.table__projects .table__col strong {
	font-size: 22px;
}

.table__projects .table__col {
	text-align: center;
	color: #323545;
	font-size: 22px;
	margin: 0 20px;
	padding: 10px 0;
}

.table__col.m0 {
	margin: 0;
}

.bg--gray {
	background-color: #CCCCCB;
}
/* todo remove*/
.project__table-title {
	display: flex;
	align-items: center;
}

.project__name {
	font-size: 27px;
	padding: 3px 7px 5px;
	font-weight: 700;
	color: #323545;
	margin-left: 15px;
	text-align: right;
}

.project__info {
	display: flex;
	align-items: stretch;
	width: 75%;
}

.project__info-row strong,
.project__info-row {
	font-size: 23px;
	color: #323546;
	padding: 5px 0;
}

.table__info .table__col {
	text-align: right;
}

.table__info .table__row {
	margin-top: 0;
}

.table__info .table__col:first-child {
	border-left: 1px solid #323546;
}

.task_header_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.add_task_row {
	text-align: left;
}

.add_task_container {
	position: relative;
	display: inline-block
}

.add_task_container .btn__icon {
	right: 0;
	transform: translate(50%, -50%);
}

.btn-upload-permission {
	width: 226px;
}

.btn-upload-request {
	width: 212px;
}

.sponsor_heading_row + .row {
	padding-top: 0;
}

.button-financical-data-b {
	width: 365px;
}

.milestones-title .table__col {
	font-size: 21px;
}

.table__col_bigger {
	flex-grow: 0.7;
}

form.wpcf7-form {
	direction: rtl;
}

.section-contact .row {
	padding-top: 0 !important;
}

main.projects-search .scrollbar-inner {
	padding-right: 15px;
}

main.projects-search .js-scroll .table__row {
	margin: 0;
}

main.projects-search .js-scroll > div {
	max-height: 434px;
}

main.projects-search .table__caption,
main.projects-search .table__col {
	font-size: 20px;
}

.btn-download-tab-fles {
	min-width: 260px;
}

.project_tab_files p {
	font-size: 20px;
}

.project_tab_files a {
	font-size: 18px;
	line-height: 25px;
}

.project_tab_files a:hover {
	text-decoration: underline;
}

.single-projects .ui-widget-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}


.project-archive-search-controls {
	padding-top: 30px;
	text-align: left;
}

.project-archive-search-controls .btn {
	margin: 0 5px;
}

@media (max-width: 768px) {
	.project-archive-search-controls {
		text-align: center;
	}
}

#create-projects-group-form .button-financical-data {
	width: 100%;
	margin-top: 20px;
}

#create-projects-group-form .form__label {
    margin-bottom: 7px;
    margin-top: 15px;
}

.text-right {
	text-align: right !important;
}

.no_notifications {
	padding: 5px 35px;
	font-size: 24px;
}

.projects-group-panel-row {
	align-content: stretch;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.projects-group-panel-row .flex {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.projects-group-panel-row .flex a {
	flex: 1 0 auto;
	z-index: 3;
}

.single-projects-group .title h2{
	font-size: 1.2em;
}

.single-projects-group .projects-group-panel-row .flex {
	margin: 3px;
}

.single-projects-group .panel--big {
	padding: 0;
}

.single-projects-group .panel--big--padding {
	padding: 10px;
}


.single-projects-group .panel--big .row_title {
	font-size: 36px;
	font-weight: 700;
	padding-top: 20px;
}

.single-projects-group .row_confirmation_number {
    margin-bottom: 4px;
    font-size: 20px;
    border-top: 1px solid grey;
}

.single-projects-group .panel--big .panel__title {
	font-size: 36px;
}

.single-projects-group .panel--big .row_execution {
	color: #34a7df;
	padding: 10px 0;
	font-size: 40px;
	
}

.single-projects-group .panel--big .row_deadline {
	color: #ffffff;
	background-color: #3a3946;
	padding: 5px 0;
	font-size: 20px;
	/*border-radius: 0 0 10px 10px;*/
	min-height: 34px;
}
.single-projects-group .panel--big .row_note {
    position: absolute;
    bottom: -27px;
    /* left: 5%; */
    width: 100%;
    height: 28px;
    background-color: white;
    border: 1px solid #3a3946;
    border-radius: 0 0 5px 5px;
    line-height: 1.6em;
}
.single-projects-group .panel--big .row_note span{
	color:#3a3946;
	pointer-events:none;
}
.note_content {
	display:none;
	border:0;
}

section.no-padding-bottom {
	padding-bottom: 0 !important;
}

.milestone_table .js-upload-section .form__field {
	line-height: 0;
}

.milestone_table .btn--light {
	margin-top: 0;
}

.milestone_table {
	display: table;
	border-collapse: collapse;
}

.milestone_table .table__row {
	display: table-row;
}

.milestone_table .table_head {
	display: table-header-group;
}

.milestone_table .table__col {
	display: table-cell;
	vertical-align: middle;
}

.milestone_table .milestone_item_form {
	display: table-row-group;
}

.milestone_table .save_milestone_item {
	display: table-row;
}

.milestone_table .milestone_item_edit {
	display: table-row-group;
}

.milestone_table .table__col__confirm {
	font-size: 15px;
	padding: 4px 4px;
	vertical-align: bottom;
}

.milestone_table .table__col__edit {
	/*padding: 2px 5px;*/
	cursor: pointer;
	padding: 0;
	vertical-align: bottom;
}

.milestone_table .table__col__confirm,
.milestone_table .table__col__delete,
.milestone_table .table__col__edit {
	height: 28px;
	width: 26px;
}

.milestone_table .table__col__delete {
	padding: 0 0 5px;
}

.milestone_table .milestone_item {
	border-top: 2px solid #eaebeb;
	border-bottom: 2px solid #eaebeb;
}

.milestone_item .js-upload-group {
	margin: 0;
}

.milestone_table .milestone_item:not(.milestone_item_edit) .js-upload-group .btn {
	border: none;
	background: none;
	font-size: 18px;
	text-decoration: underline;
}

.milestone_table .milestone_item:not(.milestone_item_edit) .js-upload-group .btn:hover {
	color: #3a3946;
	text-decoration: underline;
}

.bell__head {
	height: 50px;
}

.scroll-wrapper {
	-ms-overflow-style: none;
}

.scrollbar-inner[style*="margin-bottom: -17px"] {
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	max-height: 100% !important;
}

.js-scroll > div .scrollbar-inner[style*="margin-bottom: -17px"] {
	max-height: 284px !important;
}

.scrollbar-inner[style*="margin-bottom: -17px"] ~ .scroll-element.scroll-y .scroll-element_track {
	top: 0 !important;
}

.btn-export {
	min-width: 132px;
}

.form__input.currency {
	flex-shrink: 1;
}
#tf-popup{
	display:none;
	position:fixed;
	background-color:white;
	border:1px solid #ccc;
	padding:5px;
	position:fixed;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#mask{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}
.template__name{
	font-size: 38px;
	font-family: 'Assistant', sans-serif;
	font-weight:500;
}
.tmpl-bold {
	font-weight:600;
}
.btn--x{
text-align: right;
border-radius: 20px !important;
padding: 0px 9px !important;
font-size: 20px;
}
.template-add-text{
	padding-top:5px;
}
.template-masked{
	display:none;
	max-width:856px;
}
.template-masked{
	display:none;
	max-width:850px;
}
.js-radio {
	border: 2px solid #3a3946;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin: 5px;
}
.js-radio-box2 {
    border: 3px solid #3a3946;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 5px;
}
.js-radio-box {
	border: 3px solid #3a3946;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.js-rb-selected {
	background-color:#3a3946;
}
.jschat__delete__btn,
.template__radio{
	cursor:pointer;
}
.status__info{
	font-size: 21px;
	white-space: nowrap;
}
.add_task_btt{
    margin-top: 30px;
    margin-bottom: 30px;
}
.add_task_btt a{
	line-height:1;
}
.template-box{
	width: 100%;
	max-height: 300px;
	overflow-x:auto;
	margin-top:10px;
}
.template-box::-webkit-scrollbar { width: 14px; height: 5px;}
.template-box::-webkit-scrollbar-button {  background-color: #fff; }
.template-box::-webkit-scrollbar-track {  background-color: #555;}
.template-box::-webkit-scrollbar-track-piece { background-color: #000;}
.template-box::-webkit-scrollbar-thumb { height: 20px; background-color: #fff; border-radius: 3px;}
.template-box::-webkit-scrollbar-corner { background-color: #555;}
.template-box::-webkit-resizer { background-color: #000;}
.box-row{
	width: 100%;
	background-color:white;
	border-radius:5px;
	border: 1px solid #cac7c6;
	padding: 10px;
	margin-bottom:10px;
}
.box-city{
	flex: auto;
}
.box-body{
	font-weight:500;
	font-size:24px;
}
.box-head{
	display:flex;
}
.template-alert {
	border: 2px solid #9b1911;
	border-radius: 12px;
	width: 25px;
	height: 24px;
	margin: 5px;
	color: #9b1911;
	padding-right: 8px !important;
	font-weight: bold;
}
.template-task {
	font-size:24px;
	display: flex;
	cursor:pointer;
	margin-bottom:8px;
}
.template__manage{
	margin-top:15px;
	/*cursor:pointer;*/
}
.template-right-block{
	position:absolute;
	position: absolute;
	right: 1000px;
	min-width: 820px;
	top:0px;
}
.accordion__body textarea,
.template-right-block textarea{
	height: 45.8667px;
	width: 100%;
	height: 80px;
	border-radius: 10px;
	border: 1px solid #cac7c6;
}
.template__manage{
	padding-top: 10px !important;
}
.jschat__delete__btn,
.template__manage div{
	padding-left:10px;
	padding-right:5px;
}
.template__manage:not(.jschat__block) div:first-child {
	margin-left: 10px;
}
.template-selected div:first-child,
.template-selected div:nth-child(2){
	background-color:rgb(82, 86, 89);
	color:white;
}
.template-selected div:nth-child(2){
	border-radius: 5px 5px 5px 5px;
}
.wallet-block {
	background: #d6d4d3;
	border-radius: 10px;
	padding-bottom: 20px;
	width: 100%;
}
.wallet-block .flex {
	padding-right: 20px;
}
.wallet-caption {
	padding-right: 20px;
	text-align: right;
	font-weight: 700;
	font-size: 32px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.wallet__caption {
	font-weight: 500;
	font-size: 35px;
	flex:0.2;
}
.wallet__caption__small {
	font-weight: 500;
	font-size: 24px;
	padding-right: 50px;
	margin-top: 30px;
}
.wallet__col textarea{
	width:100%;
	height:140px;
	resize: none;
	border-radius:10px;
	border: 1px solid #ccc;
}
.wallet__row {
	padding-top: 15px;
	padding-right: 50px;
}
.wallet__row .form__label{
	padding-bottom: 6px;
}
.wallet__col.fix-height.bdb {
	height: 50px;
	border-bottom: 1px solid #D3D3D2;
	text-align: center;
	font-size: 35px;
	margin-top: 50px;
	font-weight: 100;
}
.wallet__col.fix-width {
	flex:0.2;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
}
.wallet__separ1 {
	flex:0.1;
}
.wallet__separ02 {
	flex:0.02;
}
.wallet__col {
	font-size: 20px;
	width: 90%;
}
.wallet__red {
	color:#9b1911;
}
.wallet__green {
	color:#40b246;
}
.wallet__photo {
	flex:0.5;
	font-weight: 500;
	font-size: 35px;
	cursor:pointer;
}
.wallet-delete-photo {
	top: 4px;
	right:10px;
	position: relative;
}
.SumoSelect > .optWrapper{
	/*width: min-content !important;
	right: 0 !important;
	left: unset !important;*/
}
.SumoSelect .multiple label {
	padding-right: 35px;
}
.delete__accordeon{
	line-height: 1.3;
}
.hidden_before_save {
	display:none;
}
.accordeon__created {
	text-align: left;height: 0px;top: 29px;position: relative;font-size: 24px;
}
.tab__alert{
	font-size: 26px;
	color: red;
	line-height: 2.6em;
}
.template_manage_panel {
background-color: #3a3946;
color: white;
font-weight: 300;
width: 100%;
padding: 18px;
margin-top: 54px;
border-radius: 6px 6px 0 0;
flex-wrap: wrap;
}
#log {
	display:none;
	top:315px;
	position: absolute;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid gray;
	padding: 30px;
	border-radius: 10px;
	min-width:1600px;
}
a.item_in_box {
	display: block;
	float: right;
	width: 50%;
	height: 50%;
}
.item_in_box span.panel__icon {
	margin: 0;
	width: 100%;
	text-align: center;
}
.item_in_box span.panel__icon svg {
	width: 80px;
	padding: 17px;
	padding-bottom: 2px;
}
.single-projects-group .panel--big .item_in_box .panel__title {
	font-size: 20px;
	display: block;
}

span.hover_buttons_panel {
	position: absolute;
	display: none;
	height: calc(100% - 34px);
}
.panel--project-item:hover span.hover_buttons_panel {
	display: block;
}/*
main.project-report {
	margin-top: 26px;
}*/
.tabs-links>a {
	width: 24.5%;
	display: block;
	float: right;
	font-size: 25px;
	padding: 12px 38px 12px;
	border: 2px #dfdfdd solid;
	margin-left: 0.5%;
	font-weight: bold;
	background: #f5f7f7;
	border-radius: 10px 10px 0 0;
}
.tabs-links>a.active {
	background: #fff;
	border-bottom: 0;
}
.no-padding-top-row .row.projects-group-panel-row {
	margin: 0px;
	background: #fff;
	padding: 20px;
	border: 2px #dfdfdd solid;
	border-top: none;
	padding-bottom: 55px;
	border-radius: 0 0 20px 20px;
}
.row.no-padding-top-row {
	margin-top: 27px;
}
span.info {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 31px;
	border: 2px solid;
	height: 33px;
	z-index: 1111111111;
	/* position: absolute; */
	/* right: -186px; */
	/* top: -16px; */
	padding: 2px 2px;
	border-radius: 7px;
	cursor: help;
}
.table__col.info {
	min-width: 4px;
	width: 4px;
	max-width: 4px;
	z-index: 1;
}
.table__row.is-hover.panel.panel--white.panel--border.panel--border-success:hover {
	overflow: unset;
}
.tooltip-info {
	position: absolute;
	z-index: 1;
	display: block;
	background: #393846;
	top: -233px;
	width: 500px;
	color: #fff;
	height: 237px;
	overflow-y: auto;
	right: -465px;
	font-size: 14px;
	border: 4px solid;
	text-align: right;
	padding: 0 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 0px #333;
}
.tooltip-info img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tooltip-info h3 {
	margin: 2px;
	margin-top: 8px;
}
.table__row.panel.panel--white.panel--border.panel--border-success:nth-child(1) .tooltip-info, .table__row.panel.panel--white.panel--border.panel--border-success:nth-child(2) .tooltip-info, .table__row.panel.panel--white.panel--border.panel--border-success:nth-child(3) .tooltip-info, .table__row.panel.panel--white.panel--border.panel--border-success:nth-child(4) .tooltip-info {
	top: 28px!important;
}
.tooltip-info p {
	font-size: 14px;
	margin: 0;
	/* width: 50%; */
}
.tooltip-info .half {
	float: right;
	width: 50%;
}
.tooltip-info .confirmation:last-child {
	margin-bottom: 15px;
}

.SumoSelect > .optWrapper {
	width: 127%;
	right: 0;
	left: auto;
}

.milestone_table .sumo_wallet.open .optWrapper{
	width: auto;
}

/****** Hide titles on some pages ********/
.hidden{
	display:none !important;
}
body.post-type-archive-projects .title, body.page-id-288231 .title, body.page-template-page-concentration .title{
    display: none;
}

body.post-type-archive-projects .header, body.page-id-288231 .header,  body.page-template-page-concentration .header{
    margin-bottom: 2rem;
}

/******** Reduce font siaze on smaller screens ********/
@media screen and (max-width: 1024px) {
	.panel .panel__text, .panel .panel__count, .panel .panel__title {font-size: 2.2rem;}
}

/******** Hide Report Tab in accordeon *************/
.report_tab_accordeon_header{
	text-align: center;
    justify-content: center;
    border-bottom: 1px solid;
	padding-top: 0;
}
.report_tab_accordeon_body{display: none;}
.report_tab_accordeon_header a{
    color: #fff;
    background: #3a3946;
    padding: 0.8rem 1.6rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/*.report_tab_accordeon_header:not(.active) {
    margin-bottom: 40px;
}*/

/****** main page fixes ********/
section.main_top_section {
    padding-bottom: 16px;
}
section.main_bottom_section {
    padding-top: 16px;
}
@media screen and (min-width: 768px) {
	body.page-template-page-main section .row:nth-child(1) .panel.panel--big {
		min-height: 280px;
		display: grid;
		align-items: center;
	}
}


/********** Responsivness improovements **********/

@media screen and (max-width: 800px) {
    .page-template-page-main .row [class*="col-"] {
        padding: 0 7px;
    }
	.panel__icon svg {
		max-width: 4rem;
	}
	.panel .panel__text, .panel .panel__count, .panel .panel__title {font-size: 1.4rem;}
}

@media screen and (max-width: 767px) {
	.page-template-page-main .row {
        gap: 1rem;
    }
}

@media screen and (min-width: 786px) {

	/**** fix for firefox *******/
	@-moz-document url-prefix() {
        .header__wrap {
            transform: scale(0.78);
			transform-origin: center right;
			width: 130%;
        }
	}
	.header__wrap, form.project_details_tab_form{
		zoom: 78%;  
	}

	form#main-form {
		zoom: 74%;  
	}
	#main-table, .main_top_section, .main_bottom_section, .panel_kolkore_link {
		zoom: 70%;
	}
	main.single-projects-group, main#project-report, main.project-form {
		zoom: 88%;
	}
	#project-perm-table .table {
		zoom: 78%;  
	}
	body.page-id-205593 > main section, body.page-template-page-concentration > main section , body.page-template-page-mytask > main section {
		zoom: 84%;
	}
	body.single-projects a#request{
		zoom: 78%;  
	}
	.nav__link, .menu-item a {
		padding: 0 12px;
		font-size: 1.2em;
	}
}

@media screen and (min-width: 1400px) {
	/**** fix for firefox *******/
	@-moz-document url-prefix() {
		.header__wrap {
			transform: scale(0.82);
			transform-origin: center right;
			width: 122%;
		}
	}
	.header__wrap, form.project_details_tab_form {
		zoom: 82%;  
	}
	#main-table, .main_top_section, .main_bottom_section, .panel_kolkore_link, form#main-form {
		zoom: 84%;
	}
	main.single-projects-group, main#project-report, main.project-form {
		zoom: 94%;
	}
	#project-perm-table .table {
		zoom: 90%;  
	}
	body.page-id-205593 > main section, body.page-template-page-concentration > main section , body.page-template-page-mytask > main section {
		zoom: 92%;
	}
	body.single-projects a#request{
		zoom: 88%;
	}
}

@media screen and (min-width: 1600px) {
	/**** fix for firefox *******/
	@-moz-document url-prefix() {
		.header__wrap {
			transform: scale(0.88);
			transform-origin: center right;
			width: 114%;
		}
	}

	.header__wrap, form.project_details_tab_form {
		zoom: 88%;  
	}
	#main-table, .main_top_section, .main_bottom_section, .panel_kolkore_link, form#main-form {
		zoom: 94%;
	}
	main.single-projects-group, main#project-report, main.project-form {
		zoom: 100%;  
	}
	#project-perm-table .table {
		zoom: 100%;  
	}
	body.page-id-205593 > main section, body.page-template-page-concentration > main section , body.page-template-page-mytask > main section {
		zoom: 100%;
	}
	body.single-projects a#request{
		zoom: 98%;
	}
	.nav__link, .menu-item a {
		padding: 0 24px;
		font-size: 1.4em;
	}
}

/****** New Concentration Page *********/
.new_accordion__table{
	border: 2px solid #f5f5f5;
	background-color: #E5E6E6;
}
.new_concentration_table_header {
	position: sticky;
    top: 32px;
    z-index: 9;
}

.new_concentration_table_header .table__col{
	padding: 10px;
	text-align: center;
}

.page-template-page-concentration #main_form .table__col:not(.concentration-form-btn){
	zoom: 0.9;
}

.page-template-page-concentration .concentration-form-btn{
	max-width: fit-content;
    align-items: center;
    padding: 20px 10px 0px;
}

.concentration_table_body .accordion__table .new_accordion__head {
    background-color: initial;
    display: block;
    padding: 0;
}

.accordion__title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 5px 20px;
	background-color: #527B4F;
	border-radius: 5px 5px 0 0;
}
.warning_head .accordion__title_wrap {
	background-color: #AA4954;
}
.accordion__title_wrap, .accordion__title_wrap .accordion__title p {
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.concentration_table_body .accordion__body {
	padding: 0;
}

.new_accordion__table .table__row {
	overflow: hidden;
}

.new_accordion__table .table__col {
    color: #323545;
    font-size: 20px;
	font-weight: 600;
    margin: 10px 0;
    padding: 0 10px;
}

.new_accordion__table .table__col:not(:last-child){
	border-left: 1px solid #3a3946;
}
.new_accordion__table .concentration__tasks {
    padding: 10px 20px;
}
.inner_tabar_title {
    display: inline-block;
    background-color: #3a3946;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
	font-size: 20px;
}

.new_accordion__table ol {
    padding-right: 1em;
}
.new_accordion__table ol li{
    font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.new_accordion__table  .project__table-title a:hover {
	text-decoration: underline;
	
}
.new_accordion__table .project__info{
	font-weight: 400;
}

.new_accordion__table strong {
    font-size: inherit;
	display: contents;
}


@media screen and (max-width: 1140px) {
    body.page-template-page-concentration .row {
        display: initial;
    }

    body.page-template-page-concentration section {
        overflow: auto;
    }

	.concentration_table_wrap.table {
		min-width: 1048px;
	}

	.concentration_table_wrap .table__row {
        min-width: inherit;
        align-items: center;
        flex-direction: row;
    }

	.concentration_table_wrap .table__col {
        text-align: center !important;
		width: 104px;
		overflow-wrap: break-word;
    }

	body.page-template-page-concentration .concentration_table_wrap * {
        font-size: 100% !important;
		top: 0;
    }

	.new_accordion__table .project__table-title {
        flex-direction: inherit;
    }
	.new_accordion__table .accordion__title > p {
        max-width: 100%;
    }
	.new_accordion__table .accordion__body {
        padding: 10px !important;
    }
}

	.project__briefly {

	}
	.prokect-report-tabs {
		
	}
	#project-general {
		    padding-right: 37px;
    padding-left: 66px;
	}
	
	.general__row {
		    border-bottom: 2px solid #d6d4d3;
	}
	.general__row:first-child,
.general__row:last-child {
    border-bottom: none;
}

#reports-summary .general__row {
	border-bottom: none;
}


	.row + .row:not(.report_tab_row):not(.no-padding-top-row) {
		padding-top:unset;
	}
	
	 .titlecol {
		text-align: right;
		border-bottom: unset !important;
		margin-right:unset;
		margin-left:10px;
	}
	
	.coltitle {
		text-align: right;
	}
	.general {
		font-size:18px;
	}
	.comments__head {
		font-size:18px;
	}
	
	.border-right {
		
	}
	.border-left::after {
		content: '';
		position: absolute;
		top: 10%; 
		left: 4%; 
		width: 1px;  
		height: 80%;
		background-color: #cac7c6;
	}
	
	.general__row:first-child, .general__row:last-child {
		padding-top:unset;
	}
	.comments__item {
		margin-right:unset;
		border-radius: 10px;
		border: 1px solid #d6d4d391;
		padding: 2px 10px 0px 0px;
	}
	
	.table__col__delete {
		background-color: unset;
		border: unset;
		font-size: 18px;
		font-weight:unset;
	}
	.comments__item .comments__col {
		    padding-right: 10px;
			font-weight:unset !important;
	}
	
	.comments__item .comments__text {
		padding-bottom: 10px;
		padding-right: 10px;
		font-weight: 400;
		font-size: 16px;
	}
	
	.form__input {
		border: 1px solid #cac7c6;
	}
	
	.comments__form .btn {
		padding: 3px 12px;
		font-size: 16px;
	}
	.f_hight {
		height:100px;
	}
	
	.updatedetailsbtn {
	margin-top:15px;
    width: 100%;
    padding: 5px 10px;
    text-align: center; 
    color: #34a7df; 
    font-weight: bold;
    font-size: 16px; 
    text-decoration: none; 
    border: 1px solid #34a7df;
    border-radius: 12px; 
    background-color: #fff; 
	}
	
	.form__field {
		margin-bottom:20px;
	}

/****** Permissions ******/

#project-perm-search .nm-row > .nm-col-2  {
    display: flex;
    flex: 0 0 22%;
}
@media screen and (max-width: 1240px) {
	#project-perm-search .nm-row > .nm-col-2  {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 800px) {
	#project-perm-search .nm-row > .nm-col-2  {
		flex: 0 0 48%;
	}
}

/*********************/
textarea.singleline_autosize{
	box-sizing: border-box;
	overflow-y: hidden;
	resize: none;
}