body,html { 
	width: 100%;
	height: 100%;
	background-color: white;
	overflow: hidden;
	font-size: 15px;
	margin:0px;
	-webkit-overflow-scrolling: touch;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.maplibregl-export-list{display:none}.maplibregl-ctrl-group .maplibregl-export-list button{background:none;border:none;cursor:pointer;display:block;font-size:14px;padding:8px 8px 6px;text-align:right;width:100%;height:auto;text-align:center}.maplibregl-export-list button.active{font-weight:bold}.maplibregl-export-list button:hover{background-color:rgba(0,0,0,.05)}.maplibregl-export-list button+button{border-top:1px solid #ddd}.maplibregl-export-control{background:url('data:image/svg+xml;charset=UTF-8,<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m422.5 99v-24c0-41.355-33.645-75-75-75h-184c-41.355 0-75 33.645-75 75v24z"/><path d="m118.5 319v122 26 15c0 16.568 13.431 30 30 30h214c16.569 0 30-13.432 30-30v-15-26-122zm177 128h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15zm0-64h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/><path d="m436.5 129h-361c-41.355 0-75 33.645-75 75v120c0 41.355 33.645 75 75 75h13v-80h-9c-8.284 0-15-6.716-15-15s6.716-15 15-15h24 304 24c8.284 0 15 6.716 15 15s-6.716 15-15 15h-9v80h14c41.355 0 75-33.645 75-75v-120c0-41.355-33.645-75-75-75zm-309 94h-48c-8.284 0-15-6.716-15-15s6.716-15 15-15h48c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/></g></svg>');background-position:center;background-repeat:no-repeat;background-size:70%}.hidden-map{overflow:hidden;height:0;width:0;position:fixed}

input[readonly].default-cursor {
    cursor: default;
}

/*.form-control{
  font-size: 15px;
}*/
.object_label_item{
  line-height: 14px;
}

.im_input {
  line-height: 15px;
}

.li-title{
  height: 20px;
}

.im_table tr {
    display: block;
    width: calc(100% - 10px);
    height: 32px;
}

@media only screen and (orientation: landscape) and (max-width: 1024px) {
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
}

@media print {
  /* right: 40px; anders vallen images buiten de map bij een print-screen, maar we laten ze helemaal weg !!! */
  .maplibregl-ctrl-top-right
  , .maplibregl-ctrl-bottom-right
  , .maplibregl-ctrl-top-left
  , .maplibregl-ctrl-bottom-left {
    display: none;
  }

}

#print{
    background: url('data:image/svg+xml;charset=UTF-8,<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" fill="white"  xmlns="http://www.w3.org/2000/svg"><g><path d="m422.5 99v-24c0-41.355-33.645-75-75-75h-184c-41.355 0-75 33.645-75 75v24z"/><path d="m118.5 319v122 26 15c0 16.568 13.431 30 30 30h214c16.569 0 30-13.432 30-30v-15-26-122zm177 128h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15zm0-64h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/><path d="m436.5 129h-361c-41.355 0-75 33.645-75 75v120c0 41.355 33.645 75 75 75h13v-80h-9c-8.284 0-15-6.716-15-15s6.716-15 15-15h24 304 24c8.284 0 15 6.716 15 15s-6.716 15-15 15h-9v80h14c41.355 0 75-33.645 75-75v-120c0-41.355-33.645-75-75-75zm-309 94h-48c-8.284 0-15-6.716-15-15s6.716-15 15-15h48c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    color: white;
}


/*  #xy_hgh {
    display: block;
    position: relative;
    list-style-position: inside;
  }

  #img_hgh {
    display: list-item;
    position: relative;
    width:30px;
    height:30px;     
    float: right;
    list-style-image: url('../images/i_con-40.png');
    list-style-position: inside;
  }*/

.btn-file input[type=file] {
    display: block !important;
    left: 0px;
    top: 0px;
    height: 30px;
    opacity: 0;
    background: red;
    width: 101%;
    /*background: none;*/
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.hidden-map{
  display: none;
}

.maplibregl-custom-ctrl{
  height:30px;
  width:30px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
  overflow: hidden;background: #fff;
}

/*.pvtCheckContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}


.pvtCheckContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.pvtCheckContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pvtCheckContainer input:checked ~ .checkmark:after {
  display: block;
}

.pvtCheckContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

pre code {
    word-break: break-word;
}
blockquote {
  /*top right bottom left*/
  padding: 5px 2px 5px 20px;
  /*border-left: none;*/
}

.maplibregl-map {
  font-size: 14px;
}

.tree_li_selected{
  /*margin-left: 4px;*/
  background-color:rgba(59, 101, 156, 0.4);
  border-top: solid 1px rgba(59, 101, 156, 1)!important;
  border-right: solid 1px rgba(59, 101, 156, 1)!important;
  border-bottom: solid 1px rgba(59, 101, 156, 1)!important;
  border-left: solid 4px rgba(59, 101, 156, 1)!important;   /* rgba(59, 101, 156, 0.4);*/
}

.im_context-menu {
    display: none;
    z-index: 999999;
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(59, 101, 156, 1);
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 0px;
    padding: 0;
}

/* Each of the items in the list */
.im_context-menu li {
    padding: 4px 8px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.im_context-menu li:hover {
    background-color: rgba(59, 101, 156, 0.4);
}


.page-link{
  padding: 6px 8px;
  min-width: 42px;
}
.fa.disabled {
  background-color: rgba(59, 101, 156, 0.2);
  color: rgba(59, 101, 156, 0.2);
}
.object_label_item{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*line-height: 14px;*/
  /*font-size: 14px;*/
}
.row_selected{
  background-color: rgba(59, 101, 156, 0.6);
}
.row_highlight{
  background-color: rgba(59, 101, 156, 0.4);
}
.row_highlight_error{
  background-color: rgba(255, 0, 0, 0.4);
}
.row_highlight_green{
  background-color: rgba(0, 255, 0, 0.4);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Glow*/

/*textarea:not(.app-error):hover, 
input:not(.app-error):hover, 
textarea:not(.app-error):active, 
input:not(.app-error):not(.no-focus):active, 
input:focus,
button:focus,
button:active,
button:hover
{
  outline: none !important;
  border: 1px solid rgb(59, 101, 156) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;      
}*/

textarea:not(.app-error):hover, 
textarea:not(.app-error):active, 
textarea:not(.app-error):focus, 
input:not(.app-error):hover, 
input:not(.app-error):active, 
input:not(.app-error):focus, 
button:hover,
button:active,
button:focus
{
  outline: none !important;
  border: 1px solid rgb(59, 101, 156) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;      
}


.paginate_button :focus {
    outline-color: none;
    outline-style: none;
}
.btn:focus,.btn:active {
   outline: none !important;
}

.table {
    outline: none;
    box-shadow: none;        
}

/*Glow*/

/*BRON : https://stackoverflow.com/questions/39148127/how-to-work-with-ellipsis-in-bootstrap-responsive-table*/
.im_input{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    padding-right: 4px;
    /*line-height: 15px;*/
}

.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

ul {
  padding: 0;
  padding-left: 14px;
  margin: 0;
  border: 0;
}

ul {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  border: 0;
}

#app_tree_01-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 10px;
  left: 0px;
  /*width: 100%;*/
  background: white;
  overflow: hidden;
  overflow-y: scroll;
  /*border-right: solid 2px rgba(59, 101, 156,0.80);*/

}

#tree {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

#app_tree_01{
}

#app_tree_01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  height: 400px;
}
 
#app_tree_01 li {
  height: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0px;  /*4px;*/
  list-style: none;
  border: solid 1px transparent;
  border-left: solid 4px transparent;
}
#app_tree_01 li:hover {
  background-color: rgba(59, 101, 156, 0.2);
  border-left: solid 4px rgb(59, 101, 156);
}
#app_tree_01 li div {
  /*width: 300px;*/
}
.app_tree_01-selected{
  /*margin-left: 4px;*/
  background-color:rgba(59, 101, 156, 0.4);
  border-top: solid 1px rgba(59, 101, 156, 1)!important;
  border-right: solid 1px rgba(59, 101, 156, 1)!important;
  border-bottom: solid 1px rgba(59, 101, 156, 1)!important;
  border-left: solid 4px rgba(59, 101, 156, 1)!important;   /* rgba(59, 101, 156, 0.4);*/
}
.lvl1{
  padding: 0 5px 0 0px;
}
.lvl2{
  padding: 0 5px 0 12px;
}
.lvl3{
  padding: 0 5px 0 24px;
}
.lvl4{
  padding: 0 5px 0 36px;
}
.lvl5{
  padding: 0 5px 0 48px;
}
.lvl6{
  padding: 0 5px 0 60px;
}
.lvl7{
  padding: 0 5px 0 72px;
}
.lvl8{
  padding: 0 5px 0 84px;
}
.lvl9{
  padding: 0 5px 0 96px;
}
.lvl10{
  padding: 0 5px 0 108px;
}
.lvl11{
  padding: 0 5px 0 120px;
}
.lvl12{
  padding: 0 5px 0 132px;
}
.lvl13{
  padding: 0 5px 0 144px;
}
.lvl14{
  padding: 0 5px 0 156px;
}
.lvl15{
  padding: 0 5px 0 168px;
}
.lvl16{
  padding: 0 5px 0 180px;
}
.lvl17{
  padding: 0 5px 0 182px;
}
.lvl18{
  padding: 0 5px 0 194px;
}
.lvl19{
  padding: 0 5px 0 206px;
}
.lvl20{
  padding: 0 5px 0 218px;
}

