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-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: #0b1a53aa;/*inherit !important;*/
	border: 1px solid rgba(0,0,0,.5);
}

.card {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.9) !important;
}

.card-title a, .card h5, .card .dropdown a:hover, .card .dropdown a:focus, .card .dropdown a:visited, .card .dropdown a:active {
	color: #ddd;
}

.card .dropdown-item:active, .card .dropdown-item:focus {
	background-color: #0000;
	color: #ddd;
}

.card .dropdown a.dropdown-item:hover, .card .dropdown-item:hover {
	color: #fff;
	background-color: transparent;
}

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: #343a40;
	border-color: #343a40;
}

.page-item {
}

.samples-path {
	font-weight: bolder;
}

.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%;
}

.gm-style-iw details .c {
	padding: 0em 1em;
}

#dlgSoap details .c, #dlgXroad details .c {
	padding: 0em 1em;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #ddd;
}

#dlgSoap summary, #dlgXroad summary {
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border: 1px solid #ddd;
	background: #000a;
	font-weight: normal;
	color: #fff;
}

#dlgSoap .modal-dialog, #dlgXroad .modal-dialog {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}

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

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

#dlgEditPlace .info {
	font-size: small;
	max-height: 200px;
	overflow-y: auto;
}

#dlgEditPlace .info summary {
	font-size: large;
}

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

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

#mapInadr {
	width: 100%;
	height: calc(100vh - 130px);
}

#map-info {
	font-size: xx-small;
}

#map-searchbox {
	position: fixed;
	left:0px;
	top: 56px;
	bottom: 0px;
	background-color: #0003;
	padding: 4px;
	max-width: 300px;
	overflow-y: auto;
	box-shadow: 0 0 1rem rgba(0,0,0,.9) !important;
}

#searchInadr {
	position:fixed;
	z-index:1000;
	left: 10px;
	background-color: #fff0 !important;
}

.link-state-2 {
	color: #28a745 !important;
}

.link-state-1 {
	color: #dc3545 !important;
}

* {
	scrollbar-width: thin;
	/*scrollbar-color: #00ffff7a rgba(0,0,0,0);*/
	scrollbar-color: rgba(0,0,0,0.2) rgba(0,0,0,0);
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
 