@font-face {
	font-family: "UAF Sans";
	src: url("../fonts/UAFSansRegular400.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "UAF Sans";
	src: url("../fonts/UAFSansBold700.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}

:root {
	--font-sans-serif: "UAF Sans", sans-serif;
	--font-size: 0.92rem;
	--link-color: #003988;
	--focus-color: #77bdff;
	--bglight-color: #e2edff;
	--bgprimary-color: #eae097;
}


body {
	font-family: var(--font-sans-serif);
	font-size: var(--font-size);
	color: #222;
	/* overflow: hidden; */
}

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: var(--focus-color);
	text-decoration: none;
}

a.filter {
	color: #99F;
}

.h5,
h5 {
	font-size: 1.1rem;
}

.h6,
h6 {
	font-size: 1rem;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

.font-weight-bold,
b,
strong {
	font-weight: 700;
}

:focus {
	outline: none;
}

::placeholder,
.form-control::placeholder {
	color: #ddd;
}

#main {
	margin: 60px 0 0 240px;
	min-height: calc(100vh - 58px);
}

.content {
	padding: 1rem;
}

.small,
small {
	color: #999;
}

.micro,
micro {
	font-size: 63%;
}

.sidebar {
	min-width: 240px;
	max-width: 240px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	height: calc(100% - 45px);
	transition: .35s all ease-in-out;
}

.sidebar::-webkit-scrollbar {
	width: 7px;
}

.sidebar::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .1);
}

.sidebar::-webkit-scrollbar-thumb {
	background: none;
}

.sidebar:hover::-webkit-scrollbar-thumb {
	background: #426186;
}

.sidebar-brand {
	padding: .48rem 1.4rem;
	display: block;
	color: #fff;
	background-color: #000;
}

nav.fixed-top {
	width: calc(100% - 240px);
	left: auto;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	transition: .35s all ease-in-out;
}

nav.fixed-sub {
	position: fixed;
	width: calc(100% - 240px);
	top: 57px;
	right: 0;
	z-index: 99;
	transition: .35s all ease-in-out;
}

body.sb-collapsed #main {
	margin-left: 0;
}

body.sb-collapsed .sidebar {
	margin-left: -240px;
}

body.sb-collapsed nav.fixed-top,
body.sb-collapsed nav.fixed-sub {
	width: calc(100% - 0px);
}

@media (max-width: 991.98px) and (min-width: 1px) {
	#main {
		margin-left: 0;
	}

	nav.fixed-top,
	nav.fixed-sub {
		width: calc(100% - 0px);
	}

	.collapsed nav.navbar.fixed-top {
		width: 100%;
		left: 0;
	}
}








div#map {
	height: 100%;
	width: 100%;
}

span.big {
	font-size: 156%;
}

td.table-action {
	text-align: right;
}

.card {
	border-radius: .5rem;
}

.card-header {
	border-bottom: 2px solid #dee2e6;
}

.card-header p.ds {
	margin: 0;
}

.card-header:first-child {
	border-radius: .5rem .5rem 0 0;
}

.toast {
	background-color: rgb(0 170 255 / 63%);
	color: #fff;
	border: 0;
	box-shadow: 0.2rem 0.2rem 0.2rem rgb(0 0 0 / 18%);
	text-shadow: #0000005e 2px 1px 4px;

	animation-name: dropdownAnimation;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.toast p {
	margin-bottom: 0;
}

.toast:not(:last-child) {
	margin-bottom: .5rem;
}

.toast.ok,
.toast.success {
	background-color: rgb(0 173 0 / 63%);
}

.toast.er,
.toast.error {
	background-color: rgb(255 0 0 / 63%);
}

.toast.wr,
.toast.warning {
	background-color: rgb(255 153 0 / 63%);
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
	background-clip: content-box;
	border: 0;
	border-radius: .5rem;
	opacity: .5;
	margin-left: 4px;
}

.swal-modal {
	border-radius: .5rem !important;
}

.swal-button {
	background-color: #3b7ddd !important;
}

.modal-content {
	border-radius: 0.5rem;
}

.modal-header {
	border-bottom: 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	background-color: #444;
}

.modal-title {
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 2px 3px 8px #0000006e;
}

input#globalsearch {
	font-size: 1.3rem;
	background-color: #ffedd8;
	border: 0;
	margin: 4px auto;
	max-width: 500px;
	padding: .5rem 1.2rem;
}

img.icon {
	width: 26px;
	cursor: pointer;
}


img.logo {
	width: 100%;
	max-width: 360px;
	height: auto;
}