.li-title{
/*  height: 20px;*/
  line-height: 20px;
  font-weight: normal;  /*bold;*/
  white-space: nowrap;
  cursor: pointer;
}

.li-subtitle{
  height: 16px;
  line-height: 14px;
  font-size: 14px;
  white-space: nowrap;
  /*margin-top: 8px;*/
}
.li-div-unselected{
  float:left;
  width:20px;
  height:20px;
  background-size: 320px 96px;
  background-image: url("images/32px.png");   
  background-position: -165px -5px;
/*  background-color: rgba(255,255,255,.3);
  background-image: url(images/icons-36-black.png);
  background-size: 864px 18px;
  background-position: -108px 50%;
  background-repeat: no-repeat;*/
  margin-right: 4px;
  margin-top: 0px;
  /*2 RIJEN margin-top: 8px;*/
}
.li-div-selected{
  float:left;
  width:20px;
  height:20px;
  background-size: 320px 96px;
  background-image: url("images/32px.png");   
  background-position: -230px -5px;

  /*background-color: rgba(255,255,255,.3);
  background-image: url(images/icons-36-black.png);
  background-size: 864px 18px;
  background-position: -252px 50%;
  background-repeat: no-repeat;*/
  margin-right: 4px;
  margin-top: 0px;
  /*2 RIJEN margin-top: 8px;*/
}

