.modal-window {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
  pointer-events: none;
}

.modal-window-center{
  transform: translate(-50%, 0);
  left:50%;
}

.modal-window-left-side{
}

/* Modal Content */
.modal-window-content {
  position: relative;
  background-color: #1F325B;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  display:inline-block;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  pointer-events: auto; 
}

/* The Close Button */
.close {
  float: right;
  stroke:black;
  stroke-width:2;
  opacity:0.6;
  width:20px;
  height:20px;
}

.close:hover,
.close:focus {
  cursor: pointer;
  stroke-width:2;
  opacity:1;
  background: #aaa;
  border-radius: 50%;
}

.modal-window-header {
  padding: 2px 16px;
  background-color: #ccc;
  color: black;
}
.modal-window-header p{
	padding-top:16px;
}

.modal-window-header p {
	font-weight:700;
  font-size: larger;
	color: #333;
}

.modal-window-body {
  margin-top:10px;
}

.modal-window-footer {
  padding: 2px 16px;
  background-color: #1F325B;
  color: black;
  border-top: 1px solid #ffffff;
  margin-top: 10px;
}

.form-footer {
  padding:5px;
  background-color: #1F325B;
  color: black;
  display:flex;
  justify-content:flex-end;
  gap: 6px;
}


.form_body {
	display:flex;
	flex-direction: column;
	padding: 2px 16px;
}

.btn-ok{
	border:0;
	background-color:#5cb85c;
	border-radius:4px;
	font-weight:bold;
}

.field {
	display:flex;
	margin:2px;
	max-width:600px;
}
.field-descr {
	display:flex;
	width:200px;
	align-items: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #FFF;
	flex-shrink:0;
}
.field-descr label {
	color:#CBCCCD;
}
.field-input {
	display:inline-block;
	width:100%;
	max-width: 400px;
}

.field-input input, .field-input select{
	width:100%;
	border-style:solid !important;
	border-width:1px !important;
	border-color:orange !important;
	background:#f7f7f7 !important;
	color:#222 !important;
	font-family: "Helvetica", arial, sans-serif !important;
	font-size:14pt !important;
	line-height:38px !important;
	border-radius:8px !important;
	-moz-border-radius:8px !important;
	-webkit-border-radius:8px !important;
}

.field-input input[type="checkbox"] {
	width:20px;
	height:20px;
	-webkit-appearance: checkbox;
}

.field-input input:focus, .field-input select:focus {
   background:#FCF3CF !important;
	border-style:solid !important;
	border-width:1px !important;
	border-color:orange !important;
	color:#222 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.field-cenetr-text {
	display:inline-block;
	width:100%;
  text-align: center;
}

.fg2{
	flex-grow:2;
}

.mobile-svg{
	display:none;
}

.btn-green{
min-width: 110px;
padding: 4px;
background-color:#47a447;
border-color:#47a447;
border-style: solid;
border-radius: 6px;
border-width: medium;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
color: #FFF;
}

.btn-red{
min-width: 110px; 
margin-right: 10px;
padding: 4px;
margin-left: 10px;
background-color: #d9534f;
border-color: #d9534f;
border-style: solid;
border-radius: 6px;
border-width: medium;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
color: #FFF;
}

.pdf-process{
	width: 150px; 
	margin-top: 0px;
	margin-left: 7px; 
	border: solid 3px yellow;
	border-radius:4px;
	float:right;
}

.navy-bg{
	background-color:#203359;
}

.result-table{
	max-height:40vh;
	overflow:hidden;
	overflow-y:scroll;
}

.responsive-table{
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
    color: #666;
	font-size: 12px;	
	background:white;
}

.responsive-table th {
	font-weight: bold;
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    max-width:90px;
}

.responsive-table tr {
	text-align: center;
}

.responsive-table td {
    text-align: center;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    max-width:90px;
}

#tm-main{
	overflow-x:hidden;
	width:100vw;
}

#icons-tray {
	display:flex;
	flex-direction:column;
}

#zhgm-menu-advanced {
	width:36px;
}


@media only screen and (max-device-width: 480px) {
#tm-main{
	overflow-x:hidden;
	width:100vw;
}

.uk-container{
	padding-left:0px;
	padding-right:0px;
}