.book {
	background-color: #eee;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

.book h4 {
	border: 0;
	margin: 0;
}

.book footer {
	margin: 8px -8px -8px;
	border-top: 3px solid #fff;
}

.book footer a {
	display: inline-block;
	width: 25%;
	margin: -2px;
}

.book.bst-0,
.book .bst-0 {
	background-color: #eee;
}

.book.bst-1,
.book .bst-1 {
	background-color: #5bff5b
}

.book.bst-2,
.book .bst-2 {
	background-color: #ffd943;
}

.book.bst-3,
.book .bst-3 {
	background-color: #f99;
}


.filter h6 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	color: #999;
}


button[disabled].btn-primary {
	background-color: #e5e5e5;
	border: #e5e5e5;
}

.bs-select .inner {
	overflow-y: unset !important;
}

a.hoverdel {
	position: absolute;
	top: 8px;
	right: 24px;
	background: #fff;
	opacity: 0;
}

img.noimg {
	background: #eee;
	width: 100%;
	padding: 35px;
	display: block;
	text-align: center;
	max-height: 196px;
}

.tail-select {
	width: 100%;
	/* z-index: 7; */
}

.navbar {
	padding: .6rem 1.2rem;
}

h4.nav-title {
	margin-bottom: 0;
}

h4.nav-title small {
	color: #ccc;
}

.btn {
	border-radius: .5rem;
	font-size: .9rem;
}

.btn-icon {
	width: 33px;
	height: 33px;
	padding-left: 2px;
	text-align: center;
	padding-right: 2px;
}

.btn-leos {
	background-color: var(--bglight-color);
	border-color: var(--bglight-color);
	transition: .35s all;
}

.btn-leos:hover {
	background-color: #d9e9ff;
	border-color: #d9e9ff;
}

.btn-ghost,
.btn-mini {
	width: 20px;
	height: 20px;
	font-size: 13px;
	padding: 0;
	border: 1px solid;
}

.btn-mini:hover {
	border-color: black;
}

.btn-ghost {
	opacity: 0;
	color: #ccc;
}



.btn-nano {
	width: 16px;
	height: 16px;
	font-size: 9px;
	padding: 0;
	color: #ccc;
	border: 1px solid;
	opacity: 0;
}

tr:hover .btn-ghost,
tr:hover .btn-nano {
	opacity: 1;
}

.btn.on,
.btn.on:hover {
	background-color: var(--link-color);
	color: #fff;
}

.dropdown-menu,
.navbar-nav .dropdown-menu {
	border: 0;
	box-shadow: 4px 4px 12px #0002;
}

.dropdown-menu {
	border-radius: .5rem;
	font-size: .9rem
}


.dropdown-item {
	transition: .35s all;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #d9e9ff;
}

.dropdown .list-group .list-group-item {
	transition: .35s all;
}

.dropdown .list-group .list-group-item:hover {
	background: #d9e9ff;
}

.r-block {
	position: relative;
}

.separator {
	display: inline-block;
	width: 2px;
	height: 9px;
	background-color: #e2e6ea;
	margin-right: .25rem;
}

a.btn {
	white-space: nowrap;
}

.bg-asfalt {
	background-color: #334;
}

.bg-lerp {
	background-color: #3b7ddd;
	border-bottom: 0;
}

.bg-yell {
	background-color: #ffAA00;
}

tr.selected {
	background-color: #ffedd8;
}

.sidebar-link:hover,
.sidebar-link:hover i,
.sidebar-link:hover svg {
	color: rgb(0 170 255 / 83%);
}

.fixed-sub .dropdown,
.fixed-top .dropdown {
	display: inline-block;
}

.form-group.row {
	margin-bottom: 4px;
}

footer.footer {
	font-size: .8rem;
}

.select-label.selected {
	background-color: #fff4c9;
}



input.livesearch {
	padding: 5px 12px;
	border-radius: .5rem;
	width: 100%;
	border: 1px solid #ced4da;
	max-width: 260px;
}

input#pnum {
	text-align: center;
	width: 34px;
	margin: auto 4px;
}

input.dp:autofill {
	display: none;
}

a.badge {
	padding: 0.3rem 0.5rem .2rem;
	text-transform: uppercase;
	font-size: .7rem;
}

a.badge-sm {
	font-size: 9px;
	padding: 3px 5px;
	margin: 1px 2px 0;
}

a.badge:hover {
	opacity: 0.7;
	text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #fff;
}

.form-control,
.tail-select .select-label {
	border: 1px solid #ced4da;
	font-family: inherit;
	font-size: .9rem;
	border-radius: .5rem;
	border-color: #fff;
	background-color: #f5f5f5;
	transition: .3s all ease-in-out;
}

