#map {
	height: 800px; 
	width: 100%;
/*	margin:10px auto; */
}
#mapx {
	width:100%;
	height:800px;
	position:absolute;
	left:50%;
	top:50%;
	margin: 10px 0 0 -500px;
/*	margin:-50px 0 0 -150px; */
}
#loading {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
}
#failed {
        position: absolute;
        top: 10%;
        left: 3%;
        z-index: 5;
        text-align: center;
}
#delxshape {
        position: absolute;
        top: 42px;
        left: 25px;
        z-index: 5;
        text-align: center;
}

  .modal-lgr {
    max-width: 98%;
  }
.trans {
	background-color:rgba(255, 255, 255, 0.6) !important; 
}
.transx {
	background-color:rgba(255, 255, 255, 0.1) !important;
}
.pmenushow {
    border-radius: 0.25rem;
    z-index:1000;
    position: absolute;
    background-color:#FFFFFF;
    border: 2px solid;
    padding: 2px;
    display: block;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.pmenuhide {
    display: none;
}
.mmenu {
    width: 150px;
}

.mmenushow {
width: 155px;
    border-radius: 0.5rem;
    z-index:1000;
    position: absolute;
    background-color:#FFFFFF;
    opacity: 0.9;
    border: 1px solid;
    padding: 2px;
    display: block;
    margin: 0;
    list-style-type: none;
    list-style: none;
    box-shadow: 5px 5px 5px #444;
}

.mmenuhide {
    display: none;
}
.bg-pulse {
 -webkit-animation: bg-pulse 2s infinite;
 animation: bg-pulse 2s infinite;
 animation-iteration-count: infinite;
 transform-origin: 50% 50%;
 display: inline-block;
}
@keyframes bg-pulse {
  0%   { background-color: #990000 }
  50%  { background-color: #FF0000 }
  100% { background-color: #990000 }
}

@-webkit-keyframes bg-pulse {
  0%   { background-color: #990000 }
  50%  { background-color: #FF0000 }
  100% { background-color: #990000 }
}

.box-shake {
 -webkit-animation: box-shake 0.3s infinite;
 animation: box-shake 0.3s infinite;
 animation-iteration-count: infinite;
 transform-origin: 50% 50%;
}
@keyframes box-shake {
  0%, 100% { left: 0px;}
  20% , 60%{left: 15px;}
  40% , 80%{left: -15px;}
}

@-webkit-keyframes box-shake {
  0%, 100% { left: 0px;}
  20% , 60%{left: 15px;}
  40% , 80%{left: -15px;}
}
.bb {
 border-bottom: 1px solid;
 border-bottom-color: #bbbbbb;
}
.list-group-item-action:hover {
  background-color: #b8daff;
}


.dialog_form th {
    text-align: left;
}
 
.dialog_form textarea, .dialog_form input[type=text] {
    width: 320px;
}

.ui-widget-header {
opacity: 0.9;
}
.ui-widget-content {
opacity: 0.9;
}

.ui-dialog,.ui-dialog-content {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing:content-box!important;
    box-sizing: content-box!important;
}


body{
background-color: #666;
font-size:16px;
}

.ui-dialog-content {
/*padding: 0.1em 1em 0.1em 1em; */
font-size: 85% !important;
}

.ui-dialog-titlebar {
    padding: 5px 5px 5px 5px;
    position: relative;
    font-size:16px;
}

.ui-dialog-content:input {
height:10px;
}
/*
input[type=range] {
  height: 22px;
  margin: 5px 5px 5px 5px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
*/
input[type=range] {
  margin: 5px 5px 5px 5px;
  width: 100%;
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 2px #A1A1A1;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 2px #A1A1A1;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 11px;
  background: #0A54C4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 2px #A1A1A1;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 2px #A1A1A1;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 11px;
  background: #0A54C4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: 1px 1px 2px #A1A1A1;
}
input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: 1px 1px 2px #A1A1A1;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 2px #A1A1A1;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 11px;
  background: #0A54C4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}
/*
.navbar li {
border: 1px solid #AAA;
border-radius: 11px;
margin: 1px 10px 1px 1px;
}
.navbar li:hover {
background: #333;
border: 1px solid #666;
}

*/
.navbar-dark .navbar-nav .nav-link {
border: 1px solid #AAA;
border-radius: 11px;
margin: 1px 10px 1px 1px;
box-shadow: 2px 2px 1px grey;
padding: 5px 10px 0px 10px;
transition: background .5s linear, border .5s linear;

}
.navbar-dark .navbar-nav .nav-link:hover {
background: #333;
border: 1px solid #666;
}
.navbar-dark .navbar-nav .active > .nav-link {
background: #3c4759;
border: 1px solid #45659b;
box-shadow: 2px 2px 1px #53637c;
}
.nav-link svg {
display:block;
margin: auto;
}
.btn-nav {
height: 50px;
padding: auto;
}
.svg-home svg {
 width: 2.4em;
 height: 2.4em;

border: 1px solid #aaa; 
border-radius: 11px;
/* margin: 1px 1px 1px 1px; */
box-shadow: 2px 2px 1px grey;
padding: 5px 5px 5px 5px;

transition: background .5s linear;

}
.svg-home svg:hover {
background: #333;
}


.navbar {
padding: 2px 5px 2px 15px;
}

.navbar::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .1; 
  z-index: -1;
  background-image:url("/img/header.jpg");
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: -1;
  background-image:url("/img/body.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
}
.card {
opacity: 1;
}
.shadow {
    box-shadow: 10px 10px 5px #444 !important;
}
.mmcb input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
.list-group label {
margin: 0!important;
font-size: 1em;
}
.border2 {
	border: 2px solid;
	font-size: 0.9em !important;
}
.dttotal {
	line-height: 34px;
	vertical-align: middle;
	font-size: 0.9em !important;
}
.version {
	position: fixed;
	bottom: 5px;
	right: 10px;
	border: 1px solid #fff;
	padding: 0px 2px 0px 2px;
	border-radius: 10px;
	margin: 0 0 0 0;
	background-color: #000;
	opacity: 0.2;
}
.rhv:hover {
  background-color: #ddd;
}
li.nostyle {
    list-style-type: none;
}

.rules-group-container {
	width: 100% !important;
}