.modal-window {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
/**  
  height: 100vh;
  width:100vw;
**/
  overflow: auto; /* Enable scroll if needed */
}

.modal-window-center{
}

.modal-window-left-side{
}

/* Modal Content */
.modal-window-content {
  position: relative;
  background-color: #1F325B;
  margin: auto;
  padding: 0;
  width: 100%;
  min-height:100%;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 5vh;
  font-weight: bold;
  width:40px;
  height:40px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-window-header {
  padding: 1vh 1vh;
  padding-right: 2vh;
  background-color: silver;
  color: white;
}

.modal-window-header p{
  font-size:2.5vh;
  padding-top:0px;
}

.modal-window-body {
	/*padding: 2px 16px;*/
	font-size: 2vh;
	overflow-y:scroll;
}

.modal-window-footer {
  padding: 2px 16px;
  color: white;
}

.field {
	display:flex;
	flex-direction:column;
	margin:2px;
	max-width:100vw;
}
.field-descr {
	display:inline-block;
	width:100%;
	font-family: "Helvetica", arial, sans-serif;
	font-size:14pt;	
}
.field-descr label {
	color:#CBCCCD;
}
.field-input {
	display:inline-block;
	width:100%;
}

.result-table{
	max-height:100%;
	/**
	overflow:hidden;
	overflow-y:scroll;
	**/
}

.responsive-table{
	font-family: Arial, Helvetica, sans-serif;
    color: #666;
	font-size: 12px;	
	background:white;
	margin:0px;
}

.responsive-table thead {
    display: none;
}

.responsive-table tr {
    display: block;
    border: 1px solid #000;
}

.responsive-table td {
    display: block;
    position: relative;
    padding-left: 50%;
	width:100vw;
	max-width:98.5vw;
}

.responsive-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
}

.mobile-svg{
	display:block;
	height:24px;
}

.no-mobile{
	display:none;
}

.btn-green{
min-width: 10px;
padding: 4px;
background-color:#47a447;
border-color:#47a447;
border-style: solid;
border-radius: 6px;
border-width: medium;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
color: #FFF;
}

.btn-red{
min-width: 10px; 
margin-right: 10px;
padding: 4px;
margin-left: 10px;
background-color: #d9534f;
border-color: #d9534f;
border-style: solid;
border-radius: 6px;
border-width: medium;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
color: #FFF;
}

.pdf-process{
	width: 150px; 
	margin-top: 3px;
	margin-left: 7px; 
	border: solid 3px yellow;
	border-radius:4px;
	float:right;
}

.black-list-group{
	padding:10px;
}


div.plate a.editplates{
	margin-right:4vw;
}

#searchresultimg {
	display:none;
}

#scrollToTop {
	display:none;
}

.placemarkContent {
  background: white;
}


.zhgm-group-manage td {
	display:block;
	width:100vw;
	margin-left:-1px;
}

#zhgm-menu-advanced {
	display:flex;
	flex-direction:row;
	gap:3vw;
	width:100vw;
}

.mp-menu{
	/**
	width:371px;
	transform: translate3d(-100%, 0, 0);
	**/
	webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height:84vh;
}

.mp-level {
	top:2px;
}

#icons-tray {
	display:flex;
	flex-direction:row;
	position: absolute;
    gap: 1vh;
    width: 100vw;
    z-index: 1;
    justify-content: flex-end;	
}

#GMapsMenu-advanced{
	position:absolute;
	z-index:1;
	bottom:0;
	background-color:#1F325B;
	width:100vw;
	/**height:6vh;**/
}

.zhgm-markergroup-group-li-advanced{
	width:40px;
	height:40px;
}

.bb{
    display: none;
    min-width: 10px;
    position: fixed;
    bottom: 60px;
    left: 10px;
    font-size: 0.75em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	width: 40px;
    height: 40px;
    border-radius: 6px;	
}

.bb.logmenu {
    z-index: 1;
	overflow-y: scroll;
}

#logmenu-body {
    width: 98vw;
}
.list-group-item{
	height:80px;
}

#GMapsMenu-advanced a, ul.zhgm-markergroup-group-ul-menu-advanced a {
	border-bottom:0px;
}
/**
#platelist{
	overflow-y:scroll;
	height:XXXpx
}
**/
}