.form-control-lg {
	font-size: 1rem;
}

.form-control:hover {
	/* background-color: #fff7de; */
	box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%), 0 0 1px 1px #3c82e6;
}

.avatar {
	border-radius: 50%;
	margin-right: 0.4rem;
	position: relative;
	display: inline-block;
}

.avatar.xs {
	width: 28px;
	height: 28px;
}

.avatar img {
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}

.avatar.online::before {
	background: #10ff00;
}

.avatar.offline::before,
.avatar.online::before {
	position: absolute;
	border-radius: 50%;
	display: block;
	content: "";
	height: 30%;
	width: 30%;
	bottom: 0;
	right: 0;
}

.nav-flag .feather,
.nav-flag svg,
.nav-icon .feather,
.nav-icon svg,
.nav-flag img {
	width: 24px;
	height: 24px;
}

svg.svg-inline--fa {
	color: var(leos-link-color);
}

.dropdown-item svg.svg-inline--fa {
	margin-right: 4px;
}

h6.firm {
	color: #0af;
	text-transform: uppercase;
	padding: .4rem 1rem;
	border-bottom: 2px solid #1e2330;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
}

.uah,
.num {
	text-align: right;
	/* font-size: large; */
	color: #002868;
	font-weight: 600;
	white-space: nowrap;
}

h1.uah,
h1.num {
	font-size: 2rem;
}

.uah::after {
	content: " ₴";
	font-size: 72%;
}

.uah.min,
.num.min {
	color: #790000;
}


.block {
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 1rem;
}

.block h4 {
	text-transform: uppercase;
	color: var(--focus-color);
}


.w970 {
	width: 100%;
	max-width: 970px;
}

.w1140 {
	width: 100%;
	max-width: 1140px;
}

h6.label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .7rem;
	color: #b3b3b3;
}

.frame {
	border: 1px solid #dee2e6;
	border-radius: .5rem;
	padding: 2rem;
	height: calc(100% - 1rem);
	margin-bottom: 1rem;
}

span.bigsm.uah,
.form-control.input-xl {
	font-size: 2.5rem;
}

div.edit[data-cmd="edit"] .show-block {
	display: none;
}

div[data-cmd="edit"] input,
div[data-cmd="edit"] select,
div[data-cmd="edit"] .tail-select {
	display: none;
}

div.edit[data-cmd="edit"] input,
div.edit[data-cmd="edit"] select,
div.edit[data-cmd="edit"] .tail-select {
	display: block;
}

.paystamp {
	padding: 12px 14px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	float: right;
	font-size: 28px;
	line-height: 22px;
	border: 3px solid #ffcc00;
	color: #ffcc00;
	margin: 18px 24px 0 0;
	opacity: .7;
	filter: blur(0.6px);
	transform: rotate(5deg);
	position: absolute;
	right: 80px;
}

.paystamp.green {
	border: 3px solid #00a000;
	color: #00a000;
}

.paystamp.red {
	border: 3px solid #ca0d00;
	color: #ca0d00;
	transform: rotate(-4deg);
}

#dropzone {
	width: 100%;
	padding: 1.3rem 1rem;
	color: #91afe0;
	border: 2px dotted #91afe0;
	border-radius: .5rem;
	text-align: center;
	margin-bottom: 1rem;
	transition: .3s all ease-in-out;
}

#dropzone:hover {
	color: var(leos-link-color);
	border: 2px dotted var(leos-link-color);
	cursor: pointer;
}

#dropzone.over {
	border: 2px dotted #0af;
	color: #0af;
	background-color: rgb(226, 239, 255);
	cursor: default;
}

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

ul.filelist li {
	margin-bottom: 6px;
	background-color: #f7f7f7;
	border-radius: .5rem;
	padding: .8rem;
}

#virtbtn {
	display: none;
}

#dropzone p {
	margin: 0;
}


.fileicon {
	object-fit: cover;
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 8px;
	text-align: center;
	background-color: #ffffff78;
	border-radius: .5rem;
}

.alert {
	padding: 1rem;
}

.alert h3 {
	margin-top: 1rem;
}

.alert p {
	margin: 0;
}

.badge {
	color: #000;
	background-color: var(--bglight-color);
	margin: 0 4px;
}

[data-cmd="edit"] {
	cursor: cell;
}

.table-sm>:not(caption)>*>* {
	padding: .35rem;
	font-size: .92rem;
	line-height: 1.41;
}

.stage {
	display: inline-block;
	padding: 8px;
	background-color: #eee;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0.5rem;
	font-weight: 700;
	min-width: 36px;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 4px;
}

