 @media print {
    button {
      display: none;
    }
    .map {
      width: 50%;
      height: 50%;
    }
    @page{
      size: landscape;
       margin: 1cm;
        border: initial;
        border-radius: initial;
        width: 10cm;
        height: 10cm;
        box-shadow: initial;
        background: initial;
      }
  }

  @media (max-width: 1024px) { 
  .btn-print { 
  display: none;
  }
  .button {
    width: 45px !important;
    height: 45px !important;
  }
}

  @font-face {
    font-family: Pt-sans; 
    src: url(../fonts/pt-sans.ttf); 
   }
  body {
    font-family: Pt-sans, serif;
    padding: 0;
    margin: 0;
  }

  .map {
    position: absolute;
    height: 100%;
    width:100%;
    min-width: 400px;
  }
  .czl-logo {
    z-index: 1000;
    position: absolute;
    height: 86px;
    width: 300px;
    top: 0.1%; 
  }

  
  button > img, button > a > img {
      width: 58%;
      height: 58%;
  }

  .btn-dzz > img {
      width: 75%;
      height: 75%;
  }
  .btn-plan > img {
    width: 65%;
     height: 65%;
  }

  .button {
    z-index: 1000;
    background: rgba(0, 162, 135, 0.7);
    padding: 2px;
    position: absolute;
    right: 1.9em;  
    height:37px;
    width:37px;
    cursor: pointer;
    border-radius: 50%;     
    border-color: #006957;
    border-style: solid;
    outline: none; 
    -webkit-box-shadow: 0px 3px 9px 0px #5D5D5D;  
    -moz-box-shadow: 0px 3px 9px 0px #5D5D5D;  
    box-shadow: 0px 3px 9px 0px #5D5D5D;  
  }
  .button:hover, .ol-toggle-dark {
    background:#1E796A;
    outline: none;
  }
  .button:active {
    outline: none;
  }
  
  .btn-additional {
    background-color: #E1EEEF !important; 
    box-shadow: 0px 1px 1px 0px #5D5D5D; 
    width: 100%;
  }

  .btn-login {
    top: 10px;
  }
  /*.btn-search-pannel {
    top: 10px;
    position: fixed;
  }*/
  .btn-edit {
    top: 190px;
  }

  .btn-about {
    bottom: 50px;
    left: 1.5em;
    
  }

  .btn-dzz {
    top: 10px;
    right: 80px;  
  }
  .btn-dzz-rastr {
    top: 130px;
  }
  .btn-plan {
    top: 70px;
  }
  .btn-print{
    bottom: 50px;
    left:70px;
  }
  .btn-ruler {
    bottom: 105px;
    left:1.5em;
  }
 /* .btn-feedback{
    bottom: 50px;
    left:70px; 
  } */
  .btn-legend {
    bottom: 50px;
  }
  .btn-group {
    top: 200px;
  }
  
  .sbm-ruler {
    width: 350px;
  }

  .modal-content-min {
    right: 160px;
    width: 300px;
  }

  .submenu-popup {
    position:absolute;
    display: none;
    z-index: 1000;
    top: 70px;
    right: 75px;
    width: 280px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
  }

  .submenu-dzz-rastr, .submenu-dzz, .submenu-vector, .sbm-plan, .sbm-ruler {
    top: 70px;
    right: 75px;     
    z-index: 1000;
    position:absolute;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0px 5px 5px 5px;
    height: auto;
    width: auto;
  }

  .submenu-legend {
    bottom: 50px;
    right: 75px;     
    z-index: 1000;
    position:absolute;  
    min-height: 100px;
    width:auto;
    height: auto;
    background-color: rgba(256, 256, 256, 1);
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 5px 5px 5px 5px;
    min-width: 200px;
  }
  .modal-body{
    min-width: 250px;
    padding: 14px;
    overflow:hidden;
    background: white;  }

  .modal-body-part {

    min-width: 250px;
    padding: 14px;
    overflow:hidden;
  }

  #login_text, .criteria_text, .modal-title,  {
    color:#005B4B;
    font-weight: bold;
    display: inline;
     padding-right: 5px;
  }
  .modal-title {
    font-size: 15px;
    padding-right: 15px;
    line-height: 25px;
  }
  .criteria_text, .error_text, .success_text {
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: bottom;
  }
  .error_text {
    font-weight: bold;
    color:#FF0000;
  }
  .success_text {
    font-weight: bold;
    color: #0000FF;
  }
  .title {
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  }
  .extra-search{
  display: none;
  margin-left: 5px;
  }
  
  .copyright {
  z-index: 1000;
  width: 50px;
  text-align: center;
  bottom:2px;
  right:40px;
  position:fixed;
  color: black; 
  opacity: 0.8; 
  font-size:10px;
  }

  #license {
  z-index: 9;
  text-align: center;
  bottom:2px;
  position:fixed;
  color: black; 
  opacity: 0.8; 
  font-size:10px;
  left:2px;
  }

  .tooltip-main {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  } 
  .tooltip-measure {
  opacity: 1;
  font-weight: bold;
  }
  .tooltip-static-main {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
  }
  .tooltip-measure:before,
  .tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
  }
  .tooltip-static:before {
  border-top-color: #ffcc33;
  } 
  .ol-popup {
  z-index: 1000;
  position: absolute;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -150px;
  width: auto;
  min-width: 300px;
  max-height: 300px;

  }
  .ol-popup:after, .ol-popup:before {
  z-index: 1000;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  }
  .ol-popup:after {
  z-index: 1000;
  border-top-color: white;
  border-width: 10px;
  left: 50%;
  margin-left: -5px;
  }
  .ol-popup:before {
  z-index: 1000;
  border-top-color: #cccccc;
  border-width: 11px;
  left: 50%;
  margin-left: -5px;
  }
  .ol-popup-closer {
  z-index: 1000;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
  }
  .ol-popup-closer:after {
  z-index: 1000;
  content: "x";
  }
  .coord, .table-bd th {
  font-weight: bold;
  font-size: 14px;
  font-family: Pt-sans;
  color:#2D502B;
  text-decoration: none;
  }
  #type {
    width: 50%;
  }
     