.li-div-empty{
  float:right;
  width:20px;
  height:20px;
/*  background-color: rgba(255,255,255,.3);
  background-image: url(images/icons-36-black.png);
  background-size: 864px 18px;
  background-position: -108px 50%;
  background-repeat: no-repeat;*/
  margin-right: 4px;
  margin-top: 8px;

}
.li-div-arrow-right{
  float:right;
  width:20px;
  height:20px;
  background-color: rgba(255,255,255,.3);
  background-image: url(images/icons-36-black.png);
  background-size: 864px 18px;
  background-position: -108px 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-top: 0px;
  /*2 RIJEN margin-top: 8px;*/
}
.li-div-plusmin{
  margin-right: 2px;
}
.li-div-word{
  float:left;
  width:20px;
  height:20px;
  /*background-size: 320px 96px;
  background-image: url("images/32px.png");   */
  background-position: -5px -5px;
  cursor: pointer;
  padding-top: 3px;
  margin-right: 4px;
}

.li-div-plus{
  float:left;
  width:20px;
  height:20px;
  background-size: 320px 96px;
  background-image: url("images/32px.png");   
  background-position: -5px -5px;
  cursor: pointer;
}

.li-div-min{
  float:left;
  width:20px;
  height:20px;
  background-size: 320px 96px;
  background-image: url("images/32px.png");   
  background-position: -37px -5px;
  cursor: pointer;     
}

.li-div-img1 {
  float: left;
  width: 20px;
  height: 8px;
  font-size: 18px;
  /*background-image: url("images/note-48.png"); */
  /*background-position: -165px -5px;*/
  margin-right: 4px;
  margin-top: 2px;
  cursor: pointer;
}

.li-div-img2 {
  float: left;
  width: 20px;
  height: 8px;
  font-size: 18px;
  /*background-image: url("images/note-48.png");*/ 
  /*background-position: -165px -5px;*/
  margin-right: 4px;
  margin-top: 2px;
  cursor: pointer;
}

.li-div-up, .li-div-down {
  cursor: pointer;
}