a.stage:hover {
	color: #fff;
	background-color: #0054a6;
}

a.stage:hover svg {
	color: #fff;
}

a.ordtp {
	color: #999;
}

a.ordtp.active {
	color: #f7941d;
}

.card.stg {
	border-radius: 0;
	font-size: .7rem;
	border: 0;
	box-shadow: none;
	margin: 8px -10px;
}

a.st0 svg,
a.st1 svg,
a.st2 svg,
a.st3 svg,
a.st4 svg,
a.st5 svg,
a.st6 svg,
a.st7 svg,
a.st8 svg,
a.st9 svg {
	color: #fff;
}

a.st0,
a.st0:hover {
	background-color: #F00;
	color: #FFF;
}

/* необроблений // червоний	*/
a.st1,
a.st1:hover {
	background-color: #F80;
	color: #FFF;
}

/* недозвон // оранжевий	*/
a.st2,
a.st2:hover {
	background-color: #ffe000;
	color: #333;
}

/* кваліфікований // жовтий	*/
a.st3,
a.st3:hover {
	background-color: #0A0;
	color: #FFF;
}

/* в	роботі // зелений	*/
a.st4,
a.st4:hover {
	background-color: #00a6ff;
	color: #FFF;
}

/* показ // голубий	*/
a.st5,
a.st5:hover {
	background-color: #0031ff;
	color: #FFF;
}

/* документи // синій	*/
a.st6,
a.st6:hover {
	background-color: #ff00e2;
	color: #FFF;
}

/* stand by // рожевий	*/
a.st7,
a.st7:hover {
	background-color: #c300ff;
	color: #FFF;
}

/* stand by // рожевий	*/
a.st8,
a.st8:hover {
	background-color: #5500ff;
	color: #FFF;
}

/* завершено // фіолетовий	*/
a.st9,
a.st9:hover {
	background-color: #666;
	color: #FFF;
}

/* відмова // сірий	*/
a.st10,
a.st10:hover {
	background-color: #2c3e50;
	color: #fff;
}

/* видалено // */
a.st11,
a.st11:hover {
	background-color: #2c3e50;
	color: #fff;
}


img.thumb {
	max-width: 120px;
}

.tab-pane h3,
.tab-pane h5 {
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	padding-top: 1rem;
	color: #999;
}

.img-avatar {
	border-radius: 44% !important;
	max-width: 100%;
	height: auto;
	margin-bottom: .5rem;
	transition: all 0.3s ease-in-out;
	opacity: .7;
}

img.img-logo {
	max-width: 100%;
	height: auto;
	filter: sepia(.3);
	transition: all 0.3s ease-in-out;
}

.table tr {
	/* background-color: #fff; */
	transition: all .1s ease-in-out;
}

.table tbody tr:hover {
	background-color: #ffd63469;
}

.brs-1 {
	border-right: 1px solid;
}

.bls-1 {
	border-left: 1px solid;
}

.bbs-1 {
	border-bottom: 1px solid;
}

.tox:not([dir=rtl]) {
	border-radius: .5rem;
}


.tail-select .select-label {
	box-shadow: none;
}

.no-border .form-control,
.no-border .tail-select .select-label {
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
}

.no-border .form-control:hover,
.no-border .tail-select .select-label:hover {
	border: 1px solid #ced4da;
	background-color: #fff;
}

.order-message {
	padding: .7rem 1.5rem;
	background-color: #eef;
	border-radius: .5rem;
	font-size: .9rem;
	font-style: italic;
	color: #009;
	white-space: pre;
}

.order-message,
.order-message p {
	margin: 0 auto 15px auto;
}


p.add-item {
	text-align: end;
	font-weight: 600;
	border-top: 1px solid #eee;
}

p.add-item a {
	color: #009;
}

p.add-item a:hover,
p.add-item a:hover i,
p.add-item a:hover svg {
	text-decoration: none;
	color: #fc0;
}

.btn-more {
	font-size: 10px;
	text-align: center;
	margin: 8px auto -24px;
	width: 120px;
	border-radius: 0.5rem;
	background-color: #ddd;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	position: absolute;
	left: calc((100% / 2) - 60px);
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1px 0 0;
	z-index: 1;
	margin-top: 2px;
}

div#moreBlock {
	display: none;
	margin-top: 32px;
}

div#stageTitle {
	padding: 0.27rem 1rem;
	display: inline-block;
	border-radius: .5rem;
	font-size: 1rem;
	background-color: #efefef;
	font-weight: 600;
}

.navi {
	background-color: #fff;
	border-radius: .5rem;
	padding: .5rem 1rem;
	margin-bottom: 18px;
}

