#ZpinMap {
  margin: 0px;
}
.ZqueryCancel {
  left  : 130px;
  top: 8px;
}
#Zmain .shadow {
  /*box-shadow: 2px 2px 10px #888888 !important;*/
  -moz-box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px !important;
}
#ZCategoryContainer { margin-right: 6px; }
#ZjsonSearchList, #ZsearchTree { overflow-x: hidden; overflow-y: auto; min-height: 250px; }

#ZrouteTree { padding: 0; margin: 0; list-style: none; }
#ZrouteTree ul { padding: 0; margin: 0; list-style: none; margin-left: 3px; }
#ZrouteTree .level1 {
  vertical-align: middle;
  margin-left: 0;
  cursor: pointer;
  font-weight: bold;
  color: #666666;
  background: #F6F6F6;
  border: 1px solid #D2D2D2;  
  margin-bottom: 5px;
}
#ZrouteTree li { margin-left: 0; padding: 5px; }
#ZrouteTree .level2:hover { background: #D2D2D2; }
#ZrouteTree .level3:hover { background: #FFFFFF; }
.modern input.button.save {  font-weight: 700; }
/** ModalLoader */
#modal-loader { z-index: 100; position: fixed; }
#modal-loader .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(14, 38, 102, 0.5);
  display: grid;
  place-items: center;
  transition: all 0.3s ease-in;
  visibility: hidden;
  z-index: -10;
}
#modal-loader .open-modal {
  visibility: visible;
  z-index: 10;
  height: 100%;
}
#modal-loader .modal-content {
  background: #FFF;
  border-radius: 8px;
  max-height: calc(100% - 100px);
  max-width: 960px;
  min-width: 320px;
  min-height: 100px;
  padding: 10px 30px 20px;
  box-shadow: 0px 0px 16px rgba(14, 38, 102, 0.5);
  position: relative;
  overflow-y: auto;
}
#modal-loader .modal-close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 45px;
  height: 45px;
  background: transparent url(/img/close-white.svg) center /16px no-repeat;
  cursor: pointer;
}
  /** END ModalLoader */