.triangle-up {
    width: 22px;
    height: 0;    
    padding-left:50%;
    /*padding-bottom: 50%;*/
    overflow: hidden;
}
.triangle-down {
    width: 22px;
    height: 0;
    padding-left:50%;
    padding-top: 50%;
    overflow: hidden;
}

.triangle-up:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-8px;
    margin-bottom:-8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000000;
}
.triangle-up:after:hover {
    border-bottom: 8px solid rgb(59, 101, 156);
}

.triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-8px;
    margin-top:-8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
}

.li-div-chk1 {
  cursor: pointer;
}


.btn-primary {
    color: #fff;
    background-color: rgba(59, 101, 156, 0.6);
    border-color: rgba(59, 101, 156, 0.6);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(59, 101, 156, 0.8);
  border-color: rgba(59, 101, 156, 0.8);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(59, 101, 156, 0.2);
  border-color: rgba(59, 101, 156, 0.2);
}


.btn-primarya {
    color: rgba(59, 101, 156, 1);
    background-color: rgba(59, 101, 156, 0.2);
    border-color: rgba(59, 101, 156, 0.2);
}
.btn-primarya:hover,
.btn-primarya:focus,
.btn-primarya:active,
.btn-primarya.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(59, 101, 156, 0.8);
  border-color: rgba(59, 101, 156, 0.8);
}


.nav-tabs{
  margin-top: 4px;
  border-bottom:solid 1px rgba(59, 101, 156, 1);
  cursor:pointer;
}
.nav-tabs > li {
  /*padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 24px;*/
  padding: 5px 10px 5px 10px;
  color: #000;
  background-color: #fff;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px rgba(59, 101, 156, 1);
}


.nav-tabs > li.active {
/*  color: white;
  background-color: rgba(59, 101, 156, 1);*/
  color: #000;
  background-color: #fff;
  border-left: solid 1px rgba(59, 101, 156, 1);
  border-top: solid 1px rgba(59, 101, 156, 1);
  border-right: solid 1px rgba(59, 101, 156, 1);
  border-bottom: none;
}
.nav-tabs > li:not(.active):not(.disabledTab):hover{
  /*color: rgba(59, 101, 156, 1);
  background-color: rgba(59, 101, 156, 0.4);*/
  color: #fff;
  background-color: rgba(59, 101, 156, 0.2);
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.im_label{
  cursor: pointer;
}

.geofilter{
  color:rgb(59, 101, 156);
  background-color: rgba(59, 101, 156, 0.4);
}


.log_rgl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.notify_color{
    background-color: rgba(59, 101, 156, 0.4);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height:10px;
  cursor:pointer;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(59, 101, 156, 0.1); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(59, 101, 156, 0.4); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(59, 101, 156, 0.8); 
}

::-webkit-scrollbar-corner {background-color: rgba(59, 101, 156, 0.8); }
/*::-webkit-scrollbar-button:vertical:decrement {
    height: 6px;
    width: 10px;
    display: block;
    background-color: #FF0000;
}
*/

::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
    display: block;
    height: 10px;
    cursor: pointer;
    background: rgba(59, 101, 156, 0.8);
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
    display: block;
    width: 10px;
    cursor: pointer;
    background: rgba(59, 101, 156, 0.8);
}


.model_container {
    display: table;
    /*font-size: 16px;*/
    border: 2px solid rgba(59, 101, 156, 0.5);
    }
.model_row  {
    margin-right: -15px;
    margin-left: -15px;
    display: table-row;
}
.model_row_selected{
  background-color: rgba(59, 101, 156, 0.1);
}
.model_left, .model_right, .model_middle {
    display: table-cell;
    padding-right: 0px;
    max-width: 175px;
    overflow: hidden;
}

.model_left p, .model_right p, .model_middle p {
    margin: 0px 0px;
    border-top: 2px solid rgba(59, 101, 156, 0.5);
    padding:4px;
    height: 33px;
} 

.invisible_circle {
  height: 20px;
  width: 20px;
  background-color: red;
}



.kanban-gereed {
  background-color: rgba(59, 101, 156,0.8);
  color: white;
}

.kanban-bezig {
  background-color: rgba(59, 101, 156,0.6);
  color: white;
}

.kanban-nieuw {
  background-color: rgba(59, 101, 156,0.4);
  color: white;
}