.navi .view {
	float: right;
}

a.backlink {
	float: left;
	height: 50px;
	padding: 12px;
	font-size: 1.4rem;
	width: 56px;
	margin-right: 4px;
	background-color: var(--bglight-color);
	border-radius: 50%;
	line-height: 1.8rem;
	text-align: center;
	opacity: .7;
	transition: all 0.2s ease-in-out;
}

.card-header a.backlink:nth-child(2) {
	margin-right: 16px;
}

a.backlink:hover {
	opacity: 1;
}

.form-switch {
	padding-left: 0.3em;
}

.table>tbody>tr>td {
	/* vertical-align: unset; */
	font-weight: 300;
}

.label-sm {
	position: relative;
	margin-top: 8px;
}

.label-sm label {
	position: absolute;
	padding: 1px 2px;
	font-size: 8px;
	text-transform: uppercase;
	top: -6px;
	left: 12px;
	font-weight: 700;
	color: #666;
	letter-spacing: 0.6px;
	z-index: 29;
}

.btn-group-sm>.btn,
.btn-sm {
	border-radius: .5rem;
}

.no-brake {
	white-space: nowrap;
}

a.mini-btn {
	background-color: #fff1ba;
	padding: 0 4px;
}

input#tl {
	font-weight: 700;
}

tr.warn {
	background-color: #fc0;
}

.table tbody tr.warn:hover {
	background-color: #ffd8a6;
}

.sidebar-link,
a.sidebar-link {
	display: block;
	padding: 0.3rem 1.2rem;
}

.acon {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.sidebar-dropdown .sidebar-link {
	padding: 0.2rem 1.2em 0.2rem 3.6rem;
}

.sidebar-dropdown .sidebar-dropdown .sidebar-link {
	padding: 0.2rem 1.2rem 0.2rem 4.4rem;
}

.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
	padding: 0.2rem 1.2rem 0.2rem 5.2rem;
}

@media (min-width: 1200px) {
	.dropdown-mega-list {
		min-width: 200px;
	}
}

.doc-link {
	position: fixed;
	width: 240px;
	bottom: 0;
	background-color: #000;
}

.text-sm {
	font-size: 12px;
}

.tail-select .select-dropdown ul li {
	padding: 4px 8px 4px 30px;
	font-size: 14px;
}

.sidebar-header {
	/* padding: 1rem 1.3rem 0.1rem; */
	padding: 1rem 0 0;
	font-size: .7rem;
	text-transform: uppercase;
}


.font-weight-bold,
b,
strong {
	color: unset;
}


.btn-primary svg.svg-inline--fa {
	color: #ffffff;
}

.text-md {
	font-size: 14px;
}

.gray a {
	color: #777;
}

tr.selected {
	background-color: #0061ff38 !important;
}

.table tbody tr.selected:hover {
	background-color: #0062ff46 !important;
}

.sidebar-header a {
	color: var(--bglight-color);
	transition: .3s all ease-in-out;
}

.sidebar-header a:hover {
	color: #ee7f22;
	text-decoration: none;
}


.tail-select .select-dropdown {
	border-radius: 8px;
}

.lightpick {
	font-family: var(--font-sans-serif);
}


div#calc {
	display: block;
	position: fixed;
	width: 240px;
	height: 80px;
	background-color: #000000bd;
	top: 64px;
	right: 36px;
	padding: 16px;
	box-shadow: 2px 6px 12px #0003;
	font-size: 28px;
	text-align: center;
	border-radius: 0.5rem;
	color: #fb0;
}

span[data-cmd="copy"] {
	cursor: pointer;
}

span.uah.green {
	color: green;
}

input.green,
.table tr.green {
	background-color: #deffc2;
}

input.yellow,
.table tr.yellow {
	background-color: #fff6a7;
}

input.red,
.table tr.red {
	background-color: #ffb5b5;
}

.sel {
	background-color: #fc0;
}

.onfly {
	position: fixed;
	width: calc(100% - 272px);
	z-index: 10000;
	background-color: #ffd6b5;
}

.tag {
	background-color: #f1f1f1;
	padding: 2px 8px;
	margin-top: 0;
	border-radius: 0.5rem;
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
}

.tail-select mark {
	color: #000;
	background-color: #fff061;
	padding: 0;
}

div.form-control:disabled,
div.form-control:read-only {
	background-color: #f5f5f5;
}


.tagin {
	display: none;
}

.tagin-wrapper {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	padding: calc(0.375rem - 2px) calc(0.75rem - 2px);
	position: relative;
	overflow: hidden;
	cursor: text;
}