.triangle-bottom {
  border: 7px solid transparent; 
  border-top: 8px solid green;
  width: 8px;
  display: inline-block;
}

hr {
  margin: 2px;
}


.table-bd th {
  vertical-align: top;
}

.no-check>a>i.jstree-checkbox
{
    display:none;

} 

.scroll {
  /*display: inline-block;*/
  max-height: 280px;
  overflow-x: hidden;
  height: auto;
}

#tree-ex, #tree-ph {

}

.glyphicon {
  cursor:pointer;
  margin-top: -10px
}

.img-legend {
  width: auto;
  height: auto;
}

/*.jstree-anchor {
  white-space : nowrap !important;
  height : auto !important;
  width: auto !important;
  padding-right : 24px;
} */

.jstree-default a { 
    white-space:normal !important; height: auto; 
    width: auto;
    /* max-width: 300px !important;*/
}
.jstree-anchor {
    height: auto !important;
    width: auto;
   /* max-width: 300px !important; */
}
.jstree-default li > ins { 
    vertical-align:top; 
}
.jstree-leaf {
    height: auto;
}
.jstree-leaf a{
    height: auto !important;
}



.jstree-node {
    font-size: 13px;
}

.no_check>i.jstree-checkbox
{
    display:none
}



.table-bd{
  width: 100%;
}
.table-bd tr td:first-child {
  font-weight: bold;
  width: auto;
}

.popup-content-appear {
  display: none;
}

#user_label{
    position:absolute;
    z-index: 1000;
    top:20px;
    right:75px;
    color: white;
    background:rgba(0, 162, 135, 0.7);
    padding: 3px;
  
}

.form-control-ruler {
 width: 48% !important;
}

#tree-cadastr {
  margin-left: -19px;
}

.glyphicon:hover {
  color: #5B655B;
}

#tree-leg .jstree-checked .jstree-icon {
  background-image: url("/pictures/eye.png")!important;
  background-repeat:no-repeat!important;
  background-position: 0!important;
  background-size:20px;
 }

 #tree-leg a .jstree-icon {
  background-image: url("/pictures/eye-blocked.png")!important;
  background-repeat:no-repeat!important;
  background-position: 0!important;
  background-size:20px;
 }

.img-legend-big {
  width: 500px !important;
  height: 300px !important;
  margin-right: 20px;
}