.kanban-gebruiker {
  background-color: rgba(59, 101, 156,0.8);
  color: white;
}

.kanban-gebruiker_nieuw {
  background-color: rgba(59, 101, 156,0.4);
  color: white;
}

.kanban-error {
  background: #fb7d44;
}

.kanban-custom-button {
  float: right;
  background-color: rgb(59, 101, 156);
  border: none;
  color: white;
  padding: 3px 15px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 4px;        
} 


.im_table tbody, .im_table thead { 
  display: block; 
}


.im_table th, .im_table td {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.im_table td {
  border-right: 1px solid #ddd;
}

.im_table_input {
    width: calc(100% - 5px);
    height: 26px;
}

#im_table table tbody.im_table_body {
  width: calc(100% + 16px);
}


.measure-ctrl-group .maplibregl-ctrl-icon {
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
.measure-ctrl-group .maplibregl-ctrl-measureLinestring-off{
  background-image: url('../images/ruler.png');
}
.measure-ctrl-group .maplibregl-ctrl-measureLinestring-on {
  background-image: url('../images/ruler_active.png');
}

.measure-ctrl-group .maplibregl-ctrl-measurePolygon-off{
  background-image: url('../images/rulerPolygon.png');
}
.measure-ctrl-group .maplibregl-ctrl-measurePolygon-on {
  background-image: url('../images/rulerPolygon_active.png');
}




.maplibregl-export-list{
    display: none;
}

/*.maplibregl-ctrl-group .maplibregl-export-list button{
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 8px 8px 6px;
    text-align: right;
    width: 100%;
    height: auto;
}*/

.maplibregl-export-list button.active{
    font-weight: bold;
}



.maplibregl-export-list button + button{
    border-top: 1px solid #ddd;
}

.maplibregl-export-control{
    background: url('data:image/svg+xml;charset=UTF-8,<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m422.5 99v-24c0-41.355-33.645-75-75-75h-184c-41.355 0-75 33.645-75 75v24z"/><path d="m118.5 319v122 26 15c0 16.568 13.431 30 30 30h214c16.569 0 30-13.432 30-30v-15-26-122zm177 128h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15zm0-64h-80c-8.284 0-15-6.716-15-15s6.716-15 15-15h80c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/><path d="m436.5 129h-361c-41.355 0-75 33.645-75 75v120c0 41.355 33.645 75 75 75h13v-80h-9c-8.284 0-15-6.716-15-15s6.716-15 15-15h24 304 24c8.284 0 15 6.716 15 15s-6.716 15-15 15h-9v80h14c41.355 0 75-33.645 75-75v-120c0-41.355-33.645-75-75-75zm-309 94h-48c-8.284 0-15-6.716-15-15s6.716-15 15-15h48c8.284 0 15 6.716 15 15s-6.716 15-15 15z"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

/*
 * Hide high-res map rendering
*/
.hidden-map1 {
    overflow: hidden;
    height: 0;
    width: 0;
    position: fixed;
}

.blue{
  color: #0000FF;
  background-color: #0000ff;

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/password.ttf);
}

input.im_password {
  font-family: 'password';
/*  width: 100px; 
  height: 16px;  */
}


input._im_password {
  -webkit-text-security: disc;
}

input._im_password2 {
  -webkit-text-security: circle;
}

input._im_password3 {
  -webkit-text-security: square;
}

.html2canvas-container { 
    width: 3000px; 
    height: 3000px; 
}    

/* Over the pointer-events:none, set the cursor to not-allowed.
On this way you will have a more user friendly cursor. */
.disabledTab {
    cursor: default;
}
.disabledTab li:hover{
    border: none;
    background: none;
    color: #00adee;   
}
/* Clicks are not permitted and change the opacity. */
li.disabledTab div {
    pointer-events: none;
    filter: alpha(opacity=20);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .2;
}

.vrow{
  position: absolute;
  top: calc(var(--rowid) * 31px);
}


[data-tooltip] {
    /*display: inline-block;*/
    position: relative;
    /*cursor: help;*/
    /*padding: 4px;*/
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: rgba(59, 101, 156, 0.6);
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: left;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 12px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: rgba(59, 101, 156, 0.6);
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(59, 101, 156, 0.6);
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(59, 101, 156, 0.6);
}
[data-tooltip-position="left"]:after {
    right: 100%;
    margin-right: 6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(59, 101, 156, 0.6);
}

/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}




