body {
  padding-top: 56px;
  /*padding-bottom: 7rem;*/
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: screen;
}

.table-row, .table-header {
	padding: 8px 8px;
}

.table-bar {
	display: inline-flex;
}

.table-row:hover {
	background-color: #0f01/*#007bff11*/;
	border-radius: 6px;
}

.meetod-row:hover {
	background-color: #0f01/*#007bff11*/;
	border-radius: 6px;
}

.filter-naitaja {
	background-color: #0f01/*#007bff11*/;
	font-weight: bolder;

}

.navbar-brand {
	background-image: url("../img/logo.png");
	background-size: 84px;
	background-repeat: no-repeat;
	padding-left: 110px;
	filter: brightness(0) invert(1);
}

.navbar-b {
	background-color: #0b1a53aa;
}

/*footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}*/

footer {
	background-color: #0b1a53aa;
}

.show > .btn-light.dropdown-toggle {
    background-color: #f8f9fa;
}

.dropdown-menu {
	min-width: 20rem;
}

.navbar-dark .navbar-nav .nav-link.icon-active {
    color: #ff0;
}

#navbarResponsive {
    flex-grow: 0;
}

#notificationsDlg .modal-body {
    max-height: 30rem;
    overflow-y: auto;
}

textarea.type_msg {
    height: 60px;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow:none !important;
    outline:0px !important;
}

.send_btn {
	height: 60px !important;
}

.ui-autocomplete {
	z-index: 1000 !important;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.h-100 {
	background-color: #0002;/*inherit !important;*/
	border: 1px solid rgba(0,0,0,.5);
}

.card-title a, .card h5, .card .dropdown a:hover {
	color: #f7ff00;
}

.card .dropdown a.dropdown-item:hover {
	color: #000;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 8px;
}

.samples-details th {
	font-size: smaller;
	padding: 4px;
}

.samples-details td {
	padding: 4px;
}

tr:not(:first-child):hover {
	background-color: #00000006;	
}

th.min {
	width: 1px;
}

main {
	background-color: #fffd;
	min-width: fit-content;
}

mark {
	background-color: #ff0;
	padding: unset;
}

.empty-set {
	margin: 1em;
	font-size: larger;
	font-weight: bolder;
}

.page-link, .page-link:hover {
	color: #343a40;
	background-color: #fff0;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}

.page-item.active .page-link {
	color: #fff;
	background-color: #0b1a53;
	border-color: #0b1a53;
}

.page-item {
}

.samples-path {
	font-weight: bolder;
	max-width: 30em;
}

.samples-number {
	width: 9em;
	display: inline-block;
}

.samples-c {
	width: 3em;
	display: inline-block;
}

.samples-c2 {
	width: 1em;
	display: inline-block;
}

.samples-type {
	width: 6em;
	display: inline-block;
}

.table-row .clients {
	display: inline-block;
	width: 30%;
}

#map {
    height: calc(100vh - 128px);
    height: -moz-calc(100vh - 128px);
    height: -webkit-calc(100vh - 128px);
}

#dlgMap .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#dlgMap .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

#dlgMap .modal-title {
	width: 100%;
}