.tagin-wrapper.focus {
	color: #212529;
	background-color: #fff !important;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tagin.is-valid+.tagin-wrapper,
.was-validated .tagin:valid+.tagin-wrapper {
	border-color: #198754;
}

.tagin.is-valid+.tagin-wrapper.focus,
.was-validated .tagin:valid+.tagin-wrapper.focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.tagin.is-invalid+.tagin-wrapper,
.was-validated .tagin:invalid+.tagin-wrapper {
	border-color: #dc3545;
}

.tagin.is-invalid+.tagin-wrapper.focus,
.was-validated .tagin:invalid+.tagin-wrapper.focus {
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.tagin-tag {
	border-radius: 0.25rem;
	color: #fff;
	border: 0;
	padding: 1px 8px 0;
	display: inline-flex;
	align-items: center;
	height: 24px;
	margin: 2px;
	font-weight: 300;
	background-color: #898e99;
	transition: transform 0.1s;
}

.tagin-tag-remove {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-tag-remove:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-input {
	margin-left: 2px;
	border-color: transparent;
	outline: 0;
	border-width: 1px 0;
	padding: 0 2px 0 0;
	height: 28px;
	color: #212529;
}

.tagin-input:not(.tagin-input-hidden) {
	width: 4px;
	min-width: 4px;
}

.tagin-input-hidden {
	position: absolute;
	top: 0;
	left: -9999px;
	overflow: hidden;
	visibility: hidden;
	white-space: nowrap;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
	color: #ffb476;
	background-color: #1e2330;
}

h1.docs-title {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.entry h2 {
	font-size: 1.7em;
	margin: 24px 0;
	border-bottom: 2px dotted #ddd;
	padding-bottom: 0.2rem;
}

.block-image {
	margin: 2rem 0;
	padding: 0.3rem 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}


.note {
	background: #fdf1ff;
	border: 1px solid #d6b4e0;
	border-left-width: 1px !important;
	border-radius: 6px;
	color: #271b3d;
	margin: 2em 0;
	padding: 20px;
}

.sc.note {
	background: #fcf7d4;
	border-color: #f5df52;
}

ol.titles,
ul.titles {
	font-size: 15px;
	font-weight: 700;
}

.docs-jumps-header {
	text-transform: uppercase;
	color: #ccc;
	margin-bottom: 1rem;
	font-weight: 700;
}

.docs-sticky {
	max-height: 100vh;
	overflow-y: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
}

ul.docs-jumps,
ol.docs-jumps {
	list-style-type: none;
}

.docs-jumps>li a {
	color: #402072;
	font-size: 14px;
	font-weight: 600;
}

.docs-jumps>li li a {
	color: #4f5255;
	font-weight: 400;
}

.table-data td,
.table-data th {
	text-align: right;
}

.table-data .title {
	font-weight: 900;
	text-align: left;
}


#canban .col {
	border-right: 1px solid #ced4da;
}

#canban .col:last-child {
	border: 0;
}

.sticker {
	border-radius: 0.5rem;
	margin-bottom: 12px;
	border-top: 3px solid #999;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 1.1rem;
	color: #000;
	opacity: .8;
	transition: all 0.1s ease-in-out;
	cursor: move;
}

.sticker:hover {
	opacity: 1;
	border-top: 3px solid #000;
}

.sticker h6 {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
}

.st0 {
	background-color: #f7f7f7;
	border-color: #999;
}

.st1 {
	background-color: #ffecd0;
	border-color: #f90;
}

.st2 {
	background-color: #fffcd0;
	border-color: #ffee00;
}

.st3 {
	background-color: #cdefff;
	border-color: #00aeff;
}

.st4 {
	background-color: #c8daff;
	border-color: #0051ff;
}

.st5 {
	background-color: #c7c8ff;
	border-color: #0004ff;
}

.st6 {
	background-color: #eec8ff;
	border-color: #ae00ff;
}

.st7 {
	background-color: #ffc3f7;
	border-color: #ff00dd;
}

.st8 {
	background-color: #b9ffb6;
	border-color: #06b800;
}


/* ================================================================= */
#chat {
	margin-left: -1rem;
	display: flex;
	position: fixed;
	margin-top: -1rem;
	height: calc(100vh - 112px);
	width: calc(100% - 240px);
}

#chat main.main {
	background-color: #fff;
}

aside.chat-sidebar {
	max-width: 460px;
	min-width: 320px;
	height: calc(100vh - 114px);
	overflow: hidden;
}

.navigation {
	width: 100px;
	padding: 1.5rem 0;
	border: 0;
	height: calc(100vh - 128px);
	background-color: #fff;
}

