.import-icon {
  background-image: url("../images/import-icon.png");
  background-repeat: no-repeat;
  border: none;
  float: left;
  height: 32px;
  margin: 7px 8px 0 0;
  width: 32px;
}

.pgex_col {
  width: 200px;
  float: left;
  margin-left: 15px;
  word-break: break-all;
}

.pgex_col label {
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}

.pgex_title {
  font-weight: bold;
  font-size: 18px;
}

.pgex_select {
  font-weight: bold;
}

.pgex_table td {
  padding: 0px 10px 20px 0px;
}

.pgex_clear {
  clear: both;
}

.pgex_table {
  width: 600px;
}

.spider_description {
  color: #666666;
  font-size: 0.923em;
  line-height: 1.231em;
  margin: 2px 0 10px 2px;
}

.spider_label {
  font-weight: bold;
  width: 215px;
}


.spider_ajax_loading {
  border: none !important;
  animation: spin 2.5s infinite linear;
  -moz-animation: spin 2.5s infinite linear;
  -o-animation: spin 2.5s infinite linear;
  -webkit-animation: spin 2.5s infinite linear;
}

.bwg_col1, .bwg_col2{
  width: 50%;
  display: inline-block;
  float: left;
}

.pgi_select{
  font-weight: bold;
}

.bwg_top_row {
  display: inline-block!important;
}

.wd-box-title {
  padding:15px 30px;
}

#loading_div {
  display:none;
  text-align: center;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#loading_div img { width: 30px; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
