.importpopupclose {
  background-image: url(/CSS/fancybox_sprite.png);
}
/* .importpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0,0,0, 0.5);
  z-index: 100;
}
.importpopup_inner {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 8%;
  bottom: 8%;
  margin: auto;
  background: white;
  padding: 10px;
}

.importpopupclose {
  position: absolute;
  top: -1.1em;
  right: -1.8em;
  width: 3em;
  height: 2.5em;
  background-size: 3em;
  cursor: pointer;
  z-index: 8040;
  background-image: url(/CSS/fancybox_sprite.png);
}
.importpopupclose:hover {
  opacity: 1;
}

.import-file-span {
  position: relative;
  overflow: hidden;
}

.import-file-btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.import-file-span input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100px;
  min-height: 34px;
  font-size: 6px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;   
  cursor: inherit;
  display: block;
}

.popup-title {
  color: grey;
}

.popup-text {
  font-size: 12px;
  margin-left:20px;
}

.import-all {
  float:right;
}

.action_cell {
  padding: 6px;
}

img.importsuccessful, img.importfailure {
  max-width: 1.8em;
  min-width: 1.8em;
  cursor: pointer;
} */


.closeButton {
    position: absolute;
    top: -1.1em;
    right: -1.8em;
    width: 3em;
    height: 2.5em;
    background-size: 3em;
    cursor: pointer;
    z-index: 8040;
    background-image: url(/CSS/fancybox_sprite.png);
}

.ngdialog {
    overflow: visible;
}