.navigation .nav-item {
	padding: 1rem;
}

.icon.icon-badged .badge {
	position: absolute;
	bottom: 60%;
	left: 60%;
}

.badge-circle {
	position: relative;
	border-radius: 2.25rem;
	height: calc(1em + 0.778em);
	padding: 0.389em;
}

.badge-circle>i,
.badge-circle>span {
	display: block;
	min-width: 1em;
}

.icon.icon-badged {
	position: relative;
}

.extra-small {
	font-size: .665em;
}

.text-muted {
	color: #bfccdf !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

aside.chat-sidebar .tab-pane h5 {
	padding: 0;
	margin: 0;
	border: 0;
	color: #1e2330;
}


aside.chat-sidebar input {
	background-color: #e2e8ee;
	border: 1px solid #ced4da;
	border-left: 0;
}

aside.chat-sidebar input:focus,
aside.chat-sidebar input:hover {
	box-shadow: none !important;
	border: 1px solid #ced4da;
	background-color: #e2e8ee;
}

aside.chat-sidebar .input-group-text {
	border-radius: 0.5rem;
}

.line-clamp {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.card-footer {
	border-top: 2px solid #f5f8fb;
}

.waitings-container {
	text-align: center;
	margin: .5rem;
}

.message-block {
	margin-bottom: 1rem;
	display: flex;
	align-items: flex-end;
}

.message {
	color: #768eb3;
	background-color: #eaf7ff;
	border-radius: 1rem;
	padding: 1rem 1.5rem;
	margin-bottom: 0.6rem;
	max-width: 540px;
}

.message-divider {
	text-align: center;
	padding: 0.2rem 0 1rem;
	color: #bfccdf !important;
	font-size: 13px;
	border-top: 2px solid #e5ecf7;
	margin: 1rem 9rem 0;
}

.message-block .message {
	border-bottom-left-radius: 0.25rem;
}

.message-block.out {
	flex-direction: row-reverse;
}

.message-block.out .message {
	color: #eee;
	background-color: #2787f5;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.6rem;
}

.message-block.out .message svg,
.message-block.out .message i {
	color: #ddd;
}

.message .blockquote {
	border-left: 4px solid;
	padding: 0.5rem;
}

.message-block.out .message .small {
	color: #ddd;
}

.message-block .avatar {
	margin-bottom: 0;
	margin-right: 0.7rem;
}

.message-block footer {
	font-size: 12px;
	color: #9eb2d1 !important;
}

.message-block.out footer {
	text-align: right;
}

.avatar-group .avatar {
	margin-left: -1.3rem;
}

.avatar span.btn {
	background-color: #ee7f22;
	padding: 0.4rem;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
}

.chat-header h5 {
	margin-top: 0.8rem;
	margin-bottom: 0;
}

h5.fw-bold {
	padding-top: 0;
	color: #444;
}

.calc-box {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 300px;
	z-index: 9999;
	height: 96px;
	box-shadow: 4px 4px 12px #3339;
	border-radius: 8px;
	background-color: #fffe;
	display: none;
}

.calc-box header {
	height: 32px;
	margin: 4px 16px;
	text-align: center;
	border-bottom: 1px solid;
	line-height: 1.8rem;
}

.calc-box #result {
	font-size: 24px;
	text-align: center;
}

li.cat {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 8px;
	color: #999;
	margin-left: -16px;
}

.pre {
	white-space: pre-line;
}

tr.s200 a {
	color: #999;
}

table.block {
	display: block
}

table.block th,
table.block td {
	display: block;
	width: 100%;
}

@media (max-width: 768px) {
	table.block-md {
		display: block;
	}

	table.block-md th,
	table.block-md td {
		display: block;
		width: 100%;
	}
}

tr.wst0 {
	background-color: #eeeeee;
	/* невизначено */
}

tr.wst1 {
	background-color: #eeeeee;
	/* -- */
}

tr.wst2 {
	background-color: #ffc9c9;
	/* заповнено */
}

tr.wst3 {
	background-color: #ffcbb5;
	/* внесено дані Ф100', */
}

tr.wst4 {
	background-color: #ffecae;
	/* уточнення', */
}

tr.wst5 {
	background-color: #feffcc;
	/* рапорт */
}

tr.wst6 {
	background-color: #edffd0;
	/* доповідь */
}

tr.wst7 {
	background-color: #f9ffc5;
	/* наказ */
}

tr.wst8 {
	background-color: #d6ffc3;
	/* виписано Ф5 */
}

tr.wst9 {
	background-color: #d7ffd9;
	/* отримано Ф5 */
}

tr.wst0 .badge {
	color: #000;
	background-color: #847979;
	/* невизначено */
}

tr.wst1 .badge {
	color: #000;
	background-color: #b96464;
	/* -- */
}

tr.wst2 .badge {
	color: #000;
	background-color: #ff7b00;
	/* заповнено */
}

tr.wst3 .badge {
	color: #000;
	background-color: #ff6f00;
	/* внесено дані Ф100', */
}

tr.wst4 .badge {
	color: #000;
	background-color: #ffc400;
	/* уточнення', */
}

tr.wst5 .badge {
	color: #000;
	background-color: #ffdd00;
	/* рапорт */
}

tr.wst6 .badge {
	color: #000;
	background-color: #ffea00;
	/* доповідь */
}

tr.wst7 .badge {
	color: #000;
	background-color: #e0ff16;
	/* наказ */
}

tr.wst8 .badge {
	color: #000;
	background-color: #91ff00;
	/* виписано Ф5 */
}

tr.wst9 .badge {
	color: #000;
	background-color: #00e00b;
	/* отримано Ф5 */
}

.photo {
	position: relative;
	text-align: center;
}

.delimg {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background: #0006;
	height: 0;
	cursor: pointer;
	transition: all .5s ease-in-out;
	padding: 0;
	opacity: 0;
}

.delimg .svg-inline--fa {
	color: #fff;
}

.photo:hover .delimg {
	height: auto;
	padding: 6px;
	opacity: 1;
}

.putimage {
	cursor: pointer;
}

.nav-item .indicator {
	line-height: 1.1rem;
}

.link {
	cursor: pointer;
}

.table .st0 {
	background-color: #f7f7f7;
}

.table .day {
	width: 14.28571428571429%;
}

td.selected {
	background: #ffe800;
}

td.source {
	background: #de58ff;
}

.tooltip {
	white-space: pre-line;
}


.sticky-top {
	z-index: 9;
}

.sticky {
	position: sticky;
	left: 240px;
	z-index: 8;
	background-color: #ffffff !important;
}

.table tbody tr:hover td.sticky {
	background-color: #faeaa9 !important;
}

/* .card-header {
	background-color: var(--bgprimary-color);
	border-bottom: 1px solid #ffffff;
} */

.card-title {
	margin-bottom: -8px;
	text-transform: uppercase;
	color: #999;
	font-size: .8rem;
	margin-top: -4px;
}

a.disabled {
	opacity: 0.25;
}

.card-body ul {
	margin: 0;
}

.doc-thumbnail {
	object-fit: cover;
	max-width: 64px;
	max-height: 64px;
	width: 100%;
	border-radius: 8px;
}

.hovered {
	transition: all .1s ease-in-out;
}

.hovered:hover {
	background-color: #eceaff;
}

.card {
	margin-bottom: 18px;

}

img.s200 {
	filter: grayscale(1);
	opacity: .8;
}

hr.soft {
	margin-top: 0.1rem;
	margin-bottom: 0.4rem;
	background: #ccc;
}




.form-switch.form-switch-md {
	margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
	height: 1.2rem;
	width: calc(1.8rem + 0.6rem);
	border-radius: 2.4rem;
}

.form-switch.form-switch-lg {
	margin-bottom: 1.2rem;
	/* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
	height: 1.6rem;
	width: calc(2rem + 0.75rem);
	border-radius: 3rem;
}


.table tbody tr.nohover:hover {
	background-color: transparent !important;
}

#result ul {
	font-size: 16px;
	list-style: none;

}

.form-control:disabled,
.form-control:read-only {
	opacity: .5;
}

span.pr {
	color: #e1a1ff;
	cursor: pointer;
}

a.active.sidebar-link {
	background-color: #c2ba69;
	color: #333;
}

.map-panel {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding: 6px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.map-panel input,
.map-panel button {
	margin: 5px 0;
}

#cross {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	z-index: 1000;
}

:fullscreen #cross,
:-webkit-full-screen #cross,
:-moz-full-screen #cross,
:-ms-fullscreen #cross {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	z-index: 1000;
}

@media (max-width: 575.98px) {

	.dropdown,
	.dropleft,
	.dropright,
	.dropup {
		position: relative;
	}
}


.hidden-text {
	display: none;
}




.bg-sps {
	background-color: #ffd8d8;
}

.bg-sps .card-header {
	background-color: #ff8888;
}


.bg-rem {
	background-color: #e1cbff;
}

.bg-rem .card-header {
	background-color: #bd8eff;
}

span.qtt {
	font-size: 1.2rem;
}